Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.RestRepositoryConfig
-
-
Uses of RestRepositoryConfig in com.atlassian.bamboo.plugins.testutils.repository
Methods in com.atlassian.bamboo.plugins.testutils.repository with parameters of type RestRepositoryConfig Modifier and Type Method Description @NotNull RestRepositoryDefinition
RepositoryTestService. createLinkedRepository(@NotNull RestRepositoryConfig repositoryConfig, @NotNull com.atlassian.user.User user)
Creates a linked repository as a specific user.@NotNull RestRepositoryDefinition
RepositoryTestServiceImpl. createLinkedRepository(@NotNull RestRepositoryConfig repositoryConfig, @NotNull com.atlassian.user.User user)
-
Uses of RestRepositoryConfig in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type RestRepositoryConfig Modifier and Type Method Description RestRepositoryDefinition
RepositoryResource. createLinkedRepository(@NotNull RestRepositoryConfig repositoryConfig, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
-
Uses of RestRepositoryConfig in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type RestRepositoryConfig Modifier and Type Method Description @NotNull RestRepositoryDefinition
RepositoryControl. createLinkedRepository(@NotNull RestRepositoryConfig restRepositoryConfig)
Deprecated.Prefer usingRepositoryControl.createRepository(VcsRepository)
-
Uses of RestRepositoryConfig in com.atlassian.bamboo.testutils.backdoor.model
Subclasses of RestRepositoryConfig in com.atlassian.bamboo.testutils.backdoor.model Modifier and Type Class Description class
RestRepositoryDefinition
Methods in com.atlassian.bamboo.testutils.backdoor.model that return RestRepositoryConfig Modifier and Type Method Description RestRepositoryConfig
RestPlan. getRepository()
Methods in com.atlassian.bamboo.testutils.backdoor.model with parameters of type RestRepositoryConfig Modifier and Type Method Description void
RestPlan. setRepository(RestRepositoryConfig repository)
Constructors in com.atlassian.bamboo.testutils.backdoor.model with parameters of type RestRepositoryConfig Constructor Description RestRepositoryConfig(@NotNull RestRepositoryConfig other)
RestRepositoryDefinition(long id, @NotNull RestRepositoryConfig repositoryConfig)
-
Uses of RestRepositoryConfig in com.atlassian.bamboo.testutils.backdoor.repository
Methods in com.atlassian.bamboo.testutils.backdoor.repository that return RestRepositoryConfig Modifier and Type Method Description static @NotNull RestRepositoryConfig
RestRepositoryHelper. toRestRepositoryConfig(@NotNull Repository repository, @NotNull String repositoryName)
Converts the repository to it's REST representation.
-