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

Packages that use GitRepository
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.stash   
 

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

Fields in com.atlassian.bamboo.plugins.git with type parameters of type GitRepository
static com.google.common.base.Function<ImmutablePlan,java.lang.Iterable<GitRepository>> GitRepositoryFacade.GIT_REPOSITORIES_OF_PLAN
          Retrieves git repositories of one plan
 

Methods in com.atlassian.bamboo.plugins.git that return GitRepository
 GitRepository GitRepositoryFacade.getGitRepository()
           
 GitRepository GitRepository.getGitRepository()
           
 GitRepository GitHubRepository.getGitRepository()
           
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type GitRepository
static GitOperationHelper GitOperationHelperFactory.createGitOperationHelper(GitRepository repository, GitRepositoryAccessData accessData, SshProxyService sshProxyService, BuildLogger buildLogger, com.atlassian.sal.api.message.I18nResolver i18nResolver)
           
static boolean GitOperationHelperFactory.isNativeGitEnabled(GitRepository repository)
           
 

Constructors in com.atlassian.bamboo.plugins.git with parameters of type GitRepository
GitMavenPomAccessor(GitRepository repository, SshProxyService sshProxyService, com.atlassian.sal.api.message.I18nResolver i18nResolver, java.lang.String gitCapability)
           
NativeGitOperationHelper(GitRepository repository, GitRepositoryAccessData accessData, SshProxyService sshProxyService, BuildLogger buildLogger, com.atlassian.sal.api.message.I18nResolver i18nResolver)
           
 

Uses of GitRepository in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg that return GitRepository
 GitRepository BitbucketRepository.getGitRepository()
           
 

Uses of GitRepository in com.atlassian.bamboo.plugins.stash
 

Methods in com.atlassian.bamboo.plugins.stash that return GitRepository
 GitRepository StashRepository.getGitRepository()
           
 



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