Package com.atlassian.bamboo.plugins.git
Interface GitRepositoryFacade
-
- All Known Subinterfaces:
StashRepository
- All Known Implementing Classes:
BitbucketRepository
,GitHubRepository
,GitRepository
,StashRepositoryImpl
@Internal public interface GitRepositoryFacade
-
-
Field Summary
Fields Modifier and Type Field Description static Function<ImmutablePlan,Iterable<GitRepository>>
GIT_REPOSITORIES_OF_PLAN
Retrieves git repositories of one plan
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable GitRepository
getGitRepository()
-
-
-
Field Detail
-
GIT_REPOSITORIES_OF_PLAN
static final Function<ImmutablePlan,Iterable<GitRepository>> GIT_REPOSITORIES_OF_PLAN
Retrieves git repositories of one plan
-
-
Method Detail
-
getGitRepository
@Nullable @Nullable GitRepository getGitRepository()
-
-