Class DeployBuilder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<Builder>
hudson.tasks.BuildStepDescriptor<Builder>
org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy.DeployBuilder.DescriptorImpl
- Enclosing class:
DeployBuilder
@Extension
@Symbol("osfBuilderSuiteForSFCCDeploy")
public static final class DeployBuilder.DescriptorImpl
extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) doFillHttpProxyCredentialsIdItems(Item item, String credentialsId) doFillOcCredentialsIdItems(Item item, String credentialsId) doFillTfCredentialsIdItems(Item item, String credentialsId) booleanisApplicable(Class<? extends AbstractProject> jobType) voidsetDisableSSLValidation(Boolean disableSSLValidation) voidsetHttpProxyCredentialsId(String httpProxyCredentialsId) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
isApplicable
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
doFillTfCredentialsIdItems
public ListBoxModel doFillTfCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId) -
doFillOcCredentialsIdItems
public ListBoxModel doFillOcCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId) -
doFillHttpProxyCredentialsIdItems
public ListBoxModel doFillHttpProxyCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId) -
getHttpProxyCredentialsId
-
setHttpProxyCredentialsId
-
getDisableSSLValidation
-
setDisableSSLValidation
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configurein classDescriptor<Builder>- Throws:
Descriptor.FormException
-