Class RunJobBuilder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
org.jenkinsci.plugins.osfbuildersuiteforsfcc.runjob.RunJobBuilder.DescriptorImpl
- Enclosing class:
 - RunJobBuilder
 
@Extension @Symbol("osfBuilderSuiteForSFCCRunJob") public static final class RunJobBuilder.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 Constructor Description DescriptorImpl() - 
Method Summary
Modifier and Type Method Description booleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)ListBoxModeldoFillHttpProxyCredentialsIdItems(Item item, String credentialsId)ListBoxModeldoFillOcCredentialsIdItems(Item item, String credentialsId)BooleangetDisableSSLValidation()StringgetDisplayName()StringgetHttpProxyCredentialsId()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, 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>
 - 
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
 
 -