Class DtoTaskRequirement
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
- All Implemented Interfaces:
IDtoTaskRequirement
Definition of the task required in a job.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies how the task should run.getTask()inthashCode()voidsetParameters(IDtoTaskParameter[] parameters) Specifies how the task should run.voidwithParameters(IDtoTaskParameter[] parameters) Specifies how the task should run.
-
Constructor Details
-
DtoTaskRequirement
protected DtoTaskRequirement() -
DtoTaskRequirement
-
-
Method Details
-
getTask
- Specified by:
getTaskin interfaceIDtoTaskRequirement
-
setTask
- Specified by:
setTaskin interfaceIDtoTaskRequirement
-
getParameters
Specifies how the task should run. This Parameter list has to match the parameter list defined in the task.- Specified by:
getParametersin interfaceIDtoTaskRequirement
-
setParameters
Specifies how the task should run. This Parameter list has to match the parameter list defined in the task.- Specified by:
setParametersin interfaceIDtoTaskRequirement
-
equals
-
hashCode
public int hashCode() -
withTask
-
withParameters
Specifies how the task should run. This Parameter list has to match the parameter list defined in the task.
-