public interface VariableDefinition extends VariableDefinitionContext, BambooObject
ORDERING
Modifier and Type | Method and Description |
---|---|
Long |
getDeploymentVersionId() |
Long |
getEnvironmentId() |
Plan |
getPlan() |
Long |
getProjectId() |
void |
setDeploymentVersionId(Long deploymentVersionId) |
void |
setEnvironmentId(Long environmentId) |
void |
setPlan(Plan plan) |
void |
setProjectId(Long projectId) |
getKey, getValue, getVariableType, setKey, setValue, setVariableType
setId
getId
@Nullable Long getProjectId()
Project
or null if not of VariableType.PROJECT
typevoid setProjectId(@Nullable Long projectId)
@Nullable Plan getPlan()
Plan
or null if not of VariableType.PLAN
typevoid setPlan(Plan plan)
@Nullable Long getEnvironmentId()
VariableType.ENVIRONMENT
typevoid setEnvironmentId(Long environmentId)
@Nullable Long getDeploymentVersionId()
VariableType.VERSION
typevoid setDeploymentVersionId(@Nullable Long deploymentVersionId)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.