public class VncViewerBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
VncViewerBuildWrapper.DescriptorImpl |
| Constructor and Description |
|---|
VncViewerBuildWrapper(String vncServ) |
| Modifier and Type | Method and Description |
|---|---|
static int |
findFreePort() |
String |
getVncServ() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setVncServ(String vncServ) |
static void |
untar(InputStream is,
String dest) |
@DataBoundConstructor public VncViewerBuildWrapper(String vncServ)
public String getVncServ()
public void setVncServ(String vncServ)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic static int findFreePort()
public static void untar(InputStream is, String dest) throws IOException
IOExceptionCopyright © 2016–2020. All rights reserved.