Package org.jboss.set.pull.processor
Interface Action
-
- All Known Implementing Classes:
ReportAction,SetLabelsAction
public interface ActionAction which will be executed once evaluators are done with preping all the data.- Author:
- baranowb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ActionContext actionContext, List<EvaluatorData> data)booleansupport(ProcessorPhase processorPhase)
-
-
-
Method Detail
-
execute
void execute(ActionContext actionContext, List<EvaluatorData> data)
-
support
boolean support(ProcessorPhase processorPhase)
-
-