public class Xvnc extends SimpleBuildWrapper
BuildWrapper that runs xvnc.| Modifier and Type | Class and Description |
|---|---|
static class |
Xvnc.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.DisposerBuildWrapper.EnvironmentExtensionPoint.LegacyInstancesAreScopedToHudson| 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() |
Xvnc(boolean takeScreenshot,
boolean useXauthority)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
readResolve() |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
createContext, createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, requiresWorkspace, runPreCheckout, setUp, setUpall, getProjectAction, setUpgetDescriptor@DataBoundSetter public boolean takeScreenshot
@DataBoundSetter public Boolean useXauthority
@DataBoundConstructor public Xvnc()
@Deprecated public Xvnc(boolean takeScreenshot, boolean useXauthority)
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp in class SimpleBuildWrapperIOExceptionInterruptedExceptionpublic Object readResolve()
Copyright © 2016–2021. All rights reserved.