Class ExecutionSummary

    • Constructor Detail

      • ExecutionSummary

        public ExecutionSummary​(Long proId,
                                String processName,
                                String processLabel,
                                Instant lastExecutionTime,
                                Instant nextExecutionTime,
                                Integer errorsCount,
                                Integer misfiredCount,
                                Integer successfulCount,
                                Integer runningCount,
                                Integer averageExecutionTime,
                                String health)
        Constructor.
        Parameters:
        proId - id of process
        processName - name of process
        processLabel - label of process
        lastExecutionTime - time of last execution
        nextExecutionTime - time of next planification
        errorsCount - number of errors
        misfiredCount - number of misfired planifications
        successfulCount - number of success
        runningCount - number of running
        averageExecutionTime - average execution time in seconds
        health - health status of the process
    • Method Detail

      • getProId

        public Long getProId()
      • getProcessName

        public String getProcessName()
      • getProcessLabel

        public String getProcessLabel()
      • getLastExecutionTime

        public Instant getLastExecutionTime()
      • getNextExecutionTime

        public Instant getNextExecutionTime()
      • getErrorsCount

        public Integer getErrorsCount()
      • getMisfiredCount

        public Integer getMisfiredCount()
      • getSuccessfulCount

        public Integer getSuccessfulCount()
      • getRunningCount

        public Integer getRunningCount()
      • getAverageExecutionTime

        public Integer getAverageExecutionTime()
      • getHealth

        public String getHealth()