Uses of Class
com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
Packages that use BitbucketServerConfiguration
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of BitbucketServerConfiguration in com.atlassian.bitbucket.jenkins.internal.config
Methods in com.atlassian.bitbucket.jenkins.internal.config that return types with arguments of type BitbucketServerConfigurationModifier and TypeMethodDescriptionBitbucketPluginConfiguration.getServerById(String serverId) BitbucketPluginConfiguration.getServerList()Returns a list of all servers that have been configured by the user.BitbucketPluginConfiguration.getValidServerList()Returns a list of all servers that have been configured by the user and pass the process() function with no errors.BitbucketPluginConfiguration.getValidServerListByName(String serverName) Returns a list of all servers configured by the user matching the provided name, and also passing the process() function with no errors.Method parameters in com.atlassian.bitbucket.jenkins.internal.config with type arguments of type BitbucketServerConfigurationModifier and TypeMethodDescriptionvoidBitbucketPluginConfiguration.setServerList(List<BitbucketServerConfiguration> serverList)