Uses of Class
com.atlassian.bamboo.plugins.bitbucket.BitbucketAccessLevel
-
Packages that use BitbucketAccessLevel Package Description com.atlassian.bamboo.plugins.bitbucket -
-
Uses of BitbucketAccessLevel in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return BitbucketAccessLevel Modifier and Type Method Description static BitbucketAccessLevel
BitbucketConfigUtils. getAccessLevel(@NotNull VcsRepositoryData repositoryData)
BitbucketAccessLevel
BitbucketRepository. getAccessLevel()
static BitbucketAccessLevel
BitbucketAccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitbucketAccessLevel[]
BitbucketAccessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-