Uses of Class
co.yellowdog.platform.model.TaskInput.Builder
Packages that use TaskInput.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskInput.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return TaskInput.BuilderModifier and TypeMethodDescriptionstatic TaskInput.Builder
TaskInput.builder()
TaskInput.Builder.fromNamespace
(String namespace, String objectNamePattern) Specifies that matching objects from the supplied namespace should be downloaded to the working directory prior to task execution.TaskInput.Builder.fromNamespace
(String namespace, String objectNamePattern, TaskInputVerification verification) Specifies that matching objects from the supplied namespace should be downloaded to the working directory prior to task execution.TaskInput.Builder.fromTaskNamespace
(String objectNamePattern) Specifies that matching objects from the same namespace as the task should be downloaded to the working directory prior to task execution.TaskInput.Builder.fromTaskNamespace
(String objectNamePattern, TaskInputVerification verification) Specifies that matching objects from the same namespace as the task should be downloaded to the working directory prior to task execution.TaskInput.Builder.objectNamePattern
(String objectNamePattern) TaskInput.Builder.source
(TaskInputSource source) TaskInput.toBuilder()
TaskInput.Builder.verification
(TaskInputVerification verification)