@ApplicationScoped public class PipelineServiceBackendImpl extends Object implements PipelineServiceBackend
| Constructor and Description |
|---|
PipelineServiceBackendImpl() |
PipelineServiceBackendImpl(PipelineService pipelineService) |
| Modifier and Type | Method and Description |
|---|---|
PipelineConfigsList |
getPipelineConfigs(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
String |
newPipeline(PipelineConfig config) |
void |
runPipeline(String id,
Input input) |
public PipelineServiceBackendImpl()
@Inject public PipelineServiceBackendImpl(PipelineService pipelineService)
public PipelineConfigsList getPipelineConfigs(Integer page, Integer pageSize, String sort, boolean sortOrder) throws BusinessException
getPipelineConfigs in interface PipelineServiceBackendBusinessExceptionpublic String newPipeline(PipelineConfig config) throws BusinessException
newPipeline in interface PipelineServiceBackendBusinessExceptionpublic void runPipeline(String id, Input input) throws BusinessException
runPipeline in interface PipelineServiceBackendBusinessExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.