hudson.plugins.robot.tokens
Class RobotPassPercentageTokenMacro
java.lang.Object
org.jenkinsci.plugins.tokenmacro.TokenMacro
org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
hudson.plugins.robot.tokens.RobotPassPercentageTokenMacro
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension(optional=true)
public class RobotPassPercentageTokenMacro
- extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
| 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 |
|
Field Summary |
boolean |
onlyCritical
If true return only pass percentage of critical tests |
| 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 |
onlyCritical
public boolean onlyCritical
- If true return only pass percentage of critical tests
RobotPassPercentageTokenMacro
public RobotPassPercentageTokenMacro()
evaluate
public String evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName)
throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException,
IOException,
InterruptedException
- Specified by:
evaluate in class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
- Throws:
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
InterruptedException
acceptsMacroName
public boolean acceptsMacroName(String macroName)
- Specified by:
acceptsMacroName in class org.jenkinsci.plugins.tokenmacro.TokenMacro
Copyright © 2004-2013. All Rights Reserved.