@Symbol(value="bitbucket") @Extension public static class BitbucketSCMNavigator.DescriptorImpl extends jenkins.scm.api.SCMNavigatorDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Modifier and Type | Field and Description |
---|---|
static String |
ANONYMOUS |
static String |
SAME |
categories
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
protected jenkins.scm.api.SCMSourceCategory[] |
createCategories() |
FormValidation |
doCheckCredentialsId(jenkins.scm.api.SCMSourceOwner context,
String serverUrl,
String value) |
ListBoxModel |
doFillCredentialsIdItems(jenkins.scm.api.SCMSourceOwner context,
String serverUrl) |
ListBoxModel |
doFillServerUrlItems(jenkins.scm.api.SCMSourceOwner context) |
String |
getDescription() |
String |
getDisplayName() |
String |
getIconClassName() |
String |
getIconFilePathPattern() |
List<jenkins.scm.api.trait.SCMTrait<? extends jenkins.scm.api.trait.SCMTrait<?>>> |
getTraitsDefaults() |
List<jenkins.scm.impl.form.NamedArrayList<? extends jenkins.scm.api.trait.SCMTraitDescriptor<?>>> |
getTraitsDescriptorLists() |
boolean |
isServerUrlSelectable() |
jenkins.scm.api.SCMNavigator |
newInstance(String name) |
getCategories, getCategoryId, getPronoun
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static final String ANONYMOUS
public static final String SAME
public String getDisplayName()
getDisplayName
in class Descriptor<jenkins.scm.api.SCMNavigator>
public String getDescription()
getDescription
in class jenkins.scm.api.SCMNavigatorDescriptor
public String getIconFilePathPattern()
getIconFilePathPattern
in class jenkins.scm.api.SCMNavigatorDescriptor
public String getIconClassName()
getIconClassName
in interface IconSpec
getIconClassName
in class jenkins.scm.api.SCMNavigatorDescriptor
public jenkins.scm.api.SCMNavigator newInstance(String name)
newInstance
in class jenkins.scm.api.SCMNavigatorDescriptor
public boolean isServerUrlSelectable()
public ListBoxModel doFillServerUrlItems(@AncestorInPath jenkins.scm.api.SCMSourceOwner context)
public FormValidation doCheckCredentialsId(@AncestorInPath jenkins.scm.api.SCMSourceOwner context, @QueryParameter String serverUrl, @QueryParameter String value)
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath jenkins.scm.api.SCMSourceOwner context, @QueryParameter String serverUrl)
public List<jenkins.scm.impl.form.NamedArrayList<? extends jenkins.scm.api.trait.SCMTraitDescriptor<?>>> getTraitsDescriptorLists()
@NonNull public List<jenkins.scm.api.trait.SCMTrait<? extends jenkins.scm.api.trait.SCMTrait<?>>> getTraitsDefaults()
getTraitsDefaults
in class jenkins.scm.api.SCMNavigatorDescriptor
@NonNull protected jenkins.scm.api.SCMSourceCategory[] createCategories()
createCategories
in class jenkins.scm.api.SCMNavigatorDescriptor
Copyright © 2016–2022. All rights reserved.