com.atlassian.bamboo.plugins.git
Interface GitRepositoryFacade

All Known Implementing Classes:
BitbucketRepository, GitHubRepository, GitRepository, StashRepository

@Internal
public interface GitRepositoryFacade


Field Summary
static com.google.common.base.Function<ImmutablePlan,java.lang.Iterable<GitRepository>> GIT_REPOSITORIES_OF_PLAN
          Retrieves git repositories of one plan
 
Method Summary
 GitRepository getGitRepository()
           
 

Field Detail

GIT_REPOSITORIES_OF_PLAN

static final com.google.common.base.Function<ImmutablePlan,java.lang.Iterable<GitRepository>> GIT_REPOSITORIES_OF_PLAN
Retrieves git repositories of one plan

Method Detail

getGitRepository

@Nullable
GitRepository getGitRepository()


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