|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.job.JobEntryResult
public class JobEntryResult
This class holds the result of a job entry after it was executed. Things we want to keep track of are:
--> result of the execution (Result)
--> ...
Constructor Summary | |
---|---|
JobEntryResult()
Creates a new empty job entry result... |
|
JobEntryResult(Result result,
String comment,
String reason,
JobEntryCopy copy)
Deprecated. |
|
JobEntryResult(Result result,
String logChannelId,
String comment,
String reason,
String jobEntryName,
int jobEntryNr,
String jobEntryFilename)
Creates a new job entry result... |
Method Summary | |
---|---|
Object |
clone()
|
int |
compare(JobEntryResult one,
JobEntryResult two)
|
int |
compareTo(JobEntryResult two)
|
String |
getComment()
|
String |
getJobEntryFilename()
|
String |
getJobEntryName()
|
int |
getJobEntryNr()
|
String |
getLogChannelId()
|
Date |
getLogDate()
|
String |
getReason()
|
Result |
getResult()
|
void |
setComment(String comment)
|
void |
setJobEntryFilename(String jobEntryFilename)
|
void |
setJobEntryName(String jobEntryName)
|
void |
setJobEntryNr(int jobEntryNr)
|
void |
setLogDate(Date logDate)
|
void |
setReason(String reason)
|
void |
setResult(Result result)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public JobEntryResult()
public JobEntryResult(Result result, String logChannelId, String comment, String reason, String jobEntryName, int jobEntryNr, String jobEntryFilename)
result
- the result of the job entrycomment
- an optional commentjobEntry
- the job entry for which this is the result.@Deprecated public JobEntryResult(Result result, String comment, String reason, JobEntryCopy copy)
Method Detail |
---|
public Object clone()
clone
in class Object
public void setResult(Result result)
result
- The result to set.public Result getResult()
public String getComment()
public void setComment(String comment)
comment
- The comment to set.public String getReason()
public void setReason(String reason)
reason
- The reason to set.public Date getLogDate()
public void setLogDate(Date logDate)
logDate
- The logDate to set.public String getJobEntryName()
public void setJobEntryName(String jobEntryName)
jobEntryName
- the jobEntryName to setpublic String getJobEntryFilename()
public void setJobEntryFilename(String jobEntryFilename)
jobEntryFilename
- the jobEntryFilename to setpublic int getJobEntryNr()
public void setJobEntryNr(int jobEntryNr)
jobEntryNr
- the jobEntryNr to setpublic int compare(JobEntryResult one, JobEntryResult two)
compare
in interface Comparator<JobEntryResult>
public int compareTo(JobEntryResult two)
compareTo
in interface Comparable<JobEntryResult>
public String getLogChannelId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |