Uses of Class
co.yellowdog.platform.model.TaskWorkingTime
Packages that use TaskWorkingTime
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskWorkingTime in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return TaskWorkingTimeModifier and TypeMethodDescriptionTaskWorkingTime.Builder.build()Task.getWorkingTime()The times taken to do the task measured from the worker.Methods in co.yellowdog.platform.model with parameters of type TaskWorkingTimeModifier and TypeMethodDescriptionvoidTask.setWorkingTime(TaskWorkingTime workingTime) The times taken to do the task measured from the worker.