public class JobPipelineInformation extends Object
Constructor and Description |
---|
JobPipelineInformation() |
Modifier and Type | Method and Description |
---|---|
Double |
auHoursCanceled()
Get the number of job execution hours that resulted in canceled jobs.
|
Double |
auHoursFailed()
Get the number of job execution hours that resulted in failed jobs.
|
Double |
auHoursSucceeded()
Get the number of job execution hours that resulted in successful jobs.
|
org.joda.time.DateTime |
lastSubmitTime()
Get the last time a job in this pipeline was submitted.
|
Integer |
numJobsCanceled()
Get the number of jobs in this pipeline that have been canceled.
|
Integer |
numJobsFailed()
Get the number of jobs in this pipeline that have failed.
|
Integer |
numJobsSucceeded()
Get the number of jobs in this pipeline that have succeeded.
|
UUID |
pipelineId()
Get the job relationship pipeline identifier (a GUID).
|
String |
pipelineName()
Get the friendly name of the job relationship pipeline, which does not need to be unique.
|
String |
pipelineUri()
Get the pipeline uri, unique, links to the originating service for this pipeline.
|
List<UUID> |
recurrences()
Get the list of recurrence identifiers representing each run of this pipeline.
|
List<JobPipelineRunInformation> |
runs()
Get the list of recurrence identifiers representing each run of this pipeline.
|
public UUID pipelineId()
public String pipelineName()
public String pipelineUri()
public Integer numJobsFailed()
public Integer numJobsCanceled()
public Integer numJobsSucceeded()
public Double auHoursFailed()
public Double auHoursCanceled()
public Double auHoursSucceeded()
public org.joda.time.DateTime lastSubmitTime()
public List<JobPipelineRunInformation> runs()
Copyright © 2019. All rights reserved.