Class XvfbEnvironment

    • Field Detail

      • frameBufferDir

        public final String frameBufferDir
        Remote path of the frame buffer dir
      • displayName

        public final int displayName
        Actual display name used
      • shutdownWithBuild

        public final boolean shutdownWithBuild
        The shutdownWithBuild indicator from the job configuration.
      • cookie

        public String cookie
        Random value identifying the Xvfb process.
    • Constructor Detail

      • XvfbEnvironment

        public XvfbEnvironment​(String cookie,
                               String frameBufferDir,
                               int displayName,
                               boolean shutdownWithBuild)