Uses of Class
com.atlassian.bamboo.rest.model.build.label.RestBuildLabels
-
Packages that use RestBuildLabels Package Description com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.plugins.rest.service com.atlassian.bamboo.testutils.backdoor -
-
Uses of RestBuildLabels in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return RestBuildLabels Modifier and Type Method Description RestBuildLabels
ResultResource. getBuildLabels(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of RestBuildLabels in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return RestBuildLabels Modifier and Type Method Description RestBuildLabels
ResultService. getBuildLabels(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo)
RestBuildLabels
ResultServiceImpl. getBuildLabels(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of RestBuildLabels in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return RestBuildLabels Modifier and Type Method Description @NotNull RestBuildLabels
BuildResultsControl. getResultLabels(@NotNull PlanKey planKey, int buildNumber)
RestBuildLabels
BuildResultsControl. getResultLabels(PlanResultKey planResultKey)
-