public class VncViewerBuildWrapper extends SimpleBuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
VncViewerBuildWrapper.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.DisposerBuildWrapper.EnvironmentExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
VncViewerBuildWrapper(String vncServ) |
| Modifier and Type | Method and Description |
|---|---|
static int |
findFreePort() |
String |
getVncServ() |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
void |
setVncServ(String vncServ) |
static void |
untar(InputStream is,
String dest,
PrintStream logger) |
createContext, createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, requiresWorkspace, runPreCheckout, setUp, setUpall, getProjectAction, setUpgetDescriptor@DataBoundConstructor public VncViewerBuildWrapper(String vncServ)
public String getVncServ()
public void setVncServ(String vncServ)
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp in class SimpleBuildWrapperIOExceptionInterruptedExceptionpublic static int findFreePort()
public static void untar(InputStream is, String dest, PrintStream logger) throws IOException
IOExceptionCopyright © 2016–2022. All rights reserved.