public class TokenMacroExpander extends Object
Constructor and Description |
---|
TokenMacroExpander(Run<?,?> context,
TaskListener listener,
FilePath workspace) |
Modifier and Type | Method and Description |
---|---|
Artifact |
expand(Artifact artifact) |
String |
expand(String macro) |
public TokenMacroExpander(Run<?,?> context, TaskListener listener, FilePath workspace)
public String expand(String macro) throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedException
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
InterruptedException
public Artifact expand(Artifact artifact) throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedException
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
InterruptedException
Copyright © 2010–2021. All rights reserved.