com.datalex.jenkins.plugins.nodestalker.wrapper
Class JobListGrabber

java.lang.Object
  extended by com.datalex.jenkins.plugins.nodestalker.wrapper.JobListGrabber

public final class JobListGrabber
extends Object

Grabs a list of all enabled jobs on the current Jenkins instance.

Version:
1.0
Author:
Fabio Neves , Baris Batiege

Constructor Summary
JobListGrabber()
           
 
Method Summary
static Collection<String> getJobs()
          The list contained in JobListGrabber is used in config.jelly to populate the drop-down list on the UI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobListGrabber

public JobListGrabber()
Method Detail

getJobs

public static Collection<String> getJobs()
The list contained in JobListGrabber is used in config.jelly to populate the drop-down list on the UI

Returns:


Copyright © 2004-2014. All Rights Reserved.