@Extension
public static class GitHubSCMSource.DescriptorImpl
extends jenkins.scm.api.SCMSourceDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
ANONYMOUS |
static String |
defaultExcludes |
static String |
defaultIncludes |
static String |
SAME |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAliases() |
hudson.util.FormValidation |
doCheckIncludes(String value) |
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,
String apiUri) |
hudson.util.ListBoxModel |
doFillRepositoryItems(jenkins.scm.api.SCMSourceOwner context,
String apiUri,
String scanCredentialsId,
String repoOwner) |
hudson.util.ListBoxModel |
doFillScanCredentialsIdItems(jenkins.scm.api.SCMSourceOwner context,
String apiUri) |
String |
getDisplayName() |
forOwner, forOwner, forOwner, forOwner, getId, isApplicable, isUserInstantiableaddHelpFileRedirect, 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 ANONYMOUS
public static final String SAME
@Initializer(before=PLUGINS_STARTED) public static void addAliases()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.scm.api.SCMSource>@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public hudson.util.FormValidation doCheckIncludes(@QueryParameter
String value)
@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 doFillApiUriItems()
public hudson.util.ListBoxModel doFillCheckoutCredentialsIdItems(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context,
@QueryParameter
String apiUri)
public hudson.util.ListBoxModel doFillScanCredentialsIdItems(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context,
@QueryParameter
String apiUri)
Copyright © 2016. All rights reserved.