@Extension
@Symbol(value="osfBuilderSuiteForSFCCDeploy")
public static final class DeployBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.ListBoxModel |
doFillBmCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
hudson.util.ListBoxModel |
doFillHttpProxyCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
hudson.util.ListBoxModel |
doFillOcCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
hudson.util.ListBoxModel |
doFillTfCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
Boolean |
getDisableSSLValidation() |
String |
getDisplayName() |
String |
getHttpProxyCredentialsId() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setDisableSSLValidation(Boolean disableSSLValidation) |
void |
setHttpProxyCredentialsId(String httpProxyCredentialsId) |
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public hudson.util.ListBoxModel doFillBmCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.util.ListBoxModel doFillTfCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.util.ListBoxModel doFillOcCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.util.ListBoxModel doFillHttpProxyCredentialsIdItems(@AncestorInPath
hudson.model.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 hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionCopyright © 2016–2019. All rights reserved.