Class CollectionNode<T extends Node>

java.lang.Object
cd.go.contrib.plugins.configrepo.groovy.dsl.Node<T>
cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode<T>
All Implemented Interfaces:
Configurable, KeyVal.Mixin, UtilsMixin, Iterable<T>, Collection<T>, List<T>
Direct Known Subclasses:
Artifacts, Environments, Jobs, Materials, Pipelines, Properties, Stages, Tabs, Tasks

public class CollectionNode<T extends Node> extends Node<T> implements List<T>