public interface PipelineServiceBackend
| Modifier and Type | Method and Description |
|---|---|
PipelineConfigsList |
getPipelineConfigs(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
String |
newPipeline(PipelineConfig pipelineConfig) |
void |
runPipeline(String id,
Input input) |
PipelineConfigsList getPipelineConfigs(Integer page, Integer pageSize, String sort, boolean sortOrder) throws BusinessException
BusinessExceptionString newPipeline(PipelineConfig pipelineConfig) throws BusinessException
BusinessExceptionvoid runPipeline(String id, Input input) throws BusinessException
BusinessExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.