public class JobInformation extends JobInformationBasic
Constructor and Description |
---|
JobInformation() |
Modifier and Type | Method and Description |
---|---|
List<JobErrorDetails> |
errorMessage()
Get the error message details for the job, if the job failed.
|
JobProperties |
properties()
Get the job specific properties.
|
List<JobStateAuditRecord> |
stateAuditRecords()
Get the job state audit records, indicating when various operations have been performed on this job.
|
JobInformation |
withProperties(JobProperties properties)
Set the job specific properties.
|
degreeOfParallelism, endTime, jobId, logFilePatterns, logFolder, name, priority, related, result, startTime, state, submitter, submitTime, tags, type, withDegreeOfParallelism, withLogFilePatterns, withName, withPriority, withRelated, withTags, withType
public List<JobErrorDetails> errorMessage()
public List<JobStateAuditRecord> stateAuditRecords()
public JobProperties properties()
public JobInformation withProperties(JobProperties properties)
properties
- the properties value to setCopyright © 2019. All rights reserved.