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].
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.

Reply via email to