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
abstract override fun addAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Link copied to clipboard
abstract fun addAllLater(p0: Provider<out MutableIterable<RuntimeDeploymentConfigurator.Global>>)
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
abstract fun configureEach(p0: Action<in RuntimeDeploymentConfigurator.Global>)
Link copied to clipboard
abstract operator fun contains(element: RuntimeDeploymentConfigurator.Global): Boolean
Link copied to clipboard
abstract fun containsAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Link copied to clipboard
abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier): RuntimeDeploymentConfigurator.Global

Creates a runtime deployment for the given runtimeDeploymentIdentifier.

abstract fun create(p0: String): RuntimeDeploymentConfigurator.Global
abstract fun create(p0: String, p1: Closure<Any>): RuntimeDeploymentConfigurator.Global
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
abstract override fun findAll(p0: Closure<Any>): MutableSet<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
abstract fun findByName(p0: String): RuntimeDeploymentConfigurator.Global?
Link copied to clipboard
open fun forEach(p0: Consumer<in RuntimeDeploymentConfigurator.Global>)
Link copied to clipboard
abstract fun getAsMap(): SortedMap<String, RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
abstract fun getAt(p0: String): RuntimeDeploymentConfigurator.Global
Link copied to clipboard
abstract fun getByName(p0: String): RuntimeDeploymentConfigurator.Global
abstract fun getByName(p0: String, p1: Closure<Any>): RuntimeDeploymentConfigurator.Global
abstract fun getByName(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): RuntimeDeploymentConfigurator.Global
Link copied to clipboard
@Internal
abstract fun getCollectionSchema(): NamedDomainObjectCollectionSchema
Link copied to clipboard
abstract fun getNamer(): Namer<RuntimeDeploymentConfigurator.Global>
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
abstract operator override fun iterator(): MutableIterator<RuntimeDeploymentConfigurator.Global>
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
abstract fun maybeCreate(p0: String): RuntimeDeploymentConfigurator.Global
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
open fun parallelStream(): Stream<RuntimeDeploymentConfigurator.Global>
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
abstract fun remove(element: RuntimeDeploymentConfigurator.Global): Boolean
Link copied to clipboard
abstract fun removeAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Link copied to clipboard
open fun removeIf(p0: Predicate<in RuntimeDeploymentConfigurator.Global>): Boolean
Link copied to clipboard
abstract fun retainAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Link copied to clipboard
open override fun spliterator(): Spliterator<RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
open fun stream(): Stream<RuntimeDeploymentConfigurator.Global>
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>)
abstract fun whenObjectAdded(p0: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>
Link copied to clipboard
abstract fun whenObjectRemoved(p0: Closure<Any>)
abstract fun whenObjectRemoved(p0: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>
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>, p1: Closure<Any>): DomainObjectCollection<S>
abstract fun <S : RuntimeDeploymentConfigurator.Global> withType(p0: Class<S>, p1: Action<in S>): DomainObjectCollection<S>