Package org.pentaho.di.ui.spoon.job
Class JobEntryCopyResult
java.lang.Object
org.pentaho.di.ui.spoon.job.JobEntryCopyResult
-
Constructor Summary
ConstructorsConstructorDescriptionJobEntryCopyResult
(String jobEntryName, Boolean result, Long errors, int copyNr) -
Method Summary
Modifier and TypeMethodDescriptionstatic JobEntryCopyResult
findResult
(List<JobEntryCopyResult> results, org.pentaho.di.job.entry.JobEntryCopy copy) int
void
setCopyNr
(int copyNr) void
void
setJobEntryName
(String jobEntryName) void
-
Constructor Details
-
JobEntryCopyResult
-
-
Method Details
-
findResult
public static JobEntryCopyResult findResult(List<JobEntryCopyResult> results, org.pentaho.di.job.entry.JobEntryCopy copy) -
getJobEntryName
- Returns:
- the jobEntryName
-
setJobEntryName
- Parameters:
jobEntryName
- the jobEntryName to set
-
getResult
- Returns:
- the result
-
setResult
- Parameters:
result
- the result to set
-
getErrors
- Returns:
- the errors
-
setErrors
- Parameters:
errors
- the errors to set
-
getCopyNr
public int getCopyNr()- Returns:
- the copyNr
-
setCopyNr
public void setCopyNr(int copyNr) - Parameters:
copyNr
- the copyNr to set
-