hudson.plugins.collabnet.util
Class ComboBoxUpdater.TrackersUpdater
java.lang.Object
hudson.plugins.collabnet.util.ComboBoxUpdater
hudson.plugins.collabnet.util.ComboBoxUpdater.TrackersUpdater
- Enclosing class:
- ComboBoxUpdater
public static class ComboBoxUpdater.TrackersUpdater
- extends ComboBoxUpdater
Class to update a list of trackers. Requires that the login info (url,
username, password) be set, as well as the project.
|
Method Summary |
protected java.util.Collection<java.lang.String> |
getList()
|
static java.util.Collection<java.lang.String> |
getTrackerList(CollabNetApp cna,
java.lang.String projectId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComboBoxUpdater.TrackersUpdater
public ComboBoxUpdater.TrackersUpdater(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
getList
protected java.util.Collection<java.lang.String> getList()
- Specified by:
getList in class ComboBoxUpdater
getTrackerList
public static java.util.Collection<java.lang.String> getTrackerList(CollabNetApp cna,
java.lang.String projectId)
- Returns:
- a list of trackers which has been sanitized.
Copyright © 2010. All Rights Reserved.