public class JobInfo extends Object
Modifier and Type | Field and Description |
---|---|
long |
commandCompletionDate |
long |
commandExecutionDate |
String |
exitCode |
File |
jobFile |
String |
jobId |
String |
jobName |
String |
message |
String |
state |
String |
user |
Constructor and Description |
---|
JobInfo() |
JobInfo(String jobId,
String jobName,
long commandStartDate,
String exitCode,
String user,
String message,
File jobsFileLoc,
String state,
long commandCompletionDate) |
Modifier and Type | Method and Description |
---|---|
File |
getJobsFile() |
void |
setJobsFile(File jobsFile) |
public String jobId
public String jobName
public long commandExecutionDate
public String message
public String state
public String exitCode
public String user
public File jobFile
public long commandCompletionDate
Copyright © 2018. All rights reserved.