public interface VariableDefinition extends VariableDefinitionContext, BambooObject
ORDERING
Modifier and Type | Method and Description |
---|---|
Long |
getDeploymentVersionId() |
Long |
getEnvironmentId() |
Plan |
getPlan() |
void |
setDeploymentVersionId(Long deploymentVersionId) |
void |
setEnvironmentId(Long environmentId) |
void |
setPlan(Plan plan) |
getKey, getValue, getVariableType, setKey, setValue, setVariableType
setId
getId
@Nullable Plan getPlan()
void 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.