@Extension @Symbol(value="osfBuilderSuiteForSFCCDeploy") public static final class DeployBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
ListBoxModel |
doFillHttpProxyCredentialsIdItems(Item item,
String credentialsId) |
ListBoxModel |
doFillOcCredentialsIdItems(Item item,
String credentialsId) |
ListBoxModel |
doFillTfCredentialsIdItems(Item item,
String credentialsId) |
Boolean |
getDisableSSLValidation() |
String |
getDisplayName() |
String |
getHttpProxyCredentialsId() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
void |
setDisableSSLValidation(Boolean disableSSLValidation) |
void |
setHttpProxyCredentialsId(String httpProxyCredentialsId) |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<Builder>public boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable in class BuildStepDescriptor<Builder>public ListBoxModel doFillTfCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
public ListBoxModel doFillOcCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
public ListBoxModel doFillHttpProxyCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
public String getHttpProxyCredentialsId()
public void setHttpProxyCredentialsId(String httpProxyCredentialsId)
public Boolean getDisableSSLValidation()
public void setDisableSSLValidation(Boolean disableSSLValidation)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<Builder>Descriptor.FormExceptionCopyright © 2016–2023. All rights reserved.