|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RestBuildLabel in com.atlassian.bamboo.plugins.rest.documentation |
---|
Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestBuildLabel | |
---|---|
static RestBuildLabel |
RestLabelExampleDocument.EXAMPLE_LABEL
|
Uses of RestBuildLabel in com.atlassian.bamboo.plugins.rest.model.build.label |
---|
Methods in com.atlassian.bamboo.plugins.rest.model.build.label that return types with arguments of type RestBuildLabel | |
---|---|
static com.google.common.base.Function<java.lang.String,RestBuildLabel> |
RestBuildLabel.createFromLabelFunction()
|
Method parameters in com.atlassian.bamboo.plugins.rest.model.build.label with type arguments of type RestBuildLabel | |
---|---|
void |
RestBuildLabelList.setLabel(java.util.List<RestBuildLabel> label)
|
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.label with type arguments of type RestBuildLabel | |
---|---|
RestBuildLabelList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLabel> callback)
|
Uses of RestBuildLabel in com.atlassian.bamboo.plugins.rest.resource |
---|
Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type RestBuildLabel | |
---|---|
void |
ResultResource.addBuildLabel(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
RestBuildLabel label,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo)
Adds new label to build result specified by projectKey-buildKey-buildNumber. |
Uses of RestBuildLabel in com.atlassian.bamboo.plugins.rest.service |
---|
Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type RestBuildLabel | |
---|---|
void |
ResultServiceImpl.addBuildLabel(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
RestBuildLabel label,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo)
|
void |
ResultService.addBuildLabel(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
RestBuildLabel label,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |