Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.AIAgentCustomValueProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.BuildCacheCustomValueProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.CIBuildCustomValueProvider.GitHubActionsCustomValueProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.CIBuildCustomValueProvider.IDESyncCustomValueProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.CIBuildCustomValueProvider.TeamCityCustomValueProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.CITagProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.GitInformationCustomValueProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.LocalBuildCustomValueProvider
- accept(Settings, BuildScanConfiguration) - Method in class io.github.gradle.conventions.customvalueprovider.WatchFilesystemCustomValueProvider
- AIAgentCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
-
Adds an "AGENT" tag to the build scan when an AI coding agent is detected.
- AIAgentCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.AIAgentCustomValueProvider
- apply(Settings) - Method in class io.github.gradle.conventions.DevelocityConventionsPlugin
B
- BUILD_ID - Static variable in interface io.github.gradle.conventions.customvalueprovider.ScanCustomValueNames
- BuildCacheCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- BuildCacheCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.BuildCacheCustomValueProvider
- BuildScanCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
-
Used to provide custom value for Build Scan.
- BuildScanCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.BuildScanCustomValueProvider
C
- CIBuildCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- CIBuildCustomValueProvider.GitHubActionsCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- CIBuildCustomValueProvider.IDESyncCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- CIBuildCustomValueProvider.TeamCityCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- CITagProvider - Class in io.github.gradle.conventions.customvalueprovider
- CITagProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.CITagProvider
- CurrentCommitIdValueSource() - Constructor for class io.github.gradle.conventions.customvalueprovider.DevelocityConventions.CurrentCommitIdValueSource
- CUSTOM - Static variable in class io.github.gradle.conventions.PublishingConfigurationAction
-
Don't apply any publishing strategy, the user will configure in their own init script.
- customValueSearchUrl(Map<String, String>) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
D
- DevelocityConventions - Class in io.github.gradle.conventions.customvalueprovider
- DevelocityConventions(ProviderFactory) - Constructor for class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- DevelocityConventions.CurrentCommitIdValueSource - Class in io.github.gradle.conventions.customvalueprovider
- DevelocityConventions.RemoteGitHubRepositoryValueSource - Class in io.github.gradle.conventions.customvalueprovider
- DevelocityConventionsPlugin - Class in io.github.gradle.conventions
- DevelocityConventionsPlugin() - Constructor for class io.github.gradle.conventions.DevelocityConventionsPlugin
E
- environmentVariableProvider(String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- execAndGetStdout(Path, String...) - Static method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
-
Executes the external process and returns its standard output.
G
- getCommitId(File) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getConventions() - Method in class io.github.gradle.conventions.customvalueprovider.BuildScanCustomValueProvider
- getDevelocityServerUrl() - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getEdgeDiscovery() - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getEnv(String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getEnvVariable(String, String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getEnvVariableThenSystemProperty(String, String, String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getProviderFactory() - Method in class io.github.gradle.conventions.DevelocityConventionsPlugin
- getSystemProperty(String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getSystemProperty(String, String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getSystemPropertyThenEnvVariable(String, String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- getSystemPropertyThenEnvVariable(String, String, String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- GIT_BRANCH_NAME - Static variable in interface io.github.gradle.conventions.customvalueprovider.ScanCustomValueNames
- GIT_COMMIT_NAME - Static variable in interface io.github.gradle.conventions.customvalueprovider.ScanCustomValueNames
- GIT_STATUS - Static variable in interface io.github.gradle.conventions.customvalueprovider.ScanCustomValueNames
- GitHubActionsCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.CIBuildCustomValueProvider.GitHubActionsCustomValueProvider
- GitInformationCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- GitInformationCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.GitInformationCustomValueProvider
I
- IDEA_VERSION - Static variable in interface io.github.gradle.conventions.customvalueprovider.ScanCustomValueNames
- IDESyncCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.CIBuildCustomValueProvider.IDESyncCustomValueProvider
- io.github.gradle.conventions - package io.github.gradle.conventions
- io.github.gradle.conventions.customvalueprovider - package io.github.gradle.conventions.customvalueprovider
- isCiServer() - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
- isEnabled() - Method in class io.github.gradle.conventions.customvalueprovider.AIAgentCustomValueProvider
- isEnabled() - Method in class io.github.gradle.conventions.customvalueprovider.BuildScanCustomValueProvider
- isEnabled() - Method in class io.github.gradle.conventions.customvalueprovider.CIBuildCustomValueProvider
- isEnabled() - Method in class io.github.gradle.conventions.customvalueprovider.CITagProvider
- isEnabled() - Method in class io.github.gradle.conventions.customvalueprovider.LocalBuildCustomValueProvider
L
- LocalBuildCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- LocalBuildCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.LocalBuildCustomValueProvider
N
- name - Variable in class io.github.gradle.conventions.PublishingConfigurationAction
O
- obtain() - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions.CurrentCommitIdValueSource
- obtain() - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions.RemoteGitHubRepositoryValueSource
P
- PUBLISH_ALWAYS - Static variable in class io.github.gradle.conventions.PublishingConfigurationAction
- PUBLISH_IF_AUTHENTICATED - Static variable in class io.github.gradle.conventions.PublishingConfigurationAction
- PUBLISH_ON_FAILURE - Static variable in class io.github.gradle.conventions.PublishingConfigurationAction
- PublishingConfigurationAction - Class in io.github.gradle.conventions
- PublishingConfigurationAction(String) - Constructor for class io.github.gradle.conventions.PublishingConfigurationAction
R
- RemoteGitHubRepositoryValueSource() - Constructor for class io.github.gradle.conventions.customvalueprovider.DevelocityConventions.RemoteGitHubRepositoryValueSource
S
- ScanCustomValueNames - Interface in io.github.gradle.conventions.customvalueprovider
- setCommitId(Path, BuildScanConfiguration, String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
-
Add commit ID to tags.
- systemPropertyProvider(String) - Method in class io.github.gradle.conventions.customvalueprovider.DevelocityConventions
T
- TeamCityCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.CIBuildCustomValueProvider.TeamCityCustomValueProvider
W
- WATCH_FILE_SYSTEM - Static variable in interface io.github.gradle.conventions.customvalueprovider.ScanCustomValueNames
- WatchFilesystemCustomValueProvider - Class in io.github.gradle.conventions.customvalueprovider
- WatchFilesystemCustomValueProvider(DevelocityConventions) - Constructor for class io.github.gradle.conventions.customvalueprovider.WatchFilesystemCustomValueProvider
All Classes and Interfaces|All Packages|Constant Field Values