Global

Gradle container for global runtime deployments.

Global runtime deployments only contain global IVI service hosts.

Inherited properties

Link copied to clipboard
abstract val size: Int

Inherited functions

Link copied to clipboard
abstract override fun add(element: RuntimeDeploymentConfigurator.Global): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun addLater(provider: Provider<out RuntimeDeploymentConfigurator.Global>)
Link copied to clipboard
abstract fun addRule(rule: Rule): Rule
abstract fun addRule(description: String, ruleAction: Closure<Any>): Rule
abstract fun addRule(description: String, ruleAction: Action<String>): Rule
Link copied to clipboard
abstract fun all(action: Closure<Any>)
abstract fun all(action: Action<in RuntimeDeploymentConfigurator.Global>)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract override fun configure(configureClosure: Closure<Any>): NamedDomainObjectContainer<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
abstract fun configureEach(action: Action<in RuntimeDeploymentConfigurator.Global>)
Link copied to clipboard
abstract operator fun contains(element: RuntimeDeploymentConfigurator.Global): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier): RuntimeDeploymentConfigurator.Global

Creates a runtime deployment for the given runtimeDeploymentIdentifier.

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
Link copied to clipboard
abstract override fun findAll(spec: Closure<Any>): MutableSet<RuntimeDeploymentConfigurator.Global>
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
Link copied to clipboard
@Internal
abstract fun getCollectionSchema(): NamedDomainObjectCollectionSchema
Link copied to clipboard
Link copied to clipboard
abstract fun getNames(): SortedSet<String>
Link copied to clipboard
abstract fun getRules(): MutableList<Rule>
Link copied to clipboard
abstract fun isEmpty(): Boolean
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 named(name: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
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>
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
open fun <T : Any> toArray(p0: IntFunction<Array<T>>): Array<T>
Link copied to clipboard
abstract fun whenObjectAdded(action: Closure<Any>)
Link copied to clipboard
abstract fun whenObjectRemoved(action: Closure<Any>)
Link copied to clipboard
abstract fun <S : RuntimeDeploymentConfigurator.Global> withType(type: Class<S>, @DelegatesTo(genericTypeIndex = 0) configureClosure: Closure<Any>): DomainObjectCollection<S>
abstract fun <S : RuntimeDeploymentConfigurator.Global> withType(type: Class<S>, configureAction: Action<in S>): DomainObjectCollection<S>
abstract override fun <S : RuntimeDeploymentConfigurator.Global> withType(type: Class<S>): NamedDomainObjectSet<S>