com.atlassian.bamboo.variable
Interface VariableDefinition
- All Superinterfaces:
- BambooIdProvider, BambooObject, java.io.Serializable, VariableDefinitionContext, VariableDefinitionIdentifier
- All Known Implementing Classes:
- VariableDefinitionImpl
public interface VariableDefinition
- extends VariableDefinitionContext, BambooObject
getPlan
@Nullable
Plan getPlan()
setPlan
void setPlan(Plan plan)
getEnvironmentId
@Nullable
java.lang.Long getEnvironmentId()
- Returns:
- id of associated Deployment Environment or null if not of
VariableType.ENVIRONMENT type
setEnvironmentId
void setEnvironmentId(java.lang.Long environmentId)
getDeploymentVersionId
@Nullable
java.lang.Long getDeploymentVersionId()
- Returns:
- id of associated Deployment Version or null if not of
VariableType.VERSION type
setDeploymentVersionId
void setDeploymentVersionId(@Nullable
java.lang.Long deploymentVersionId)
Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.