| Package | Description |
|---|---|
| org.jenkinsci.plugins.tokenmacro | |
| org.jenkinsci.plugins.tokenmacro.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DataBoundTokenMacro
Convenient base class for implementing
TokenMacro that does parameter databinding to fields. |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<TokenMacro> |
TokenMacro.all()
All registered extension points.
|
hudson.ExtensionList<TokenMacro> |
PluginImpl.getAllTokenMacros() |
| Modifier and Type | Method and Description |
|---|---|
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,
boolean throwException,
List<TokenMacro> privateTokens) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildNumberMacro |
class |
BuildUrlMacro |
class |
EnvironmentVariableMacro
Token that expands variables from the build environment.
|
class |
LogRegExMacro
Uses a regular expression to find a single log entry and generates
a new output using the capture groups from it.
|
class |
PropertyFromFileMacro
Expands to a property from a property file relative to the workspace root.
|
Copyright © 2004-2013. All Rights Reserved.