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 TypeClassDescriptionclassConvenient base class for implementingTokenMacrothat does parameter databinding to fields.classMethods 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 StringTokenMacro.expand(AbstractBuild<?, ?> context, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) static StringTokenMacro.expand(Run<?, ?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) static StringTokenMacro.expandAll(AbstractBuild<?, ?> context, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) static StringTokenMacro.expandAll(Run<?, ?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) static StringParser.process(AbstractBuild<?, ?> build, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) static StringParser.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 TypeClassDescriptionclassclassclassclassclassAn EmailContent for build log.classAn EmailContent for build log segments matching a regular expression.classAn EmailContent for build log lines matching a regular expression.classclassclassclassclassclassclassclassToken that expands variables from the build environment.classclassclassExpands to a xml value(s) from a xml file relative to the workspace root.final classUses a regular expression to find a single log entry and generates a new output using the capture groups from it.classclassclassExpands to a property from a property file relative to the workspace root.classCreated by acearl on 10/22/2015.classclassExpands to a xml value(s) from a xml file relative to the workspace root.