Class Node<T extends Node>

java.lang.Object
cd.go.contrib.plugins.configrepo.groovy.dsl.Node<T>
All Implemented Interfaces:
Configurable, KeyVal.Mixin, UtilsMixin
Direct Known Subclasses:
AbstractArtifact, Approval, CollectionNode, Configuration, GoCD, NamedNode, Task, Timer, TrackingTool

public abstract class Node<T extends Node> extends Object implements Configurable, KeyVal.Mixin, UtilsMixin
  • Constructor Details

    • Node

      public Node()
  • Method Details