@Extension
public static class GitHubSCMNavigator.DescriptorImpl
extends jenkins.scm.api.SCMNavigatorDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultExcludes |
static String |
defaultIncludes |
static String |
SAME |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckScanCredentialsId(jenkins.scm.api.SCMSourceOwner context,
String scanCredentialsId,
String apiUri) |
hudson.util.ListBoxModel |
doFillApiUriItems() |
hudson.util.ListBoxModel |
doFillCheckoutCredentialsIdItems(jenkins.scm.api.SCMSourceOwner context) |
hudson.util.ListBoxModel |
doFillScanCredentialsIdItems(jenkins.scm.api.SCMSourceOwner context) |
String |
getDescription() |
String |
getDisplayName() |
String |
getIconFilePathPattern() |
jenkins.scm.api.SCMNavigator |
newInstance(String name) |
addHelpFileRedirect, 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, toMappublic static final String defaultIncludes
public static final String defaultExcludes
public static final String SAME
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.scm.api.SCMNavigator>public String getDescription()
getDescription in class jenkins.scm.api.SCMNavigatorDescriptorpublic String getIconFilePathPattern()
getIconFilePathPattern in class jenkins.scm.api.SCMNavigatorDescriptorpublic jenkins.scm.api.SCMNavigator newInstance(String name)
newInstance in class jenkins.scm.api.SCMNavigatorDescriptor@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public hudson.util.FormValidation doCheckScanCredentialsId(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context,
@QueryParameter
String scanCredentialsId,
@QueryParameter
String apiUri)
public hudson.util.ListBoxModel doFillScanCredentialsIdItems(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context)
public hudson.util.ListBoxModel doFillCheckoutCredentialsIdItems(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context)
public hudson.util.ListBoxModel doFillApiUriItems()
Copyright © 2016. All rights reserved.