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