Uses of Class
org.jenkinsci.plugins.tokenmacro.TokenMacro
-
Packages that use TokenMacro Package Description org.jenkinsci.plugins.tokenmacro org.jenkinsci.plugins.tokenmacro.impl -
-
Uses of TokenMacro in org.jenkinsci.plugins.tokenmacro
Subclasses of TokenMacro in org.jenkinsci.plugins.tokenmacro Modifier and Type Class Description class
DataBoundTokenMacro
Convenient base class for implementingTokenMacro
that does parameter databinding to fields.Methods in org.jenkinsci.plugins.tokenmacro that return types with arguments of type TokenMacro Modifier and Type Method Description static ExtensionList<TokenMacro>
TokenMacro. all()
All registered extension points.Method parameters in org.jenkinsci.plugins.tokenmacro with type arguments of type TokenMacro Modifier and Type Method Description static String
TokenMacro. expand(AbstractBuild<?,?> context, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)
static String
TokenMacro. expand(Run<?,?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)
static String
TokenMacro. expandAll(AbstractBuild<?,?> context, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)
static String
TokenMacro. expandAll(Run<?,?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)
static String
Parser. process(AbstractBuild<?,?> build, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)
static String
Parser. process(Run<?,?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)
-
Uses of TokenMacro in org.jenkinsci.plugins.tokenmacro.impl
Subclasses of TokenMacro in org.jenkinsci.plugins.tokenmacro.impl Modifier and Type Class 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
BuildUserMacro
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.
-