Interface | Description |
---|---|
ContextOutputProcessorFactory | |
NotifyFinishOutputProcessor |
Output processor that gets notified when the build finishes.
|
OutputProcessor |
A specialized output parser that's able to annotate and process the maven output for given
goal sequences.
|
OutputProcessorFactory |
Factory of the OutputProcessors for given project, each build
asks this method again.
|
OutputVisitor.Context | |
TestOutputObserver |
Allows to plug in the capability to observe output tests (surefire).
|
Class | Description |
---|---|
OutputUtils | |
OutputVisitor |
Is collecting line parsing information from all the registered Outputprocessors.
|