com.atlassian.bamboo.deployments.results.variable
Interface DeploymentVariableSubstitution

All Superinterfaces:
BambooIdProvider, BambooObject, java.io.Serializable, VariableDefinitionIdentifier, VariableSubstitutionContext
All Known Implementing Classes:
DeploymentVariableSubstitutionImpl

public interface DeploymentVariableSubstitution
extends VariableSubstitutionContext, BambooObject


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.variable.VariableDefinitionIdentifier
ORDERING
 
Method Summary
 MutableDeploymentResult getDeploymentResult()
           
 void setDeploymentResult(MutableDeploymentResult deploymentResult)
           
 
Methods inherited from interface com.atlassian.bamboo.variable.VariableSubstitutionContext
getKey, getValue, getVariableType, setKey, setValue, setVariableType
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getDeploymentResult

MutableDeploymentResult getDeploymentResult()

setDeploymentResult

void setDeploymentResult(MutableDeploymentResult deploymentResult)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.