Interface PipelineExecutorTaskDef
-
- All Known Implementing Classes:
PipelineExecutorTaskDefImpl
public interface PipelineExecutorTaskDefThis class defines the information for performing the execution of a Pipeline by using the PipelineExecutorTaskManager.- See Also:
PipelineExecutorTaskManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputgetInput()StringgetPipeline()ProviderIdgetProviderId()ProviderTypegetProviderType()List<String>getStages()
-
-
-
Method Detail
-
getPipeline
String getPipeline()
- Returns:
- The pipeline name that will be executed.
-
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.
-
-