Uses of Class
com.atlassian.bamboo.testutils.model.Repository
Packages that use Repository
Package
Description
-
Uses of Repository in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type RepositoryModifier and TypeMethodDescription@NotNull RestRepositoryDefinition
RepositoryControl.createLinkedRepository
(@NotNull Repository repository, @NotNull String displayName) Deprecated. -
Uses of Repository in com.atlassian.bamboo.testutils.backdoor.repository
Methods in com.atlassian.bamboo.testutils.backdoor.repository that return RepositoryModifier and TypeMethodDescriptionstatic @NotNull Repository
RestRepositoryHelper.getGitRepository
(@NotNull GitRepositoryDescriptor repositoryDescriptor) Creates a GitRepository
object for further usage in tests, e.g. withBackdoor.repositories()
.static @NotNull Repository
RestRepositoryHelper.getGitRepository
(@NotNull String repositoryUrl) Creates a GitRepository
object for further usage in tests, e.g. withBackdoor.repositories()
.static @NotNull Repository
RestRepositoryHelper.getSvnRepository
(@NotNull SvnRepositoryDescriptor repositoryDescriptor, @NotNull String svnSubDir) Creates an SVNRepository
object for further usage in tests, e.g. withBackdoor.repositories()
.static @NotNull Repository
RestRepositoryHelper.getSvnRepository
(@NotNull String repositoryRoot, @NotNull String branchName) Creates an SVNRepository
object for further usage in tests, e.g. withBackdoor.repositories()
.Methods in com.atlassian.bamboo.testutils.backdoor.repository with parameters of type RepositoryModifier and TypeMethodDescriptionstatic @NotNull RestRepositoryConfig
RestRepositoryHelper.toRestRepositoryConfig
(@NotNull Repository repository, @NotNull String repositoryName) Converts the repository to it's REST representation. -
Uses of Repository in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return RepositoryModifier and TypeMethodDescriptionRepository.Builder.build()
TestBuildDetails.getDefaultRepository()
Methods in com.atlassian.bamboo.testutils.model with parameters of type RepositoryModifier and TypeMethodDescriptionstatic Repository.Builder
Repository.builder
(Repository repository) void
TestBuildDetails.setRepository
(Repository repository) Constructors in com.atlassian.bamboo.testutils.model with parameters of type Repository
RepositoryControl.createRepository(VcsRepository)