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