| Package | Description |
|---|---|
| org.jenkinsci.plugins.tokenmacro | |
| org.jenkinsci.plugins.tokenmacro.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
DataBoundTokenMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName) |
String |
DataBoundTokenMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName,
Map<String,String> arguments,
com.google.common.collect.ListMultimap<String,String> argumentMultimap) |
abstract String |
TokenMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName,
Map<String,String> arguments,
com.google.common.collect.ListMultimap<String,String> argumentMultimap)
Evaluates the macro and produces the token.
|
static String |
TokenMacro.expand(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String stringWithMacro)
Expands all the macros, and throws an exception if there's any problem found.
|
static String |
TokenMacro.expand(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
static String |
TokenMacro.expandAll(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String stringWithMacro)
Expands everything that needs to be expanded.
|
static String |
TokenMacro.expandAll(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
| Modifier and Type | Method and Description |
|---|---|
String |
LogRegExMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName) |
String |
EnvironmentVariableMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName) |
String |
PropertyFromFileMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName) |
String |
BuildNumberMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName,
Map<String,String> arguments,
com.google.common.collect.ListMultimap<String,String> argumentMultimap) |
String |
BuildUrlMacro.evaluate(hudson.model.AbstractBuild<?,?> context,
hudson.model.TaskListener listener,
String macroName,
Map<String,String> arguments,
com.google.common.collect.ListMultimap<String,String> argumentMultimap) |
Copyright © 2004-2013. All Rights Reserved.