Interface IDtoTaskRequirement
- All Known Implementing Classes:
DtoTaskRequirement
public interface IDtoTaskRequirement
Definition of the task required in a job.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies how the task should run.getTask()voidsetParameters(IDtoTaskParameter[] parameters) Specifies how the task should run.void
-
Method Details
-
getTask
String getTask() -
setTask
-
getParameters
IDtoTaskParameter[] getParameters()Specifies how the task should run. This Parameter list has to match the parameter list defined in the task. -
setParameters
Specifies how the task should run. This Parameter list has to match the parameter list defined in the task.
-