Uses of Class
org.jenkinsci.plugins.tokenmacro.TokenMacro
Packages that use TokenMacro
-
Uses of TokenMacro in org.jenkinsci.plugins.tokenmacro
Subclasses of TokenMacro in org.jenkinsci.plugins.tokenmacroModifier and TypeClassDescriptionclass
Convenient base class for implementingTokenMacro
that does parameter databinding to fields.class
Methods in org.jenkinsci.plugins.tokenmacro that return types with arguments of type TokenMacroModifier and TypeMethodDescriptionstatic ExtensionList<TokenMacro>
TokenMacro.all()
All registered extension points.Method parameters in org.jenkinsci.plugins.tokenmacro with type arguments of type TokenMacroModifier and TypeMethodDescriptionstatic 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.implModifier and TypeClassDescriptionclass
class
class
class
class
An EmailContent for build log.class
An EmailContent for build log segments matching a regular expression.class
An EmailContent for build log lines matching a regular expression.class
class
class
class
class
class
class
class
Token that expands variables from the build environment.class
class
class
Expands to a xml value(s) from a xml file relative to the workspace root.final class
Uses a regular expression to find a single log entry and generates a new output using the capture groups from it.class
class
class
Expands to a property from a property file relative to the workspace root.class
Created by acearl on 10/22/2015.class
class
Expands to a xml value(s) from a xml file relative to the workspace root.