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.
|
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.expand(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
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) |
static String |
TokenMacro.expandAll(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
static String |
Parser.process(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
static String |
Parser.process(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
void |
Parser.setPrivateTokens(List<TokenMacro> privateTokens) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChangesSinceMacro |
class |
AdminEmailMacro |
class |
BuildCauseMacro |
class |
BuildLogExcerptMacro |
class |
BuildLogMacro
An EmailContent for build log.
|
class |
BuildLogMultilineRegexMacro
An EmailContent for build log segments matching a regular expression.
|
class |
BuildLogRegexMacro
An EmailContent for build log lines matching a regular expression.
|
class |
BuildNumberMacro |
class |
BuildStatusMacro |
class |
BuildUrlMacro |
class |
ChangesSinceLastBuildMacro |
class |
ChangesSinceLastSuccessfulBuildMacro |
class |
ChangesSinceLastUnstableBuildMacro |
class |
EnvironmentVariableMacro
Token that expands variables from the build environment.
|
class |
JenkinsUrlMacro |
class |
JobDescriptionMacro |
class |
JsonFileMacro
Expands to a xml value(s) from a xml file relative to the workspace root.
|
class |
LogRegExMacro
Uses a regular expression to find a single log entry and generates
a new output using the capture groups from it.
|
class |
ProjectNameMacro |
class |
ProjectUrlMacro |
class |
PropertyFromFileMacro
Expands to a property from a property file relative to the workspace root.
|
class |
UpstreamRunNameMacro
Created by acearl on 10/22/2015.
|
class |
WorkspaceFileMacro |
class |
XmlFileMacro
Expands to a xml value(s) from a xml file relative to the workspace root.
|
Copyright © 2016–2018. All rights reserved.