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
repositoryBrowser
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(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, load
Methods 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:
getDisplayName
in classDescriptor<SCM>
-
newInstance
public SCM newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstance
in classDescriptor<SCM>
- Throws:
Descriptor.FormException
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<SCM>
- Throws:
Descriptor.FormException
-
doCheckRegion
-
doFillCategoryItems
-
doCheckCategory
-
doCheckVersion
-
doCheckProvider
-
doCheckProxyPort
-