Interface PipelineConfig

  • All Known Implementing Classes:
    PipelineConfigImpl

    public interface PipelineConfig
    Represent the configuration for a Pipeline containing each stage detailed configuration.
    • Method Detail

      • getName

        String getName()
        Get the pipeline name
        Returns:
        the name of the pipeline that will be created based on this configuration.
      • getConfigStages

        List<PipelineConfigStage> getConfigStages()
        Get the list of configurations, each representing a Stage
        Returns:
        List for all the stages in the pipeline that will be built using this configuration.