public interface PipelineMapper
| Modifier and Type | Method and Description |
|---|---|
String |
getMappedPathByPipelineId(String pipelineId)
Returns mapped base path found first for the pipeline ID.
|
String[] |
getMappedPathsByPipelineId(String pipelineId)
Returns all mapped base paths for the pipeline ID.
|
Pipeline |
getPipelineById(String id)
Returns pipeline by the pipeline component ID.
|
Pipeline |
getPipelineByMappedPath(String mappedPath)
Returns pipeline mapped by the specified path.
|
Pipeline getPipelineByMappedPath(String mappedPath)
mappedPath - Pipeline getPipelineById(String id)
id - String getMappedPathByPipelineId(String pipelineId)
pipelineId - Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.