Interface Pipelines


public interface Pipelines
The Pipeline container interface.
Version:
$Id$
  • Method Details

    • getDefaultPipeline

      Pipeline getDefaultPipeline()
      Returns the default pipeline.
      Returns:
      the default pipeline.
    • getPipeline

      Pipeline getPipeline(String name)
      Returns the specified pipeline by the name.
      Parameters:
      name -
      Returns:
      the specified pipeline by the name.