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 classFilebasedRepositoryDescriptorclassPublicRepositoryDescriptorclassSvnRepositoryDescriptorMethods in com.atlassian.bamboo.testutils with parameters of type RepositoryDescriptor Modifier and Type Method Description static voidLocalRepositorySetupHelper. destroyTempRepository(RepositoryDescriptor descriptor)TestBuildDetailsBuilderTestBuildDetailsBuilder. 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 RepositoryDescriptorRepository. getRepositoryDescriptor()Methods in com.atlassian.bamboo.testutils.model with parameters of type RepositoryDescriptor Modifier and Type Method Description Repository.BuilderRepository.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 classGitRepositoryDescriptorMethods in com.atlassian.bamboo.testutils.vcs.git with parameters of type RepositoryDescriptor Modifier and Type Method Description static @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)
-