Package org.guvnor.ala.runtime
Interface Runtime
-
- All Superinterfaces:
RuntimeId
- All Known Implementing Classes:
BaseRuntime
public interface Runtime extends RuntimeId
Implementations of this interface represent a Runtime (Docker Image running or a WAR deployed into a server)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeConfiggetConfig()RuntimeEndpointgetEndpoint()RuntimeInfogetInfo()RuntimeStategetState()-
Methods inherited from interface org.guvnor.ala.runtime.RuntimeId
getId, getName, getProviderId
-
-
-
-
Method Detail
-
getEndpoint
RuntimeEndpoint getEndpoint()
-
getConfig
RuntimeConfig getConfig()
-
getState
RuntimeState getState()
-
getInfo
RuntimeInfo getInfo()
-
-