Class AbstractBitbucketEndpointDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<AbstractBitbucketEndpoint>
-
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpointDescriptor
-
- Direct Known Subclasses:
BitbucketCloudEndpoint.DescriptorImpl
,BitbucketServerEndpoint.DescriptorImpl
public abstract class AbstractBitbucketEndpointDescriptor extends Descriptor<AbstractBitbucketEndpoint>
Descriptor
base class forAbstractBitbucketEndpoint
subclasses.- Since:
- 2.2.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description AbstractBitbucketEndpointDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormValidation
doCheckBitbucketJenkinsRootUrl(String value)
ListBoxModel
doFillCredentialsIdItems(String serverUrl)
Stapler form completion.-
Methods inherited from class hudson.model.Descriptor
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, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
doFillCredentialsIdItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillCredentialsIdItems(@QueryParameter String serverUrl)
Stapler form completion.- Parameters:
serverUrl
- the server URL.- Returns:
- the available credentials.
-
doCheckBitbucketJenkinsRootUrl
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static FormValidation doCheckBitbucketJenkinsRootUrl(@QueryParameter String value)
-
-