org.eclipse.smila.jobmanager
Class JobRunDefinitions
java.lang.Object
org.eclipse.smila.jobmanager.JobRunDefinitions
public class JobRunDefinitions
- extends java.lang.Object
Container class for all definitions stored for a job run.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobRunDefinitions
public JobRunDefinitions()
getJobDefinition
public JobDefinition getJobDefinition()
- Returns:
- the job definition of the job run.
setJobDefinition
public void setJobDefinition(JobDefinition jobDef)
- Parameters:
jobDef
- the job definition of the job run to set.
getWorkflowDefinition
public WorkflowDefinition getWorkflowDefinition()
- Returns:
- the workflow definition of the job run.
setWorkflowDefinition
public void setWorkflowDefinition(WorkflowDefinition workflowDef)
- Parameters:
workflowDef
- the workflow definition of the job run to set.
getBucketDefinitions
public java.util.Collection<BucketDefinition> getBucketDefinitions()
- Returns:
- the bucket definitions of the job run.
setBucketDefinitions
public void setBucketDefinitions(java.util.Collection<BucketDefinition> bucketDefs)
- Parameters:
bucketDefs
- the bucket definitions of the job run to set.
addBucketDefinition
public void addBucketDefinition(BucketDefinition bucketDef)
- Parameters:
bucketDef
- the bucket definitions of the job run to add.