Class ExecJob

    • Field Detail

      • sessionId

        protected String sessionId
      • useLocalElasticsearch

        protected boolean useLocalElasticsearch
      • logFilePath

        protected String logFilePath
      • logLevel

        protected String logLevel
      • lastaEnv

        protected String lastaEnv
      • timeout

        protected int timeout
      • processTimeout

        protected boolean processTimeout
    • Constructor Detail

      • ExecJob

        public ExecJob()
    • Method Detail

      • execute

        public abstract String execute()
      • getExecuteType

        protected abstract String getExecuteType()
      • logFilePath

        public ExecJob logFilePath​(String logFilePath)
      • timeout

        public ExecJob timeout​(int timeout)
      • useLocalElasticsearch

        public ExecJob useLocalElasticsearch​(boolean useLocalElasticsearch)
      • remoteDebug

        public ExecJob remoteDebug()
      • gcLogging

        public ExecJob gcLogging()
      • deleteTempDir

        protected void deleteTempDir​(File ownTmpDir)
      • createTimeoutTask

        protected org.codelibs.core.timer.TimeoutTask createTimeoutTask()