@PublicApi public interface DeploymentTaskType extends InternalTaskType
TaskConfigurator for how to generate a UI to configure this particular task.
Tasks implementing this interface can be used in Deployment Jobs.TaskConfigurator| Modifier and Type | Method and Description |
|---|---|
TaskResult |
execute(DeploymentTaskContext taskContext)
Execute the task
|
@NotNull TaskResult execute(@NotNull DeploymentTaskContext taskContext) throws TaskException
taskContext - TaskResult representing the status of the task executionTaskExceptionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.