Build Service Registration
interface BuildServiceRegistration<T : BuildService<P>?, P : BuildServiceParameters?> : Named(source)
Details of a build service.
Since
6.1
Parameters
<T>
the service type.
<P>
the service parameters type.
Functions
Link copied to clipboard
Specifies the maximum number of tasks that can use this service in parallel.
Link copied to clipboard
Returns the parameters that will be used to instantiate the service with.
Link copied to clipboard
Returns a Provider that will create the service instance when its value is queried.