public class Maven3MojoNote extends ConsoleNote
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jobConfigHistory ---or
[INFO] --- gmaven-plugin:1.0-rc-5:generateTestStubs (test-in-groovy) @ jobConfigHistory ---or
[INFO] --- cobertura-maven-plugin:2.4:instrument (report:cobertura) @ sardine ---
Modifier and Type | Class and Description |
---|---|
static class |
Maven3MojoNote.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static Pattern |
PATTERN |
INSECURE, POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
Constructor and Description |
---|
Maven3MojoNote() |
Modifier and Type | Method and Description |
---|---|
ConsoleAnnotator |
annotate(Object context,
MarkupText text,
int charPos)
When the line of a console output that this annotation is attached is read by someone,
a new
ConsoleNote is de-serialized and this method is invoked to annotate that line. |
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
public static final Pattern PATTERN
public ConsoleAnnotator annotate(Object context, MarkupText text, int charPos)
ConsoleNote
ConsoleNote
is de-serialized and this method is invoked to annotate that line.annotate
in class ConsoleNote
context
- The object that owns the console output in question.text
- Represents a line of the console output being annotated.charPos
- The character position in 'text' where this annotation is attached.Copyright © 2004–2021. All rights reserved.