Class IndicationAnnotatorFactory
- java.lang.Object
-
- hudson.console.ConsoleAnnotatorFactory
-
- com.sonyericsson.jenkins.plugins.bfa.IndicationAnnotatorFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class IndicationAnnotatorFactory extends ConsoleAnnotatorFactory
Factory for creating a newIndicationAnnotator
when the log should be annotated.- Author:
- Tomas Westling <tomas.westling@sonymobile.com>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description IndicationAnnotatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleAnnotator
newInstance(Object context)
-
Methods inherited from class hudson.console.ConsoleAnnotatorFactory
all, doScriptJs, doStyleCss, hasScript, hasStylesheet, type
-
-
-
-
Method Detail
-
newInstance
public ConsoleAnnotator newInstance(Object context)
- Specified by:
newInstance
in classConsoleAnnotatorFactory
-
-