Global
Gradle container for global runtime deployments.
Global runtime deployments only contain global IVI service hosts.
Inherited properties
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract override fun configure(p0: Closure<Any>): NamedDomainObjectContainer<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier): RuntimeDeploymentConfigurator.Global
Creates a runtime deployment for the given runtimeDeploymentIdentifier.
abstract fun create(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): RuntimeDeploymentConfigurator.Global
abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier, action: Action<RuntimeDeploymentConfigurator.Global>): RuntimeDeploymentConfigurator.Global
Creates a runtime deployment for the given runtimeDeploymentIdentifier. The action can be used to configure the runtime deployment through a lambda.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getByName(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): RuntimeDeploymentConfigurator.Global
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract override fun matching(p0: Closure<Any>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.Global>
abstract override fun matching(p0: Spec<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
Link copied to clipboard
abstract fun <S : RuntimeDeploymentConfigurator.Global> named(p0: String, p1: Class<S>): NamedDomainObjectProvider<S>
abstract fun named(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
Link copied to clipboard
abstract fun register(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun whenObjectAdded(p0: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
abstract fun whenObjectRemoved(p0: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>