public interface PipelineRegistry
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
getPipelineByName(String pipelineId) |
List<Pipeline> |
getPipelines(int page,
int pageSize,
String sort,
boolean sortOrder) |
void |
registerPipeline(Pipeline pipeline) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.