| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
PlanResource.addPlanVariable(String projectKey,
String buildKey,
RestVariable variable,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
PlanResource.editPlanVariable(String projectKey,
String buildKey,
String variableName,
RestVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DeploymentEnvironmentResource.createEnvironmentVariable(Long environmentId,
@Nullable RestVariable variable) |
javax.ws.rs.core.Response |
DeploymentEnvironmentResource.updateEnvironmentVariable(Long environmentId,
String variableName,
@Nullable RestVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ProjectResource.createOrUpdateVariable(String projectKey,
@Nullable RestVariable request,
javax.ws.rs.core.UriInfo uriInfo) |
| 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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.