org.apache.tools.ant.taskdefs.optional.sitraka
Class Triggers.Method
public static
class
Triggers.Method
extends Object
A trigger for the coverage report
Method Summary |
void | setAction(String value)
The action to execute; required. |
void | setEvent(String value)
the event on the method that will trigger the action. |
void | setName(String value)
The name of the method(s) as a regular expression. |
void | setParam(String value)
A alphanumeric custom name for the snapshot; optional. |
String | toString() |
protected String action
protected String event
protected String name
protected String param
public void setAction(String value)
The action to execute; required. Must be one of "clear",
"pause", "resume", "snapshot", "suspend",
or "exit". They respectively clear recording, pause recording,
resume recording, take a snapshot, suspend the recording and exit the program.
public void setEvent(String value)
the event on the method that will trigger the action. Must be
"enter" or "exit"
required.
public void setName(String value)
The name of the method(s) as a regular expression. The name
is the fully qualified name on the form package.classname.method
required.
public void setParam(String value)
A alphanumeric custom name for the snapshot; optional.
public String toString()
Copyright