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 Constructor Description DescriptorImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidationdoCheckAdminCredentialsId(String value)FormValidationdoCheckBaseUrl(String value)FormValidationdoCheckServerName(String value)ListBoxModeldoFillAdminCredentialsIdItems(String baseUrl, String credentialsId)ListBoxModeldoFillCredentialsIdItems(String baseUrl, String credentialsId)FormValidationdoTestConnection(String adminCredentialsId, String baseUrl, String credentialsId)StringgetDisplayName()voidsetJenkinsToBitbucketCredentials(JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)- 
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, 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
- 
doCheckAdminCredentialsId
@POST public FormValidation doCheckAdminCredentialsId(@QueryParameter String value)
 
- 
doCheckBaseUrl
@POST public FormValidation doCheckBaseUrl(@QueryParameter String value)
 
- 
doCheckServerName
@POST public FormValidation doCheckServerName(@QueryParameter String value)
 
- 
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
public String getDisplayName()
- Overrides:
 getDisplayNamein classDescriptor<BitbucketServerConfiguration>
 
- 
setJenkinsToBitbucketCredentials
@Inject public void setJenkinsToBitbucketCredentials(JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)
 
 - 
 
 -