Class TokenMacroExpander
- java.lang.Object
 - 
- org.jvnet.hudson.plugins.repositoryconnector.util.TokenMacroExpander
 
 
- 
public class TokenMacroExpander extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description TokenMacroExpander(Run<?,?> context, TaskListener listener, FilePath workspace) 
 - 
 
- 
- 
Constructor Detail
- 
TokenMacroExpander
public TokenMacroExpander(Run<?,?> context, TaskListener listener, FilePath workspace)
 
 - 
 
- 
Method Detail
- 
expand
public String expand(String macro) throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedException
- Throws:
 org.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionIOExceptionInterruptedException
 
- 
expand
public Artifact expand(Artifact artifact) throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedException
- Throws:
 org.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionIOExceptionInterruptedException
 
 - 
 
 -