Token Macro Plugin.
This plugin adds reusable macro expansion capability for other plugins to use..
Here is the list of declaration for token-macro. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.hudsonci.plugins</groupId> <artifactId>token-macro</artifactId> <version>1.6-h-1</version> </dependency>
If you think this Maven repository POM file listing for token-macro is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the token-macro-1.6-h-1.jar
org.jenkinsci.plugins.tokenmacro org.jenkinsci.plugins.tokenmacro.impl
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.hudson.plugins</groupId> <artifactId>hudson-plugin-parent</artifactId> <version>3.0.0-RC2</version> </parent> <groupId>org.hudsonci.plugins</groupId> <artifactId>token-macro</artifactId> <version>1.6-h-1</version> <packaging>hpi</packaging> <name>Token Macro Plugin</name> <description> This plugin adds reusable macro expansion capability for other plugins to use. </description> <url>https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin</url> <scm> <connection>scm:git:git://github.com/hudson3-plugins/token-macro-plugin.git</connection> <developerConnection>scm:git:git@github.com:hudson3-plugins/token-macro-plugin.git</developerConnection> <url>https://github.com/hudson3-plugins/global-build-stats-plugin</url> </scm> </project>