Uses of Class
co.yellowdog.platform.model.RunSpecification
Packages that use RunSpecification
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of RunSpecification in co.yellowdog.platform.model
Subclasses with type arguments of type RunSpecification in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new RunSpecification that is automatically validated on build.Methods in co.yellowdog.platform.model that return RunSpecificationModifier and TypeMethodDescriptionRunSpecification.Builder.buildUnchecked()
TaskGroup.getRunSpecification()
The run specification which determines the YellowDog Scheduler behaviours when it is executing the tasks within the task group.Methods in co.yellowdog.platform.model with parameters of type RunSpecificationModifier and TypeMethodDescriptionTaskGroup.Builder.runSpecification
(RunSpecification runSpecification) void
TaskGroup.setRunSpecification
(RunSpecification runSpecification) The run specification which determines the YellowDog Scheduler behaviours when it is executing the tasks within the task group.Constructors in co.yellowdog.platform.model with parameters of type RunSpecification -
Uses of RunSpecification in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type RunSpecification in co.yellowdog.platform.model.validation.customvalidatorsModifier and TypeClassDescriptionclass
Custom validator applied to task group run specifications.