提交 3171a480 编写于 作者: K kohsuke

doc improvement.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30334 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ee711d4e
......@@ -36,8 +36,14 @@ public class PluginAutomaticTestBuilder {
/**
* @param params
* Various information about the plugin that maven-hpi-plugin adds.
* As of 1.52, this includes the followings:
*
* basedir (String) : directory that contains pom.xml
* artifactId (String) : artifact ID of the plugin
* outputDirectory (String) : target/classes dir where class files and resources can be found
* testOutputDirectory (String) : target/test-classes.
*/
public static TestSuite build(Map params) {
public static TestSuite build(Map<String,?> params) {
return new TestSuite();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册