Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PlanResource.editPlanVariable(String projectKey,
String buildKey,
String variableName,
RestVariable variable)
Update the plan variable.
|
Modifier and Type | Field and Description |
---|---|
static RestVariable |
RestVariableExampleDocument.EXAMPLE_VARIABLE_ONE |
static RestVariable |
RestVariableExampleDocument.EXAMPLE_VARIABLE_TWO |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProjectResource.createOrUpdateVariable(String projectKey,
RestVariable request)
Create or update project variable.
|
Modifier and Type | Method and Description |
---|---|
void |
RestVariableList.setVariables(List<RestVariable> variables) |
Constructor and Description |
---|
RestVariableList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestVariable> callback) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.