T
- the SCM configuration this is an implementation forpublic abstract static class AbstractConfiguration.AbstractConfigurationImpl<T extends hudson.scm.SCM>
extends hudson.scm.SCMDescriptor<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractConfigurationImpl(Class<? extends hudson.scm.RepositoryBrowser<?>> repositoryBrowser)
Constructor.
|
protected |
AbstractConfigurationImpl(Class<T> clazz,
Class<? extends hudson.scm.RepositoryBrowser<?>> repositoryBrowser)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(jenkins.model.Jenkins context,
String credentialsId,
hudson.model.Item project)
Fills in the Login Credentials selection box with applicable connections.
|
getBrowserDescriptors, getGeneration, incrementGeneration, isApplicable, isApplicable, isBrowserReusable, load
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
protected AbstractConfigurationImpl(Class<T> clazz, Class<? extends hudson.scm.RepositoryBrowser<?>> repositoryBrowser)
clazz
- the configuration classrepositoryBrowser
- the repository browserprotected AbstractConfigurationImpl(Class<? extends hudson.scm.RepositoryBrowser<?>> repositoryBrowser)
repositoryBrowser
- the repository browserpublic hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath jenkins.model.Jenkins context, @QueryParameter String credentialsId, @AncestorInPath hudson.model.Item project)
context
- filter for login credentialscredentialsId
- existing login credentials; can be nullproject
- the Jenkins projectCopyright © 2016–2023. All rights reserved.