public class Xvnc
extends jenkins.tasks.SimpleBuildWrapper
BuildWrapper that runs xvnc.| Modifier and Type | Class and Description |
|---|---|
static class |
Xvnc.DescriptorImpl |
jenkins.tasks.SimpleBuildWrapper.Context, jenkins.tasks.SimpleBuildWrapper.Disposer| Modifier and Type | Field and Description |
|---|---|
boolean |
takeScreenshot
Whether or not to take a screenshot upon completion of the build.
|
Boolean |
useXauthority |
static String |
VNCSERVER |
| Constructor and Description |
|---|
Xvnc() |
Xvnc(boolean takeScreenshot,
boolean useXauthority)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
readResolve() |
void |
setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment) |
public static final String VNCSERVER
@DataBoundSetter public boolean takeScreenshot
@DataBoundSetter public Boolean useXauthority
@DataBoundConstructor public Xvnc()
@Deprecated public Xvnc(boolean takeScreenshot, boolean useXauthority)
public void setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment)
throws IOException,
InterruptedException
setUp in class jenkins.tasks.SimpleBuildWrapperIOExceptionInterruptedExceptionpublic Object readResolve()
Copyright © 2016–2020. All rights reserved.