ActionReporter |
Superclass for common ActionReport extension.
|
DoNothingActionReporter |
PlainTextActionReporter is being used as a fake ActionReporter when one is
required.
|
HTMLActionReporter |
Class for reporting the result of a command using HTML.
|
JsonActionReporter |
Writes command output to a json stream
|
PlainTextActionReporter |
|
PropsFileActionReporter |
Action reporter to a manifest file
|
XMLActionReporter |
Represents the action report as XML like this:
<action-report description="xxx" exit-code="xxx" [failure-cause="xxx"]>
<message-part message="xxx">
<property name="xxx" value="xxx"/>
...
|
XMLContentActionReporter |
Represents the action report as XML like this:
<action-report description="xxx" exit-code="xxx" [failure-cause="xxx"]>
<message-part message="">
<property name="xxx" value="xxx"/>
...
|