public class HPCJobInfo extends AbstractBean
| Constructor and Description |
|---|
HPCJobInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId()
Return the execution id assigned by the engine
|
String |
getJobId()
Return the job id from the scheduler
|
String |
getStandardError()
Return the standard error from the job execution
|
String |
getStandardOutput()
Return the standard output from the job execution
|
String |
getWorkingDir()
Return the working directory for the job on the remote machine
|
void |
setExecutionId(String executionId)
Sets the execution id assigned by the engine for the workflow
|
void |
setJobId(String jobId)
Sets the job id assigned by the scheduler
|
void |
setStandardError(String standardError)
Sets the standard error for the job execution
|
void |
setStandardOutput(String standardOutput)
Sets the standard output from the job execution
|
void |
setWorkingDir(String workingDir)
Sets the working directory for the job on the remote machine
|
equals, getId, hashCode, isDeleted, setDeleted, setIdpublic String getExecutionId()
public void setExecutionId(String executionId)
executionId - the execution id assigned by the engine for the workflowpublic String getWorkingDir()
public void setWorkingDir(String workingDir)
workingDir - public String getStandardOutput()
public void setStandardOutput(String standardOutput)
standardOutput - the standard output from the job executionpublic String getStandardError()
public void setStandardError(String standardError)
standardError - the standard error for the job executionpublic String getJobId()
public void setJobId(String jobId)
jobId - the jobid from the schedulerCopyright © 2017. All rights reserved.