Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.admin.globalvariable |
Modifier and Type | Field and Description |
---|---|
static RestGlobalVariable |
GlobalVariableResource.REST_GLOBAL_VARIABLE |
Modifier and Type | Method and Description |
---|---|
RestGlobalVariable |
RestGlobalVariableServiceImpl.createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
RestGlobalVariable restGlobalVariable) |
RestGlobalVariable |
RestGlobalVariableService.createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
RestGlobalVariable restGlobalVariable)
Create a global variable
|
RestGlobalVariable |
GlobalVariableResource.getGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId)
Retrieve a global variable definition.
|
RestGlobalVariable |
RestGlobalVariableServiceImpl.getGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId) |
RestGlobalVariable |
RestGlobalVariableService.getGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId)
Retrieve a global variable definition
|
RestGlobalVariable |
GlobalVariableResource.updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId,
RestGlobalVariable restGlobalVariable)
Update value of a global variable
|
RestGlobalVariable |
RestGlobalVariableServiceImpl.updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId,
RestGlobalVariable restGlobalVariable) |
RestGlobalVariable |
RestGlobalVariableService.updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId,
RestGlobalVariable restGlobalVariable)
Update a global variable
|
Modifier and Type | Method and Description |
---|---|
List<RestGlobalVariable> |
RestGlobalVariableList.getGlobalVariables() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GlobalVariableResource.createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
RestGlobalVariable restGlobalVariable)
Create a single global variable.
|
RestGlobalVariable |
RestGlobalVariableServiceImpl.createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
RestGlobalVariable restGlobalVariable) |
RestGlobalVariable |
RestGlobalVariableService.createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
RestGlobalVariable restGlobalVariable)
Create a global variable
|
RestGlobalVariable |
GlobalVariableResource.updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId,
RestGlobalVariable restGlobalVariable)
Update value of a global variable
|
RestGlobalVariable |
RestGlobalVariableServiceImpl.updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId,
RestGlobalVariable restGlobalVariable) |
RestGlobalVariable |
RestGlobalVariableService.updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo,
long variableId,
RestGlobalVariable restGlobalVariable)
Update a global variable
|
ErrorCollection |
RestGlobalVariableServiceImpl.validateVariable(RestGlobalVariable restGlobalVariable) |
Constructor and Description |
---|
RestGlobalVariableList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestGlobalVariable> callback) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.