Interface PipelineExecutorTaskDef

    • Method Detail

      • getPipeline

        String getPipeline()
        Returns:
        The pipeline name that will be executed.
      • getStages

        List<String> getStages()
        Returns:
        The the pipeline stage names.
      • getInput

        Input getInput()
        Returns:
        The pipeline input that will be used for the pipeline execution.
      • getProviderId

        ProviderId getProviderId()
        Returns:
        The provider that will be used by this pipeline execution when this information is known, null in any other case.
      • getProviderType

        ProviderType getProviderType()
        Returns:
        The provider type that will be used by this pipeline execution when this information is known, null in any other case.