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 TypeClassDescriptionclassclassclassMethods in com.atlassian.bamboo.testutils with parameters of type RepositoryDescriptorModifier and TypeMethodDescriptionstatic voidLocalRepositorySetupHelper.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 StringGitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository) static @Nullable StringGitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository, @NotNull String comment) static @Nullable StringGitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository, @NotNull Optional<String> branchName, @NotNull String pathToTouch, @NotNull String comment) static @Nullable StringGitRepositoryHelper.touch(@NotNull RepositoryDescriptor remoteRepository, @NotNull Optional<String> branchName, @NotNull String pathToTouch, @NotNull String comment, @NotNull String gitUserName, @NotNull String gitUserEmail) static @Nullable StringGitRepositoryHelper.touchBranch(@NotNull RepositoryDescriptor remoteRepository, @NotNull String branchName, @NotNull String comment)