Class DefinitionsCollection

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DefinitionsCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Pipeline definitions is a collection of individual definition entries, each entry consists of a repository URL, branch/tag and path.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Definition> getDefinitions()
      Gets the definitions.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getDefinitions

        public java.util.List<Definition> getDefinitions()
        Gets the definitions. The list of all definitions in the pipeline.
        Returns:
        the definitions