Class Container

java.lang.Object
com.cloudbees.jenkins.support.api.Container

public abstract class Container extends Object
Represents something that can contain Content
Author:
Stephen Connolly
  • Constructor Details

    • Container

      public Container()
  • Method Details

    • add

      public abstract void add(@CheckForNull Content content)
    • getComponents

      @CheckForNull public List<? extends Component> getComponents()
      The set of components which are being asked to contribute to this bundle, if known.
      Returns:
      the set of components, if known; null if not
      See Also: