Class BitbucketServerConfiguration.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<BitbucketServerConfiguration>
com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
- Enclosing class:
- BitbucketServerConfiguration
@Symbol("BbS")
@Extension
public static class BitbucketServerConfiguration.DescriptorImpl
extends Descriptor<BitbucketServerConfiguration>
-
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 -
Method Summary
Modifier and TypeMethodDescriptiondoCheckAdminCredentialsId(String value) doCheckBaseUrl(String value) doCheckServerName(String value) doFillAdminCredentialsIdItems(String baseUrl, String credentialsId) doFillCredentialsIdItems(String baseUrl, String credentialsId) doTestConnection(String adminCredentialsId, String baseUrl, String credentialsId) voidsetJenkinsToBitbucketCredentials(JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
doCheckAdminCredentialsId
-
doCheckBaseUrl
-
doCheckServerName
-
doFillAdminCredentialsIdItems
@POST public ListBoxModel doFillAdminCredentialsIdItems(@QueryParameter String baseUrl, @QueryParameter String credentialsId) -
doFillCredentialsIdItems
@POST public ListBoxModel doFillCredentialsIdItems(@QueryParameter String baseUrl, @QueryParameter String credentialsId) -
doTestConnection
@POST public FormValidation doTestConnection(@QueryParameter String adminCredentialsId, @QueryParameter String baseUrl, @QueryParameter String credentialsId) -
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<BitbucketServerConfiguration>
-
setJenkinsToBitbucketCredentials
@Inject public void setJenkinsToBitbucketCredentials(JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)
-