| 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 | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DeploymentEnvironmentResource.createEnvironmentVariable(Long environmentId,
@Nullable RestVariable variable)
Create the environment variable.
|
javax.ws.rs.core.Response |
DeploymentEnvironmentResource.updateEnvironmentVariable(Long environmentId,
String variableName,
@Nullable RestVariable variable)
Update the environment 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,
@Nullable 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) |
| Modifier and Type | Method and Description |
|---|---|
List<RestVariable> |
ProjectsControl.getProjectVariables(String projectKey) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.