public class XvfbEnvironment extends hudson.model.InvisibleAction implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
cookie
Random value identifying the Xvfb process.
|
int |
displayName
Actual display name used
|
String |
frameBufferDir
Remote path of the frame buffer dir
|
boolean |
shutdownWithBuild
The shutdownWithBuild indicator from the job configuration.
|
| Constructor and Description |
|---|
XvfbEnvironment(String cookie,
String frameBufferDir,
int displayName,
boolean shutdownWithBuild) |
public final String frameBufferDir
public final int displayName
public final boolean shutdownWithBuild
public String cookie
Copyright © 2012–2016. All rights reserved.