Uses of Class
com.atlassian.bamboo.plugins.git.GitRepository
-
Packages that use GitRepository Package Description com.atlassian.bamboo.plugins.bitbucket com.atlassian.bamboo.plugins.git com.atlassian.bamboo.plugins.stash -
-
Uses of GitRepository in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return GitRepository Modifier and Type Method Description @Nullable GitRepository
BitbucketRepository. getGitRepository()
-
Uses of GitRepository in com.atlassian.bamboo.plugins.git
Fields in com.atlassian.bamboo.plugins.git with type parameters of type GitRepository Modifier and Type Field Description static Function<ImmutablePlan,Iterable<GitRepository>>
GitRepositoryFacade. GIT_REPOSITORIES_OF_PLAN
Retrieves git repositories of one planMethods in com.atlassian.bamboo.plugins.git that return GitRepository Modifier and Type Method Description GitRepository
GitHubRepository. getGitRepository()
@Nullable GitRepository
GitRepository. getGitRepository()
@Nullable GitRepository
GitRepositoryFacade. getGitRepository()
Methods in com.atlassian.bamboo.plugins.git with parameters of type GitRepository Modifier and Type Method Description static GitOperationHelper
GitOperationHelperFactory. createGitOperationHelper(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)
static boolean
GitOperationHelperFactory. isNativeGitEnabled(GitRepository repository)
Deprecated.since 7.1, jgit is deprecatedConstructors in com.atlassian.bamboo.plugins.git with parameters of type GitRepository Constructor Description GitMavenPomAccessor(GitRepository repository, @NotNull SshProxyService sshProxyService, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @Nullable String gitCapability, TrustedKeyHelper trustedKeyHelper)
NativeGitOperationHelper(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)
-
Uses of GitRepository in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return GitRepository Modifier and Type Method Description @Nullable GitRepository
StashRepositoryImpl. getGitRepository()
-