Uses of Class
com.atlassian.bamboo.plugins.git.GitAuthenticationType

Packages that use GitAuthenticationType
com.atlassian.bamboo.plugins.git   
 

Uses of GitAuthenticationType in com.atlassian.bamboo.plugins.git
 

Methods in com.atlassian.bamboo.plugins.git that return GitAuthenticationType
 GitAuthenticationType GitRepositoryAccessData.getAuthenticationType()
           
static GitAuthenticationType GitAuthenticationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GitAuthenticationType[] GitAuthenticationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type GitAuthenticationType
 GitRepositoryAccessData.Builder GitRepositoryAccessData.Builder.authenticationType(GitAuthenticationType authenticationType)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.