@Symbol(value="awscodecommit")
@Extension
public static class AWSCodeCommitSCMNavigator.DescriptorImpl
extends jenkins.scm.api.SCMNavigatorDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_SERVER_URL
Default aws codecommit URL.
|
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAwsCodeCommitURL(String awsCodeCommitURL)
Validation URL
|
hudson.util.FormValidation |
doCheckPattern(String pattern)
Validation patter
|
hudson.util.ListBoxModel |
doFillAwsCredentialsIdItems(jenkins.scm.api.SCMSourceOwner context)
Listbox for the credentials for the API.
|
hudson.util.ListBoxModel |
doFillCodeCommitCredentialsIdItems(jenkins.scm.api.SCMSourceOwner context)
Listbox for the credentials for the API.
|
String |
getDescription() |
String |
getDisplayName() |
List<jenkins.scm.impl.form.NamedArrayList<? extends jenkins.scm.api.trait.SCMSourceTraitDescriptor>> |
getTraitsDescriptorLists()
The behaviours for the repositories git.
|
jenkins.scm.api.SCMNavigator |
newInstance(String name) |
createCategories, getCategories, getCategoryId, getIconClassName, getIconFilePathPattern, getPronounaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMapprotected static final String DEFAULT_SERVER_URL
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.scm.api.SCMNavigator>public String getDescription()
getDescription in class jenkins.scm.api.SCMNavigatorDescriptorpublic jenkins.scm.api.SCMNavigator newInstance(String name)
newInstance in class jenkins.scm.api.SCMNavigatorDescriptorpublic hudson.util.FormValidation doCheckPattern(@QueryParameter
String pattern)
pattern - validate the patternpublic hudson.util.FormValidation doCheckAwsCodeCommitURL(@QueryParameter
String awsCodeCommitURL)
awsCodeCommitURL - the url to validatepublic hudson.util.ListBoxModel doFillAwsCredentialsIdItems(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context)
AmazonWebServicesCredentialscontext - SCM source contextpublic hudson.util.ListBoxModel doFillCodeCommitCredentialsIdItems(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context)
context - SCM source contextpublic List<jenkins.scm.impl.form.NamedArrayList<? extends jenkins.scm.api.trait.SCMSourceTraitDescriptor>> getTraitsDescriptorLists()
Copyright © 2016–2017. All rights reserved.