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(p0: Provider<out RuntimeDeploymentConfigurator.Global>)
Link copied to clipboard
abstract fun addRule(p0: Rule): Rule
abstract fun addRule(p0: String, p1: Closure<Any>): Rule
abstract fun addRule(p0: String, p1: Action<String>): Rule
Link copied to clipboard
abstract fun all(p0: Closure<Any>)
abstract fun all(p0: Action<in RuntimeDeploymentConfigurator.Global>)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract override fun configure(p0: Closure<Any>): NamedDomainObjectContainer<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
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.

abstract fun create(p0: String, p1: Closure<Any>): 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
abstract override fun findAll(p0: 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
@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(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 named(p0: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
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>
abstract fun <S : RuntimeDeploymentConfigurator.Global> named(p0: String, p1: Class<S>, p2: Action<in S>): NamedDomainObjectProvider<S>
Link copied to clipboard
abstract fun register(p0: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
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
open fun <T : Any> toArray(p0: IntFunction<Array<T>>): Array<T>
Link copied to clipboard
abstract fun whenObjectAdded(p0: Closure<Any>)
Link copied to clipboard
Link copied to clipboard
abstract override fun <S : RuntimeDeploymentConfigurator.Global> withType(p0: Class<S>): NamedDomainObjectSet<S>
abstract fun <S : RuntimeDeploymentConfigurator.Global> withType(p0: Class<S>, @DelegatesTo(genericTypeIndex = 0) p1: Closure<Any>): DomainObjectCollection<S>
abstract fun <S : RuntimeDeploymentConfigurator.Global> withType(p0: Class<S>, p1: Action<in S>): DomainObjectCollection<S>