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