Uses of Class
com.atlassian.bamboo.rest.model.build.variable.RestVariable
-
-
Uses of RestVariable in com.atlassian.bamboo.plugins.rest.build
Methods in com.atlassian.bamboo.plugins.rest.build with parameters of type RestVariable Modifier and Type Method 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)
-
Uses of RestVariable in com.atlassian.bamboo.plugins.rest.deployments.environments
Methods in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type RestVariable Modifier and Type Method 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)
-
Uses of RestVariable in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type RestVariable Modifier and Type Method Description javax.ws.rs.core.Response
ProjectResource. createOrUpdateVariable(String projectKey, @Nullable RestVariable request, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of RestVariable in com.atlassian.bamboo.rest.model.build.variable
Method parameters in com.atlassian.bamboo.rest.model.build.variable with type arguments of type RestVariable Modifier and Type Method Description void
RestVariableList. setVariables(List<RestVariable> variables)
Constructor parameters in com.atlassian.bamboo.rest.model.build.variable with type arguments of type RestVariable Constructor Description RestVariableList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestVariable> callback)
-
Uses of RestVariable in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type RestVariable Modifier and Type Method Description List<RestVariable>
ProjectsControl. getProjectVariables(String projectKey)
-