Skip navigation links
KIE Workbench Common ALA :: SPI 7.39.0.Final-redhat-00005
A B C D E F G H I J L M N O P R S T U V 

A

addConfigStage(String, Config) - Method in interface org.guvnor.ala.pipeline.ConfigBasedPipelineBuilder
 
addConfigStage(PipelineConfigStage) - Method in interface org.guvnor.ala.pipeline.ConfigBasedPipelineBuilder
 
afterPipelineExecution(AfterPipelineExecutionEvent) - Method in interface org.guvnor.ala.pipeline.events.PipelineEventListener
 
AfterPipelineExecutionEvent - Class in org.guvnor.ala.pipeline.events
 
AfterPipelineExecutionEvent(String, Pipeline) - Constructor for class org.guvnor.ala.pipeline.events.AfterPipelineExecutionEvent
 
afterStageExecution(AfterStageExecutionEvent) - Method in interface org.guvnor.ala.pipeline.events.PipelineEventListener
 
AfterStageExecutionEvent - Class in org.guvnor.ala.pipeline.events
 
AfterStageExecutionEvent(String, Pipeline, Stage) - Constructor for class org.guvnor.ala.pipeline.events.AfterStageExecutionEvent
 
asNewClone(T) - Method in interface org.guvnor.ala.config.CloneableConfig
 

B

BaseMarshallerRegistry - Class in org.guvnor.ala.marshalling.impl
Base implementation of a MarshallerRegistry.
BaseMarshallerRegistry() - Constructor for class org.guvnor.ala.marshalling.impl.BaseMarshallerRegistry
 
BasePipeline - Class in org.guvnor.ala.pipeline.impl
Base Pipeline implementation
BasePipeline() - Constructor for class org.guvnor.ala.pipeline.impl.BasePipeline
 
BasePipeline(String, List<Stage>) - Constructor for class org.guvnor.ala.pipeline.impl.BasePipeline
 
BasePipelineEvent - Class in org.guvnor.ala.pipeline.events
 
BasePipelineEvent(String, Pipeline) - Constructor for class org.guvnor.ala.pipeline.events.BasePipelineEvent
 
BaseProvider<C extends ProviderConfig> - Class in org.guvnor.ala.runtime.providers.base
BaseProvider implementation to be extended by concrete Providers
BaseProvider() - Constructor for class org.guvnor.ala.runtime.providers.base.BaseProvider
 
BaseProvider(String, ProviderType, C) - Constructor for class org.guvnor.ala.runtime.providers.base.BaseProvider
 
BaseProviderType - Class in org.guvnor.ala.runtime.providers.base
BaseProviderType implementation to be extended by concrete ProviderTypes
BaseProviderType(String, String) - Constructor for class org.guvnor.ala.runtime.providers.base.BaseProviderType
 
BaseRuntime - Class in org.guvnor.ala.runtime.base
BaseRuntime implementation to be extended by each Runtime Provider
BaseRuntime() - Constructor for class org.guvnor.ala.runtime.base.BaseRuntime
No-args constructor for enabling marshalling to work, please do not remove.
BaseRuntime(String, String, RuntimeConfig, ProviderId, RuntimeEndpoint, RuntimeInfo, RuntimeState) - Constructor for class org.guvnor.ala.runtime.base.BaseRuntime
 
BaseRuntimeEndpoint - Class in org.guvnor.ala.runtime.base
BaseRuntimeEndpoint implementation to be extended by each Runtime Provider
BaseRuntimeEndpoint() - Constructor for class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
No-args constructor for enabling marshalling to work, please do not remove.
BaseRuntimeEndpoint(String, String, Integer, String) - Constructor for class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
BaseRuntimeInfo - Class in org.guvnor.ala.runtime.base
BaseRuntimeInfo implementation to be extended by each Runtime Provider
BaseRuntimeInfo() - Constructor for class org.guvnor.ala.runtime.base.BaseRuntimeInfo
No-args constructor for enabling marshalling to work, please do not remove.
BaseRuntimeInfo(RuntimeConfig) - Constructor for class org.guvnor.ala.runtime.base.BaseRuntimeInfo
 
BaseRuntimeState - Class in org.guvnor.ala.runtime.base
BaseRuntimeState implementation to be extended by each Runtime Provider
BaseRuntimeState() - Constructor for class org.guvnor.ala.runtime.base.BaseRuntimeState
No-args constructor for enabling marshalling to work, please do not remove.
BaseRuntimeState(String, String) - Constructor for class org.guvnor.ala.runtime.base.BaseRuntimeState
 
beforePipelineExecution(BeforePipelineExecutionEvent) - Method in interface org.guvnor.ala.pipeline.events.PipelineEventListener
 
BeforePipelineExecutionEvent - Class in org.guvnor.ala.pipeline.events
 
BeforePipelineExecutionEvent(String, Pipeline) - Constructor for class org.guvnor.ala.pipeline.events.BeforePipelineExecutionEvent
 
beforeStageExecution(BeforeStageExecutionEvent) - Method in interface org.guvnor.ala.pipeline.events.PipelineEventListener
 
BeforeStageExecutionEvent - Class in org.guvnor.ala.pipeline.events
 
BeforeStageExecutionEvent(String, Pipeline, Stage) - Constructor for class org.guvnor.ala.pipeline.events.BeforeStageExecutionEvent
 
BiFunctionConfigExecutor<T,U,R> - Interface in org.guvnor.ala.pipeline
 
binariesByName - Variable in class org.guvnor.ala.registry.inmemory.InMemoryBuildRegistry
 
Binary - Interface in org.guvnor.ala.build
Store information about the generated binary.
BinaryConfig - Interface in org.guvnor.ala.config
Binary Configuration type used to build binaries, extends the base Config interface
buildAs(String) - Method in interface org.guvnor.ala.pipeline.ConfigBasedPipelineBuilder
 
BuildConfig - Interface in org.guvnor.ala.config
Build Configuration base interface.
BuildException - Exception in org.guvnor.ala.exceptions
BuildException to be used in different Builders implementations.
BuildException(String) - Constructor for exception org.guvnor.ala.exceptions.BuildException
 
BuildException(String, Throwable) - Constructor for exception org.guvnor.ala.exceptions.BuildException
 
BuildRegistry - Interface in org.guvnor.ala.registry
Represents the BuildRegistry where all the Binaries built by the system will be registered
buildRuntimeName(RuntimeConfig, String) - Static method in class org.guvnor.ala.util.RuntimeConfigHelper
Gets the runtime to be used given a runtime configuration.

C

clearErrors() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
clone() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
CloneableConfig<T> - Interface in org.guvnor.ala.config
 
CodeServerPortHandle - Interface in org.guvnor.ala.config.gwt
 
Config - Interface in org.guvnor.ala.config
Base Configuration Interface, you need to implements interface if you are creating a new configuration type.
config(String, Function<INPUT, OUTPUT>) - Static method in class org.guvnor.ala.pipeline.StageUtil
 
ConfigBasedPipeline - Interface in org.guvnor.ala.pipeline
A pipeline based on a PipelineConfig.
ConfigBasedPipelineBuilder - Interface in org.guvnor.ala.pipeline
Helper class for building a ConfigBasedPipeline
ConfigBasedPipelineImpl - Class in org.guvnor.ala.pipeline.impl
 
ConfigBasedPipelineImpl(PipelineConfig) - Constructor for class org.guvnor.ala.pipeline.impl.ConfigBasedPipelineImpl
 
ConfigExecutor - Interface in org.guvnor.ala.pipeline
 
ContextAware - Interface in org.guvnor.ala.pipeline
Represent a context aware entity.
createExecutorService() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
createExternalListeners() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
createPipelineExecutor() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
createTask(PipelineExecutorTaskDef) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
createTask(PipelineExecutorTaskDef, String) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
Credentials - Interface in org.guvnor.ala.security
 
currentTasks - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 

D

DEFAULT_THREAD_POOL_SIZE - Static variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
delete(String) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
delete(String) - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskManager
Deletes a pipeline executor task that is in FINISHED, STOPPED or ERROR status.
deregister(Class) - Method in class org.guvnor.ala.marshalling.impl.BaseMarshallerRegistry
 
deregister(Class) - Method in interface org.guvnor.ala.marshalling.MarshallerRegistry
 
deregister(String) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
 
deregister(String) - Method in interface org.guvnor.ala.registry.PipelineExecutorRegistry
Deregisters a pipeline executor trace.
deregisterProvider(Provider) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
deregisterProvider(String) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
deregisterProvider(Provider) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Deregisters a provider.
deregisterProvider(String) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Deregisters a provider by provider identifier.
deregisterProviderType(ProviderType) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
deregisterProviderType(ProviderType) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Deregisters a provider type.
deregisterRuntime(RuntimeId) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
deregisterRuntime(RuntimeId) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Deregisters a runtime.
destroy() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
destroy(String) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
destroy(String) - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskManager
Destroys a pipeline executor task that was launched in ASYNCHRONOUS independently of the execution status.
destroy(ProviderId) - Method in interface org.guvnor.ala.runtime.providers.ProviderDestroyer
 
destroy(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeDestroyer
 

E

equals(Object) - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderId
 
equals(Object) - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderType
 
equals(Object) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
equals(Object) - Method in class org.guvnor.ala.pipeline.execution.PipelineExecutorError
 
equals(Object) - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
equals(Object) - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
equals(Object) - Method in class org.guvnor.ala.runtime.base.BaseRuntimeInfo
 
equals(Object) - Method in class org.guvnor.ala.runtime.base.BaseRuntimeState
 
equals(Object) - Method in class org.guvnor.ala.runtime.providers.base.BaseProvider
 
equals(Object) - Method in class org.guvnor.ala.runtime.providers.base.BaseProviderType
 
execute(PipelineExecutorTaskDef, PipelineExecutorTaskManager.ExecutionMode) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
execute(Input, Pipeline, Consumer<T>, PipelineEventListener...) - Method in class org.guvnor.ala.pipeline.execution.PipelineExecutor
 
execute(PipelineExecutorTaskDef, PipelineExecutorTaskManager.ExecutionMode) - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskManager
Starts the execution of a task based on the taskDef provided as parameter.
execute(INPUT, Consumer<OUTPUT>) - Method in interface org.guvnor.ala.pipeline.Stage
 
executeFor() - Method in interface org.guvnor.ala.pipeline.ConfigExecutor
 
ExecutionIdGenerator - Class in org.guvnor.ala.pipeline.execution
UUID generator for identifying a pipeline execution.
ExecutionIdGenerator() - Constructor for class org.guvnor.ala.pipeline.execution.ExecutionIdGenerator
 
executor - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
externalListeners - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 

F

FunctionConfigExecutor<T,R> - Interface in org.guvnor.ala.pipeline
 
futureTaskMap - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 

G

generateExecutionId() - Static method in class org.guvnor.ala.pipeline.execution.ExecutionIdGenerator
 
generateTaskId() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
get(Class) - Method in class org.guvnor.ala.marshalling.impl.BaseMarshallerRegistry
 
get(Class) - Method in interface org.guvnor.ala.marshalling.MarshallerRegistry
 
getAllBinaries() - Method in interface org.guvnor.ala.registry.BuildRegistry
Returns all the registered binaries
getAllBinaries() - Method in class org.guvnor.ala.registry.inmemory.InMemoryBuildRegistry
 
getAllProjects(Repository) - Method in class org.guvnor.ala.registry.inmemory.InMemorySourceRegistry
 
getAllProjects(Repository) - Method in interface org.guvnor.ala.registry.SourceRegistry
Get All the registered projects for a given repository
getAllRepositories() - Method in class org.guvnor.ala.registry.inmemory.InMemorySourceRegistry
 
getAllRepositories() - Method in interface org.guvnor.ala.registry.SourceRegistry
Get All the registered repositories
getBinaryPath() - Method in interface org.guvnor.ala.build.Project
 
getBindAddress() - Method in interface org.guvnor.ala.config.gwt.GWTCodeServerConfig
 
getConfig() - Method in interface org.guvnor.ala.pipeline.ConfigBasedPipeline
Get the PipelineConfig that defines this pipeline.
getConfig() - Method in class org.guvnor.ala.pipeline.impl.ConfigBasedPipelineImpl
 
getConfig() - Method in class org.guvnor.ala.pipeline.PipelineConfigStage
 
getConfig() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
getConfig() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeInfo
 
getConfig() - Method in class org.guvnor.ala.runtime.providers.base.BaseProvider
 
getConfig() - Method in interface org.guvnor.ala.runtime.providers.Provider
 
getConfig() - Method in interface org.guvnor.ala.runtime.Runtime
 
getConfig() - Method in interface org.guvnor.ala.runtime.RuntimeInfo
 
getConfigStages() - Method in class org.guvnor.ala.pipeline.impl.PipelineConfigImpl
 
getConfigStages() - Method in interface org.guvnor.ala.pipeline.PipelineConfig
Get the list of configurations, each representing a Stage
getContext() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
getContext() - Method in interface org.guvnor.ala.runtime.RuntimeEndpoint
 
getEndpoint() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
getEndpoint() - Method in interface org.guvnor.ala.runtime.Runtime
 
getError() - Method in class org.guvnor.ala.pipeline.events.OnErrorPipelineExecutionEvent
 
getError() - Method in class org.guvnor.ala.pipeline.events.OnErrorStageExecutionEvent
 
getError() - Method in class org.guvnor.ala.pipeline.execution.PipelineExecutorError
 
getErrorDetail() - Method in class org.guvnor.ala.pipeline.execution.PipelineExecutorError
 
getExecutionId() - Method in class org.guvnor.ala.pipeline.events.BasePipelineEvent
 
getExecutionId() - Method in interface org.guvnor.ala.pipeline.events.PipelineEvent
 
getExecutionId() - Method in class org.guvnor.ala.pipeline.execution.PipelineContext
 
getExecutorTrace(String) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
 
getExecutorTrace(RuntimeId) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
 
getExecutorTrace(String) - Method in interface org.guvnor.ala.registry.PipelineExecutorRegistry
Gets a registered pipeline executor trace.
getExecutorTrace(RuntimeId) - Method in interface org.guvnor.ala.registry.PipelineExecutorRegistry
Gets the pipeline executor trace that produced a runtime.
getExecutorTraces() - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
 
getExecutorTraces() - Method in interface org.guvnor.ala.registry.PipelineExecutorRegistry
Get the currently registered pipeline executor traces.
getExpectedBinary() - Method in interface org.guvnor.ala.build.Project
 
getHost() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
getHost() - Method in interface org.guvnor.ala.runtime.RuntimeEndpoint
 
getId() - Method in interface org.guvnor.ala.build.Project
 
getId() - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderId
 
getId() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
getId() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTask
The UUID for task.
getId() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
getId() - Method in class org.guvnor.ala.runtime.providers.base.BaseProvider
 
getId() - Method in interface org.guvnor.ala.runtime.providers.ProviderId
Get the provider unique identifier
getId() - Method in interface org.guvnor.ala.runtime.RuntimeId
 
getId() - Method in interface org.guvnor.ala.source.Host
 
getId() - Method in interface org.guvnor.ala.source.Repository
 
getInfo() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
getInfo() - Method in interface org.guvnor.ala.runtime.Runtime
 
getInput() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
getInput() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskDef
 
getName() - Method in interface org.guvnor.ala.build.Binary
 
getName() - Method in interface org.guvnor.ala.build.Project
 
getName() - Method in class org.guvnor.ala.pipeline.impl.BasePipeline
 
getName() - Method in class org.guvnor.ala.pipeline.impl.PipelineConfigImpl
 
getName() - Method in interface org.guvnor.ala.pipeline.Pipeline
Get the pipeline name
getName() - Method in interface org.guvnor.ala.pipeline.PipelineConfig
Get the pipeline name
getName() - Method in class org.guvnor.ala.pipeline.PipelineConfigStage
 
getName() - Method in interface org.guvnor.ala.pipeline.Stage
 
getName() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
getName() - Method in interface org.guvnor.ala.runtime.RuntimeId
Gets the human readable name for the runtime.
getName() - Method in interface org.guvnor.ala.source.Host
 
getName() - Method in interface org.guvnor.ala.source.Repository
 
getOutput() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
getOutput() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTask
 
getPath() - Method in interface org.guvnor.ala.build.Binary
 
getPath() - Method in interface org.guvnor.ala.build.Project
 
getPath() - Method in interface org.guvnor.ala.source.Source
 
getPipeline() - Method in class org.guvnor.ala.pipeline.events.BasePipelineEvent
 
getPipeline() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
getPipeline() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskDef
 
getPipeline() - Method in interface org.guvnor.ala.pipeline.SystemPipelineDescriptor
 
getPipelineByName(String) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
getPipelineByName(String) - Method in interface org.guvnor.ala.registry.PipelineRegistry
Gets a Pipeline by Name.
getPipelineError() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
getPipelineError() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTask
 
getPipelineId() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTraceImpl
 
getPipelineId() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTrace
Shortcut to the pipeline id related with this trace.
getPipelines(int, int, String, boolean) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
getPipelines(String, String, int, int, String, boolean) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
getPipelines(int, int, String, boolean) - Method in interface org.guvnor.ala.registry.PipelineRegistry
Gets all the registered Pipelines
getPipelines(String, String, int, int, String, boolean) - Method in interface org.guvnor.ala.registry.PipelineRegistry
Gets all the registered Pipelines for a given provider type.
getPipelineStatus() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
getPipelineStatus() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTask
 
getPort() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
getPort() - Method in interface org.guvnor.ala.runtime.RuntimeEndpoint
 
getPortNumber() - Method in interface org.guvnor.ala.config.gwt.CodeServerPortHandle
 
getProject() - Method in interface org.guvnor.ala.build.Binary
 
getProtocol() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
getProtocol() - Method in interface org.guvnor.ala.runtime.RuntimeEndpoint
 
getProvider(String) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
getProvider(ProviderId, Class<T>) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
getProvider(String) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Gets a provider by identifier.
getProvider(ProviderId, Class<T>) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Gets a provider based on ProviderId and Class type.
getProviderId() - Method in interface org.guvnor.ala.config.ProvisioningConfig
 
getProviderId() - Method in interface org.guvnor.ala.config.RuntimeConfig
 
getProviderId() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
getProviderId() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskDef
 
getProviderId() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
getProviderId() - Method in interface org.guvnor.ala.runtime.RuntimeId
 
getProviders(Integer, Integer, String, boolean) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
getProviders(Integer, Integer, String, boolean) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Gets the list of registered providers.
getProvidersByType(ProviderType) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
getProvidersByType(ProviderType) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Gets the list of registered providers associated to a given provider type.
getProviderType() - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderId
 
getProviderType() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
getProviderType() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskDef
 
getProviderType() - Method in interface org.guvnor.ala.pipeline.SystemPipelineDescriptor
Indicates if the pipeline to be registered must be associated to a given provider type.
getProviderType(String) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
getProviderType(String) - Method in interface org.guvnor.ala.registry.PipelineRegistry
Gets the associated provider type for a given pipeline.
getProviderType() - Method in class org.guvnor.ala.runtime.providers.base.BaseProvider
 
getProviderType() - Method in interface org.guvnor.ala.runtime.providers.ProviderId
Get the provider type
getProviderTypeName() - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderType
 
getProviderTypeName() - Method in class org.guvnor.ala.runtime.providers.base.BaseProviderType
 
getProviderTypeName() - Method in interface org.guvnor.ala.runtime.providers.ProviderType
Get the provider type name
getProviderTypes(Integer, Integer, String, boolean) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
getProviderTypes(Integer, Integer, String, boolean) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Gets the list of registered provider types.
getRepository(String) - Method in interface org.guvnor.ala.source.Host
 
getRepository(String, Map<String, String>) - Method in interface org.guvnor.ala.source.Host
 
getRepository(C, String, Map<String, String>) - Method in interface org.guvnor.ala.source.Host
 
getRootPath() - Method in interface org.guvnor.ala.build.Project
 
getRuntimeById(String) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
getRuntimeById(String) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Gets a runtime by identifier.
getRuntimeName() - Method in interface org.guvnor.ala.config.RuntimeConfig
Gets the human readable name for the runtime within the provider.
getRuntimes(Integer, Integer, String, boolean) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
getRuntimes(Integer, Integer, String, boolean) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Gets the list of registered runtimes.
getSource() - Method in interface org.guvnor.ala.source.Repository
 
getSource(String, String...) - Method in interface org.guvnor.ala.source.Repository
 
getStage() - Method in class org.guvnor.ala.pipeline.events.StageExecutionPipelineEvent
 
getStageError(String) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
getStageError(String) - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTask
 
getStages() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
getStages() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskDef
 
getStages() - Method in class org.guvnor.ala.pipeline.impl.BasePipeline
 
getStages() - Method in interface org.guvnor.ala.pipeline.Pipeline
Get the list of stages for this pipeline
getStageStatus(String) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
getStageStatus(String) - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTask
 
getStartedAt() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeState
 
getStartedAt() - Method in interface org.guvnor.ala.runtime.RuntimeState
 
getState() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
getState() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeState
 
getState() - Method in interface org.guvnor.ala.runtime.Runtime
 
getState() - Method in interface org.guvnor.ala.runtime.RuntimeState
 
getTask() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl.TaskEntry
 
getTask() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTraceImpl
 
getTask() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTrace
Gets the task that was executed.
getTaskDef() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
getTaskDef() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTask
 
getTaskId() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTraceImpl
Shortcut to the task id.
getTaskId() - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTrace
Shortcut to the task id related with this trace.
getTempDir() - Method in interface org.guvnor.ala.build.Project
 
getType() - Method in interface org.guvnor.ala.build.Binary
 
getType() - Method in interface org.guvnor.ala.build.Project
 
getType() - Method in class org.guvnor.ala.marshalling.impl.JSONBaseMarshaller
 
getType() - Method in interface org.guvnor.ala.marshalling.Marshaller
 
getVersion() - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderType
 
getVersion() - Method in class org.guvnor.ala.runtime.providers.base.BaseProviderType
 
getVersion() - Method in interface org.guvnor.ala.runtime.providers.ProviderType
Get the provider type version
GWTCodeServerConfig - Interface in org.guvnor.ala.config.gwt
GWT Code Server config type used to start GWT Code Servers, extends the base Config interface

H

hashCode() - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderId
 
hashCode() - Method in class org.guvnor.ala.pipeline.execution.impl.InternalProviderType
 
hashCode() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
hashCode() - Method in class org.guvnor.ala.pipeline.execution.PipelineExecutorError
 
hashCode() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
hashCode() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
hashCode() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeInfo
 
hashCode() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeState
 
hashCode() - Method in class org.guvnor.ala.runtime.providers.base.BaseProvider
 
hashCode() - Method in class org.guvnor.ala.runtime.providers.base.BaseProviderType
 
Host<C extends Credentials> - Interface in org.guvnor.ala.source
 

I

init() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
init(Collection<ConfigExecutor>) - Method in class org.guvnor.ala.pipeline.execution.PipelineExecutor
 
InMemoryBuildRegistry - Class in org.guvnor.ala.registry.inmemory
 
InMemoryBuildRegistry() - Constructor for class org.guvnor.ala.registry.inmemory.InMemoryBuildRegistry
 
InMemoryPipelineExecutorRegistry - Class in org.guvnor.ala.registry.inmemory
 
InMemoryPipelineExecutorRegistry() - Constructor for class org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
 
InMemoryPipelineRegistry - Class in org.guvnor.ala.registry.inmemory
 
InMemoryPipelineRegistry() - Constructor for class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
InMemoryRuntimeRegistry - Class in org.guvnor.ala.registry.inmemory
 
InMemoryRuntimeRegistry() - Constructor for class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
InMemorySourceRegistry - Class in org.guvnor.ala.registry.inmemory
 
InMemorySourceRegistry() - Constructor for class org.guvnor.ala.registry.inmemory.InMemorySourceRegistry
 
Input - Class in org.guvnor.ala.pipeline
 
Input() - Constructor for class org.guvnor.ala.pipeline.Input
 
inputId() - Method in interface org.guvnor.ala.pipeline.ConfigExecutor
 
InternalProviderId - Class in org.guvnor.ala.pipeline.execution.impl
 
InternalProviderId(String, ProviderType) - Constructor for class org.guvnor.ala.pipeline.execution.impl.InternalProviderId
 
InternalProviderType - Class in org.guvnor.ala.pipeline.execution.impl
 
InternalProviderType(String, String) - Constructor for class org.guvnor.ala.pipeline.execution.impl.InternalProviderType
 
interpolate(Map<String, Object>, T) - Static method in class org.guvnor.ala.util.VariableInterpolation
 
InterpolationHandler(Object) - Constructor for class org.guvnor.ala.util.VariableInterpolation.InterpolationHandler
 
invoke(Object, Method, Object[]) - Method in class org.guvnor.ala.util.VariableInterpolation.InterpolationHandler
 
isAsync() - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl.TaskEntry
 

J

JSONBaseMarshaller<T> - Class in org.guvnor.ala.marshalling.impl
Base implementation for a JSON marshaller.
JSONBaseMarshaller(Class<T>) - Constructor for class org.guvnor.ala.marshalling.impl.JSONBaseMarshaller
 

L

localListener - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 

M

marshal(T) - Method in class org.guvnor.ala.marshalling.impl.JSONBaseMarshaller
 
marshal(T) - Method in interface org.guvnor.ala.marshalling.Marshaller
 
Marshaller<T> - Interface in org.guvnor.ala.marshalling
General purpose contract for marshalling/unmarshalling operations.
marshallerMap - Variable in class org.guvnor.ala.marshalling.impl.BaseMarshallerRegistry
 
MarshallerRegistry - Interface in org.guvnor.ala.marshalling
General purpose contract for the registering of marshallers.

N

newAsyncEntry(PipelineExecutorTaskImpl) - Static method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl.TaskEntry
 
newBuilder() - Static method in class org.guvnor.ala.pipeline.PipelineFactory
 
newPipeline(PipelineConfig) - Static method in class org.guvnor.ala.pipeline.PipelineFactory
 
newPipelineExecutor(Collection<ConfigExecutor>) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
added for testing/internal purposes, interested parties must use createPipelineExecutor()
newSyncEntry(PipelineExecutorTaskImpl) - Static method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl.TaskEntry
 
notifyExternalListeners(List<PipelineEventListener>, PipelineEvent) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 

O

objectMapper - Variable in class org.guvnor.ala.marshalling.impl.JSONBaseMarshaller
 
OnErrorPipelineExecutionEvent - Class in org.guvnor.ala.pipeline.events
 
OnErrorPipelineExecutionEvent(String, Pipeline, Stage, Throwable) - Constructor for class org.guvnor.ala.pipeline.events.OnErrorPipelineExecutionEvent
 
OnErrorStageExecutionEvent - Class in org.guvnor.ala.pipeline.events
 
OnErrorStageExecutionEvent(String, Pipeline, Stage, Throwable) - Constructor for class org.guvnor.ala.pipeline.events.OnErrorStageExecutionEvent
 
onPipelineError(OnErrorPipelineExecutionEvent) - Method in interface org.guvnor.ala.pipeline.events.PipelineEventListener
 
onStageError(OnErrorStageExecutionEvent) - Method in interface org.guvnor.ala.pipeline.events.PipelineEventListener
 
org.guvnor.ala.build - package org.guvnor.ala.build
 
org.guvnor.ala.config - package org.guvnor.ala.config
 
org.guvnor.ala.config.gwt - package org.guvnor.ala.config.gwt
 
org.guvnor.ala.exceptions - package org.guvnor.ala.exceptions
 
org.guvnor.ala.marshalling - package org.guvnor.ala.marshalling
 
org.guvnor.ala.marshalling.impl - package org.guvnor.ala.marshalling.impl
 
org.guvnor.ala.pipeline - package org.guvnor.ala.pipeline
 
org.guvnor.ala.pipeline.events - package org.guvnor.ala.pipeline.events
 
org.guvnor.ala.pipeline.execution - package org.guvnor.ala.pipeline.execution
 
org.guvnor.ala.pipeline.execution.impl - package org.guvnor.ala.pipeline.execution.impl
 
org.guvnor.ala.pipeline.execution.marshalling - package org.guvnor.ala.pipeline.execution.marshalling
 
org.guvnor.ala.pipeline.impl - package org.guvnor.ala.pipeline.impl
 
org.guvnor.ala.registry - package org.guvnor.ala.registry
 
org.guvnor.ala.registry.inmemory - package org.guvnor.ala.registry.inmemory
 
org.guvnor.ala.registry.inmemory.util - package org.guvnor.ala.registry.inmemory.util
 
org.guvnor.ala.runtime - package org.guvnor.ala.runtime
 
org.guvnor.ala.runtime.base - package org.guvnor.ala.runtime.base
 
org.guvnor.ala.runtime.providers - package org.guvnor.ala.runtime.providers
 
org.guvnor.ala.runtime.providers.base - package org.guvnor.ala.runtime.providers.base
 
org.guvnor.ala.security - package org.guvnor.ala.security
 
org.guvnor.ala.source - package org.guvnor.ala.source
 
org.guvnor.ala.util - package org.guvnor.ala.util
 
outputId() - Method in interface org.guvnor.ala.pipeline.ConfigExecutor
 

P

pageSort(Collection<T>, Comparator<T>, Integer, Integer, String, boolean) - Static method in class org.guvnor.ala.registry.inmemory.util.PageSortUtil
 
PageSortUtil - Class in org.guvnor.ala.registry.inmemory.util
Helper class for providing pages sorting.
PageSortUtil() - Constructor for class org.guvnor.ala.registry.inmemory.util.PageSortUtil
 
pause(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeManager
 
Pipeline - Interface in org.guvnor.ala.pipeline
Represents a generic Pipeline with a List of stages.
PIPELINE_EXECUTION_ID - Static variable in class org.guvnor.ala.pipeline.execution.PipelineExecutor
 
PIPELINE_NAME_SORT - Static variable in interface org.guvnor.ala.registry.PipelineRegistry
 
pipelineByName - Variable in class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
PipelineConfig - Interface in org.guvnor.ala.pipeline
Represent the configuration for a Pipeline containing each stage detailed configuration.
PipelineConfigImpl - Class in org.guvnor.ala.pipeline.impl
 
PipelineConfigImpl() - Constructor for class org.guvnor.ala.pipeline.impl.PipelineConfigImpl
 
PipelineConfigImpl(String, List<PipelineConfigStage>) - Constructor for class org.guvnor.ala.pipeline.impl.PipelineConfigImpl
 
PipelineConfigStage - Class in org.guvnor.ala.pipeline
Defines a pipeline stage based on a config.
PipelineConfigStage(String, Config) - Constructor for class org.guvnor.ala.pipeline.PipelineConfigStage
 
PipelineContext - Class in org.guvnor.ala.pipeline.execution
 
PipelineEvent - Interface in org.guvnor.ala.pipeline.events
 
PipelineEventListener - Interface in org.guvnor.ala.pipeline.events
 
pipelineExecutor - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
PipelineExecutor - Class in org.guvnor.ala.pipeline.execution
 
PipelineExecutor() - Constructor for class org.guvnor.ala.pipeline.execution.PipelineExecutor
 
PipelineExecutor(Collection<ConfigExecutor>) - Constructor for class org.guvnor.ala.pipeline.execution.PipelineExecutor
 
PipelineExecutorError - Class in org.guvnor.ala.pipeline.execution
 
PipelineExecutorError() - Constructor for class org.guvnor.ala.pipeline.execution.PipelineExecutorError
 
PipelineExecutorError(String, String) - Constructor for class org.guvnor.ala.pipeline.execution.PipelineExecutorError
 
PipelineExecutorError(String, Throwable) - Constructor for class org.guvnor.ala.pipeline.execution.PipelineExecutorError
 
PipelineExecutorException - Exception in org.guvnor.ala.pipeline.execution
Base class for exceptions related to the pipeline execution.
PipelineExecutorException(String) - Constructor for exception org.guvnor.ala.pipeline.execution.PipelineExecutorException
 
PipelineExecutorException(String, Throwable) - Constructor for exception org.guvnor.ala.pipeline.execution.PipelineExecutorException
 
PipelineExecutorException(Throwable) - Constructor for exception org.guvnor.ala.pipeline.execution.PipelineExecutorException
 
pipelineExecutorRegistry - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
PipelineExecutorRegistry - Interface in org.guvnor.ala.registry
Registry for storing the pipeline execution traces produced by pipelines launched by the PipelineExecutorTaskManager.
PipelineExecutorTask - Interface in org.guvnor.ala.pipeline.execution
This class represents a pipeline execution task.
PipelineExecutorTask.Status - Enum in org.guvnor.ala.pipeline.execution
Indicates the pipeline execution status.
PipelineExecutorTaskDef - Interface in org.guvnor.ala.pipeline.execution
This class defines the information for performing the execution of a Pipeline by using the PipelineExecutorTaskManager.
PipelineExecutorTaskDefImpl - Class in org.guvnor.ala.pipeline.execution.impl
 
PipelineExecutorTaskDefImpl() - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
PipelineExecutorTaskDefImpl(Pipeline, Input) - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
PipelineExecutorTaskDefImpl(Pipeline, Input, ProviderId) - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
PipelineExecutorTaskDefImpl(Pipeline, Input, ProviderType) - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskDefImpl
 
PipelineExecutorTaskImpl - Class in org.guvnor.ala.pipeline.execution.impl
 
PipelineExecutorTaskImpl() - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
PipelineExecutorTaskImpl(PipelineExecutorTaskDef, String) - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
PipelineExecutorTaskManager - Interface in org.guvnor.ala.pipeline.execution
Task manager for executing pipeline tasks.
PipelineExecutorTaskManager.ExecutionMode - Enum in org.guvnor.ala.pipeline.execution
 
PipelineExecutorTaskManagerImpl - Class in org.guvnor.ala.pipeline.execution.impl
 
PipelineExecutorTaskManagerImpl() - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
PipelineExecutorTaskManagerImpl(PipelineRegistry, Instance<ConfigExecutor>, Instance<PipelineEventListener>, PipelineExecutorRegistry) - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
PipelineExecutorTaskManagerImpl.TaskEntry - Class in org.guvnor.ala.pipeline.execution.impl
 
PipelineExecutorTaskManagerImplHelper - Class in org.guvnor.ala.pipeline.execution.impl
This class is directly related to the PipelineExecutorTaskManagerImpl and contains specific helper methods for alleviating his job.
PipelineExecutorTaskManagerImplHelper(Instance<ConfigExecutor>, Instance<PipelineEventListener>) - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
PipelineExecutorTrace - Interface in org.guvnor.ala.pipeline.execution
Represents a pipeline execution recording.
PipelineExecutorTraceImpl - Class in org.guvnor.ala.pipeline.execution.impl
Represents a pipeline execution recording.
PipelineExecutorTraceImpl() - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTraceImpl
 
PipelineExecutorTraceImpl(PipelineExecutorTask) - Constructor for class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTraceImpl
 
PipelineExecutorTraceImplMarshaller - Class in org.guvnor.ala.pipeline.execution.marshalling
PipelineExecutorTraceImpl marshaller implementation.
PipelineExecutorTraceImplMarshaller() - Constructor for class org.guvnor.ala.pipeline.execution.marshalling.PipelineExecutorTraceImplMarshaller
 
PipelineFactory - Class in org.guvnor.ala.pipeline
Base implementation for the pipeline builders and pipelines instantiation.
pipelineRegistry - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
PipelineRegistry - Interface in org.guvnor.ala.registry
Represents the PipelineRegistry where all the Pipelines are registered
Project - Interface in org.guvnor.ala.build
Represent one logical project Project.
ProjectConfig - Interface in org.guvnor.ala.config
Base Project configuration interface.
Provider<C extends ProviderConfig> - Interface in org.guvnor.ala.runtime.providers
A provider represents a running entity that allows the provisioning of runtimes.
PROVIDER_ID_SORT - Static variable in interface org.guvnor.ala.registry.RuntimeRegistry
 
PROVIDER_NAME - Static variable in interface org.guvnor.ala.config.ProviderConfig
Standard attribute name for referencing or defining a provider.
PROVIDER_TYPE_NAME_SORT - Static variable in interface org.guvnor.ala.registry.RuntimeRegistry
 
PROVIDER_TYPE_VERSION_SORT - Static variable in interface org.guvnor.ala.registry.RuntimeRegistry
 
ProviderBuilder<T extends ProviderConfig,R extends Provider> - Interface in org.guvnor.ala.runtime.providers
 
ProviderConfig - Interface in org.guvnor.ala.config
Base Provider configuration interface.
ProviderDestroyer - Interface in org.guvnor.ala.runtime.providers
 
ProviderId - Interface in org.guvnor.ala.runtime.providers
Base interface for identifying providers.
providers - Variable in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
ProviderType - Interface in org.guvnor.ala.runtime.providers
This interface provides the definition for a ProviderType.
providerTypes - Variable in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
ProvisioningConfig - Interface in org.guvnor.ala.config
Base Provisioning Config interface.
ProvisioningException - Exception in org.guvnor.ala.exceptions
ProvisioningException to be used in different Provisioning mechanisms implementations.
ProvisioningException(String) - Constructor for exception org.guvnor.ala.exceptions.ProvisioningException
 
ProvisioningException(String, Throwable) - Constructor for exception org.guvnor.ala.exceptions.ProvisioningException
 
proxy(T) - Static method in class org.guvnor.ala.util.VariableInterpolation
 

R

READY - Static variable in interface org.guvnor.ala.runtime.RuntimeState
Common state value for indicating that a runtime is ready but not started.
recordsMap - Variable in class org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
 
refresh(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeManager
 
register(Class, Marshaller) - Method in class org.guvnor.ala.marshalling.impl.BaseMarshallerRegistry
 
register(Class, Marshaller) - Method in interface org.guvnor.ala.marshalling.MarshallerRegistry
 
register(PipelineExecutorTrace) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineExecutorRegistry
 
register(PipelineExecutorTrace) - Method in interface org.guvnor.ala.registry.PipelineExecutorRegistry
Registers a pipeline executor trace.
registerBinary(Binary) - Method in interface org.guvnor.ala.registry.BuildRegistry
Register a new binary
registerBinary(Binary) - Method in class org.guvnor.ala.registry.inmemory.InMemoryBuildRegistry
 
registerPipeline(Pipeline) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
registerPipeline(Pipeline, ProviderType) - Method in class org.guvnor.ala.registry.inmemory.InMemoryPipelineRegistry
 
registerPipeline(Pipeline) - Method in interface org.guvnor.ala.registry.PipelineRegistry
Registers a Pipeline
registerPipeline(Pipeline, ProviderType) - Method in interface org.guvnor.ala.registry.PipelineRegistry
Registers a Pipeline by associating it to a provider type.
registerProject(Source, Project) - Method in class org.guvnor.ala.registry.inmemory.InMemorySourceRegistry
 
registerProject(Source, Project) - Method in interface org.guvnor.ala.registry.SourceRegistry
Register a Project code from a Source
registerProvider(Provider) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
registerProvider(Provider) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Registers a Provider
registerProviderType(ProviderType) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
registerProviderType(ProviderType) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Registers a provider type.
registerRepositorySources(Path, Repository) - Method in class org.guvnor.ala.registry.inmemory.InMemorySourceRegistry
 
registerRepositorySources(Path, Repository) - Method in interface org.guvnor.ala.registry.SourceRegistry
Register a repository containing source code projects.
registerRuntime(Runtime) - Method in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
registerRuntime(Runtime) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
Registers a runtime.
registerSource(Repository, Source) - Method in class org.guvnor.ala.registry.inmemory.InMemorySourceRegistry
 
registerSource(Repository, Source) - Method in interface org.guvnor.ala.registry.SourceRegistry
Register a Source code from a Repository
RegistrableOutput - Interface in org.guvnor.ala.pipeline.execution
Marker interface for tagging elements that might be produced as pipeline output and wants to be registered as the pipeline output in a pipeline executor trace.
relinquishPort() - Method in interface org.guvnor.ala.config.gwt.CodeServerPortHandle
 
Repository - Interface in org.guvnor.ala.source
Type to represent a Source Code Repository
restart(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeManager
 
RUNNING - Static variable in interface org.guvnor.ala.runtime.RuntimeState
Common state value for indicating that a runtime is running.
Runtime - Interface in org.guvnor.ala.runtime
Implementations of this interface represent a Runtime (Docker Image running or a WAR deployed into a server)
RUNTIME_ID_SORT - Static variable in interface org.guvnor.ala.registry.RuntimeRegistry
 
RUNTIME_NAME - Static variable in interface org.guvnor.ala.config.RuntimeConfig
Standard attribute name for referencing or defining a runtime.
RUNTIME_STATE_SORT - Static variable in interface org.guvnor.ala.registry.RuntimeRegistry
 
RuntimeBuilder<T extends RuntimeConfig,R extends Runtime> - Interface in org.guvnor.ala.runtime
 
RuntimeConfig - Interface in org.guvnor.ala.config
Base Runtime configuration interface.
RuntimeConfigHelper - Class in org.guvnor.ala.util
Utility class for holding helper operations related to runtimes.
RuntimeConfigHelper() - Constructor for class org.guvnor.ala.util.RuntimeConfigHelper
 
RuntimeDestroyer - Interface in org.guvnor.ala.runtime
 
RuntimeEndpoint - Interface in org.guvnor.ala.runtime
This interface represent the Runtime Endpoint, meaning the endpoint that can be used to interact against this Runtime
RuntimeId - Interface in org.guvnor.ala.runtime
Represents an unique Id for the Runtime, containing also a reference to the ProviderId where this Runtime belongs
RuntimeInfo - Interface in org.guvnor.ala.runtime
This interface represent the Runtime instance information.
RuntimeManager - Interface in org.guvnor.ala.runtime
 
RuntimeOperationException - Exception in org.guvnor.ala.exceptions
RuntimeOperationException to be used in different RUntimeManager implementations.
RuntimeOperationException(String) - Constructor for exception org.guvnor.ala.exceptions.RuntimeOperationException
 
RuntimeOperationException(String, Throwable) - Constructor for exception org.guvnor.ala.exceptions.RuntimeOperationException
 
RuntimeRegistry - Interface in org.guvnor.ala.registry
Represents the RuntimeRegistry where all the ProviderTypes, Providers and Runtimes are registered.
runtimes - Variable in class org.guvnor.ala.registry.inmemory.InMemoryRuntimeRegistry
 
RuntimeState - Interface in org.guvnor.ala.runtime
Represent the State of a particular runtime

S

setConfigStages(List<PipelineConfigStage>) - Method in class org.guvnor.ala.pipeline.impl.PipelineConfigImpl
 
setContext(Map<String, ?>) - Method in interface org.guvnor.ala.pipeline.ContextAware
 
setContext(String) - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
setHost(String) - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
setName(String) - Method in class org.guvnor.ala.pipeline.impl.BasePipeline
 
setName(String) - Method in class org.guvnor.ala.pipeline.impl.PipelineConfigImpl
 
setOutput(RegistrableOutput) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
setPipelineError(PipelineExecutorError) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
setPipelineStatus(PipelineExecutorTask.Status) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
setPort(Integer) - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
setProtocol(String) - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
setStageError(String, PipelineExecutorError) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
setStages(List<Stage>) - Method in class org.guvnor.ala.pipeline.impl.BasePipeline
 
setStageStatus(String, PipelineExecutorTask.Status) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
 
setTaskInStoppedStatus(PipelineExecutorTaskImpl) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImplHelper
 
Source - Interface in org.guvnor.ala.source
 
SourceConfig - Interface in org.guvnor.ala.config
Base Source configuration interface.
SourceRegistry - Interface in org.guvnor.ala.registry
Represents the SourceRegistry source, projects & repositories are registered
SourcingException - Exception in org.guvnor.ala.exceptions
SourcingException to be used in different sourcing mechanisms implementations.
SourcingException(String) - Constructor for exception org.guvnor.ala.exceptions.SourcingException
 
SourcingException(String, Throwable) - Constructor for exception org.guvnor.ala.exceptions.SourcingException
 
Stage<INPUT,OUTPUT> - Interface in org.guvnor.ala.pipeline
 
StageExecutionPipelineEvent - Class in org.guvnor.ala.pipeline.events
 
StageExecutionPipelineEvent(String, Pipeline, Stage) - Constructor for class org.guvnor.ala.pipeline.events.StageExecutionPipelineEvent
 
StageUtil - Class in org.guvnor.ala.pipeline
Base implementation for creating Stages
start(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeManager
 
stop(String) - Method in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
stop(String) - Method in interface org.guvnor.ala.pipeline.execution.PipelineExecutorTaskManager
Stops a pipeline executor task that was launched in ASYNCHRONOUS mode that is in RUNNING or SCHEDULED status.
stop(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeManager
 
STOPPED - Static variable in interface org.guvnor.ala.runtime.RuntimeState
Common state value for indicating that a runtime is stopped.
supports(ProviderConfig) - Method in interface org.guvnor.ala.runtime.providers.ProviderBuilder
 
supports(ProviderId) - Method in interface org.guvnor.ala.runtime.providers.ProviderDestroyer
 
supports(RuntimeConfig) - Method in interface org.guvnor.ala.runtime.RuntimeBuilder
 
supports(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeDestroyer
 
supports(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeManager
 
SystemPipelineDescriptor - Interface in org.guvnor.ala.pipeline
Contract for components that produces pipelines that will be automatically registered when the system starts.

T

taskManagerHelper - Variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
THREAD_POOL_SIZE_PROPERTY_NAME - Static variable in class org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl
 
toString() - Method in class org.guvnor.ala.pipeline.impl.PipelineConfigImpl
 
toString() - Method in class org.guvnor.ala.pipeline.PipelineConfigStage
 
toString() - Method in class org.guvnor.ala.runtime.base.BaseRuntime
 
toString() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
 
toString() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeInfo
 
toString() - Method in class org.guvnor.ala.runtime.base.BaseRuntimeState
 
toString() - Method in class org.guvnor.ala.runtime.providers.base.BaseProvider
 
toString() - Method in class org.guvnor.ala.runtime.providers.base.BaseProviderType
 
type - Variable in class org.guvnor.ala.marshalling.impl.JSONBaseMarshaller
 

U

UNKNOWN - Static variable in interface org.guvnor.ala.runtime.RuntimeState
Common state value for indicating that a it's not possible to establish current runtime state.
unmarshal(String) - Method in class org.guvnor.ala.marshalling.impl.JSONBaseMarshaller
 
unmarshal(String) - Method in interface org.guvnor.ala.marshalling.Marshaller
 

V

valueOf(String) - Static method in enum org.guvnor.ala.pipeline.execution.PipelineExecutorTask.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.guvnor.ala.pipeline.execution.PipelineExecutorTaskManager.ExecutionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.guvnor.ala.pipeline.execution.PipelineExecutorTask.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.guvnor.ala.pipeline.execution.PipelineExecutorTaskManager.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
VariableInterpolation - Class in org.guvnor.ala.util
This class deals with Variable Interpolations inside pipelines.
VariableInterpolation.InterpolationHandler - Class in org.guvnor.ala.util
 
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links
KIE Workbench Common ALA :: SPI 7.39.0.Final-redhat-00005

Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.