Uses of Interface
com.atlassian.bamboo.testutils.RepositoryDescriptor
Packages that use RepositoryDescriptor
Package
Description
-
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils
Classes in com.atlassian.bamboo.testutils that implement RepositoryDescriptorModifier and TypeClassDescriptionclass
class
class
Methods in com.atlassian.bamboo.testutils with parameters of type RepositoryDescriptorModifier and TypeMethodDescriptionstatic void
LocalRepositorySetupHelper.destroyTempRepository
(RepositoryDescriptor descriptor) 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 RepositoryDescriptorMethods in com.atlassian.bamboo.testutils.model with parameters of type RepositoryDescriptor -
Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils.vcs.git
Classes in com.atlassian.bamboo.testutils.vcs.git that implement RepositoryDescriptorMethods in com.atlassian.bamboo.testutils.vcs.git with parameters of type RepositoryDescriptorModifier 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)