Uses of Interface
co.yellowdog.platform.model.NodeAction.Builder
Packages that use NodeAction.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeAction.Builder in co.yellowdog.platform.model
Classes in co.yellowdog.platform.model that implement NodeAction.BuilderModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new NodeCreateWorkersAction that is automatically validated on build.static class
A builder that can be used to build a new NodeRunCommandAction that is automatically validated on build.static class
A builder that can be used to build a new NodeWriteFileAction that is automatically validated on build.Methods in co.yellowdog.platform.model that return NodeAction.BuilderModifier and TypeMethodDescriptionNodeAction.Builder.clearNodeTypes()
NodeAction.Builder.nodeIdFilter
(NodeIdFilter nodeIdFilter) NodeAction.Builder.nodeTypes
(Collection<? extends String> nodeTypes) NodeAction.Builder
<? extends NodeAction> NodeAction.toBuilder()