Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.resource | |
com.atlassian.bamboo.plugins.rest.service | |
com.atlassian.bamboo.rest.model.build.label |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
List<RestBuildLabel> |
RestBuildLabelList.getLabel() |
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) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.