Package | Description |
---|---|
com.atlassian.bamboo.testutils.backdoor | |
com.atlassian.bamboo.testutils.backdoor.repository | |
com.atlassian.bamboo.testutils.model |
Modifier and Type | Method and Description |
---|---|
RestRepositoryDefinition |
RepositoryControl.createLinkedRepository(Repository repository,
String displayName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Repository |
RestRepositoryHelper.getGitRepository(GitRepositoryDescriptor repositoryDescriptor)
Creates a Git
Repository object for further usage in tests, e.g. |
static Repository |
RestRepositoryHelper.getGitRepository(String repositoryUrl)
Creates a Git
Repository object for further usage in tests, e.g. |
static Repository |
RestRepositoryHelper.getSvnRepository(String repositoryRoot,
String branchName)
Creates an SVN
Repository object for further usage in tests, e.g. |
static Repository |
RestRepositoryHelper.getSvnRepository(SvnRepositoryDescriptor repositoryDescriptor,
String svnSubDir)
Creates an SVN
Repository object for further usage in tests, e.g. |
Modifier and Type | Method and Description |
---|---|
static RestRepositoryConfig |
RestRepositoryHelper.toRestRepositoryConfig(Repository repository,
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 © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.