Class AWSCodePipelineSCM.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<SCM>
hudson.scm.SCMDescriptor<AWSCodePipelineSCM>
com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM.DescriptorImpl
- Enclosing class:
- AWSCodePipelineSCM
@Extension
public static final class AWSCodePipelineSCM.DescriptorImpl
extends SCMDescriptor<AWSCodePipelineSCM>
Descriptor for
AWSCodePipelineSCM. Used as a singleton.
The class is marked as public so that it can be accessed from views.-
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.scm.SCMDescriptor
repositoryBrowserFields 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) doCheckCategory(String value) doCheckProvider(String value) doCheckProxyPort(String value) doCheckRegion(String value) doCheckVersion(String value) newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Methods inherited from class hudson.scm.SCMDescriptor
getBrowserDescriptors, getGeneration, incrementGeneration, isApplicable, isApplicable, isBrowserReusable, loadMethods 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl() -
DescriptorImpl
public DescriptorImpl(boolean shouldLoad)
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<SCM>
-
newInstance
public SCM newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstancein classDescriptor<SCM>- Throws:
Descriptor.FormException
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configurein classDescriptor<SCM>- Throws:
Descriptor.FormException
-
doCheckRegion
-
doFillCategoryItems
-
doCheckCategory
-
doCheckVersion
-
doCheckProvider
-
doCheckProxyPort
-