Uses of Class
com.atlassian.bamboo.rest.model.repository.RestRepository
-
Packages that use RestRepository Package Description com.atlassian.bamboo.plugins.rest.deployments.projects com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.rest.model.repository -
-
Uses of RestRepository in com.atlassian.bamboo.plugins.rest.deployments.projects
Methods in com.atlassian.bamboo.plugins.rest.deployments.projects that return types with arguments of type RestRepository Modifier and Type Method Description List<RestRepository>
DeploymentProjectResource. listAssignedRepositories(Long deploymentProjectId)
-
Uses of RestRepository in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return types with arguments of type RestRepository Modifier and Type Method Description List<RestRepository>
RepositoryResource. getRssRepositoriesAllowedToAccessRepository(Long targetRepositoryId)
List<RestRepository>
ProjectResource. listAssignedRepositories(String projectKey)
-
Uses of RestRepository in com.atlassian.bamboo.rest.model.repository
Methods in com.atlassian.bamboo.rest.model.repository that return types with arguments of type RestRepository Modifier and Type Method Description List<RestRepository>
RestRepositoryList. getSearchResults()
Constructor parameters in com.atlassian.bamboo.rest.model.repository with type arguments of type RestRepository Constructor Description RestRepositoryList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestRepository> list)
-