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 for AbstractBitbucketEndpoint
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormValidation
doFillCredentialsIdItems
(String serverUrl) Stapler form completion.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
AbstractBitbucketEndpointDescriptor
public AbstractBitbucketEndpointDescriptor()
-
-
Method Details
-
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)
-