@Symbol(value="gitblit")
@Extension
public static class GitBlitSCMNavigator.DescriptorImpl
extends jenkins.scm.api.SCMNavigatorDescriptor
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EXCLUDES |
static String |
DEFAULT_INCLUDES |
static String |
SAME |
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillCheckoutCredentialsIdItems(hudson.model.Item context,
String gitblitUri)
Method used by the UI to populate the checkoutCredentialsId element
|
hudson.util.ListBoxModel |
doFillGitblitUriItems()
Method used by the UI to populate the gitblitUri element
|
hudson.util.ListBoxModel |
doFillScanCredentialsIdItems(hudson.model.Item context,
String gitblitUri)
Method used by the UI to populate the scanCredentialsId element
|
String |
getDescription() |
String |
getDisplayName() |
String |
getPronoun() |
boolean |
isGitblitUriSelectable() |
jenkins.scm.api.SCMNavigator |
newInstance(String name) |
createCategories, getCategories, getCategoryId, getIconClassName, getIconFilePathPattern, getTraitsDefaults
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static final String DEFAULT_INCLUDES
public static final String DEFAULT_EXCLUDES
public static final String SAME
public String getPronoun()
getPronoun
in class jenkins.scm.api.SCMNavigatorDescriptor
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<jenkins.scm.api.SCMNavigator>
public String getDescription()
getDescription
in class jenkins.scm.api.SCMNavigatorDescriptor
public jenkins.scm.api.SCMNavigator newInstance(String name)
newInstance
in class jenkins.scm.api.SCMNavigatorDescriptor
public hudson.util.ListBoxModel doFillScanCredentialsIdItems(@AncestorInPath hudson.model.Item context, @QueryParameter String gitblitUri)
context
- The Jenkins context.gitblitUri
- The Gitblit instance's URI.public hudson.util.ListBoxModel doFillCheckoutCredentialsIdItems(@AncestorInPath hudson.model.Item context, @QueryParameter String gitblitUri)
context
- The Jenkins context.gitblitUri
- The Gitblit instance's URI.public hudson.util.ListBoxModel doFillGitblitUriItems()
public boolean isGitblitUriSelectable()
Copyright © 2016–2019. All rights reserved.