public class JobStateAuditRecord extends Object
Constructor and Description |
---|
JobStateAuditRecord() |
Modifier and Type | Method and Description |
---|---|
String |
details()
Get the details of the audit log.
|
String |
newState()
Get the new state the job is in.
|
String |
requestedByUser()
Get the user who requests the change.
|
org.joda.time.DateTime |
timeStamp()
Get the time stamp that the state change took place.
|
public String newState()
public org.joda.time.DateTime timeStamp()
public String requestedByUser()
public String details()
Copyright © 2019. All rights reserved.