public class TestVcsRepositorySpecsHelper extends Object
Constructor and Description |
---|
TestVcsRepositorySpecsHelper() |
Modifier and Type | Method and Description |
---|---|
static com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository |
bbsRepository(@NotNull String applicationLink,
@NotNull String projectKey,
@NotNull String repositorySlug) |
static com.atlassian.bamboo.specs.builders.repository.git.GitRepository |
gitRepository(@NotNull GitRepositoryDescriptor descriptor) |
static com.atlassian.bamboo.specs.builders.repository.git.GitRepository |
gitRepositoryForReadOnlyAccess() |
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
svnDefaultRepository() |
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
svnRepository(@NotNull SvnRepositoryDescriptor svnRepositoryDescriptor) |
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
svnRepository(@NotNull SvnRepositoryDescriptor svnRepositoryDescriptor,
@NotNull String branchPath) |
public static com.atlassian.bamboo.specs.builders.repository.git.GitRepository gitRepositoryForReadOnlyAccess()
public static com.atlassian.bamboo.specs.builders.repository.git.GitRepository gitRepository(@NotNull @NotNull GitRepositoryDescriptor descriptor)
public static com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository bbsRepository(@NotNull @NotNull String applicationLink, @NotNull @NotNull String projectKey, @NotNull @NotNull String repositorySlug)
public static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository svnRepository(@NotNull @NotNull SvnRepositoryDescriptor svnRepositoryDescriptor)
public static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository svnDefaultRepository()
public static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository svnRepository(@NotNull @NotNull SvnRepositoryDescriptor svnRepositoryDescriptor, @NotNull @NotNull String branchPath)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.