Interface DeploymentTaskContext
-
- All Superinterfaces:
CommonTaskContext,InternalTaskContext,PluginKeyProvider,TaskIdentifier
- All Known Implementing Classes:
DeploymentTaskContextImpl
public interface DeploymentTaskContext extends CommonTaskContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull DeploymentContextgetDeploymentContext()-
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
-
-
-
-
Method Detail
-
getDeploymentContext
@NotNull @NotNull DeploymentContext getDeploymentContext()
-
-