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