Uses of Class
com.atlassian.bamboo.rest.model.build.label.RestBuildLabel
Package
Description
-
Uses of RestBuildLabel in com.atlassian.bamboo.plugins.rest.resource
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ResultResource.addBuildLabel
(String projectKey, String buildKey, String buildNumber, RestBuildLabel label, javax.ws.rs.core.UriInfo uriInfo) -
Uses of RestBuildLabel in com.atlassian.bamboo.plugins.rest.service
Modifier and TypeMethodDescriptionvoid
ResultService.addBuildLabel
(String projectKey, String buildKey, String buildNumber, RestBuildLabel label, RestAuthenticationContext restAuthenticationContext, javax.ws.rs.core.UriInfo uriInfo) void
ResultServiceImpl.addBuildLabel
(String projectKey, String buildKey, String buildNumber, RestBuildLabel label, RestAuthenticationContext restAuthenticationContext, javax.ws.rs.core.UriInfo uriInfo) -
Uses of RestBuildLabel in com.atlassian.bamboo.rest.model.build.label
ModifierConstructorDescriptionRestBuildLabelList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestBuildLabel> callback)