hudson.maven.MavenModuleSet is the "maven2/3 type" Jenkins job type. https://github.com/jenkinsci/maven-plugin/blob/master/src/main/java/hudson/maven/MavenModuleSet.java
Historically the plugin was released alongside Jenkins core releases. Since release 2.0 this plugin is released separately. https://wiki.jenkins-ci.org/display/JENKINS/Maven+Project+Plugin From: <[email protected]<mailto:[email protected]>> on behalf of Want Lsb <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Wednesday, November 2, 2016 at 9:04 PM To: Jenkins Users <[email protected]<mailto:[email protected]>> Subject: How can I find Java doc about class hudson.maven.MavenModuleSet ? for(item in Jenkins.getInstance().getItems()) { println( "job name "+item.name + " "+item.getClass()) } output: job name AUTOMATION_PST_COBIZ class hudson.maven.MavenModuleSet job name AUTOMATION_PST_COSEL class hudson.maven.MavenModuleSet job name AUTOMATION_PST_CUCUMBER_JVM_PARALLEL_PLUGIN class hudson.maven.MavenModuleSet job name AUTOMATION_PST_CUCUMBUMBLER class hudson.maven.MavenModuleSet job name AUTOMATION_PST_RPBIZ class hudson.maven.MavenModuleSet job name AUTOMATION_PST_WEBCORE class hudson.maven.MavenModuleSet job name AWS_UTILITIES_DBPUMP class hudson.maven.MavenModuleSet job name COLLINE-ENTITYINTROSPECTOR class hudson.maven.MavenModuleSet job name COLLINE-MAKE-LICENCE-FILE class hudson.model.FreeStyleProject job name COLLINE-MAKE-LICENCE-FILE-TEST class hudson.model.FreeStyleProject job name COLLINE_AUTO_PREPARE_TEST_ENV_FQA class hudson.model.FreeStyleProject job name COLLINE_DAILY class hudson.maven.MavenModuleSet Why i can't find doc from http://javadoc.jenkins-ci.org/ ? I just can find hudson.model.FreeStyleProject in http://javadoc.jenkins-ci.org/ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/1e202f38-0af4-4c4d-8190-8bb5b0f0270d%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/1e202f38-0af4-4c4d-8190-8bb5b0f0270d%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/D4402D88.5F590%25ingunawa%40cisco.com. For more options, visit https://groups.google.com/d/optout.
