public class JobRecurrenceInformation extends Object
Constructor and Description |
---|
JobRecurrenceInformation() |
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 recurrence was submitted.
|
Integer |
numJobsCanceled()
Get the number of jobs in this recurrence that have been canceled.
|
Integer |
numJobsFailed()
Get the number of jobs in this recurrence that have failed.
|
Integer |
numJobsSucceeded()
Get the number of jobs in this recurrence that have succeeded.
|
UUID |
recurrenceId()
Get the recurrence identifier (a GUID), unique per activity/script, regardless of iterations.
|
String |
recurrenceName()
Get the recurrence name, user friendly name for the correlation between jobs.
|
public UUID recurrenceId()
public String recurrenceName()
public Integer numJobsFailed()
public Integer numJobsCanceled()
public Integer numJobsSucceeded()
public Double auHoursFailed()
public Double auHoursCanceled()
public Double auHoursSucceeded()
public org.joda.time.DateTime lastSubmitTime()
Copyright © 2019. All rights reserved.