Class SSHCheckoutTrait.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
jenkins.scm.api.trait.SCMTraitDescriptor<jenkins.scm.api.trait.SCMSourceTrait>
jenkins.scm.api.trait.SCMSourceTraitDescriptor
org.jenkinsci.plugins.github_branch_source.SSHCheckoutTrait.DescriptorImpl
- Enclosing class:
- SSHCheckoutTrait
@Symbol("gitHubSshCheckout")
@Extension
public static class SSHCheckoutTrait.DescriptorImpl
extends jenkins.scm.api.trait.SCMSourceTraitDescriptor
Our descriptor.
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoCheckCredentialsId(Item context, String serverUrl, String value) Validation for checkout credentials.doFillCredentialsIdItems(Item context, String apiUri, String credentialsId) Form completion.Class<? extends jenkins.scm.api.trait.SCMBuilder>Class<? extends jenkins.scm.api.trait.SCMSourceContext>Class<? extends jenkins.scm.api.SCMSource>Methods inherited from class jenkins.scm.api.trait.SCMSourceTraitDescriptorisApplicableTo, isApplicableTo, isApplicableTo, isApplicableToBuilder, isApplicableToBuilder, isApplicableToContext, isApplicableToContextMethods inherited from class jenkins.scm.api.trait.SCMTraitDescriptorisApplicableToSCM, isApplicableToSCMMethods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
- 
Constructor Details- 
DescriptorImplpublic DescriptorImpl()
 
- 
- 
Method Details- 
getDisplayName- Overrides:
- getDisplayNamein class- Descriptor<jenkins.scm.api.trait.SCMSourceTrait>
 
- 
getContextClass- Overrides:
- getContextClassin class- jenkins.scm.api.trait.SCMSourceTraitDescriptor
 
- 
getSourceClass- Overrides:
- getSourceClassin class- jenkins.scm.api.trait.SCMSourceTraitDescriptor
 
- 
getBuilderClass- Overrides:
- getBuilderClassin class- jenkins.scm.api.trait.SCMSourceTraitDescriptor
 
- 
getScmClass- Overrides:
- getScmClassin class- jenkins.scm.api.trait.SCMTraitDescriptor<jenkins.scm.api.trait.SCMSourceTrait>
 
- 
doFillCredentialsIdItems@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillCredentialsIdItems(@CheckForNull @AncestorInPath Item context, @QueryParameter String apiUri, @QueryParameter String credentialsId) Form completion.- Parameters:
- context- the context.
- apiUri- the server url.
- credentialsId- the current selection.
- Returns:
- the form items.
 
- 
doCheckCredentialsId@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckCredentialsId(@CheckForNull @AncestorInPath Item context, @QueryParameter String serverUrl, @QueryParameter String value) Validation for checkout credentials.- Parameters:
- context- the context.
- serverUrl- the server url.
- value- the current selection.
- Returns:
- the validation results
 
 
-