| 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)
Creates a linked repository as the default auth user.
|
| 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 repositoryUrl)
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 |
TestBuildDetails.getDefaultRepository() |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.