@Extension public class RepositoryConfiguration extends jenkins.model.GlobalConfiguration implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryConfiguration.ValueComparator |
Constructor and Description |
---|
RepositoryConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
static RepositoryConfiguration |
get() |
File |
getLocalRepoPath() |
String |
getLocalRepository() |
Collection<Repository> |
getRepos() |
Map<String,Repository> |
getRepositoryMap() |
all, getCategory, getDescriptor, getDisplayName, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static RepositoryConfiguration get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
hudson.model.Descriptor.FormException
public String getLocalRepository()
public File getLocalRepoPath()
public Collection<Repository> getRepos()
public Map<String,Repository> getRepositoryMap()
Copyright © 2010–2018. All rights reserved.