Class IndicationAnnotator
- java.lang.Object
-
- hudson.console.ConsoleAnnotator<Object>
-
- com.sonyericsson.jenkins.plugins.bfa.IndicationAnnotator
-
- All Implemented Interfaces:
Serializable
public class IndicationAnnotator extends ConsoleAnnotator<Object>
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndicationAnnotator(List<FoundFailureCause> foundFailureCauses)
Standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleAnnotator
annotate(Object context, MarkupText text)
-
Methods inherited from class hudson.console.ConsoleAnnotator
_for, cast, combine, initial
-
-
-
-
Constructor Detail
-
IndicationAnnotator
public IndicationAnnotator(List<FoundFailureCause> foundFailureCauses)
Standard constructor.- Parameters:
foundFailureCauses
- theFoundFailureCause
s to add annotation for.
-
-
Method Detail
-
annotate
public ConsoleAnnotator annotate(Object context, MarkupText text)
- Specified by:
annotate
in classConsoleAnnotator<Object>
-
-