@Extension
public static final class SurroundStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep.SCMStepDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item context,
String remote)
This populates the Username//Password credential dropdown on the config page.
|
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() |
String |
getFunctionName() |
getExecutionType, getRequiredContextall, checkContextAvailability, defineArguments, getProvidedContext, isAdvanced, newInstance, takesImplicitBlockArgumentaddHelpFileRedirect, 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, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getFunctionName()
getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>@Exported
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item context,
@QueryParameter
String remote)
@Exported
public hudson.util.ListBoxModel doFillRsaKeyFileIdItems(@AncestorInPath
hudson.model.Item context,
@QueryParameter
String remote)
Copyright © 2016–2018. All rights reserved.