Class IndicationAnnotator
- All Implemented Interfaces:
Serializable
Annotates the build log so that we can create links to it and mark found indications.
- Author:
- Tomas Westling <tomas.westling@sonymobile.com>
- See Also:
-
Constructor Summary
ConstructorDescriptionIndicationAnnotator
(List<FoundFailureCause> foundFailureCauses) Standard constructor. -
Method Summary
Methods inherited from class hudson.console.ConsoleAnnotator
_for, cast, combine, initial
-
Constructor Details
-
IndicationAnnotator
Standard constructor.- Parameters:
foundFailureCauses
- theFoundFailureCause
s to add annotation for.
-
-
Method Details
-
annotate
- Specified by:
annotate
in classConsoleAnnotator<Object>
-