@ApplicationScoped public class RestPipelineServiceImpl extends Object implements PipelineService
| Constructor and Description |
|---|
RestPipelineServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
PipelineConfigsList |
getPipelineConfigs(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
void |
init() |
String |
newPipeline(PipelineConfig config) |
void |
runPipeline(String name,
Input input) |
@PostConstruct public void init()
public PipelineConfigsList getPipelineConfigs(Integer page, Integer pageSize, String sort, boolean sortOrder) throws BusinessException
getPipelineConfigs in interface PipelineServiceBusinessExceptionpublic String newPipeline(PipelineConfig config) throws BusinessException
newPipeline in interface PipelineServiceBusinessExceptionpublic void runPipeline(String name, Input input) throws BusinessException
runPipeline in interface PipelineServiceBusinessExceptionCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.