hudson.plugins.robot.tokens
Class RobotFailedCasesTokenMacro

java.lang.Object
  extended by org.jenkinsci.plugins.tokenmacro.TokenMacro
      extended by org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
          extended by hudson.plugins.robot.tokens.RobotFailedCasesTokenMacro
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class RobotFailedCasesTokenMacro
extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro


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
RobotFailedCasesTokenMacro()
           
 
Method Summary
 boolean acceptsMacroName(java.lang.String macroName)
           
 java.lang.String evaluate(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, java.lang.String macroName)
           
 
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

RobotFailedCasesTokenMacro

public RobotFailedCasesTokenMacro()
Method Detail

evaluate

public java.lang.String evaluate(hudson.model.AbstractBuild<?,?> context,
                                 hudson.model.TaskListener listener,
                                 java.lang.String macroName)
                          throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException,
                                 java.io.IOException,
                                 java.lang.InterruptedException
Specified by:
evaluate in class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
Throws:
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
java.io.IOException
java.lang.InterruptedException

acceptsMacroName

public boolean acceptsMacroName(java.lang.String macroName)
Specified by:
acceptsMacroName in class org.jenkinsci.plugins.tokenmacro.TokenMacro


Copyright © 2004-2012. All Rights Reserved.