com.sonyericsson.jenkins.plugins.bfa
Class IndicationAnnotator
java.lang.Object
hudson.console.ConsoleAnnotator<Object>
com.sonyericsson.jenkins.plugins.bfa.IndicationAnnotator
- All Implemented Interfaces:
- Serializable
public class IndicationAnnotator
- extends hudson.console.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
Method Summary |
hudson.console.ConsoleAnnotator |
annotate(Object context,
hudson.MarkupText text)
|
Methods inherited from class hudson.console.ConsoleAnnotator |
_for, cast, combine, initial |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndicationAnnotator
public IndicationAnnotator(List<FoundFailureCause> foundFailureCauses)
- Standard constructor.
- Parameters:
foundFailureCauses
- the FoundFailureCause
s to add annotation for.
annotate
public hudson.console.ConsoleAnnotator annotate(Object context,
hudson.MarkupText text)
- Specified by:
annotate
in class hudson.console.ConsoleAnnotator<Object>
Copyright © 2004-2014. All Rights Reserved.