hudson.plugins.dry.tokens
Class DryWarningCountTokenMacro

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.AbstractAnnotationsCountTokenMacro
                  extended by hudson.plugins.dry.tokens.DryWarningCountTokenMacro
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension(optional=true)
public class DryWarningCountTokenMacro
extends hudson.plugins.analysis.tokens.AbstractAnnotationsCountTokenMacro

Provides a token that evaluates to the number of DRY 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
DryWarningCountTokenMacro()
          Creates a new instance of DryWarningCountTokenMacro.
 
Method Summary
 
Methods inherited from class hudson.plugins.analysis.tokens.AbstractAnnotationsCountTokenMacro
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, hasNestedContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DryWarningCountTokenMacro

public DryWarningCountTokenMacro()
Creates a new instance of DryWarningCountTokenMacro.



Copyright © 2004-2013 Hudson. All Rights Reserved.