Class BuildScanCustomValueProvider

java.lang.Object
io.github.gradle.conventions.customvalueprovider.BuildScanCustomValueProvider
All Implemented Interfaces:
BiConsumer<org.gradle.api.initialization.Settings,com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration>
Direct Known Subclasses:
AIAgentCustomValueProvider, BuildCacheCustomValueProvider, CIBuildCustomValueProvider, CIBuildCustomValueProvider.IDESyncCustomValueProvider, CITagProvider, GitInformationCustomValueProvider, LocalBuildCustomValueProvider, WatchFilesystemCustomValueProvider

public abstract class BuildScanCustomValueProvider extends Object implements BiConsumer<org.gradle.api.initialization.Settings,com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration>
Used to provide custom value for Build Scan.
  • Constructor Details

  • Method Details