@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 |
---|---|
@NotNull TaskResult |
execute(@NotNull DeploymentTaskContext taskContext)
Execute the task
|
@NotNull @NotNull TaskResult execute(@NotNull @NotNull DeploymentTaskContext taskContext) throws TaskException
taskContext
- TaskResult
representing the status of the task executionTaskException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.