com.atlassian.bamboo.deployments.execution
Interface DeploymentContext

All Superinterfaces:
CommonContext, java.io.Serializable
All Known Implementing Classes:
DeploymentContextImpl

public interface DeploymentContext
extends CommonContext


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getArtifactHandlerConfiguration()
           
 java.lang.String getDeploymentProjectName()
           
 long getDeploymentResultId()
           
 DeploymentVersion getDeploymentVersion()
           
 long getEnvironmentId()
           
 java.lang.String getEnvironmentName()
           
 java.lang.String getPreviousVersionName()
           
 java.util.Map<java.lang.String,Artifact> getVersionArtifacts()
           
 boolean isRollback()
           
 
Methods inherited from interface com.atlassian.bamboo.v2.build.CommonContext
getCurrentResult, getDisplayName, getEntityId, getEntityKey, getErrorCollection, getRepositoryDefinitionMap, getRepositoryDefinitions, getResultKey, getRuntimeTaskContext, getTaskDefinitions, getTriggerReason, getVariableContext
 

Method Detail

getDeploymentResultId

long getDeploymentResultId()

getEnvironmentId

long getEnvironmentId()

getDeploymentVersion

@NotNull
DeploymentVersion getDeploymentVersion()

getArtifactHandlerConfiguration

@NotNull
java.util.Map<java.lang.String,java.lang.String> getArtifactHandlerConfiguration()

getVersionArtifacts

@NotNull
java.util.Map<java.lang.String,Artifact> getVersionArtifacts()

getDeploymentProjectName

@NotNull
java.lang.String getDeploymentProjectName()

getEnvironmentName

@NotNull
java.lang.String getEnvironmentName()

isRollback

boolean isRollback()

getPreviousVersionName

@Nullable
java.lang.String getPreviousVersionName()


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