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
Constructors Constructor Description DeploymentTaskContextImpl(Map<String,String> substitutedConfiguration, TaskExecutionContext taskExecutionContext, RuntimeTaskDefinition taskDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull DeploymentContext
getDeploymentContext()
-
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 Detail
-
DeploymentTaskContextImpl
public DeploymentTaskContextImpl(Map<String,String> substitutedConfiguration, TaskExecutionContext taskExecutionContext, RuntimeTaskDefinition taskDefinition)
-
-
Method Detail
-
getDeploymentContext
@NotNull public @NotNull DeploymentContext getDeploymentContext()
- Specified by:
getDeploymentContext
in interfaceDeploymentTaskContext
-
-