Package org.guvnor.ala.config
Interface RuntimeConfig
-
-
Field Summary
Fields Modifier and Type Field Description static StringRUNTIME_NAMEStandard attribute name for referencing or defining a runtime.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ProviderIdgetProviderId()default StringgetRuntimeName()Gets the human readable name for the runtime within the provider.
-
-
-
Field Detail
-
RUNTIME_NAME
static final String RUNTIME_NAME
Standard attribute name for referencing or defining a runtime. Pipeline inputs that wants to refer to an already registered runtime, or wants to create a runtime during pipeline execution should use this parameter for holding the runtime name.- See Also:
- Constant Field Values
-
-
Method Detail
-
getProviderId
ProviderId getProviderId()
-
getRuntimeName
default String getRuntimeName()
Gets the human readable name for the runtime within the provider. The runtime name must be unique within the provider. When no runtime name is provided, the by default name for the generated Runtime will be the RuntimeId.getId() value. @seeRuntimeId- Returns:
- the runtime name.
-
-