BuildServiceRegistration

Details of a build service.

Since

6.1

Functions

Link copied to clipboard
Specifies the maximum number of tasks that can use this service in parallel.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getParameters(): P
Returns the parameters that will be used to instantiate the service with.
Link copied to clipboard
abstract fun getService(): Provider<T>
Returns a Provider that will create the service instance when its value is queried.