Global
Gradle container for global runtime deployments.
Global runtime deployments only contain global IVI service hosts.
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun addAllLater(provider: Provider<out MutableIterable<RuntimeDeploymentConfigurator.Global>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract override fun configure(configureClosure: 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(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.
abstract fun create(name: String, configureClosure: Closure<Any>): RuntimeDeploymentConfigurator.Global
abstract fun create(name: String, configureAction: 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
Link copied to clipboard
abstract fun getByName(name: String, configureClosure: Closure<Any>): RuntimeDeploymentConfigurator.Global
abstract fun getByName(name: String, configureAction: 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(spec: Closure<Any>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.Global>
abstract override fun matching(spec: Spec<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
Link copied to clipboard
abstract fun <S : RuntimeDeploymentConfigurator.Global> named(name: String, type: Class<S>): NamedDomainObjectProvider<S>
abstract fun named(name: String, configurationAction: Action<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
abstract fun <S : RuntimeDeploymentConfigurator.Global> named(name: String, type: Class<S>, configurationAction: Action<in S>): NamedDomainObjectProvider<S>
abstract override fun named(nameFilter: Spec<String>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
Link copied to clipboard
abstract fun register(name: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
abstract fun register(name: String, configurationAction: 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(action: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
abstract fun whenObjectRemoved(action: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
abstract fun <S : RuntimeDeploymentConfigurator.Global> withType(type: Class<S>, @DelegatesTo(genericTypeIndex = 0) configureClosure: Closure<Any>): DomainObjectCollection<S>