com.sonyericsson.jenkins.plugins.bfa
Class IndicationAnnotator

java.lang.Object
  extended by hudson.console.ConsoleAnnotator<Object>
      extended by 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

Constructor Summary
IndicationAnnotator(List<FoundFailureCause> foundFailureCauses)
          Standard constructor.
 
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
 

Constructor Detail

IndicationAnnotator

public IndicationAnnotator(List<FoundFailureCause> foundFailureCauses)
Standard constructor.

Parameters:
foundFailureCauses - the FoundFailureCauses to add annotation for.
Method Detail

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.