| Package | Description |
|---|---|
| com.atlassian.bamboo.testutils | |
| com.atlassian.bamboo.testutils.model | |
| com.atlassian.bamboo.testutils.vcs.git |
| Modifier and Type | Class and Description |
|---|---|
class |
FilebasedRepositoryDescriptor |
class |
PublicRepositoryDescriptor |
class |
SvnRepositoryDescriptor |
| Modifier and Type | Method and Description |
|---|---|
static void |
LocalRepositorySetupHelper.destroyTempRepository(RepositoryDescriptor descriptor) |
TestBuildDetailsBuilder |
TestBuildDetailsBuilder.withSvn(@NotNull RepositoryDescriptor repositoryDescriptor,
@NotNull String svnSubDir) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDescriptor |
Repository.getRepositoryDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Repository.Builder |
Repository.Builder.descriptor(RepositoryDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
GitRepositoryDescriptor |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable String |
GitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository) |
static @Nullable String |
GitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository,
@NotNull Optional<String> branchName,
@NotNull String pathToTouch,
@NotNull String comment) |
static @Nullable String |
GitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository,
@NotNull Optional<String> branchName,
@NotNull String pathToTouch,
@NotNull String comment,
@NotNull String gitUserName,
@NotNull String gitUserEmail) |
static @Nullable String |
GitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository,
@NotNull String comment) |
static @Nullable String |
GitRepositoryHelper.touchBranch(@NotNull RepositoryDescriptor remoteRepository,
@NotNull String branchName,
@NotNull String comment) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.