Uses of Class
co.yellowdog.platform.interaction.scheduler.WorkRequirementSummary.Builder
Packages that use WorkRequirementSummary.Builder
Package
Description
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
-
Uses of WorkRequirementSummary.Builder in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return WorkRequirementSummary.BuilderModifier and TypeMethodDescriptionWorkRequirementSummary.builder()
WorkRequirementSummary.Builder.completedTaskCount
(int completedTaskCount) The count of successfully completed tasks in the work requirement.WorkRequirementSummary.Builder.createdTime
(Instant createdTime) The date and time when the work requirement was first submitted to YellowDog Scheduler.WorkRequirementSummary.Builder.healthy
(boolean healthy) Indicates if the work requirement is healthy.The user allocated name used to uniquely identify the work requirement within its namespace.The user allocated namespace used to group work requirements and other objects together.WorkRequirementSummary.Builder.priority
(double priority) The priority of the work requirement.WorkRequirementSummary.Builder.status
(WorkRequirementStatus status) The status of the work requirement.WorkRequirementSummary.Builder.totalTaskCount
(int totalTaskCount) The total count of tasks in the work requirement.