hudson.plugins.collabnet.util
Class ComboBoxUpdater.ReposUpdater
java.lang.Object
hudson.plugins.collabnet.util.ComboBoxUpdater
hudson.plugins.collabnet.util.ComboBoxUpdater.ReposUpdater
- Enclosing class:
- ComboBoxUpdater
public static class ComboBoxUpdater.ReposUpdater
- extends ComboBoxUpdater
Class to update a list of repos. Requires the login info (url,
username, password) and project be set.
|
Method Summary |
protected java.util.Collection<java.lang.String> |
getList()
|
static java.util.Collection<java.lang.String> |
getRepoList(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.ReposUpdater
public ComboBoxUpdater.ReposUpdater(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
getRepoList
public static java.util.Collection<java.lang.String> getRepoList(CollabNetApp cna,
java.lang.String projectId)
- Returns:
- a list of repos which has been sanitized.
Copyright © 2010. All Rights Reserved.