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 classDataBoundTokenMacroConvenient base class for implementingTokenMacrothat 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 hudson.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 StringTokenMacro. expand(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)static StringTokenMacro. expand(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)static StringTokenMacro. expandAll(hudson.model.AbstractBuild<?,?> context, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)static StringTokenMacro. expandAll(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)static StringParser. process(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)static StringParser. process(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens)voidParser. setPrivateTokens(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 classAbstractChangesSinceMacroclassAdminEmailMacroclassBuildCauseMacroclassBuildLogExcerptMacroclassBuildLogMacroAn EmailContent for build log.classBuildLogMultilineRegexMacroAn EmailContent for build log segments matching a regular expression.classBuildLogRegexMacroAn EmailContent for build log lines matching a regular expression.classBuildNumberMacroclassBuildStatusMacroclassBuildUrlMacroclassChangesSinceLastBuildMacroclassChangesSinceLastSuccessfulBuildMacroclassChangesSinceLastUnstableBuildMacroclassEnvironmentVariableMacroToken that expands variables from the build environment.classJenkinsUrlMacroclassJobDescriptionMacroclassJsonFileMacroExpands to a xml value(s) from a xml file relative to the workspace root.classLogRegExMacroUses a regular expression to find a single log entry and generates a new output using the capture groups from it.classProjectNameMacroclassProjectUrlMacroclassPropertyFromFileMacroExpands to a property from a property file relative to the workspace root.classUpstreamRunNameMacroCreated by acearl on 10/22/2015.classWorkspaceFileMacroclassXmlFileMacroExpands to a xml value(s) from a xml file relative to the workspace root.
-