@ApplicationScoped public class InMemoryPipelineRegistry extends Object implements PipelineRegistry
| Constructor and Description |
|---|
InMemoryPipelineRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
getPipelineByName(String pipelineName) |
List<Pipeline> |
getPipelines(int page,
int pageSize,
String sort,
boolean sortOrder) |
void |
registerPipeline(Pipeline pipeline) |
public void registerPipeline(Pipeline pipeline)
registerPipeline in interface PipelineRegistrypublic Pipeline getPipelineByName(String pipelineName)
getPipelineByName in interface PipelineRegistrypublic List<Pipeline> getPipelines(int page, int pageSize, String sort, boolean sortOrder)
getPipelines in interface PipelineRegistryCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.