Class JobExt
java.lang.Object
com.cloudbees.workflow.rest.external.JobExt
- Author:
- tom.fennelly@gmail.com
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault value of the max number of runs per page.static final StringName of the system property to set the max number of runs per page. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.static JobExtcreate(org.jenkinsci.plugins.workflow.job.WorkflowJob job) getName()intvoidset_links(JobExt.JobLinks _links) voidvoidsetRunCount(int runCount)
-
Field Details
-
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_DEFAULTDefault value of the max number of runs per page.- See Also:
-
-
Constructor Details
-
JobExt
public JobExt()
-
-
Method Details
-
get_links
-
set_links
-
getName
-
setName
-
getRunCount
public int getRunCount() -
setRunCount
public void setRunCount(int runCount) -
create
-
create
@Deprecated public static List<RunExt> create(List<org.jenkinsci.plugins.workflow.job.WorkflowRun> runs) Deprecated. -
create
@Deprecated public static List<RunExt> create(List<org.jenkinsci.plugins.workflow.job.WorkflowRun> runs, String since) Deprecated. -
create
-