| Package | Description |
|---|---|
| com.atlassian.bamboo.testutils.backdoor | |
| com.atlassian.bamboo.testutils.backdoor.repository | |
| com.atlassian.bamboo.testutils.model |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RestRepositoryDefinition |
RepositoryControl.createLinkedRepository(@NotNull Repository repository,
@NotNull String displayName)
Deprecated.
Prefer using
RepositoryControl.createRepository(VcsRepository) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Repository |
RestRepositoryHelper.getGitRepository(@NotNull GitRepositoryDescriptor repositoryDescriptor)
Creates a Git
Repository object for further usage in tests, e.g. |
static @NotNull Repository |
RestRepositoryHelper.getGitRepository(@NotNull String repositoryUrl)
Creates a Git
Repository object for further usage in tests, e.g. |
static @NotNull Repository |
RestRepositoryHelper.getSvnRepository(@NotNull String repositoryRoot,
@NotNull String branchName)
Creates an SVN
Repository object for further usage in tests, e.g. |
static @NotNull Repository |
RestRepositoryHelper.getSvnRepository(@NotNull SvnRepositoryDescriptor repositoryDescriptor,
@NotNull String svnSubDir)
Creates an SVN
Repository object for further usage in tests, e.g. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull RestRepositoryConfig |
RestRepositoryHelper.toRestRepositoryConfig(@NotNull Repository repository,
@NotNull String repositoryName)
Converts the repository to it's REST representation.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.Builder.build() |
Repository |
TestBuildDetails.getDefaultRepository() |
| Modifier and Type | Method and Description |
|---|---|
static Repository.Builder |
Repository.builder(Repository repository) |
void |
TestBuildDetails.setRepository(Repository repository) |
| Constructor and Description |
|---|
Builder(Repository base) |
Repository(Repository base) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.