Package com.facebook.buck.core.rules.actions
-
Interface Summary Interface Description Action AnAction
that forms the Action graph.ActionExecutionResult Represents the result of executing theAction
ActionExecutionResult.ActionExecutionFailure execution that failedActionExecutionResult.ActionExecutionSuccess A successful action executionActionRegistry The registry forAction
s, which creates its correspondingActionWrapperData
.ActionWrapperData Implementation ofActionAnalysisData
that just holds anAction
. -
Class Summary Class Description AbstractAction Base implementation of anAction
ActionExecutionContext Holds the informationAction
s can use for itsAction.execute(ActionExecutionContext)
DefaultActionRegistry The action registry that should be used throughout Buck to handle registering actions. -
Exception Summary Exception Description ActionCreationException Represents an error during action creation