org.jenkinsci.plugins.xvfb
Class XvfbEnvironment
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.xvfb.XvfbEnvironment
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class XvfbEnvironment
- extends hudson.model.InvisibleAction
|
Constructor Summary |
XvfbEnvironment(hudson.FilePath frameBufferDir,
int displayNameUsed,
hudson.Proc process,
boolean shutdownWithBuild)
|
| Methods inherited from class hudson.model.InvisibleAction |
getDisplayName, getIconFileName, getUrlName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XvfbEnvironment
public XvfbEnvironment(hudson.FilePath frameBufferDir,
int displayNameUsed,
hudson.Proc process,
boolean shutdownWithBuild)
getDisplayNameUsed
public int getDisplayNameUsed()
getFrameBufferDir
public hudson.FilePath getFrameBufferDir()
getProcess
public hudson.Proc getProcess()
isShutdownWithBuild
public boolean isShutdownWithBuild()
getRemoteFrameBufferDir
public String getRemoteFrameBufferDir()
Copyright © 2004–2015. All rights reserved.