public abstract class BaseAction extends Object implements SkippableAction
Modifier | Constructor and Description |
---|---|
protected |
BaseAction(String name) |
Modifier and Type | Method and Description |
---|---|
void |
setSkipInPredicates() |
boolean |
skipInPredicates()
Determines whether the execution of this action is to be skipped inside of predicate matchers.
|
String |
toString() |
public final String name
protected BaseAction(String name)
public boolean skipInPredicates()
SkippableAction
skipInPredicates
in interface SkippableAction
public void setSkipInPredicates()
Copyright © 2020. All rights reserved.