public static class SurroundSCM.SurroundSCMDescriptor extends hudson.scm.SCMDescriptor<SurroundSCM>
Modifier | Constructor and Description |
---|---|
protected |
SurroundSCMDescriptor()
Constructs a new SurroundSCMDescriptor.
|
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item context,
String remote) |
hudson.util.ListBoxModel |
doFillRsaKeyFileIdItems(hudson.model.Item context,
String remote)
This populates the rsaKeyFileId dropdown with a list of 'FileCredentials' that could be used.
|
String |
getDisplayName() |
boolean |
isApplicable(hudson.model.Job project) |
hudson.scm.SCM |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
getBrowserDescriptors, isApplicable, isBrowserReusable, load
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
protected SurroundSCMDescriptor()
public boolean isApplicable(hudson.model.Job project)
isApplicable
in class hudson.scm.SCMDescriptor<SurroundSCM>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.scm.SCM>
public hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<hudson.scm.SCM>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath hudson.model.Item context, @QueryParameter String remote)
public hudson.util.ListBoxModel doFillRsaKeyFileIdItems(@AncestorInPath hudson.model.Item context, @QueryParameter String remote)
Copyright © 2016–2018. All rights reserved.