Uses of Interface
com.atlassian.bamboo.testutils.RepositoryDescriptor
-
Packages that use RepositoryDescriptor Package Description com.atlassian.bamboo.testutils com.atlassian.bamboo.testutils.model com.atlassian.bamboo.testutils.vcs.git -
-
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils
Classes in com.atlassian.bamboo.testutils that implement RepositoryDescriptor Modifier and Type Class Description class
FilebasedRepositoryDescriptor
class
PublicRepositoryDescriptor
class
SvnRepositoryDescriptor
Methods in com.atlassian.bamboo.testutils with parameters of type RepositoryDescriptor Modifier and Type Method Description static void
LocalRepositorySetupHelper. destroyTempRepository(RepositoryDescriptor descriptor)
TestBuildDetailsBuilder
TestBuildDetailsBuilder. withSvn(@NotNull RepositoryDescriptor repositoryDescriptor, @NotNull String svnSubDir)
-
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return RepositoryDescriptor Modifier and Type Method Description RepositoryDescriptor
Repository. getRepositoryDescriptor()
Methods in com.atlassian.bamboo.testutils.model with parameters of type RepositoryDescriptor Modifier and Type Method Description Repository.Builder
Repository.Builder. descriptor(RepositoryDescriptor descriptor)
-
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils.vcs.git
Classes in com.atlassian.bamboo.testutils.vcs.git that implement RepositoryDescriptor Modifier and Type Class Description class
GitRepositoryDescriptor
Methods in com.atlassian.bamboo.testutils.vcs.git with parameters of type RepositoryDescriptor Modifier and Type Method Description static @Nullable String
GitRepositoryHelper. touch(@NotNull RepositoryDescriptor remoteRepository)
static @Nullable String
GitRepositoryHelper. touch(@NotNull RepositoryDescriptor remoteRepository, @NotNull String comment)
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. touchBranch(@NotNull RepositoryDescriptor remoteRepository, @NotNull String branchName, @NotNull String comment)
-