How can I find Java doc about class hudson.maven.MavenModuleSet ?

66 views
Skip to first unread message

Want Lsb

unread,
Nov 3, 2016, 12:04:39 AM11/3/16
to Jenkins Users
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/

Indra Gunawan (ingunawa)

unread,
Nov 3, 2016, 3:11:32 AM11/3/16
to jenkins...@googlegroups.com
hudson.maven.MavenModuleSet  is the “maven2/3 type” Jenkins job type.

Historically the plugin was released alongside Jenkins core releases. Since release 2.0  this plugin is released separately.



--
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 jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/1e202f38-0af4-4c4d-8190-8bb5b0f0270d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Want Lsb

unread,
Nov 3, 2016, 4:39:20 AM11/3/16
to Jenkins Users, ingu...@cisco.com
Thank you
Reply all
Reply to author
Forward
0 new messages