com.atlassian.bamboo.variable
Interface VariableDefinition
- All Superinterfaces:
- BambooIdProvider, BambooObject, 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
Long getEnvironmentId()
- Returns:
- id of associated Deployment Environment or null if not of
VariableType.ENVIRONMENT
type
setEnvironmentId
void setEnvironmentId(Long environmentId)
getDeploymentVersionId
@Nullable
Long getDeploymentVersionId()
- Returns:
- id of associated Deployment Version or null if not of
VariableType.VERSION
type
setDeploymentVersionId
void setDeploymentVersionId(@Nullable
Long deploymentVersionId)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.