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 |
---|---|
javax.ws.rs.core.Response |
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 |
ResultServiceImpl.addBuildLabel(String projectKey,
String buildKey,
String buildNumber,
RestBuildLabel label,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo) |
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) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.