| Modifier and Type | Field and Description |
|---|---|
static RestBuildLabel |
RestLabelExampleDocument.EXAMPLE_LABEL |
| Modifier and Type | Method and Description |
|---|---|
void |
RestBuildLabelList.setLabel(List<RestBuildLabel> label) |
| Constructor and Description |
|---|
RestBuildLabelList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLabel> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultResource.addBuildLabel(String projectKey,
String buildKey,
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultService.addBuildLabel(String projectKey,
String buildKey,
String buildNumber,
RestBuildLabel label,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo) |
void |
ResultServiceImpl.addBuildLabel(String projectKey,
String buildKey,
String buildNumber,
RestBuildLabel label,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.