Interface IMigrationPipelineFactory
Interface for an object that can build IMigrationPipeline objects.
Namespace: Tableau.Migration.Engine.Pipelines
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationPipelineFactory
Methods
Create(IMigrationPlan)
Creates a pipeline for the given plan.
Declaration
IMigrationPipeline Create(IMigrationPlan plan)
Parameters
Type | Name | Description |
---|---|---|
IMigrationPlan | plan | The plan to create the pipeline for. |
Returns
Type | Description |
---|---|
IMigrationPipeline | The created pipeline. |
Exceptions
Type | Condition |
---|---|
ArgumentException | If the plan's pipeline profile is not supported by the factory. |