- 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.
- 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
- 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
-
- 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