Class JobExt

    • Field Detail

      • MAX_RUNS_PER_JOB_PROPERTY_NAME

        public static final String MAX_RUNS_PER_JOB_PROPERTY_NAME
        Name of the system property to set the max number of runs per page. Pagination not yet supported.
      • MAX_RUNS_PER_JOB_DEFAULT

        public static final int MAX_RUNS_PER_JOB_DEFAULT
        Default value of the max number of runs per page.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JobExt

        public JobExt()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getRunCount

        public int getRunCount()
      • setRunCount

        public void setRunCount​(int runCount)
      • create

        public static JobExt create​(org.jenkinsci.plugins.workflow.job.WorkflowJob job)
      • create

        @Deprecated
        public static List<RunExt> create​(List<org.jenkinsci.plugins.workflow.job.WorkflowRun> runs)
        Deprecated.
      • create

        public static List<RunExt> create​(List<org.jenkinsci.plugins.workflow.job.WorkflowRun> runs,
                                          String since,
                                          boolean fullStages)