Uses of Class
co.yellowdog.platform.model.NodeRunCommandAction.Builder
Packages that use NodeRunCommandAction.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeRunCommandAction.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return NodeRunCommandAction.BuilderModifier and TypeMethodDescriptionNodeRunCommandAction.Builder.arguments
(@NonNull Collection<? extends String> arguments) static NodeRunCommandAction.Builder
NodeRunCommandAction.builder()
NodeRunCommandAction.Builder.clearArguments()
NodeRunCommandAction.Builder.clearEnvironment()
NodeRunCommandAction.Builder.clearNodeTypes()
NodeRunCommandAction.Builder.environment
(@NotBlank String environmentKey, String environmentValue) NodeRunCommandAction.Builder.environment
(Map<? extends @NotBlank String, ? extends String> environment) NodeRunCommandAction.Builder.nodeIdFilter
(NodeIdFilter nodeIdFilter) NodeRunCommandAction.Builder.nodeTypes
(Collection<? extends @NotBlank String> nodeTypes) NodeRunCommandAction.toBuilder()