- refresh(RuntimeId) - Method in interface org.guvnor.ala.runtime.RuntimeManager
-
- registerBinary(Binary) - Method in interface org.guvnor.ala.registry.BuildRegistry
-
- registerPipeline(Pipeline) - Method in interface org.guvnor.ala.registry.PipelineRegistry
-
- registerProject(Repository, Project) - Method in interface org.guvnor.ala.registry.SourceRegistry
-
- registerProject(Source, Project) - Method in interface org.guvnor.ala.registry.SourceRegistry
-
- registerProvider(Provider) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
-
- registerProviderType(ProviderType) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
-
- registerRepositorySources(Path, Repository) - Method in interface org.guvnor.ala.registry.SourceRegistry
-
- registerRuntime(Runtime) - Method in interface org.guvnor.ala.registry.RuntimeRegistry
-
- registerSource(Repository, Source) - Method in interface org.guvnor.ala.registry.SourceRegistry
-
- 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
-
- Runtime - Interface in org.guvnor.ala.runtime
-
Implementations of this interface represent a Runtime (Docker Image running
or a WAR deployed into a
server)
- RuntimeBuilder<T extends RuntimeConfig,R extends Runtime> - Interface in org.guvnor.ala.runtime
-
- RuntimeConfig - Interface in org.guvnor.ala.config
-
Base Runtime configuration interface.
- 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
-
Reprensents 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
-
- RuntimeState - Interface in org.guvnor.ala.runtime
-
Represent the State of a particular runtime