org.jenkinsci.plugins.xvfb
Class XvfbEnvironment

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by 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)
           
 
Method Summary
 int getDisplayNameUsed()
           
 hudson.FilePath getFrameBufferDir()
           
 hudson.Proc getProcess()
           
 String getRemoteFrameBufferDir()
           
 boolean isShutdownWithBuild()
           
 
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
 

Constructor Detail

XvfbEnvironment

public XvfbEnvironment(hudson.FilePath frameBufferDir,
                       int displayNameUsed,
                       hudson.Proc process,
                       boolean shutdownWithBuild)
Method Detail

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.