public class Xvnc
extends hudson.tasks.BuildWrapper
BuildWrapper that runs xvnc.| Modifier and Type | Class and Description |
|---|---|
static class |
Xvnc.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
boolean |
takeScreenshot
Whether or not to take a screenshot upon completion of the build.
|
Boolean |
useXauthority |
| Constructor and Description |
|---|
Xvnc(boolean takeScreenshot,
boolean useXauthority) |
| Modifier and Type | Method and Description |
|---|---|
Object |
readResolve() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public boolean takeScreenshot
public Boolean useXauthority
@DataBoundConstructor
public Xvnc(boolean takeScreenshot,
boolean useXauthority)
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 Object readResolve()
Copyright © 2004-2014. All Rights Reserved.