Uses of Class
com.atlassian.bamboo.testutils.rest.entity.RestRepository
-
-
Uses of RestRepository in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.plan that return types with arguments of type RestRepository Modifier and Type Method Description List<RestRepository>
PlanResource. getPlanRepositories(String planKey)
-
Uses of RestRepository in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.repository that return types with arguments of type RestRepository Modifier and Type Method Description List<RestRepository>
RepositoryResource. getLinkedRepositories()
List<RestRepository>
RepositoryResource. getProjectRepositories(String projectKey)
-
Uses of RestRepository in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type RestRepository Modifier and Type Method Description List<RestRepository>
RepositoryControl. getLinkedRepositories()
List<RestRepository>
PlansControl. getPlanRepositories(@NotNull PlanKey planKey)
List<RestRepository>
RepositoryControl. getProjectRepositories(String projectKey)
-