MultipleInstance

Gradle container for multiple instance runtime deployments.

Multiple instance runtime deployments only contain multiple instance IVI service hosts.

Inherited properties

Link copied to clipboard
abstract val size: Int

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun addLater(provider: Provider<out RuntimeDeploymentConfigurator.MultipleInstance>)
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.MultipleInstance>)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract override fun configure(configureClosure: Closure<Any>): NamedDomainObjectContainer<RuntimeDeploymentConfigurator.MultipleInstance>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.MultipleInstance
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(spec: Closure<Any>): NamedDomainObjectSet<RuntimeDeploymentConfigurator.MultipleInstance>
Link copied to clipboard
Link copied to clipboard
abstract fun named(name: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.MultipleInstance>
abstract fun <S : RuntimeDeploymentConfigurator.MultipleInstance> named(name: String, type: Class<S>): NamedDomainObjectProvider<S>
abstract fun named(name: String, configurationAction: Action<in RuntimeDeploymentConfigurator.MultipleInstance>): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.MultipleInstance>
abstract fun <S : RuntimeDeploymentConfigurator.MultipleInstance> named(name: String, type: Class<S>, configurationAction: Action<in S>): NamedDomainObjectProvider<S>
Link copied to clipboard
abstract fun register(name: String): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.MultipleInstance>
abstract fun register(name: String, configurationAction: Action<in RuntimeDeploymentConfigurator.MultipleInstance>): NamedDomainObjectProvider<RuntimeDeploymentConfigurator.MultipleInstance>
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
Link copied to clipboard
Link copied to clipboard
abstract fun <S : RuntimeDeploymentConfigurator.MultipleInstance> withType(type: Class<S>, @DelegatesTo(genericTypeIndex = 0) configureClosure: Closure<Any>): DomainObjectCollection<S>
abstract fun <S : RuntimeDeploymentConfigurator.MultipleInstance> withType(type: Class<S>, configureAction: Action<in S>): DomainObjectCollection<S>
abstract override fun <S : RuntimeDeploymentConfigurator.MultipleInstance> withType(type: Class<S>): NamedDomainObjectSet<S>