hudson.plugins.analysis.collector.tokens
Class FixedWarningsCountTokenMacro

java.lang.Object
  extended by org.jenkinsci.plugins.tokenmacro.TokenMacro
      extended by org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
          extended by hudson.plugins.analysis.tokens.AbstractTokenMacro
              extended by hudson.plugins.analysis.tokens.AbstractFixedAnnotationsTokenMacro
                  extended by hudson.plugins.analysis.collector.tokens.FixedWarningsCountTokenMacro
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension(optional=true)
public class FixedWarningsCountTokenMacro
extends hudson.plugins.analysis.tokens.AbstractFixedAnnotationsTokenMacro

Provides a token that evaluates to the number of new warnings.

Author:
Ulli Hafner

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.Parameter
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
FixedWarningsCountTokenMacro()
          Creates a new instance of FixedWarningsCountTokenMacro.
 
Method Summary
 
Methods inherited from class hudson.plugins.analysis.tokens.AbstractFixedAnnotationsTokenMacro
evaluate
 
Methods inherited from class hudson.plugins.analysis.tokens.AbstractTokenMacro
acceptsMacroName, evaluate
 
Methods inherited from class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
evaluate
 
Methods inherited from class org.jenkinsci.plugins.tokenmacro.TokenMacro
all, expand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedWarningsCountTokenMacro

public FixedWarningsCountTokenMacro()
Creates a new instance of FixedWarningsCountTokenMacro.



Copyright © 2004-2012 Hudson. All Rights Reserved.