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