@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 context,
String credentialsId) |
hudson.util.ListBoxModel |
doFillTfCredentialsIdItems(hudson.model.Item context,
String credentialsId) |
Boolean |
getDisableSSLValidation() |
String |
getDisplayName() |
String |
getHttpProxyHost() |
String |
getHttpProxyPassword() |
String |
getHttpProxyPort() |
String |
getHttpProxyUsername() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setDisableSSLValidation(Boolean disableSSLValidation) |
void |
setHttpProxyHost(String httpProxyHost) |
void |
setHttpProxyPassword(String httpProxyPassword) |
void |
setHttpProxyPort(String httpProxyPort) |
void |
setHttpProxyUsername(String httpProxyUsername) |
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> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public hudson.util.ListBoxModel doFillBmCredentialsIdItems(@AncestorInPath
hudson.model.Item context,
@QueryParameter
String credentialsId)
public hudson.util.ListBoxModel doFillTfCredentialsIdItems(@AncestorInPath
hudson.model.Item context,
@QueryParameter
String credentialsId)
public String getHttpProxyHost()
public void setHttpProxyHost(String httpProxyHost)
public String getHttpProxyPort()
public void setHttpProxyPort(String httpProxyPort)
public String getHttpProxyUsername()
public void setHttpProxyUsername(String httpProxyUsername)
public String getHttpProxyPassword()
public void setHttpProxyPassword(String httpProxyPassword)
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–2017. All rights reserved.