Uses of Class
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException

Packages that use MacroEvaluationException
org.jenkinsci.plugins.tokenmacro   
org.jenkinsci.plugins.tokenmacro.impl   
 

Uses of MacroEvaluationException in org.jenkinsci.plugins.tokenmacro
 

Methods in org.jenkinsci.plugins.tokenmacro that throw MacroEvaluationException
abstract  java.lang.String DataBoundTokenMacro.evaluate(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, java.lang.String macroName)
           
abstract  java.lang.String TokenMacro.evaluate(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, java.lang.String macroName, java.util.Map<java.lang.String,java.lang.String> arguments, com.google.common.collect.ListMultimap<java.lang.String,java.lang.String> argumentMultimap)
          Evaluates the macro and produces the token.
 java.lang.String DataBoundTokenMacro.evaluate(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, java.lang.String macroName, java.util.Map<java.lang.String,java.lang.String> arguments, com.google.common.collect.ListMultimap<java.lang.String,java.lang.String> argumentMultimap)
           
static java.lang.String TokenMacro.expand(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, java.lang.String stringWithMacro)
          Expands all the macro, and throws an exception if there's any problem found.
 

Uses of MacroEvaluationException in org.jenkinsci.plugins.tokenmacro.impl
 

Methods in org.jenkinsci.plugins.tokenmacro.impl that throw MacroEvaluationException
 java.lang.String BuildNumberMacro.evaluate(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, java.lang.String macroName, java.util.Map<java.lang.String,java.lang.String> arguments, com.google.common.collect.ListMultimap<java.lang.String,java.lang.String> argumentMultimap)
           
 java.lang.String BuildUrlMacro.evaluate(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, java.lang.String macroName, java.util.Map<java.lang.String,java.lang.String> arguments, com.google.common.collect.ListMultimap<java.lang.String,java.lang.String> argumentMultimap)
           
 



Copyright © 2004-2011. All Rights Reserved.