Interface Pipeline

    • Method Detail

      • getName

        String getName()
        Get the pipeline name
        Returns:
        the pipeline name
      • getStages

        List<Stage> getStages()
        Get the list of stages for this pipeline
        Returns:
        List
        See Also:
        Stage