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(String applicationLink,
String projectKey,
String repositorySlug) |
static com.atlassian.bamboo.specs.builders.repository.git.GitRepository |
gitRepository(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(SvnRepositoryDescriptor svnRepositoryDescriptor) |
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
svnRepository(SvnRepositoryDescriptor svnRepositoryDescriptor,
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
GitRepositoryDescriptor descriptor)
public static com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository bbsRepository(@NotNull
String applicationLink,
@NotNull
String projectKey,
@NotNull
String repositorySlug)
public static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository svnRepository(@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
SvnRepositoryDescriptor svnRepositoryDescriptor,
@NotNull
String branchPath)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.