Package-level declarations
Types
Link copied to clipboard
TBD.
Link copied to clipboard
class BuildlessCacheService(endpoint: URI, httpClientHelper: HttpClientHelper, http2ClientHelper: Http2ClientHelper, requestCustomizer: HttpBuildCacheRequestCustomizer, useExpectContinue: Boolean) : HttpBuildCacheService, BuildCacheService
Build cache service implementing optimized transport with Buildless; see BuildlessCache for more information. This service is shared throughout the Gradle build process, and is responsible for implementing optimized cache protocols with the Buildless Agent.
Link copied to clipboard
interface BuildlessConfiguration
Describes configuration applied to the BuildlessCacheService and other services managed by Buildless, throughout the lifecycle of a single Gradle build.
Link copied to clipboard
interface BuildlessFactory
Specifies extended method support for the Buildless Service factory.
Link copied to clipboard
Specifies extended method support for the Buildless service which resides within a Gradle build; these methods extend the concept of a BuildCacheService.