| Interface | Description |
|---|---|
| Action |
An
Action that forms the Action graph. |
| ActionExecutionResult |
Represents the result of executing the
Action |
| ActionExecutionResult.ActionExecutionFailure |
execution that failed
|
| ActionExecutionResult.ActionExecutionSuccess |
A successful action execution
|
| ActionRegistry |
The registry for
Actions, which creates its corresponding ActionWrapperData. |
| ActionWrapperData |
Implementation of
ActionAnalysisData that just holds an Action. |
| Class | Description |
|---|---|
| AbstractAction |
Base implementation of an
Action |
| ActionExecutionContext |
Holds the information
Actions can use for its Action.execute(ActionExecutionContext) |
| DefaultActionRegistry |
The action registry that should be used throughout Buck to handle registering actions.
|
| Exception | Description |
|---|---|
| ActionCreationException |
Represents an error during action creation
|