com.atlassian.bamboo.deployments.execution
Interface DeploymentTaskContext

All Superinterfaces:
CommonTaskContext, InternalTaskContext, TaskIdentifier
All Known Implementing Classes:
DeploymentTaskContextImpl

public interface DeploymentTaskContext
extends CommonTaskContext


Method Summary
 DeploymentContext getDeploymentContext()
           
 
Methods inherited from interface com.atlassian.bamboo.task.CommonTaskContext
getBuildLogger, getCommonContext, getConfigurationMap, getRootDirectory, getRuntimeTaskContext, getWorkingDirectory
 
Methods inherited from interface com.atlassian.bamboo.task.TaskIdentifier
getId, getPluginKey, getUserDescription, isEnabled, isFinalising
 

Method Detail

getDeploymentContext

@NotNull
DeploymentContext getDeploymentContext()


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