| Constructor and Description |
|---|
DebUtils.Runner(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
announce(String message) |
void |
announce(String messageTemplate,
Object... params) |
hudson.remoting.VirtualChannel |
getChannel() |
hudson.model.BuildListener |
getListener() |
void |
runCommand(String command) |
void |
runCommand(String commandTemplate,
Object... arguments) |
String |
runCommandForOutput(String command) |
String |
runCommandForOutput(String commandTemplate,
Object... params) |
boolean |
runCommandForResult(String command) |
boolean |
runCommandForResult(String commandTemplate,
Object... arguments) |
public DebUtils.Runner(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
String prefix)
public void runCommand(String command) throws InterruptedException, DebianizingException
public void runCommand(String commandTemplate, Object... arguments) throws InterruptedException, DebianizingException
public boolean runCommandForResult(String command) throws InterruptedException, DebianizingException
public boolean runCommandForResult(String commandTemplate, Object... arguments) throws InterruptedException, DebianizingException
public String runCommandForOutput(String commandTemplate, Object... params) throws DebianizingException
DebianizingExceptionpublic String runCommandForOutput(String command) throws DebianizingException
DebianizingExceptionpublic void announce(String message)
public hudson.remoting.VirtualChannel getChannel()
public hudson.model.BuildListener getListener()
Copyright © 2004-2015. All Rights Reserved.