| Package | Description |
|---|---|
| com.thoughtworks.go.plugin.api.task |
| Modifier and Type | Method and Description |
|---|---|
TaskConfig |
Task.config()
Specifies the configuration accepted and expected for the task.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
TaskExecutor.execute(TaskConfig config,
TaskExecutionContext taskExecutionContext)
The plugin infrastructure will call the execute() method, on the agent side, when the task needs to be run.
|
ValidationResult |
Task.validate(TaskConfig configuration)
Checks if a given task configuration is valid.
|
Copyright © 2014 ThoughtWorks, Inc. Go Version: 16.2.1-175