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 boolean
configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
ListBoxModel
doFillHttpProxyCredentialsIdItems(Item item, String credentialsId)
ListBoxModel
doFillOcCredentialsIdItems(Item item, String credentialsId)
Boolean
getDisableSSLValidation()
String
getDisplayName()
String
getHttpProxyCredentialsId()
boolean
isApplicable(Class<? extends AbstractProject> jobType)
void
setDisableSSLValidation(Boolean disableSSLValidation)
void
setHttpProxyCredentialsId(String httpProxyCredentialsId)
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods 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:
getDisplayName
in classDescriptor<Builder>
-
isApplicable
- Specified by:
isApplicable
in 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:
configure
in classDescriptor<Builder>
- Throws:
Descriptor.FormException
-