org.jenkinsci.plugins.cflint.tokens
Class NewLintWarningsTokenMacro

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.AbstractNewAnnotationsTokenMacro
                  extended by org.jenkinsci.plugins.cflint.tokens.NewLintWarningsTokenMacro
All Implemented Interfaces:
hudson.ExtensionPoint

public class NewLintWarningsTokenMacro
extends hudson.plugins.analysis.tokens.AbstractNewAnnotationsTokenMacro

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


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
NewLintWarningsTokenMacro()
           
 
Method Summary
 
Methods inherited from class hudson.plugins.analysis.tokens.AbstractNewAnnotationsTokenMacro
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, expandAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewLintWarningsTokenMacro

public NewLintWarningsTokenMacro()


Copyright © 2004-2014. All Rights Reserved.