Uses of Interface
com.atlassian.bamboo.testutils.RepositoryDescriptor
Package
Description
-
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionstatic void
LocalRepositorySetupHelper.destroyTempRepository
(RepositoryDescriptor descriptor) TestBuildDetailsBuilder.withSvn
(@NotNull RepositoryDescriptor repositoryDescriptor, @NotNull String svnSubDir) -
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils.model
-
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils.vcs.git
Modifier and TypeMethodDescriptionstatic @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)