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