Package com.atlassian.bamboo.task
Class DeploymentTaskContextImpl
java.lang.Object
com.atlassian.bamboo.task.CommonTaskContextImpl
com.atlassian.bamboo.task.DeploymentTaskContextImpl
- All Implemented Interfaces:
DeploymentTaskContext
,PluginKeyProvider
,CommonTaskContext
,InternalTaskContext
,TaskIdentifier
public class DeploymentTaskContextImpl
extends CommonTaskContextImpl
implements DeploymentTaskContext
-
Field Summary
Fields inherited from class com.atlassian.bamboo.task.CommonTaskContextImpl
rootDirectorySelector, taskExecutionContext
-
Constructor Summary
ConstructorDescriptionDeploymentTaskContextImpl
(Map<String, String> substitutedConfiguration, TaskExecutionContext taskExecutionContext, RuntimeTaskDefinition taskDefinition) -
Method Summary
Methods inherited from class com.atlassian.bamboo.task.CommonTaskContextImpl
doesTaskProduceTestResults, getBuildContext, getBuildLogger, getCommonContext, getConfigurationMap, getId, getPluginKey, getRootDirectory, getRuntimeTaskContext, getRuntimeTaskData, getUserDescription, getWorkingDirectory, isEnabled, isFinalising
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.task.CommonTaskContext
doesTaskProduceTestResults, getBuildLogger, getCommonContext, getConfigurationMap, getRootDirectory, getRuntimeTaskContext, getRuntimeTaskData, getWorkingDirectory
Methods inherited from interface com.atlassian.bamboo.task.TaskIdentifier
getId, getPluginKey, getUserDescription, isEnabled, isFinalising
-
Constructor Details
-
DeploymentTaskContextImpl
public DeploymentTaskContextImpl(Map<String, String> substitutedConfiguration, TaskExecutionContext taskExecutionContext, RuntimeTaskDefinition taskDefinition)
-
-
Method Details
-
getDeploymentContext
- Specified by:
getDeploymentContext
in interfaceDeploymentTaskContext
-