Global
interface Global : RuntimeDeploymentContainer<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Gradle container for global runtime deployments.
Global runtime deployments only contain global IVI service hosts.
Inherited properties
Inherited functions
Link copied to clipboard
abstract override fun add(element: RuntimeDeploymentConfigurator.Global): Boolean
Content copied to clipboard
Link copied to clipboard
abstract override fun addAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Content copied to clipboard
Link copied to clipboard
abstract fun addAllLater(p0: Provider<out MutableIterable<RuntimeDeploymentConfigurator.Global>>)
Content copied to clipboard
Link copied to clipboard
abstract fun addLater(p0: Provider<out RuntimeDeploymentConfigurator.Global>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract override fun configure(p0: Closure<Any>): NamedDomainObjectContainer<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
abstract fun configureEach(p0: Action<in RuntimeDeploymentConfigurator.Global>)
Content copied to clipboard
Link copied to clipboard
abstract operator fun contains(element: RuntimeDeploymentConfigurator.Global): Boolean
Content copied to clipboard
Link copied to clipboard
abstract fun containsAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Content copied to clipboard
Link copied to clipboard
abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier): RuntimeDeploymentConfigurator.Global
Content copied to clipboard
Creates a runtime deployment for the given runtimeDeploymentIdentifier.
abstract fun create(p0: String, p1: Closure<Any>): RuntimeDeploymentConfigurator.Global
Content copied to clipboard
abstract fun create(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): RuntimeDeploymentConfigurator.Global
Content copied to clipboard
abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier, action: Action<RuntimeDeploymentConfigurator.Global>): RuntimeDeploymentConfigurator.Global
Content copied to clipboard
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>
Content copied to clipboard
Link copied to clipboard
abstract fun findByName(p0: String): RuntimeDeploymentConfigurator.Global?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getAsMap(): SortedMap<String, RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getByName(p0: String, p1: Closure<Any>): RuntimeDeploymentConfigurator.Global
Content copied to clipboard
abstract fun getByName(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): RuntimeDeploymentConfigurator.Global
Content copied to clipboard
Link copied to clipboard
@Internal
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract operator override fun iterator(): MutableIterator<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
abstract override fun matching(p0: Closure<Any>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
abstract override fun matching(p0: Spec<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
abstract fun maybeCreate(p0: String): RuntimeDeploymentConfigurator.Global
Content copied to clipboard
Link copied to clipboard
abstract fun named(p0: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
abstract fun <S : RuntimeDeploymentConfigurator.Global> named(p0: String, p1: Class<S>): NamedDomainObjectProvider<S>
Content copied to clipboard
abstract fun named(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun register(p0: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
abstract fun register(p0: String, p1: Action<in RuntimeDeploymentConfigurator.Global>): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
abstract fun remove(element: RuntimeDeploymentConfigurator.Global): Boolean
Content copied to clipboard
Link copied to clipboard
abstract fun removeAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Content copied to clipboard
Link copied to clipboard
open fun removeIf(p0: Predicate<in RuntimeDeploymentConfigurator.Global>): Boolean
Content copied to clipboard
Link copied to clipboard
abstract fun retainAll(elements: Collection<RuntimeDeploymentConfigurator.Global>): Boolean
Content copied to clipboard
Link copied to clipboard
open override fun spliterator(): Spliterator<RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun whenObjectAdded(p0: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard
abstract fun whenObjectRemoved(p0: Action<in RuntimeDeploymentConfigurator.Global>): Action<in RuntimeDeploymentConfigurator.Global>
Content copied to clipboard
Link copied to clipboard