Package hudson.model

Class LoadStatistics.LoadStatisticsSnapshot

    • Method Detail

      • getDefinedExecutors

        @Exported
        public int getDefinedExecutors()
        The total number of executors that Jenkins currently knows, this includes all off-line agents.
      • getOnlineExecutors

        @Exported
        public int getOnlineExecutors()
        The total number of executors that are currently on-line.
      • getConnectingExecutors

        @Exported
        public int getConnectingExecutors()
        The total number of executors that are currently in the process of connecting to Jenkins.
      • getBusyExecutors

        @Exported
        public int getBusyExecutors()
        The total number of executors that are currently busy running jobs.
      • getIdleExecutors

        @Exported
        public int getIdleExecutors()
        The total number of executors that are currently on-line and idle. This includes executors that are not accepting tasks.
      • getAvailableExecutors

        @Exported
        public int getAvailableExecutors()
        The total number of executors that are currently on-line, idle and accepting tasks.
      • getQueueLength

        @Exported
        public int getQueueLength()
        The number of items in the queue.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object