Package | Description |
---|---|
org.guvnor.ala.services.api | |
org.guvnor.ala.services.api.backend | |
org.guvnor.ala.services.exceptions |
Modifier and Type | Method and Description |
---|---|
void |
PipelineService.deletePipelineExecution(String executionId)
Deletes a pipeline execution
|
void |
RuntimeProvisioningService.deregisterProvider(String name)
Unregister an existing Provider
|
void |
RuntimeProvisioningService.destroyRuntime(String runtimeId,
boolean forced)
Destroy an existing Runtime.
|
RuntimeQueryResultItemList |
RuntimeProvisioningService.executeQuery(RuntimeQuery query)
Executes a query against the runtime system.
|
PipelineConfigsList |
PipelineService.getPipelineConfigs(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Gets all the Pipeline Configurations registered in the service.
|
PipelineConfigsList |
PipelineService.getPipelineConfigs(String providerTypeName,
String providerTypeVersion,
Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Gets the Pipeline Configurations registered in the service and associated to the given provider type.
|
List<String> |
PipelineService.getPipelineNames(String providerTypeName,
String providerTypeVersion,
Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Gets the names of the Pipelines associated to the given provider type.
|
ProviderList |
RuntimeProvisioningService.getProviders(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Get all the registered Providers
|
ProviderTypeList |
RuntimeProvisioningService.getProviderTypes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Get all the registered ProviderTypes
|
RuntimeList |
RuntimeProvisioningService.getRuntimes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Get All Runtimes
|
String |
PipelineService.newPipeline(PipelineConfig config)
Registers a new Pipeline with the provided configuration.
|
String |
PipelineService.newPipeline(PipelineConfig config,
ProviderType providerType)
Registers a new Pipeline with the provided configuration and associates it with the given provider type.
|
String |
RuntimeProvisioningService.newRuntime(RuntimeConfig conf)
Create a new Runtime
|
void |
RuntimeProvisioningService.registerProvider(ProviderConfig conf)
Register a new Provider
|
void |
RuntimeProvisioningService.restartRuntime(String runtimeId)
Restart a given Runtime
|
String |
PipelineService.runPipeline(String pipelineId,
Input input,
boolean async)
Run/Execute a registered Pipeline.
|
void |
RuntimeProvisioningService.startRuntime(String runtimeId)
Start a given Runtime
|
void |
PipelineService.stopPipelineExecution(String executionId)
Stops a running pipeline execution.
|
void |
RuntimeProvisioningService.stopRuntime(String runtimeId)
Stop a given Runtime
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineServiceBackend.deletePipelineExecution(String executionId)
Deletes a pipeline execution
|
void |
RuntimeProvisioningServiceBackend.destroyRuntime(String runtimeId,
boolean forced)
Destroy an existing Runtime
|
List<RuntimeQueryResultItem> |
RuntimeProvisioningServiceBackend.executeQuery(RuntimeQuery query)
Executes a query against the runtime system.
|
List<PipelineConfig> |
PipelineServiceBackend.getPipelineConfigs(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Get all the Pipeline Configurations registered in the service
|
List<PipelineConfig> |
PipelineServiceBackend.getPipelineConfigs(ProviderType providerType,
Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Gets the Pipeline Configurations registered in the service and associated with the given provider type.
|
List<String> |
PipelineServiceBackend.getPipelineNames(ProviderType providerType,
Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Gets the names of the Pipelines associated to the given provider type.
|
List<Provider> |
RuntimeProvisioningServiceBackend.getProviders(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Get all the registered Providers
|
List<ProviderType> |
RuntimeProvisioningServiceBackend.getProviderTypes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Get all the registered ProviderTypes
|
List<Runtime> |
RuntimeProvisioningServiceBackend.getRuntimes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Get All Runtimes
|
String |
PipelineServiceBackend.newPipeline(PipelineConfig pipelineConfig)
Registers a new Pipeline with the provided configuration
|
String |
PipelineServiceBackend.newPipeline(PipelineConfig pipelineConfig,
ProviderType providerType)
Registers a new Pipeline with the provided configuration and associates it to a provider type.
|
String |
RuntimeProvisioningServiceBackend.newRuntime(RuntimeConfig conf)
Create a new Runtime
|
void |
RuntimeProvisioningServiceBackend.registerProvider(ProviderConfig conf)
Register a new Provider
|
void |
RuntimeProvisioningServiceBackend.restartRuntime(String runtimeId)
Restart a given Runtime
|
String |
PipelineServiceBackend.runPipeline(String id,
Input input,
boolean async)
Execute a registered Pipeline
|
void |
RuntimeProvisioningServiceBackend.startRuntime(String runtimeId)
Start a given Runtime
|
void |
PipelineServiceBackend.stopPipelineExecution(String executionId)
Stops a running pipeline execution.
|
void |
RuntimeProvisioningServiceBackend.stopRuntime(String runtimeId)
Stop a given Runtime
|
void |
RuntimeProvisioningServiceBackend.unregisterProvider(String name)
Unregister an existing Provider
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
HttpStatusExceptionHandler.toResponse(BusinessException exception) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.