A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
A
- AARCH64 - org.gradle.platform.Architecture
-
64-bit reduced instruction set computer (RISC) architectures, including "aarch64", "arm64".
- ABSOLUTE - org.gradle.api.tasks.PathSensitivity
-
Consider the full path of files and directories.
- absolutePath(String) - Method in class org.gradle.util.Path
-
Resolves the given name relative to this path.
- absolutePath(Path) - Method in class org.gradle.util.Path
- absoluteProjectPath(String) - Method in interface org.gradle.api.Project
-
Converts a name to an absolute project path, resolving names relative to this project.
- AbstractArchiveTask - Class in org.gradle.api.tasks.bundling
-
AbstractArchiveTask
is the base class for all archive tasks. - AbstractArchiveTask() - Constructor for class org.gradle.api.tasks.bundling.AbstractArchiveTask
- AbstractBuildCache - Class in org.gradle.caching.configuration
-
Base implementation for build cache service configuration.
- AbstractBuildCache() - Constructor for class org.gradle.caching.configuration.AbstractBuildCache
- AbstractClasspathEntry - Class in org.gradle.plugins.ide.eclipse.model
-
Common superclass for all
ClasspathEntry
instances. - AbstractClasspathEntry(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- AbstractClasspathEntry(String) - Constructor for class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- AbstractCodeQualityTask - Class in org.gradle.api.plugins.quality
-
Base class for code quality tasks.
- AbstractCodeQualityTask() - Constructor for class org.gradle.api.plugins.quality.AbstractCodeQualityTask
- AbstractCompile - Class in org.gradle.api.tasks.compile
-
The base class for all JVM-based language compilation tasks.
- AbstractCompile() - Constructor for class org.gradle.api.tasks.compile.AbstractCompile
- AbstractConfigurationReportTask - Class in org.gradle.api.tasks.diagnostics
-
Base class for reporting tasks which display information about attributes and related data associated to a variant/configuration.
- AbstractConfigurationReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
- AbstractCopyTask - Class in org.gradle.api.tasks
-
AbstractCopyTask
is the base class for all copy tasks. - AbstractCopyTask() - Constructor for class org.gradle.api.tasks.AbstractCopyTask
- AbstractDependencyReportTask - Class in org.gradle.api.tasks.diagnostics
-
Displays the dependency tree for a configuration.
- AbstractDependencyReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
- AbstractDependencyReportTask.DependencyReportModel - Class in org.gradle.api.tasks.diagnostics
-
Report model.
- AbstractExecTask<T extends AbstractExecTask> - Class in org.gradle.api.tasks
-
AbstractExecTask
is the base class for all exec tasks. - AbstractExecTask(Class<T>) - Constructor for class org.gradle.api.tasks.AbstractExecTask
- AbstractLibrary - Class in org.gradle.plugins.ide.eclipse.model
-
Common superclass for the library elements.
- AbstractLibrary(Node, FileReferenceFactory) - Constructor for class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- AbstractLibrary(FileReference) - Constructor for class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- AbstractLinkTask - Class in org.gradle.nativeplatform.tasks
-
Base task for linking a native binary from object files and libraries.
- AbstractLinkTask() - Constructor for class org.gradle.nativeplatform.tasks.AbstractLinkTask
- AbstractNativeCompileTask - Class in org.gradle.language.nativeplatform.tasks
-
Compiles native source files into object files.
- AbstractNativeCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- AbstractNativePCHCompileTask - Class in org.gradle.language.nativeplatform.tasks
-
Compiles native header source files into object files.
- AbstractNativePCHCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativePCHCompileTask
- AbstractNativeSourceCompileTask - Class in org.gradle.language.nativeplatform.tasks
-
Compiles native source files into object files.
- AbstractNativeSourceCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask
- AbstractOptions - Class in org.gradle.api.tasks.compile
-
Base class for compilation-related options.
- AbstractOptions() - Constructor for class org.gradle.api.tasks.compile.AbstractOptions
- AbstractProjectBasedReportTask<T> - Class in org.gradle.api.tasks.diagnostics
-
The base class for all Project based project report tasks.
- AbstractProjectBasedReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.AbstractProjectBasedReportTask
- AbstractPublishToMaven - Class in org.gradle.api.publish.maven.tasks
-
Base class for tasks that publish a
MavenPublication
. - AbstractPublishToMaven() - Constructor for class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
- AbstractReportTask - Class in org.gradle.api.tasks.diagnostics
-
Deprecated.Use
AbstractProjectBasedReportTask
instead. - AbstractReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.
- AbstractScalaCompile - Class in org.gradle.language.scala.tasks
-
An abstract Scala compile task sharing common functionality for compiling scala.
- AbstractScalaCompile() - Constructor for class org.gradle.language.scala.tasks.AbstractScalaCompile
-
Constructor.
- AbstractSignatureType - Class in org.gradle.plugins.signing.type
-
Convenience base class for
SignatureType
implementations. - AbstractSignatureType() - Constructor for class org.gradle.plugins.signing.type.AbstractSignatureType
- AbstractSignatureTypeProvider - Class in org.gradle.plugins.signing.type
-
Convenience base class for
SignatureTypeProvider
implementations. - AbstractSignatureTypeProvider() - Constructor for class org.gradle.plugins.signing.type.AbstractSignatureTypeProvider
- AbstractTestTask - Class in org.gradle.api.tasks.testing
-
Abstract class for all test tasks.
- AbstractTestTask() - Constructor for class org.gradle.api.tasks.testing.AbstractTestTask
- AccessRule - Class in org.gradle.plugins.ide.eclipse.model
-
Access rule associated to a classpath entry.
- AccessRule - Interface in org.gradle.tooling.model.eclipse
-
Access rule associated with an Eclipse classpath entry.
- AccessRule(String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.AccessRule
- accessRules - Variable in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- action() - Method in interface org.gradle.tooling.ProjectConnection
-
Creates a builder for an executer which can be used to run actions in different phases of the build.
- action(BuildAction<T>) - Method in interface org.gradle.tooling.ProjectConnection
-
Creates an executer which can be used to run the given action when the build has finished.
- Action<T> - Interface in org.gradle.api
-
Performs some action against objects of type T.
- ActionConfiguration - Interface in org.gradle.api
-
Allows specification of configuration for some action.
- activateDependencyLocking() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Activates dependency locking support in Gradle.
- add(D, Action<? super D>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency and configure it.
- add(CharSequence) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency.
- add(CharSequence, Action<? super ExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency and configure it.
- add(Class<? extends AttributeCompatibilityRule<T>>) - Method in interface org.gradle.api.attributes.CompatibilityRuleChain
-
Adds an arbitrary compatibility rule to the chain.
- add(Class<? extends AttributeCompatibilityRule<T>>, Action<? super ActionConfiguration>) - Method in interface org.gradle.api.attributes.CompatibilityRuleChain
-
Adds an arbitrary compatibility rule to the chain, possibly configuring the rule as well.
- add(Class<? extends AttributeDisambiguationRule<T>>) - Method in interface org.gradle.api.attributes.DisambiguationRuleChain
-
Adds an arbitrary disambiguation rule to the chain.
- add(Class<? extends AttributeDisambiguationRule<T>>, Action<? super ActionConfiguration>) - Method in interface org.gradle.api.attributes.DisambiguationRuleChain
-
Adds an arbitrary disambiguation rule to the chain, possibly configuring the rule as well.
- add(Class<T>, String, T) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Adds a new extension to this container.
- add(String) - Method in interface org.gradle.api.artifacts.DependenciesMetadata
-
Add a dependency or a dependency constraint using the string notation:
group:name:version
. - add(String, Class<T>, Action<? super T>) - Method in interface org.gradle.api.initialization.SharedModelDefaults
-
Adds a model default for the software type specified by the given name.
- add(String, Object) - Method in interface org.gradle.api.artifacts.dsl.ArtifactHandler
-
Adds an artifact to the given configuration.
- add(String, Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
-
Adds a dependency constraint to the given configuration.
- add(String, Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Adds a dependency to the given configuration.
- add(String, Object) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Adds a new extension to this container.
- add(String, Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.ArtifactHandler
-
Adds an artifact to the given configuration.
- add(String, Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Adds a dependency to the given configuration, and configures the dependency using the given closure.
- add(String, Object, Action<? super ConfigurablePublishArtifact>) - Method in interface org.gradle.api.artifacts.dsl.ArtifactHandler
-
Adds an artifact to the given configuration.
- add(String, Object, Action<? super DependencyConstraint>) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
-
Adds a dependency constraint to the given configuration, and configures the dependency constraint using the given closure.
- add(String, String, String) - Method in interface org.gradle.api.publish.ivy.IvyExtraInfoSpec
-
Puts the specified extra element into the list of extra info elements.
- add(String, Action<? super T>) - Method in interface org.gradle.api.artifacts.DependenciesMetadata
-
Add a dependency or a dependency constraint using the string notation:
group:name:version
. - add(Map<String, String>) - Method in interface org.gradle.api.artifacts.DependenciesMetadata
-
Add a dependency or a dependency constraint using the map notation:
group: group, name: name, version: version
. - add(Map<String, String>) - Method in interface org.gradle.api.artifacts.ExcludeRuleContainer
-
Adds an exclude rule to this container.
- add(Map<String, String>, Action<? super T>) - Method in interface org.gradle.api.artifacts.DependenciesMetadata
-
Add a dependency or a dependency constraint using the map notation:
group: group, name: name, version: version
. - add(Dependency) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency.
- add(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Adds a repository to this container, at the end of the repository sequence.
- add(FileCollection) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency.
- add(FileCollection, Action<? super FileCollectionDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency and configure it.
- add(Provider<? extends D>, Action<? super D>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency and configure it.
- add(Provider<? extends Dependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency.
- add(Provider<? extends T>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Adds an element to the property value.
- add(ProviderConvertible<? extends MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency.
- add(ProviderConvertible<? extends MinimalExternalModuleDependency>, Action<? super ExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency and configure it.
- add(TypeOf<T>, String, T) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Adds a new extension to this container.
- add(T) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Adds an object to the collection, if there is no existing object in the collection with the same name.
- add(T) - Method in interface org.gradle.api.plugins.PluginCollection
-
Deprecated.Use
PluginManager.apply(Class)
instead. - add(T) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Adds an element to the property value.
- addAll(C, Iterable<? extends T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Utility for adding an iterable to a collection.
- addAll(C, T...) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Utility for adding an array to a collection.
- addAll(Iterable<? extends T>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Adds zero or more elements to the property value.
- addAll(Collection<? extends T>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Adds any of the given objects to the collection that do not have the same name as any existing element.
- addAll(Collection<? extends T>) - Method in interface org.gradle.api.plugins.PluginCollection
-
Deprecated.Use
PluginManager.apply(Class)
instead. - addAll(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Adds zero or more elements to the property value.
- addAll(T...) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Adds zero or more elements to the property value.
- addAllLater(Provider<? extends Iterable<T>>) - Method in interface org.gradle.api.DomainObjectCollection
-
Adds elements to this collection, given a
Provider
ofIterable
that will provide the elements when required. - addArguments(Iterable<String>) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Appends new command line arguments to the existing list.
- addArguments(Iterable<String>) - Method in interface org.gradle.tooling.LongRunningOperation
-
Appends new command line arguments to the existing list.
- addArguments(String...) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Appends new command line arguments to the existing list.
- addArguments(String...) - Method in interface org.gradle.tooling.LongRunningOperation
-
Appends new command line arguments to the existing list.
- addArtifact(DependencyArtifact) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Adds an artifact to this dependency.
- addBooleanOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addBooleanOption(String, boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addBuildListener(BuildListener) - Method in interface org.gradle.api.invocation.Gradle
-
Adds a
BuildListener
to this Build instance. - addCapability(String, String, String) - Method in interface org.gradle.api.capabilities.MutableCapabilitiesMetadata
-
Adds a new capability.
- addClasspathEntry(Node, Map<String, ?>) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- addConstraint(DependencyConstraint) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency constraint.
- addConstraint(DependencyConstraint, Action<? super DependencyConstraint>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency constraint and configure it.
- addConstraint(Provider<? extends DependencyConstraint>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency constraint, using a
Provider
to lazily create the constraint. - addConstraint(Provider<? extends DependencyConstraint>, Action<? super DependencyConstraint>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a dependency constraint and configure it, using a
Provider
to lazily create the constraint. - addDependency(ModuleDependency) - Method in interface org.gradle.api.artifacts.ClientModule
-
Deprecated.Add a dependency to the client module.
- ADDED - org.gradle.work.ChangeType
- addEnumOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addEnumOption(String, T) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addFile(String) - Method in interface org.gradle.api.artifacts.MutableVariantFilesMetadata
-
Add a file, if the file location is the same as the file name.
- addFile(String, String) - Method in interface org.gradle.api.artifacts.MutableVariantFilesMetadata
-
Add a file.
- addFileOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addFileOption(String, File) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addFirst(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Adds a repository to this container, at the start of the repository sequence.
- addInitScript(File) - Method in class org.gradle.StartParameter
-
Adds the given file to the list of init scripts that are run before the build starts.
- additionalClassDirs(File...) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds additional class directories to those that will be included in the report.
- additionalClassDirs(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds additional class directories to those that will be included in the report.
- AdditionalData - Interface in org.gradle.tooling.events.problems
-
Additional data attached to the problem.
- additionalLinkFiles(FileCollection) - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
-
Add some additional files required by consumers of this library at link time.
- additionalSourceDirs(File...) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds additional source directories to be used for any classes included in the report.
- additionalSourceDirs(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds additional source directories to be used for any classes included in the report.
- addJvmArguments(Iterable<String>) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Appends Java VM arguments to the existing list.
- addJvmArguments(Iterable<String>) - Method in interface org.gradle.tooling.LongRunningOperation
-
Appends Java VM arguments to the existing list.
- addJvmArguments(String...) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Appends Java VM arguments to the existing list.
- addJvmArguments(String...) - Method in interface org.gradle.tooling.LongRunningOperation
-
Appends Java VM arguments to the existing list.
- addLast(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Adds a repository to this container, at the end of the repository sequence.
- addLater(Provider<? extends T>) - Method in interface org.gradle.api.DomainObjectCollection
-
Adds an element to this collection, given a
Provider
that will provide the element when required. - addListener(Object) - Method in interface org.gradle.api.invocation.Gradle
-
Adds the given listener to this build.
- addMaps(Map<K, V>, Map<K, V>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- addModulePath(File) - Method in class org.gradle.plugins.ide.idea.model.Project
-
Adds a module to the module paths included in the Project.
- addMultilineMultiValueOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
Adds an option that will appear multiple times to the javadoc tool.
- addMultilineStringsOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
Adds an option that will appear multiple times to the javadoc tool.
- addOption(JavadocOptionFileOption<T>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addPathOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addPathOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addPathVariable(String, File) - Method in class org.gradle.plugins.ide.idea.model.PathFactory
- addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Adds a progress listener which will receive progress events of all types as the operation runs.
- addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.LongRunningOperation
-
Adds a progress listener which will receive progress events of all types as the operation runs.
- addProgressListener(ProgressListener, Set<OperationType>) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Adds a progress listener which will receive progress events as the operations of the requested type run.
- addProgressListener(ProgressListener, Set<OperationType>) - Method in interface org.gradle.tooling.LongRunningOperation
-
Adds a progress listener which will receive progress events as the operations of the requested type run.
- addProgressListener(ProgressListener, OperationType...) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Adds a progress listener which will receive progress events as the operations of the requested type run.
- addProgressListener(ProgressListener, OperationType...) - Method in interface org.gradle.tooling.LongRunningOperation
-
Adds a progress listener which will receive progress events as the operations of the requested type run.
- addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Adds a progress listener which will receive progress events as the operation runs.
- addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.LongRunningOperation
-
Adds a progress listener which will receive progress events as the operation runs.
- addProjectEvaluationListener(ProjectEvaluationListener) - Method in interface org.gradle.api.invocation.Gradle
-
Adds a listener to this build, to receive notifications as projects are evaluated.
- addProvider(String, Provider<T>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Adds a dependency provider to the given configuration.
- addProvider(String, Provider<T>, Action<? super U>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Adds a dependency provider to the given configuration, eventually configures the dependency using the given action.
- addProviderConvertible(String, ProviderConvertible<T>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Adds a dependency provider to the given configuration.
- addProviderConvertible(String, ProviderConvertible<T>, Action<? super U>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Adds a dependency provider to the given configuration, eventually configures the dependency using the given action.
- addRule(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Adds a rule to this collection.
- addRule(String, Action<String>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Adds a rule to this collection.
- addRule(Rule) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Adds a rule to this collection.
- addSignatureSpecConventions(SignatureSpec) - Method in class org.gradle.plugins.signing.SigningExtension
-
Adds conventions to the given spec, using this settings object's default signatory and signature type as the default signatory and signature type for the spec.
- addSignaturesToConfiguration(Sign, Configuration) - Method in class org.gradle.plugins.signing.SigningExtension
- addStandardErrorListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
-
Adds a listener which receives output written to standard error by the Gradle logging system.
- addStandardOutputListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
-
Adds a listener which receives output written to standard output by the Gradle logging system.
- addStringOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addStringOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addStringsOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- addStringsOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
Adds an option that will have multiple values joined by the provided separator.
- addTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Adds a listener to this graph, to be notified when this graph is ready.
- addTaskExecutionListener(TaskExecutionListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Deprecated.This method is not supported when configuration caching is enabled.
- addTestListener(TestListener) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Registers a test listener with this task.
- addTestOutputListener(TestOutputListener) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Registers a output listener with this task.
- addToAntBuilder(Object, String) - Method in interface org.gradle.api.file.FileCollection
-
Adds this collection to an Ant task as a nested node.
- addToAntBuilder(Object, String) - Method in interface org.gradle.api.tasks.AntBuilderAware
- addToAntBuilder(Object, String) - Method in class org.gradle.api.tasks.util.PatternSet
- addToAntBuilder(Object, String, FileCollection.AntType) - Method in interface org.gradle.api.file.FileCollection
-
Adds this collection to an Ant task as a nested node.
- addToCollection(T, boolean, Iterable<? extends V>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- addToCollection(T, boolean, Iterable<? extends V>...) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- addToCollection(T, Iterable<? extends V>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- addToCollection(T, Iterable<? extends V>...) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- addToMap(Map<String, String>, Map<?, ?>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- addToNode(Node) - Method in interface org.gradle.plugins.ide.idea.model.Dependency
- addToNode(Node) - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- addToNode(Node) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- addToNode(Node, PathFactory) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- addVariant(String, String, Action<? super VariantMetadata>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Add a rule for adding a new variant to the component.
- addVariant(String, Action<? super VariantMetadata>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Add a rule for adding a new empty variant to the component.
- addVariantsFromConfiguration(Configuration, Action<? super ConfigurationVariantDetails>) - Method in interface org.gradle.api.component.AdhocComponentWithVariants
-
Declares an additional variant to publish, corresponding to an additional feature.
- adhoc(String) - Method in interface org.gradle.api.component.SoftwareComponentFactory
-
Creates an adhoc software component, which can be used by plugins to build custom component types.
- AdhocComponentWithVariants - Interface in org.gradle.api.component
-
A component which can declare additional variants corresponding to features.
- ADOPTIUM - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
-
A constant for using Eclipse Adoptium as the JVM vendor.
- ADOPTOPENJDK - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- ADVICE - org.gradle.api.problems.Severity
- ADVICE - Static variable in interface org.gradle.tooling.events.problems.Severity
-
Advice-level severity.
- afterActions(Task) - Method in interface org.gradle.api.execution.TaskActionListener
-
Deprecated.This method is called immediately after the task has completed performing its actions.
- afterConfigured - Variable in class org.gradle.plugins.ide.api.GeneratorTask
- afterEach(Class<S>, Action<? super S>) - Method in interface org.gradle.model.ModelMap
-
Applies the given action to each item of the given type in the collection, as each item is required.
- afterEach(Action<? super T>) - Method in interface org.gradle.model.ModelMap
-
Applies the given action to each item in the collection, as each item is required.
- afterEach(Action<? super T>) - Method in interface org.gradle.model.ModelSet
-
Apply the given action to each set element just before it is considered to be realised.
- afterEvaluate(Closure) - Method in interface org.gradle.api.Project
-
Adds a closure to call immediately after this project is evaluated.
- afterEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
-
Adds an action to call immediately after this project is evaluated.
- afterEvaluate(Project, ProjectState) - Method in interface org.gradle.api.ProjectEvaluationListener
-
This method is called when a project has been evaluated, and before the evaluated project is made available to other projects.
- afterExecute(Task, TaskState) - Method in class org.gradle.api.execution.TaskExecutionAdapter
- afterExecute(Task, TaskState) - Method in interface org.gradle.api.execution.TaskExecutionListener
-
Deprecated.This method is called immediately after a task has been executed.
- afterProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
-
Adds a closure to be called immediately after a project is evaluated.
- afterProject(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to be called immediately after a project is evaluated.
- afterProject(IsolatedAction<? super Project>) - Method in interface org.gradle.api.invocation.GradleLifecycle
-
Adds an
isolated action
to be called immediately after a project is evaluated. - afterResolve(Closure) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Adds an action to be executed after the dependencies of this set have been resolved.
- afterResolve(Action<? super ResolvableDependencies>) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Adds an action to be executed after the dependencies of this set have been resolved.
- afterResolve(ResolvableDependencies) - Method in interface org.gradle.api.artifacts.DependencyResolutionListener
-
This method is called immediately after a set of dependencies are resolved.
- afterSuite(Closure) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Adds a closure to be notified after a test suite has executed.
- afterSuite(TestDescriptor, TestResult) - Method in interface org.gradle.api.tasks.testing.TestListener
-
Called after a test suite is finished.
- afterTask(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Deprecated.This method is not supported when configuration caching is enabled.
- afterTask(Action<Task>) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Deprecated.This method is not supported when configuration caching is enabled.
- afterTest(Closure) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Adds a closure to be notified after a test has executed.
- afterTest(TestDescriptor, TestResult) - Method in interface org.gradle.api.tasks.testing.TestListener
-
Called after an atomic test is finished.
- AGENT_CONFIGURATION_NAME - Static variable in class org.gradle.testing.jacoco.plugins.JacocoPlugin
- aggregate(Reporting<? extends ReportContainer<?>>...) - Method in class org.gradle.api.reporting.GenerateBuildDashboard
-
Configures which reports are to be aggregated in the build dashboard report generated by this task.
- AggregateTestReport - Interface in org.gradle.api.tasks.testing
-
A container for the inputs of an aggregated test report.
- AGGREGATING - org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
- alias(Provider<PluginDependency>) - Method in interface org.gradle.plugin.use.PluginDependenciesSpec
-
Adds a plugin dependency using a notation coming from a version catalog.
- alias(ProviderConvertible<PluginDependency>) - Method in interface org.gradle.plugin.use.PluginDependenciesSpec
-
Adds a plugin dependency using a notation coming from a version catalog.
- all(Closure) - Method in interface org.gradle.api.DomainObjectCollection
-
Executes the given closure against all objects in this collection, and any objects subsequently added to this collection.
- all(Closure<?>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
-
Adds a component selection rule that will apply to all resolved components.
- all(Closure<?>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a rule closure that may modify the metadata of any resolved software component.
- all(Class<? extends ComponentMetadataRule>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a class based rule that may modify the metadata of any resolved software component.
- all(Class<? extends ComponentMetadataRule>, Action<? super ActionConfiguration>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a class based rule that may modify the metadata of any resolved software component.
- all(Object) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
-
Adds a rule-source backed component selection rule that will apply to all resolved components.
- all(Object) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a rule that may modify the metadata of any resolved software component.
- all(Action<? super CapabilityResolutionDetails>) - Method in interface org.gradle.api.artifacts.CapabilitiesResolution
-
Configures the resolution strategy of capability conflicts for all capabilities.
- all(Action<? super ComponentMetadataDetails>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a rule action that may modify the metadata of any resolved software component.
- all(Action<? super ComponentSelection>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
-
Adds a simple component selection rule that will apply to all resolved components.
- all(Action<? super DependencySubstitution>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
-
Adds a dependency substitution rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
- all(Action<? super VcsMapping>) - Method in interface org.gradle.vcs.VcsMappings
-
Adds a mapping rule that may define VCS information for any dependency.
- all(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
-
Executes the given action against all objects in this collection, and any objects subsequently added to this collection.
- all(Action<? super T>) - Method in interface org.gradle.model.ModelMap
-
Applies the given action to each item in the collection, as each item is required.
- All - org.gradle.api.logging.configuration.WarningMode
-
Show all warnings.
- ALL - org.gradle.api.tasks.wrapper.Wrapper.DistributionType
-
complete Gradle distribution with binaries, sources and documentation
- allComponents(Closure) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Applies given closure for each component.
- allComponents(Action<? super ResolvedComponentResult>) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Applies given action for each component.
- allDependencies(Closure) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Applies given closure for each dependency.
- allDependencies(Action<? super DependencyResult>) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Applies given action for each dependency.
- ALLOW - org.gradle.buildinit.InsecureProtocolOption
-
Allow insecure protocols to be used when found.
- allowDependencies() - Method in interface org.gradle.api.plugins.JavaPlatformExtension
-
Allow dependencies to be declared.
- allprojects(Closure) - Method in interface org.gradle.api.Project
-
Configures this project and each of its sub-projects.
- allprojects(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to execute against all projects of this build.
- allprojects(Action<? super Project>) - Method in interface org.gradle.api.Project
-
Configures this project and each of its sub-projects.
- allVariants(Action<? super VariantMetadata>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Add a rule for adjusting all variants of a component.
- allVariants(Action<? super VariantVersionMappingStrategy>) - Method in interface org.gradle.api.publish.VersionMappingStrategy
-
Configures the version mapping strategy for all variants
- always(Class<? extends FlowAction<P>>, Action<? super FlowActionSpec<P>>) - Method in interface org.gradle.api.flow.FlowScope
-
Registers a
dataflow action
that's always part of the dataflow graph. - ALWAYS - org.gradle.api.logging.configuration.ShowStacktrace
- ALWAYS - Static variable in interface org.gradle.api.cache.Cleanup
-
Perform cache cleanup after every build session.
- ALWAYS_FULL - org.gradle.api.logging.configuration.ShowStacktrace
- AMAZON - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- and(Closure) - Method in class org.gradle.api.specs.AndSpec
- and(Spec<? super T>) - Method in class org.gradle.api.specs.AndSpec
-
Typed and() method for a single
Spec
. - and(Spec<? super T>...) - Method in class org.gradle.api.specs.AndSpec
- ANDROID - Static variable in interface org.gradle.api.attributes.java.TargetJvmEnvironment
-
An Android environment.
- AndSpec<T> - Class in org.gradle.api.specs
-
A
CompositeSpec
which requires all its specs to be true in order to evaluate to true. - AndSpec() - Constructor for class org.gradle.api.specs.AndSpec
- AndSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.AndSpec
- AndSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.AndSpec
- ANNOTATION_PROCESSOR_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the annotation processor configuration.
- ant(Closure) - Method in interface org.gradle.api.Project
-
Executes the given closure against the
AntBuilder
for this project. - ant(Action<? super AntBuilder>) - Method in interface org.gradle.api.Project
-
Executes the given action against the
AntBuilder
for this project. - ANT_CONFIGURATION_NAME - Static variable in class org.gradle.testing.jacoco.plugins.JacocoPlugin
- AntBuilder - Class in org.gradle.api
-
An
AntBuilder
allows you to use Ant from your build script. - AntBuilder() - Constructor for class org.gradle.api.AntBuilder
- AntBuilder.AntMessagePriority - Enum in org.gradle.api
-
Represents the normal Ant message priorities.
- AntBuilderAware - Interface in org.gradle.api.tasks
-
An
AntBuilderAware
represents an object which can add itself to Ant tasks, using anAntBuilder
. - ANTLR_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.antlr.AntlrPlugin
- AntlrPlugin - Class in org.gradle.api.plugins.antlr
-
A plugin for adding Antlr support to
java projects
. - AntlrPlugin(ObjectFactory) - Constructor for class org.gradle.api.plugins.antlr.AntlrPlugin
- AntlrSourceDirectorySet - Interface in org.gradle.api.plugins.antlr
-
Contract for a Gradle extension that acts as a handler for what I call a virtual directory mapping, injecting a virtual directory named 'antlr' into the project's various
source sets
. - AntlrTask - Class in org.gradle.api.plugins.antlr
-
Generates parsers from Antlr grammars.
- AntlrTask() - Constructor for class org.gradle.api.plugins.antlr.AntlrTask
- AntTarget - Class in org.gradle.api.tasks.ant
-
A task which executes an Ant target.
- AntTarget() - Constructor for class org.gradle.api.tasks.ant.AntTarget
- any(Iterable<? extends T>, Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- any(T[], Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- api(Object) - Method in interface org.gradle.language.LibraryDependencies
-
Adds an API dependency to this library.
- api(Object, Action<? super ExternalModuleDependency>) - Method in interface org.gradle.language.LibraryDependencies
-
Adds an API dependency to this library.
- API_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlatformPlugin
- API_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the API configuration, where dependencies exported by a component at compile time should be declared.
- API_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlatformPlugin
- API_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the configuration to define the API elements of a component.
- appDirName(String) - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.Allows changing the application directory.
- append(boolean, String...) - Method in class org.gradle.api.file.RelativePath
-
Appends the given names to the end of this path.
- append(RelativePath) - Method in class org.gradle.api.file.RelativePath
-
Appends the given path to the end of this path.
- append(Path) - Method in class org.gradle.util.Path
-
Appends the supplied path to this path, returning the new path.
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- appendNode(Node) - Method in interface org.gradle.plugins.ide.eclipse.model.ClasspathEntry
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.Output
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- appendNode(Node) - Method in interface org.gradle.plugins.ide.eclipse.model.WbModuleEntry
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- appendNode(Node) - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- APPLE - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- Application - Interface in org.gradle.platform.base
-
A software application.
- APPLICATION_GROUP - Static variable in class org.gradle.api.plugins.ApplicationPlugin
- APPLICATION_PLUGIN_NAME - Static variable in class org.gradle.api.plugins.ApplicationPlugin
- ApplicationBinarySpec - Interface in org.gradle.platform.base
-
A binary produced from a `
ApplicationSpec
`. - ApplicationPlugin - Class in org.gradle.api.plugins
-
A
Plugin
which packages and runs a project as a Java Application. - ApplicationPlugin() - Constructor for class org.gradle.api.plugins.ApplicationPlugin
- ApplicationPluginConvention - Class in org.gradle.api.plugins
-
Deprecated.Use
JavaApplication
instead. This class is scheduled for removal in Gradle 9.0. - ApplicationPluginConvention() - Constructor for class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.
- ApplicationSpec - Interface in org.gradle.platform.base
-
A specification of a
Application
. - AppliedPlugin - Interface in org.gradle.api.plugins
-
Represents a plugin that has been applied.
- apply(boolean) - Method in interface org.gradle.plugin.use.PluginDependencySpec
-
Specifies whether the plugin should be applied to the current project.
- apply(Closure) - Method in interface org.gradle.api.plugins.PluginAware
-
Applies zero or more plugins or scripts.
- apply(Closure) - Method in interface org.gradle.api.Script
-
Configures the delegate object for this script using plugins or scripts.
- apply(Class<?>) - Method in interface org.gradle.api.plugins.PluginManager
-
Applies the given plugin.
- apply(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
-
Applies a plugin to the project.
- apply(String) - Method in interface org.gradle.api.plugins.PluginContainer
-
Has the same behavior as
PluginContainer.apply(Class)
except that the plugin is specified via its id. - apply(String) - Method in interface org.gradle.api.plugins.PluginManager
-
Applies the plugin with the given ID.
- apply(String) - Method in interface org.gradle.api.Rule
-
Applies this rule for the given unknown domain object.
- apply(Map<String, ?>) - Method in interface org.gradle.api.plugins.PluginAware
-
Applies a plugin or script, using the given options provided as a map.
- apply(Map<String, ?>) - Method in interface org.gradle.api.Script
-
Configures the delegate object for this script using plugins or scripts.
- apply(Action<? super ObjectConfigurationAction>) - Method in interface org.gradle.api.plugins.PluginAware
-
Applies zero or more plugins or scripts.
- apply(Settings) - Method in class org.gradle.api.plugins.JvmToolchainManagementPlugin
- apply(Project) - Method in class org.gradle.api.distribution.plugins.DistributionPlugin
- apply(Project) - Method in class org.gradle.api.plugins.antlr.AntlrPlugin
- apply(Project) - Method in class org.gradle.api.plugins.ApplicationPlugin
- apply(Project) - Method in class org.gradle.api.plugins.BasePlugin
- apply(Project) - Method in class org.gradle.api.plugins.catalog.VersionCatalogPlugin
- apply(Project) - Method in class org.gradle.api.plugins.GroovyBasePlugin
- apply(Project) - Method in class org.gradle.api.plugins.GroovyPlugin
- apply(Project) - Method in class org.gradle.api.plugins.HelpTasksPlugin
- apply(Project) - Method in class org.gradle.api.plugins.JavaBasePlugin
- apply(Project) - Method in class org.gradle.api.plugins.JavaLibraryDistributionPlugin
- apply(Project) - Method in class org.gradle.api.plugins.JavaLibraryPlugin
- apply(Project) - Method in class org.gradle.api.plugins.JavaPlatformPlugin
- apply(Project) - Method in class org.gradle.api.plugins.JavaPlugin
- apply(Project) - Method in class org.gradle.api.plugins.JavaTestFixturesPlugin
- apply(Project) - Method in class org.gradle.api.plugins.JvmEcosystemPlugin
- apply(Project) - Method in class org.gradle.api.plugins.JvmTestSuitePlugin
- apply(Project) - Method in class org.gradle.api.plugins.JvmToolchainsPlugin
- apply(Project) - Method in class org.gradle.api.plugins.ProjectReportsPlugin
- apply(Project) - Method in class org.gradle.api.plugins.ReportingBasePlugin
- apply(Project) - Method in class org.gradle.api.plugins.scala.ScalaBasePlugin
- apply(Project) - Method in class org.gradle.api.plugins.scala.ScalaPlugin
- apply(Project) - Method in class org.gradle.api.plugins.TestReportAggregationPlugin
- apply(Project) - Method in class org.gradle.api.plugins.WarPlugin
- apply(Project) - Method in class org.gradle.api.publish.ivy.plugins.IvyPublishPlugin
- apply(Project) - Method in class org.gradle.api.publish.maven.plugins.MavenPublishPlugin
- apply(Project) - Method in class org.gradle.api.publish.plugins.PublishingPlugin
- apply(Project) - Method in class org.gradle.api.reporting.plugins.BuildDashboardPlugin
- apply(Project) - Method in class org.gradle.buildinit.plugins.BuildInitPlugin
- apply(Project) - Method in class org.gradle.buildinit.plugins.WrapperPlugin
- apply(Project) - Method in class org.gradle.language.assembler.plugins.AssemblerLangPlugin
- apply(Project) - Method in class org.gradle.language.assembler.plugins.AssemblerPlugin
- apply(Project) - Method in class org.gradle.language.base.plugins.ComponentModelBasePlugin
- apply(Project) - Method in class org.gradle.language.base.plugins.LanguageBasePlugin
- apply(Project) - Method in class org.gradle.language.base.plugins.LifecycleBasePlugin
- apply(Project) - Method in class org.gradle.language.c.plugins.CLangPlugin
- apply(Project) - Method in class org.gradle.language.c.plugins.CPlugin
- apply(Project) - Method in class org.gradle.language.cpp.plugins.CppApplicationPlugin
- apply(Project) - Method in class org.gradle.language.cpp.plugins.CppBasePlugin
- apply(Project) - Method in class org.gradle.language.cpp.plugins.CppLangPlugin
- apply(Project) - Method in class org.gradle.language.cpp.plugins.CppLibraryPlugin
- apply(Project) - Method in class org.gradle.language.cpp.plugins.CppPlugin
- apply(Project) - Method in class org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
- apply(Project) - Method in class org.gradle.language.objectivec.plugins.ObjectiveCPlugin
- apply(Project) - Method in class org.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin
- apply(Project) - Method in class org.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
- apply(Project) - Method in class org.gradle.language.plugins.NativeBasePlugin
- apply(Project) - Method in class org.gradle.language.rc.plugins.WindowsResourceScriptPlugin
- apply(Project) - Method in class org.gradle.language.rc.plugins.WindowsResourcesPlugin
- apply(Project) - Method in class org.gradle.language.swift.plugins.SwiftApplicationPlugin
- apply(Project) - Method in class org.gradle.language.swift.plugins.SwiftBasePlugin
- apply(Project) - Method in class org.gradle.language.swift.plugins.SwiftLibraryPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.plugins.NativeComponentModelPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.plugins.NativeComponentPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.cpp.plugins.CppUnitTestPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.cunit.plugins.CUnitConventionPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.googletest.plugins.GoogleTestConventionPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.googletest.plugins.GoogleTestPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.plugins.NativeTestingBasePlugin
- apply(Project) - Method in class org.gradle.nativeplatform.test.xctest.plugins.XCTestConventionPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppCompilerPlugin
- apply(Project) - Method in class org.gradle.nativeplatform.toolchain.plugins.SwiftCompilerPlugin
- apply(Project) - Method in class org.gradle.platform.base.plugins.BinaryBasePlugin
- apply(Project) - Method in class org.gradle.platform.base.plugins.ComponentBasePlugin
- apply(Project) - Method in class org.gradle.plugin.devel.plugins.JavaGradlePluginPlugin
- apply(Project) - Method in class org.gradle.plugins.ear.EarPlugin
- apply(Project) - Method in class org.gradle.plugins.signing.SigningPlugin
-
Adds the ability to digitally sign files and artifacts.
- apply(Project) - Method in class org.gradle.swiftpm.plugins.SwiftPackageManagerExportPlugin
- apply(Project) - Method in class org.gradle.testing.base.plugins.TestingBasePlugin
- apply(Project) - Method in class org.gradle.testing.base.plugins.TestingModelBasePlugin
- apply(Project) - Method in class org.gradle.testing.base.plugins.TestSuiteBasePlugin
- apply(Project) - Method in class org.gradle.testing.jacoco.plugins.JacocoPlugin
- apply(Project) - Method in class org.gradle.testing.jacoco.plugins.JacocoReportAggregationPlugin
- apply(T) - Method in interface org.gradle.api.Plugin
-
Apply this plugin to the given target object.
- applyTo(TaskCollection<T>) - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
-
Applies Jacoco to all of the given tasks.
- applyTo(T) - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
-
Applies Jacoco to the given task.
- architecture(String) - Method in interface org.gradle.nativeplatform.platform.NativePlatform
-
Sets the cpu architecture being targeted.
- architecture(String) - Method in interface org.gradle.nativeplatform.TargetMachineBuilder
-
Returns a
TargetMachine
for the operating system of this machine and the specified architecture. - Architecture - Enum in org.gradle.platform
-
Constants for various processor architectures Gradle runs on.
- Architecture - Interface in org.gradle.nativeplatform.platform
-
A CPU architecture.
- ARCHITECTURE_ATTRIBUTE - Static variable in class org.gradle.nativeplatform.MachineArchitecture
- ArchiveOperations - Interface in org.gradle.api.file
-
Operations on archives such as ZIP or TAR files.
- ARCHIVES_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.Dependency
- args(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Adds arguments for the command to be executed.
- args(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
-
Adds args for the main class to be executed.
- args(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
-
Adds arguments for the command to be executed.
- args(Iterable<?>) - Method in interface org.gradle.process.JavaExecSpec
-
Adds args for the main class to be executed.
- args(Object...) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Adds arguments for the command to be executed.
- args(Object...) - Method in class org.gradle.api.tasks.JavaExec
-
Adds args for the main class to be executed.
- args(Object...) - Method in interface org.gradle.process.ExecSpec
-
Adds arguments for the command to be executed.
- args(Object...) - Method in interface org.gradle.process.JavaExecSpec
-
Adds args for the main class to be executed.
- args(String...) - Method in interface org.gradle.nativeplatform.Tool
-
Adds a number of arguments to be passed to the tool.
- ARM64 - Static variable in class org.gradle.nativeplatform.MachineArchitecture
-
The ARM 64-bit architecture
- ArmoredSignatureType - Class in org.gradle.plugins.signing.type.pgp
-
Armored signature type.
- ArmoredSignatureType() - Constructor for class org.gradle.plugins.signing.type.pgp.ArmoredSignatureType
- artifact() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates that this repository may not contain metadata files, but we can infer it from the presence of an artifact file.
- artifact() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates that this repository may not contain metadata files, but we can infer it from the presence of an artifact file.
- artifact(Closure) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Adds an artifact to this dependency.
- artifact(Object) - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Adds an outgoing artifact to this configuration.
- artifact(Object) - Method in interface org.gradle.api.artifacts.ConfigurationVariant
-
Adds an artifact to this variant.
- artifact(Object) - Method in interface org.gradle.api.publish.ivy.IvyArtifactSet
-
Creates and adds a
IvyArtifact
to the set. - artifact(Object) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Creates a custom
IvyArtifact
to be included in the publication. - artifact(Object) - Method in interface org.gradle.api.publish.maven.MavenArtifactSet
-
Creates and adds a
MavenArtifact
to the set. - artifact(Object) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Creates a custom
MavenArtifact
to be included in the publication. - artifact(Object, Action<? super ConfigurablePublishArtifact>) - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Adds an outgoing artifact to this configuration, configuring it using the given action.
- artifact(Object, Action<? super ConfigurablePublishArtifact>) - Method in interface org.gradle.api.artifacts.ConfigurationVariant
-
Adds an artifact to this variant, configuring it using the given action.
- artifact(Object, Action<? super IvyArtifact>) - Method in interface org.gradle.api.publish.ivy.IvyArtifactSet
-
Creates and adds a
IvyArtifact
to the set, which is configured by the associated action. - artifact(Object, Action<? super IvyArtifact>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Creates an
IvyArtifact
to be included in the publication, which is configured by the associated action. - artifact(Object, Action<? super MavenArtifact>) - Method in interface org.gradle.api.publish.maven.MavenArtifactSet
-
Creates and adds a
MavenArtifact
to the set, which is configured by the associated action. - artifact(Object, Action<? super MavenArtifact>) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Creates an
MavenArtifact
to be included in the publication, which is configured by the associated action. - artifact(String) - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
-
Adds an Ivy artifact pattern to define where artifacts are located in this repository.
- artifact(Action<? super DependencyArtifact>) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Adds an artifact to this dependency.
- Artifact - Interface in org.gradle.api.component
-
An artifact of a software component that may be requested in the result of an artifact query.
- ARTIFACT_TYPE_ATTRIBUTE - Static variable in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
The attribute that represents the type of the artifact.
- ArtifactCollection - Interface in org.gradle.api.artifacts
-
A collection of artifacts resolved for a configuration.
- ArtifactHandler - Interface in org.gradle.api.artifacts.dsl
-
This class is for defining artifacts to be published and adding them to configurations.
- ArtifactIdentifier - Interface in org.gradle.api.artifacts
-
Deprecated.Will be removed in Gradle 9.0.
- artifactPattern(String) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Adds an independent pattern that will be used to locate artifact files in this repository.
- ArtifactRepository - Interface in org.gradle.api.artifacts.repositories
-
A repository for resolving and publishing artifacts.
- ArtifactRepositoryContainer - Interface in org.gradle.api.artifacts
-
A
ResolverContainer
is responsible for managing a set ofArtifactRepository
instances. - ArtifactResolutionQuery - Interface in org.gradle.api.artifacts.query
-
A builder to construct a query that can resolve selected software artifacts of the specified components.
- ArtifactResolutionResult - Interface in org.gradle.api.artifacts.result
-
The result of executing an artifact resolution query.
- ArtifactResult - Interface in org.gradle.api.artifacts.result
-
The result of resolving an artifact.
- artifacts(Closure) - Method in interface org.gradle.api.Project
-
Configures the published artifacts for this project.
- artifacts(Action<? super ArtifactHandler>) - Method in interface org.gradle.api.Project
-
Configures the published artifacts for this project.
- artifacts(Provider<? extends Iterable<?>>) - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Lazily adds a collection of outgoing artifacts to this configuration.
- artifacts(Provider<? extends Iterable<?>>, Action<? super ConfigurablePublishArtifact>) - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Lazily adds a collection of outgoing artifacts to this configuration, configuring each artifact using the given action.
- artifactSelection(Action<? super ArtifactSelectionDetails>) - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
-
Configures the artifact selection for the target component of this dependency resolution rule.
- artifactSelection(Action<? super ArtifactSelectionDetails>) - Method in interface org.gradle.api.artifacts.DependencySubstitution
-
Configures the artifact selection for the substitution.
- ArtifactSelectionDetails - Interface in org.gradle.api.artifacts
-
Details about artifact dependency substitution: this class gives access to the original dependency requested artifacts, if any, and gives the opportunity to replace the original requested artifacts with other artifacts.
- artifactType(String) - Method in interface org.gradle.api.artifacts.dsl.ExternalModuleDependencyVariantSpec
-
Configures the artifact type of this dependency
- ArtifactTypeContainer - Interface in org.gradle.api.artifacts.type
-
Defines a set of known artifact types and related meta-data.
- ArtifactTypeDefinition - Interface in org.gradle.api.artifacts.type
-
Meta-data about a particular type of artifacts.
- artifactTypes(Action<? super ArtifactTypeContainer>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures the artifact type definitions for this handler.
- artifactUrls(Object...) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Adds some additional URLs to use to find artifact files.
- artifactView(Action<? super ArtifactView.ViewConfiguration>) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns a builder that can be used to define and access a filtered view of the resolved artifacts.
- ArtifactView - Interface in org.gradle.api.artifacts
-
A view over the artifacts resolved for this set of dependencies.
- ArtifactView.ViewConfiguration - Interface in org.gradle.api.artifacts
-
Configuration for a defined artifact view.
- asArguments() - Method in interface org.gradle.process.CommandLineArgumentProvider
-
The arguments which will be provided to the process.
- asBuilder() - Method in interface org.gradle.ide.visualstudio.TextProvider
-
Get the content as a
StringBuilder
, permitting direct modification. - asCommandLine(Iterable<String>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- asElement() - Method in interface org.gradle.api.XmlProvider
-
Returns the XML document as a DOM
Element
. - asFile() - Method in interface org.gradle.api.resources.TextResource
-
Same as
asFile(Charset.defaultCharset().name())
. - asFile(String) - Method in interface org.gradle.api.resources.TextResource
-
Returns a file containing the resource's text and using the given character encoding.
- asImmutable() - Method in interface org.gradle.api.capabilities.MutableCapabilitiesMetadata
-
Returns an immutable vew of the capabilities.
- asInt() - Method in interface org.gradle.jvm.toolchain.JavaLanguageVersion
-
Return this version as a number, 14 for Java 14.
- asMap() - Method in interface org.gradle.api.artifacts.ivy.IvyExtraInfo
-
Returns a map view of the 'extra' info elements such that each key is a javax.xml.namespace.QName representing the namespace and name of the element and each value is the content of the element.
- asNode() - Method in interface org.gradle.api.XmlProvider
-
Returns the XML document as a Groovy
Node
. - asPath(Iterable<?>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- asProvider() - Method in interface org.gradle.api.provider.ProviderConvertible
-
Returns a
Provider
from this object. - asReader() - Method in interface org.gradle.api.resources.TextResource
-
Returns an unbuffered
Reader
that allows the resource's text to be read. - assemble() - Method in class org.gradle.language.assembler.tasks.Assemble
- Assemble - Class in org.gradle.language.assembler.tasks
-
Translates Assembly language source files into object files.
- Assemble() - Constructor for class org.gradle.language.assembler.tasks.Assemble
- ASSEMBLE_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
- ASSEMBLE_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
- AssemblerLangPlugin - Class in org.gradle.language.assembler.plugins
-
Adds core Assembler language support.
- AssemblerLangPlugin() - Constructor for class org.gradle.language.assembler.plugins.AssemblerLangPlugin
- AssemblerPlugin - Class in org.gradle.language.assembler.plugins
-
A plugin for projects wishing to build native binary components from Assembly language sources.
- AssemblerPlugin() - Constructor for class org.gradle.language.assembler.plugins.AssemblerPlugin
- AssemblerSourceSet - Interface in org.gradle.language.assembler
-
A set of assembly language sources.
- assertNormalExitValue() - Method in interface org.gradle.process.ExecResult
-
Throws an
ExecException
if the process exited with a non-zero exit value. - assertScalaClasspathIsNonEmpty() - Method in class org.gradle.api.tasks.scala.ScalaCompile
- asString() - Method in interface org.gradle.api.resources.TextResource
-
Returns a string containing the resource's text
- asString() - Method in interface org.gradle.api.XmlProvider
-
Returns the XML document as a
StringBuilder
. - ATOMIC - org.gradle.tooling.events.test.JvmTestKind
- attribute(Attribute<T>) - Method in interface org.gradle.api.attributes.AttributesSchema
-
Declares a new attribute in the schema and configures it with the default strategy.
- attribute(Attribute<T>, Action<? super AttributeMatchingStrategy<T>>) - Method in interface org.gradle.api.attributes.AttributesSchema
-
Configures the matching strategy for an attribute.
- attribute(Attribute<T>, T) - Method in interface org.gradle.api.attributes.AttributeContainer
-
Sets an attribute value.
- Attribute<T> - Class in org.gradle.api.attributes
-
An attribute is a named entity with a type.
- AttributeCompatibilityRule<T> - Interface in org.gradle.api.attributes
-
A rule that determines whether a given attribute value is compatible some provided attribute value.
- AttributeContainer - Interface in org.gradle.api.attributes
-
An attribute container is a container of
attributes
, which are strongly typed named entities. - attributeDisambiguationPrecedence(Attribute<?>...) - Method in interface org.gradle.api.attributes.AttributesSchema
-
Adds attributes to the precedence order.
- AttributeDisambiguationRule<T> - Interface in org.gradle.api.attributes
-
A rule that selects the best value out of a set of candidates.
- AttributeMatchingStrategy<T> - Interface in org.gradle.api.attributes
-
An attribute matching strategy is responsible for providing information about how an
Attribute
is matched during dependency resolution. - attributeProvider(Attribute<T>, Provider<? extends T>) - Method in interface org.gradle.api.attributes.AttributeContainer
-
Sets an attribute to have the same value as the given provider.
- attributes(Map<String, ?>) - Method in interface org.gradle.api.java.archives.Manifest
-
Adds content to the main attributes of the manifest.
- attributes(Map<String, ?>, String) - Method in interface org.gradle.api.java.archives.Manifest
-
Adds content to the given section of the manifest.
- attributes(Action<? super AttributeContainer>) - Method in interface org.gradle.api.artifacts.ComponentMetadataBuilder
-
Configures the attributes of this component
- attributes(Action<? super AttributeContainer>) - Method in interface org.gradle.api.artifacts.DependencyConstraint
-
Mutates the attributes of this constraint.
- attributes(Action<? super AttributeContainer>) - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Adjust the attributes of this dependency
- attributes(Action<? super AttributeContainer>) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Mutates the attributes of this dependency.
- attributes(Action<? super AttributeContainer>) - Method in interface org.gradle.api.artifacts.VariantSelectionDetails
-
Replaces the provided selector attributes with the attributes configured via the configuration action.
- attributes(Action<? super AttributeContainer>) - Method in interface org.gradle.api.attributes.HasConfigurableAttributes
-
Configure the attribute container that provides the attributes associated with this domain object.
- Attributes - Interface in org.gradle.api.java.archives
-
Represent the attributes of a manifest section.
- attributesSchema(Action<? super AttributesSchema>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures the attributes schema.
- AttributesSchema - Interface in org.gradle.api.attributes
-
An attributes schema stores information about
attributes
and how they can be matched together. - authentication(Action<? super AuthenticationContainer>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Configures the authentication schemes for this repository.
- Authentication - Interface in org.gradle.authentication
-
Base interface for transport authentication schemes.
- AuthenticationContainer - Interface in org.gradle.api.artifacts.repositories
-
Container for configuring repository authentication schemes of type
Authentication
. - AuthenticationSupported - Interface in org.gradle.api.artifacts.repositories
-
An artifact repository which supports username/password authentication.
- author() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- author(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- author(Action<? super IvyModuleDescriptorAuthor>) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Creates, configures and adds an author to this publication.
- Auto - org.gradle.api.logging.configuration.ConsoleOutput
-
Enable color and rich output when the current process is attached to a console, disable when not attached to a console.
- AUTO - org.gradle.workers.IsolationMode
-
Deprecated.Let Gradle decide, this is the default.
- autoBuildTasks(Object...) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Set tasks to be executed during the Eclipse auto-build.
- await() - Method in interface org.gradle.workers.WorkerExecutor
-
Blocks until all work associated with the current build operation is complete.
- await() - Method in interface org.gradle.workers.WorkQueue
-
Blocks until all work associated with this queue is complete.
- AwsCredentials - Interface in org.gradle.api.credentials
-
Represents credentials used to authenticate with Amazon Web Services.
- AwsImAuthentication - Interface in org.gradle.authentication.aws
-
Authentication scheme for digest access authentication over S3.
- AZUL - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
B
- BaseBinarySpec - Class in org.gradle.platform.base.binary
-
Base class that may be used for custom
BinarySpec
implementations. - BaseBinarySpec() - Constructor for class org.gradle.platform.base.binary.BaseBinarySpec
- BaseComponentSpec - Class in org.gradle.platform.base.component
-
Base class that may be used for custom
GeneralComponentSpec
implementations. - BaseComponentSpec() - Constructor for class org.gradle.platform.base.component.BaseComponentSpec
- BaseExecSpec - Interface in org.gradle.process
-
Specifies options for launching a child process.
- BaseForkOptions - Class in org.gradle.api.tasks.compile
-
Fork options for compilation.
- BaseForkOptions() - Constructor for class org.gradle.api.tasks.compile.BaseForkOptions
- BaseLanguageSourceSet - Class in org.gradle.language.base.sources
-
Base class that may be used for custom
LanguageSourceSet
implementations. - BaseLanguageSourceSet() - Constructor for class org.gradle.language.base.sources.BaseLanguageSourceSet
- BasePlugin - Class in org.gradle.api.plugins
-
A
Plugin
which defines a basic project lifecycle and some common convention properties. - BasePlugin() - Constructor for class org.gradle.api.plugins.BasePlugin
- BasePluginConvention - Class in org.gradle.api.plugins
-
Deprecated.Use
BasePluginExtension
instead. This class is scheduled for removal in Gradle 9.0. - BasePluginConvention() - Constructor for class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.
- BasePluginExtension - Interface in org.gradle.api.plugins
-
An extension used for
BasePlugin
. - BaseProblemDescriptor - Interface in org.gradle.tooling.events.problems
-
A common base interface for Problem API related descriptors.
- BaseScalaCompileOptions - Class in org.gradle.language.scala.tasks
-
Options for Scala platform compilation.
- BaseScalaCompileOptions() - Constructor for class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- BasicAuthentication - Interface in org.gradle.authentication.http
-
Authentication scheme for basic access authentication over HTTP.
- BasicGradleProject - Interface in org.gradle.tooling.model.gradle
-
Provides some basic details about a Gradle project.
- BasicIdeaProject - Interface in org.gradle.tooling.model.idea
-
IdeaProject that does not provide/resolve any external dependencies.
- because() - Method in annotation type org.gradle.api.tasks.UntrackedTask
-
Mandatory reason why the task is untracked.
- because() - Method in annotation type org.gradle.work.DisableCachingByDefault
- because(String) - Method in interface org.gradle.api.artifacts.CapabilityResolutionDetails
-
Describes why a particular candidate is selected.
- because(String) - Method in interface org.gradle.api.artifacts.Dependency
-
Sets the reason why this dependency should be used.
- because(String) - Method in interface org.gradle.api.artifacts.DependencyConstraint
-
Sets the reason why this dependency constraint should be used.
- because(String) - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Adjust the reason why this dependency should be selected.
- because(String) - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
-
Sets a human readable description for the reason the component is selected.
- because(String) - Method in interface org.gradle.api.artifacts.DependencySubstitutions.Substitution
-
Specify a reason for the substitution.
- beforeActions(Task) - Method in interface org.gradle.api.execution.TaskActionListener
-
Deprecated.This method is called immediately before the task starts performing its actions.
- beforeApply() - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- beforeConfigured - Variable in class org.gradle.plugins.ide.api.GeneratorTask
- beforeEach(Class<S>, Action<? super S>) - Method in interface org.gradle.model.ModelMap
-
Applies the given action to each item of the given type in this collection, as each item is required.
- beforeEach(Action<? super T>) - Method in interface org.gradle.model.ModelMap
-
Applies the given action to each item in this collection, as each item is required.
- beforeEach(Action<? super T>) - Method in interface org.gradle.model.ModelSet
-
Apply the given action to each set element just after it is created.
- beforeEvaluate(Closure) - Method in interface org.gradle.api.Project
-
Adds a closure to call immediately before this project is evaluated.
- beforeEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
-
Adds an action to call immediately before this project is evaluated.
- beforeEvaluate(Project) - Method in interface org.gradle.api.ProjectEvaluationListener
-
This method is called immediately before a project is evaluated.
- beforeExecute(Task) - Method in class org.gradle.api.execution.TaskExecutionAdapter
- beforeExecute(Task) - Method in interface org.gradle.api.execution.TaskExecutionListener
-
Deprecated.This method is called immediately before a task is executed.
- beforeMerged(Closure) - Method in class org.gradle.plugins.ide.api.FileContentMerger
-
Adds a closure to be called after content is loaded from existing file but before gradle build information is merged.
- beforeMerged(Action<?>) - Method in class org.gradle.plugins.ide.api.FileContentMerger
-
Adds an action to be called after content is loaded from existing file but before gradle build information is merged.
- beforeProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
-
Adds a closure to be called immediately before a project is evaluated.
- beforeProject(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to be called immediately before a project is evaluated.
- beforeProject(IsolatedAction<? super Project>) - Method in interface org.gradle.api.invocation.GradleLifecycle
-
Adds an
isolated action
to be called immediately before a project is evaluated. - beforeResolve(Closure) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Adds an action to be executed before the dependencies in this set are resolved.
- beforeResolve(Action<? super ResolvableDependencies>) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Adds an action to be executed before the dependencies in this set are resolved.
- beforeResolve(ResolvableDependencies) - Method in interface org.gradle.api.artifacts.DependencyResolutionListener
-
This method is called immediately before a set of dependencies are resolved.
- beforeSettings(Closure<?>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to be called before the build settings have been loaded and evaluated.
- beforeSettings(Action<? super Settings>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to be called before the build settings have been loaded and evaluated.
- beforeSettings(Settings) - Method in class org.gradle.BuildAdapter
- beforeSettings(Settings) - Method in interface org.gradle.BuildListener
-
Called when the build settings are about to be loaded and evaluated.
- beforeSuite(Closure) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Adds a closure to be notified before a test suite is executed.
- beforeSuite(TestDescriptor) - Method in interface org.gradle.api.tasks.testing.TestListener
-
Called before a test suite is started.
- beforeTask(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Deprecated.This method is not supported when configuration caching is enabled.
- beforeTask(Action<Task>) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Deprecated.This method is not supported when configuration caching is enabled.
- beforeTest(Closure) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Adds a closure to be notified before a test is executed.
- beforeTest(TestDescriptor) - Method in interface org.gradle.api.tasks.testing.TestListener
-
Called before an atomic test is started.
- BELLSOFT - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- belongsTo(Object) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Declares that this component belongs to a virtual platform, which should be considered during dependency resolution.
- belongsTo(Object, boolean) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Declares that this component belongs to a platform, which should be considered during dependency resolution.
- BIN - org.gradle.api.tasks.wrapper.Wrapper.DistributionType
-
binary-only Gradle distribution without sources and documentation
- Binary - Interface in org.gradle.platform.base
-
A physical binary artifact, which can run on a particular platform or runtime.
- BINARY_DATA_TYPE - Static variable in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Represents a binary file
- BinaryBasePlugin - Class in org.gradle.platform.base.plugins
-
Base plugin for binaries support.
- BinaryBasePlugin() - Constructor for class org.gradle.platform.base.plugins.BinaryBasePlugin
- BinaryCollection<T extends SoftwareComponent> - Interface in org.gradle.language
-
A collection of binaries that are created and configured as they are required.
- BinaryContainer - Interface in org.gradle.platform.base
-
A container for project binaries, which represent physical artifacts that can run on a particular platform or runtime.
- BinaryPluginIdentifier - Interface in org.gradle.tooling.events
-
Identifies a Gradle binary plugin.
- BinaryProvider<T> - Interface in org.gradle.language
-
Represents a binary that is created and configured as required.
- BinarySignatureType - Class in org.gradle.plugins.signing.type
-
Binary signature type.
- BinarySignatureType() - Constructor for class org.gradle.plugins.signing.type.BinarySignatureType
- BinarySpec - Interface in org.gradle.platform.base
-
Represents a binary that is the result of building a component.
- BinaryTasks - Annotation Type in org.gradle.platform.base
-
Declares the tasks to build a custom
BinarySpec
binary. - BinaryTasksCollection - Interface in org.gradle.platform.base
-
A collection of tasks associated to a binary
- bootClasspath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- bootClasspath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- bootstrapClasspath(Object...) - Method in class org.gradle.api.tasks.JavaExec
-
Adds the given values to the end of the bootstrap classpath for the process.
- bootstrapClasspath(Object...) - Method in class org.gradle.api.tasks.testing.Test
-
Adds the given values to the end of the bootstrap classpath for the process.
- bootstrapClasspath(Object...) - Method in interface org.gradle.process.JavaForkOptions
-
Adds the given values to the end of the bootstrap classpath for the process.
- bottom(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- breakIterator() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- breakIterator() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- breakIterator(boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- breakIterator(boolean) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- build() - Method in interface org.gradle.platform.base.DependencySpecBuilder
-
Builds a concrete immutable
DependencySpec
instance. - build() - Method in class org.gradle.testfixtures.ProjectBuilder
-
Creates the project.
- build() - Method in class org.gradle.testkit.runner.GradleRunner
-
Executes a build, expecting it to complete without failure.
- build() - Method in interface org.gradle.tooling.BuildActionExecuter.Builder
-
Builds the executer from the added actions.
- BUILD_DASHBOARD_TASK_NAME - Static variable in class org.gradle.api.reporting.plugins.BuildDashboardPlugin
- BUILD_DEPENDENTS_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
- BUILD_GROUP - Static variable in class org.gradle.api.plugins.BasePlugin
- BUILD_GROUP - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
- BUILD_NEEDED_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
- BUILD_PHASE - org.gradle.tooling.events.OperationType
-
Flag for build phase events.
- BUILD_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
- BUILD_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
- Buildable - Interface in org.gradle.api
-
A
Buildable
represents an artifact or set of artifacts which are built by one or moreTask
instances. - BuildableComponent - Interface in org.gradle.api.component
-
Represents a component that can be built.
- BuildableComponentSpec - Interface in org.gradle.api
-
A
ComponentSpec
that is directlyBuildable
via a specified task. - BuildableElement - Interface in org.gradle.tooling.model
-
Represents an element which has Gradle tasks associated with it.
- BuildAction<T> - Interface in org.gradle.tooling
-
An action that executes against a Gradle build and produces a result of type
T
. - BuildActionExecuter<T> - Interface in org.gradle.tooling
-
Used to execute a
BuildAction
in the build process. - BuildActionExecuter.Builder - Interface in org.gradle.tooling
-
Builder for a build action that hooks into different phases of the build.
- BuildActionFailureException - Exception in org.gradle.tooling
-
Thrown when a
BuildAction
fails. - BuildActionFailureException(String, Throwable) - Constructor for exception org.gradle.tooling.BuildActionFailureException
- BuildAdapter - Class in org.gradle
-
A
BuildListener
adapter class for receiving build events. - BuildAdapter() - Constructor for class org.gradle.BuildAdapter
- buildAll(String, Project) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilder
-
Creates the model of the given type for the given project.
- buildAll(String, T, Project) - Method in interface org.gradle.tooling.provider.model.ParameterizedToolingModelBuilder
-
Creates the model of the given type for the given project using the given parameter.
- buildAndFail() - Method in class org.gradle.testkit.runner.GradleRunner
-
Executes a build, expecting it to complete with failure.
- buildCache(Action<? super CacheResourceConfiguration>) - Method in interface org.gradle.api.cache.CacheConfigurations
-
Configures caching for entries in the local build cache.
- buildCache(Action<? super BuildCacheConfiguration>) - Method in interface org.gradle.api.initialization.Settings
-
Configures build cache.
- BuildCache - Interface in org.gradle.caching.configuration
-
Configuration object for a build cache.
- BuildCacheConfiguration - Interface in org.gradle.caching.configuration
-
Configuration for the build cache for an entire Gradle build.
- BuildCacheEntryReader - Interface in org.gradle.caching
-
A reader for build cache entries.
- BuildCacheEntryWriter - Interface in org.gradle.caching
-
Writer to serialize a build cache entry.
- BuildCacheException - Exception in org.gradle.caching
-
BuildCacheException
is the base class of all exceptions thrown by aBuildCacheService
. - BuildCacheException() - Constructor for exception org.gradle.caching.BuildCacheException
- BuildCacheException(String) - Constructor for exception org.gradle.caching.BuildCacheException
- BuildCacheException(String, Throwable) - Constructor for exception org.gradle.caching.BuildCacheException
- BuildCacheKey - Interface in org.gradle.caching
-
Cache key identifying an entry in the build cache.
- BuildCacheService - Interface in org.gradle.caching
-
Protocol interface to be implemented by a client to a build cache backend.
- BuildCacheServiceFactory<T extends BuildCache> - Interface in org.gradle.caching
-
Factory interface to be provided by build cache service implementations.
- BuildCacheServiceFactory.Describer - Interface in org.gradle.caching
-
Builder-style object that allows build cache service factories to describe the cache service.
- BuildCancelledException - Exception in org.gradle.api
-
A
BuildCancelledException
is thrown when a build is interrupted due to cancellation request. - BuildCancelledException - Exception in org.gradle.tooling
-
Thrown when a
LongRunningOperation
is cancelled before the operation completes. - BuildCancelledException() - Constructor for exception org.gradle.api.BuildCancelledException
- BuildCancelledException(String) - Constructor for exception org.gradle.api.BuildCancelledException
- BuildCancelledException(String) - Constructor for exception org.gradle.tooling.BuildCancelledException
- BuildCancelledException(String, Throwable) - Constructor for exception org.gradle.api.BuildCancelledException
- BuildCancelledException(String, Throwable) - Constructor for exception org.gradle.tooling.BuildCancelledException
- buildCommand(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Adds a build command to the eclipse project.
- buildCommand(Map<String, String>, String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Adds a build command with arguments to the eclipse project.
- BuildCommand - Class in org.gradle.plugins.ide.eclipse.model
-
A build command.
- BuildCommand(String) - Constructor for class org.gradle.plugins.ide.eclipse.model.BuildCommand
- BuildCommand(String, Map<String, String>) - Constructor for class org.gradle.plugins.ide.eclipse.model.BuildCommand
- BuildController - Interface in org.gradle.tooling
-
Provides a
BuildAction
various ways to control a Gradle build and access information about the build. - BuildDashboardPlugin - Class in org.gradle.api.reporting.plugins
-
Adds a task, "buildDashboard", that aggregates the output of all tasks that produce reports.
- BuildDashboardPlugin() - Constructor for class org.gradle.api.reporting.plugins.BuildDashboardPlugin
- BuildDashboardReports - Interface in org.gradle.api.reporting
-
The reporting configuration for the
GenerateBuildDashboard
task. - buildDependencies(Object...) - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Sets the tasks to be executed to build the file returned by
ProjectDependency.getPublication()
- BuildEnvironment - Interface in org.gradle.tooling.model.build
-
Informs about the build environment, like Gradle version or the Java home in use.
- BuildEnvironmentReportTask - Class in org.gradle.api.tasks.diagnostics
-
Provides information about the build environment for the project that the task is associated with.
- BuildEnvironmentReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
- builder() - Static method in class org.gradle.testfixtures.ProjectBuilder
-
Creates a project builder.
- BuildEventsListenerRegistry - Interface in org.gradle.build.event
-
Allows a plugin to receive information about the operations that run within a build.
- BuildException - Exception in org.gradle.tooling
-
Thrown when a Gradle build fails or when a model cannot be built.
- BuildException(String, Throwable) - Constructor for exception org.gradle.tooling.BuildException
- BuildFeature - Interface in org.gradle.api.configuration
-
Status of a feature in a build that affects Gradle behavior, and may impose additional requirements on plugins or build scripts.
- BuildFeatures - Interface in org.gradle.api.configuration
-
Provides information about various build features supported by Gradle, and their state in the current build.
- buildFinished(Closure) - Method in interface org.gradle.api.invocation.Gradle
-
Deprecated.This method is not supported when configuration caching is enabled.
- buildFinished(Action<? super BuildResult>) - Method in interface org.gradle.api.invocation.Gradle
-
Deprecated.This method is not supported when configuration caching is enabled.
- buildFinished(BuildResult) - Method in class org.gradle.BuildAdapter
-
Deprecated.
- buildFinished(BuildResult) - Method in interface org.gradle.BuildListener
-
Deprecated.This method is not supported when configuration caching is enabled.
- buildFinished(BuildAction<T>, IntermediateResultHandler<? super T>) - Method in interface org.gradle.tooling.BuildActionExecuter.Builder
-
Executes the given action after tasks are run and sends its result to the given result handler.
- BuildIdentifier - Interface in org.gradle.api.artifacts.component
-
Identifies a Gradle build.
- BuildIdentifier - Interface in org.gradle.tooling.model
-
Identifies a Gradle build.
- BuildInitPlugin - Class in org.gradle.buildinit.plugins
-
The build init plugin.
- BuildInitPlugin() - Constructor for class org.gradle.buildinit.plugins.BuildInitPlugin
- BuildInvocationDetails - Interface in org.gradle.api.invocation
-
Provides some useful information about the build invocation that triggered this build.
- BuildInvocations - Interface in org.gradle.tooling.model.gradle
-
A model providing access to
Launchable
instances that can be used to initiate Gradle build. - BuildLauncher - Interface in org.gradle.tooling
-
A
BuildLauncher
allows you to configure and execute a Gradle build. - BuildLayout - Interface in org.gradle.api.file
-
Provides access to important locations for a Gradle build.
- BuildListener - Interface in org.gradle
-
A
BuildListener
is notified of the major lifecycle events as a build is executed. - BuildModel - Interface in org.gradle.tooling.model
-
Represents a model that is associated with or represents some Gradle build.
- BuildPhaseFinishEvent - Interface in org.gradle.tooling.events.lifecycle
-
An event that marks the finish of a build phase.
- BuildPhaseOperationDescriptor - Interface in org.gradle.tooling.events.lifecycle
-
A descriptor of a build phase operation.
- BuildPhaseProgressEvent - Interface in org.gradle.tooling.events.lifecycle
-
Event describing the build phase.
- BuildPhaseStartEvent - Interface in org.gradle.tooling.events.lifecycle
-
An event that marks the start of a build phase.
- BuildPlatform - Interface in org.gradle.platform
-
Information about the machine host Gradle is running on.
- buildReportSpec() - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
- buildReportSpec() - Method in class org.gradle.api.tasks.diagnostics.OutgoingVariantsReportTask
- buildReportSpec() - Method in class org.gradle.api.tasks.diagnostics.ResolvableConfigurationsReportTask
- BuildResult - Class in org.gradle
-
A
BuildResult
packages up the result of a build. - BuildResult - Interface in org.gradle.testkit.runner
-
The result of executing a build, via the
GradleRunner
. - BuildResult(String, Gradle, Throwable) - Constructor for class org.gradle.BuildResult
- BuildResult(Gradle, Throwable) - Constructor for class org.gradle.BuildResult
- buildscript(Closure) - Method in interface org.gradle.api.Project
-
Configures the build script classpath for this project.
- buildscript(Closure) - Method in interface org.gradle.api.Script
-
Configures the classpath for this script.
- BuildService<T extends BuildServiceParameters> - Interface in org.gradle.api.services
-
Represents a user provided "service" that is used by a Gradle build.
- BuildServiceParameters - Interface in org.gradle.api.services
-
A set of parameters to be injected into a
BuildService
implementation. - BuildServiceParameters.None - Class in org.gradle.api.services
-
Used for services without parameters.
- BuildServiceRegistration<T extends BuildService<P>,P extends BuildServiceParameters> - Interface in org.gradle.api.services
-
Details of a build service.
- BuildServiceRegistry - Interface in org.gradle.api.services
-
A registry of build services.
- BuildServiceSpec<P extends BuildServiceParameters> - Interface in org.gradle.api.services
-
A set of parameters that defines a service registration.
- BuildTask - Interface in org.gradle.testkit.runner
-
A task that was executed when running a specific build.
- BuildTreeObjectFactory - Interface in org.gradle.api.model
-
A marker interface for an ObjectFactory that is instantiated with BuildTreeScopeServices.
- BuildType - Interface in org.gradle.nativeplatform
-
Specifies a build-type for a native binary.
- BuildTypeContainer - Interface in org.gradle.nativeplatform
-
A container of
BuildType
s. - BuildWorkResult - Interface in org.gradle.api.flow
-
Summary result of the execution of the work scheduled for the current build.
- builtBy(Object...) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
-
Registers some tasks which build this artifact.
- builtBy(Object...) - Method in interface org.gradle.api.BuildableComponentSpec
-
Adds tasks required to build this component.
- builtBy(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Registers some tasks which build the files of this collection.
- builtBy(Object...) - Method in interface org.gradle.api.file.ConfigurableFileTree
-
Registers some tasks which build the files of this collection.
- builtBy(Object...) - Method in interface org.gradle.api.publish.PublicationArtifact
-
Registers some tasks which build this artifact.
- bundle(Iterable<? extends D>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a bundle.
- bundle(Iterable<? extends D>, Action<? super D>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a bundle and configure them.
- bundle(String, List<String>) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Declares a bundle of dependencies.
- bundle(Provider<? extends Iterable<? extends D>>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a bundle.
- bundle(Provider<? extends Iterable<? extends D>>, Action<? super D>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a bundle and configure them.
- bundle(ProviderConvertible<? extends Iterable<? extends D>>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a bundle.
- bundle(ProviderConvertible<? extends Iterable<? extends D>>, Action<? super D>) - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Add a bundle and configure them.
- Bundling - Interface in org.gradle.api.attributes
-
This attribute describes how dependencies of a component are found.
- BUNDLING_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.Bundling
- BY_ANCESTOR - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected because it was requested by a parent with a strict version.
- bzip2(Object) - Method in interface org.gradle.api.file.ArchiveOperations
-
Creates resource that points to a bzip2 compressed file at the given path.
- bzip2(Object) - Method in interface org.gradle.api.resources.ResourceHandler
-
Creates resource that points to a bzip2 compressed file at the given path.
- BZIP2 - org.gradle.api.tasks.bundling.Compression
C
- C_PLUS_PLUS_API - Static variable in interface org.gradle.api.attributes.Usage
-
The C++ API of a library, packaged as header directories.
- CacheableRule - Annotation Type in org.gradle.api.artifacts
-
Declares a rule eligible for caching.
- CacheableTask - Annotation Type in org.gradle.api.tasks
-
Attached to a task type to indicate that task output caching should be enabled by default for tasks of this type.
- CacheableTransform - Annotation Type in org.gradle.api.artifacts.transform
-
Attaching this annotation to a
TransformAction
type it indicates that the build cache should be used for artifact transforms of this type. - cacheChangingModulesFor(int, String) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Sets the length of time that changing modules will be cached, with units expressed as a String.
- cacheChangingModulesFor(int, TimeUnit) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Sets the length of time that changing modules will be cached.
- CacheConfigurations - Interface in org.gradle.api.cache
-
Configures caches stored in the user home directory.
- CACHEDIR_TAG - Static variable in interface org.gradle.api.cache.MarkingStrategy
-
Marking strategy that marks the cache directory with a
CACHEDIR.TAG
file. - cacheDynamicVersionsFor(int, String) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Sets the length of time that dynamic versions will be cached, with units expressed as a String.
- cacheDynamicVersionsFor(int, TimeUnit) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Sets the length of time that dynamic versions will be cached.
- cacheIf(String, Spec<? super Task>) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Cache the results of the task only if the given spec is satisfied.
- cacheIf(Spec<? super Task>) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Cache the results of the task only if the given spec is satisfied.
- CacheResourceConfiguration - Interface in org.gradle.api.cache
-
Represents the configuration of a given type of cache resource.
- caches(Action<? super CacheConfigurations>) - Method in interface org.gradle.api.initialization.Settings
-
Configures the settings for caches stored in the user home directory.
- calculateReportModelFor(Project) - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
- calculateReportModelFor(Project) - Method in class org.gradle.api.tasks.diagnostics.AbstractProjectBasedReportTask
- calculateReportModelFor(Project) - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
- calculateReportModelFor(Project) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
- camelToKebabCase(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.
- canBuild(String) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilder
-
Indicates whether this builder can construct the given model.
- cancel() - Method in interface org.gradle.tooling.CancellationTokenSource
-
Initiates cancel request.
- CancellationToken - Interface in org.gradle.tooling
-
Token that propagates notification that an operation should be cancelled.
- CancellationTokenSource - Interface in org.gradle.tooling
-
A
CancellationTokenSource
allows you to issue cancellation requests to one or moreLongRunningOperation
instances. - canCompileOrRun(int) - Method in interface org.gradle.jvm.toolchain.JavaLanguageVersion
-
Indicates if this version can compile or run code based on the passed in language version.
- canCompileOrRun(JavaLanguageVersion) - Method in interface org.gradle.jvm.toolchain.JavaLanguageVersion
-
Indicates if this version can compile or run code based on the passed in language version.
- capabilities(Action<? super ModuleDependencyCapabilitiesHandler>) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Configures the requested capabilities of this dependency.
- capabilities(Action<? super ModuleDependencyCapabilitiesHandler>) - Method in interface org.gradle.api.artifacts.VariantSelectionDetails
-
Replaces the provided selector capabilities with the capabilities configured via the configuration action.
- CapabilitiesMetadata - Interface in org.gradle.api.capabilities
-
Gives access to the list of capabilities of a component.
- capabilitiesResolution(Action<? super CapabilitiesResolution>) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Configures the capabilities resolution strategy.
- CapabilitiesResolution - Interface in org.gradle.api.artifacts
-
Allows configuring the capabilities resolution strategy.
- capability(Object) - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Declares a capability for this configuration.
- capability(String, String, String) - Method in interface org.gradle.api.plugins.FeatureSpec
-
Declares a capability of this feature.
- Capability - Interface in org.gradle.api.capabilities
-
Represents a capability.
- CapabilityResolutionDetails - Interface in org.gradle.api.artifacts
-
Gives access to the resolution details of a single capability conflict.
- captureStandardError(LogLevel) - Method in interface org.gradle.api.logging.LoggingManager
-
Requests that output written to System.err be routed to Gradle's logging system.
- captureStandardOutput(LogLevel) - Method in interface org.gradle.api.logging.LoggingManager
-
Requests that output written to System.out be routed to Gradle's logging system.
- caseInsensitive() - Static method in class org.gradle.util.GUtil
-
Deprecated.
- CatalogPluginExtension - Interface in org.gradle.api.plugins.catalog
-
Allows configuring a version catalog.
- Category - Interface in org.gradle.api.attributes
-
This attribute describes the categories of variants for a given module.
- CATEGORY_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.Category
- CCompile - Class in org.gradle.language.c.tasks
-
Compiles C source files into object files.
- CCompile() - Constructor for class org.gradle.language.c.tasks.CCompile
- ChangeType - Enum in org.gradle.work
-
The type of change for e.g.
- charAt(int) - Method in class org.gradle.api.file.RelativePath
- charSet(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- check() - Method in class org.gradle.testing.jacoco.tasks.JacocoCoverageVerification
- CHECK_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
- CHECK_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
- CheckableComponentSpec - Interface in org.gradle.api
-
A
ComponentSpec
that is directly checkable via a specified task. - checkedBy(Object...) - Method in interface org.gradle.api.CheckableComponentSpec
-
Adds tasks required to check this component.
- checkedCast(Class<T>, Collection<?>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- Checkstyle - Class in org.gradle.api.plugins.quality
-
Runs Checkstyle against some source files.
- Checkstyle() - Constructor for class org.gradle.api.plugins.quality.Checkstyle
- CheckstyleExtension - Class in org.gradle.api.plugins.quality
-
Configuration options for the Checkstyle plugin.
- CheckstyleExtension(Project) - Constructor for class org.gradle.api.plugins.quality.CheckstyleExtension
- CheckstylePlugin - Class in org.gradle.api.plugins.quality
-
Checkstyle Plugin.
- CheckstylePlugin() - Constructor for class org.gradle.api.plugins.quality.CheckstylePlugin
- CheckstyleReports - Interface in org.gradle.api.plugins.quality
-
The reporting configuration for the
Checkstyle
task. - checksum(File, Checksum) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- child(String) - Method in class org.gradle.util.Path
-
Creates a child of this path with the given name.
- ciManagement(Action<? super MavenPomCiManagement>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the CI management for the publication represented by this POM.
- CircularReferenceException - Exception in org.gradle.api
-
A
CircularReferenceException
is thrown if circular references exists between tasks, the project evaluation order or the project dependsOn order. - CircularReferenceException(String) - Constructor for exception org.gradle.api.CircularReferenceException
- CircularReferenceException(String, Throwable) - Constructor for exception org.gradle.api.CircularReferenceException
- Clang - Interface in org.gradle.nativeplatform.toolchain
-
The Clang tool chain.
- ClangCompilerPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
- ClangCompilerPlugin() - Constructor for class org.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin
- CLangPlugin - Class in org.gradle.language.c.plugins
-
Adds core C language support.
- CLangPlugin() - Constructor for class org.gradle.language.c.plugins.CLangPlugin
- CLASSES - Static variable in interface org.gradle.api.attributes.LibraryElements
-
The JVM classes format
- CLASSES_AND_RESOURCES - Static variable in interface org.gradle.api.attributes.LibraryElements
-
The JVM class files and resources
- CLASSES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the lifecycle task which outcome is that all the classes of a component are generated.
- classifier(String) - Method in interface org.gradle.api.artifacts.dsl.ExternalModuleDependencyVariantSpec
-
Configures the classifier of this dependency
- CLASSIFIER - Static variable in interface org.gradle.api.artifacts.Dependency
- CLASSLOADER - org.gradle.workers.IsolationMode
-
Deprecated.Isolate the work in its own classloader, use in-process workers.
- classLoaderIsolation() - Method in interface org.gradle.workers.WorkerExecutor
-
Creates a
WorkQueue
to submit work for asynchronous execution with an isolated classloader. - classLoaderIsolation(Action<? super ClassLoaderWorkerSpec>) - Method in interface org.gradle.workers.WorkerExecutor
-
Creates a
WorkQueue
to submit work for asynchronous execution with an isolated classloader and the requirements specified in the suppliedClassLoaderWorkerSpec
. - ClassLoaderWorkerSpec - Interface in org.gradle.workers
-
A worker spec providing the requirements of an isolated classpath.
- classpath(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse classpath information
- classpath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- classpath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- classpath(Object...) - Method in class org.gradle.api.tasks.bundling.War
-
Adds files to the classpath to include in the WAR archive.
- classpath(Object...) - Method in class org.gradle.api.tasks.JavaExec
-
Adds elements to the classpath for executing the main class.
- classpath(Object...) - Method in interface org.gradle.process.JavaExecSpec
-
Adds elements to the classpath for executing the main class.
- classpath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- classpath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- classpath(Action<? super EclipseClasspath>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse classpath information
- Classpath - Class in org.gradle.plugins.ide.eclipse.model
-
Represents the customizable elements of an eclipse classpath file.
- Classpath - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying a JVM classpath for a task.
- Classpath() - Constructor for class org.gradle.plugins.ide.eclipse.model.Classpath
- Classpath(XmlTransformer, FileReferenceFactory) - Constructor for class org.gradle.plugins.ide.eclipse.model.Classpath
- Classpath(FileReferenceFactory) - Constructor for class org.gradle.plugins.ide.eclipse.model.Classpath
- CLASSPATH_CONFIGURATION - Static variable in interface org.gradle.api.initialization.dsl.ScriptHandler
-
The name of the configuration used to assemble the script classpath.
- CLASSPATH_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlatformPlugin
- CLASSPATH_MODE_SYSTEM_PROPERTY_DECLARATION - Static variable in class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- CLASSPATH_MODE_SYSTEM_PROPERTY_VALUE - Static variable in class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- ClasspathAttribute - Interface in org.gradle.tooling.model.eclipse
-
Optional description associated with Eclipse classpath entries.
- ClasspathEntry - Interface in org.gradle.plugins.ide.eclipse.model
-
Represents an entry in the Eclipse classpath.
- ClasspathNormalizer - Interface in org.gradle.api.tasks
-
Normalizes file input that represents a Java runtime classpath.
- clean() - Method in class org.gradle.api.tasks.Delete
- CLEAN_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
- CLEAN_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
- Cleanup - Interface in org.gradle.api.cache
-
Configures cache cleanup settings that apply to all caches.
- clear() - Method in interface org.gradle.api.plugins.PluginCollection
-
Deprecated.plugins cannot be removed.
- ClientModule - Interface in org.gradle.api.artifacts
-
Deprecated.
- close() - Method in interface org.gradle.caching.BuildCacheService
-
Clean up any resources held by the cache once it's not used anymore.
- close() - Method in class org.gradle.caching.MapBasedBuildCacheService
- close() - Method in interface org.gradle.tooling.ProjectConnection
-
Closes this connection.
- closestMatch(T) - Method in interface org.gradle.api.attributes.MultipleCandidatesDetails
-
Calling this method indicates that the candidate is the closest match.
- ClosureBackedAction<T> - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- ClosureBackedAction(Closure) - Constructor for class org.gradle.util.ClosureBackedAction
-
Deprecated.
- ClosureBackedAction(Closure, int) - Constructor for class org.gradle.util.ClosureBackedAction
-
Deprecated.
- ClosureBackedAction(Closure, int, boolean) - Constructor for class org.gradle.util.ClosureBackedAction
-
Deprecated.
- CodeNarc - Class in org.gradle.api.plugins.quality
-
Runs CodeNarc against some source files.
- CodeNarc() - Constructor for class org.gradle.api.plugins.quality.CodeNarc
- CodeNarcExtension - Class in org.gradle.api.plugins.quality
-
Configuration options for the CodeNarc plugin.
- CodeNarcExtension(Project) - Constructor for class org.gradle.api.plugins.quality.CodeNarcExtension
- CodeNarcPlugin - Class in org.gradle.api.plugins.quality
-
CodeNarc Plugin.
- CodeNarcPlugin() - Constructor for class org.gradle.api.plugins.quality.CodeNarcPlugin
- CodeNarcReports - Interface in org.gradle.api.plugins.quality
-
The reporting configuration for the
CodeNarc
test. - CodeQualityExtension - Class in org.gradle.api.plugins.quality
-
Base Code Quality Extension.
- CodeQualityExtension() - Constructor for class org.gradle.api.plugins.quality.CodeQualityExtension
- collect(I[], Transformer<? extends R, ? super I>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- collect(Iterable<? extends I>, C, Transformer<? extends R, ? super I>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- collect(Iterable<? extends I>, Transformer<? extends R, ? super I>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- collect(Set<? extends I>, Transformer<? extends R, ? super I>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- collectArray(I[], Class<R>, Transformer<? extends R, ? super I>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- collectArray(I[], R[], Transformer<? extends R, ? super I>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- collectionize(Object) - Static method in class org.gradle.util.GUtil
-
Deprecated.Flattens input collections (including arrays *but* not maps).
- CollectionUtils - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- CollectionUtils() - Constructor for class org.gradle.util.CollectionUtils
-
Deprecated.
- CollectionUtils.InjectionStep<T,I> - Class in org.gradle.util
-
Deprecated.
- CollectionUtils.SetDiff<T> - Class in org.gradle.util
-
Deprecated.The result of diffing two sets.
- collectMap(Iterable<? extends V>, Transformer<? extends K, ? super V>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Given a set of values, derive a set of keys and return a map
- collectMap(Map<K, V>, Iterable<? extends V>, Transformer<? extends K, ? super V>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- collectMapValues(Iterable<? extends K>, Transformer<? extends V, ? super K>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Given a set of keys, derive a set of values and return a map
- collectMapValues(Map<K, V>, Iterable<? extends K>, Transformer<? extends V, ? super K>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- combinedExtension(File) - Method in class org.gradle.plugins.signing.type.AbstractSignatureType
- combinedExtension(File) - Method in interface org.gradle.plugins.signing.type.SignatureType
-
Combines the extension of the given file with the expected signature extension.
- commandLine(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the full command line, including the executable to be executed plus its arguments.
- commandLine(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
-
Sets the full command line, including the executable to be executed plus its arguments.
- commandLine(Object...) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the full command line, including the executable to be executed plus its arguments.
- commandLine(Object...) - Method in interface org.gradle.process.ExecSpec
-
Sets the full command line, including the executable to be executed plus its arguments.
- CommandLineArgumentProvider - Interface in org.gradle.process
-
Provides arguments to a process.
- CommandLineToolConfiguration - Interface in org.gradle.nativeplatform.toolchain
-
An executable tool that forms part of a tool chain.
- common - Variable in class org.gradle.util.CollectionUtils.SetDiff
-
Deprecated.
- compact(List<E>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- Comparator(Namer<? super T>) - Constructor for class org.gradle.api.Namer.Comparator
- compare(T, T) - Method in class org.gradle.api.Namer.Comparator
- compareTo(RelativePath) - Method in class org.gradle.api.file.RelativePath
- compareTo(Task) - Method in class org.gradle.api.DefaultTask
- compareTo(PgpKeyId) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- compareTo(GradleVersion) - Method in class org.gradle.util.GradleVersion
- compareTo(Path) - Method in class org.gradle.util.Path
- compareTo(VersionNumber) - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- CompatibilityCheckDetails<T> - Interface in org.gradle.api.attributes
-
Provides context about attribute compatibility checks, and allows the user to define when an attribute is compatible with another.
- CompatibilityRuleChain<T> - Interface in org.gradle.api.attributes
-
A chain of compatibility checks, implemented as action rules.
- compatible() - Method in interface org.gradle.api.attributes.CompatibilityCheckDetails
-
Calling this method will indicate that the attributes are compatible.
- CompilationDetails - Interface in org.gradle.tooling.model.cpp
-
Represents the compilation details for a binary.
- compile() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- compile(InputChanges) - Method in class org.gradle.api.tasks.compile.GroovyCompile
- compile(InputChanges) - Method in class org.gradle.api.tasks.compile.JavaCompile
-
Compile the sources, taking into account the changes reported by inputs.
- compile(InputChanges) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- compile(InputChanges) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
- compile(InputChanges) - Method in class org.gradle.language.swift.tasks.SwiftCompile
- COMPILE_CLASSPATH_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the compile classpath configuration.
- COMPILE_CLASSPATH_PACKAGING_SYSTEM_PROPERTY - Static variable in class org.gradle.api.plugins.JavaBasePlugin
-
Set this property to use JARs build from subprojects, instead of the classes folder from these project, on the compile classpath.
- COMPILE_JAVA_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the task which compiles Java sources.
- COMPILE_ONLY_API_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the configuration to define the API elements of a component that are required to compile a component, but not at runtime.
- COMPILE_ONLY_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the configuration that is used to declare dependencies which are only required to compile a component, but not at runtime.
- COMPILE_TEST_JAVA_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the task which compiles the test Java sources.
- CompileClasspath - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying a Java compile classpath for a task.
- CompileClasspathNormalizer - Interface in org.gradle.api.tasks
-
Normalizes file input that represents a Java compile classpath.
- compiledBy(Object...) - Method in interface org.gradle.api.tasks.SourceSet
-
Registers a set of tasks which are responsible for compiling this source set into the classes directory.
- compiledBy(TaskProvider<T>, Function<T, DirectoryProperty>) - Method in interface org.gradle.api.file.SourceDirectorySet
-
Define the task responsible for processing the source.
- CompileOptions - Class in org.gradle.api.tasks.compile
-
Main options for Java compilation.
- CompileOptions(ObjectFactory) - Constructor for class org.gradle.api.tasks.compile.CompileOptions
- compilerFor(Action<? super JavaToolchainSpec>) - Method in interface org.gradle.jvm.toolchain.JavaToolchainService
-
Obtain a
JavaCompiler
matching theJavaToolchainSpec
, as configured by the provided action. - compilerFor(JavaToolchainSpec) - Method in interface org.gradle.jvm.toolchain.JavaToolchainService
-
Obtain a
JavaCompiler
matching theJavaToolchainSpec
. - CompilerVersion - Interface in org.gradle.language.base.compile
-
Version of a compiler.
- component(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
-
Configures wtp component.
- component(Action<? super EclipseWtpComponent>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
-
Configures wtp component.
- Component - Interface in org.gradle.api.component
-
A software component that can be queried via the Artifact Query API.
- COMPONENT_DEPENDENCY_ATTRIBUTE - Static variable in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- COMPONENT_NON_DEPENDENCY_ATTRIBUTE - Static variable in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- ComponentArtifactIdentifier - Interface in org.gradle.api.artifacts.component
-
An opaque immutable identifier for an artifact that belongs to some component instance.
- ComponentArtifactsResult - Interface in org.gradle.api.artifacts.result
-
The result of successfully resolving a component with a set of artifacts.
- ComponentBasePlugin - Class in org.gradle.platform.base.plugins
-
Base plugin for
ComponentSpec
support. - ComponentBasePlugin() - Constructor for class org.gradle.platform.base.plugins.ComponentBasePlugin
- ComponentBinaries - Annotation Type in org.gradle.platform.base
-
Declares the binaries that should be built for a custom
ComponentSpec
type. - ComponentDependencies - Interface in org.gradle.language
-
Allows the implementation dependencies of a component to be specified.
- componentFilter(Spec<? super ComponentIdentifier>) - Method in interface org.gradle.api.artifacts.ArtifactView.ViewConfiguration
-
Specify a filter for the components that should be included in this view.
- ComponentIdentifier - Interface in org.gradle.api.artifacts.component
-
An opaque immutable identifier for a component instance.
- ComponentMetadata - Interface in org.gradle.api.artifacts
-
Provides a read-only view of a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM).
- ComponentMetadataBuilder - Interface in org.gradle.api.artifacts
-
A component metadata builder.
- ComponentMetadataContext - Interface in org.gradle.api.artifacts
-
Provides access to component metadata from a
ComponentMetadataRule
. - ComponentMetadataDetails - Interface in org.gradle.api.artifacts
-
Describes a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM).
- ComponentMetadataHandler - Interface in org.gradle.api.artifacts.dsl
-
Allows the build to provide rules that modify the metadata of depended-on software components.
- ComponentMetadataListerDetails - Interface in org.gradle.api.artifacts
-
Allows a custom version lister to specify the list of versions known for a specific module.
- ComponentMetadataRule - Interface in org.gradle.api.artifacts
-
A rule that modify
component metadata
. - ComponentMetadataSupplier - Interface in org.gradle.api.artifacts
-
A component metadata rule is responsible for providing the initial metadata of a component from a remote repository, in place of parsing the descriptor.
- ComponentMetadataSupplierDetails - Interface in org.gradle.api.artifacts
-
A component metadata rule details, giving access to the identifier of the component being resolved, the metadata builder, and the repository resource accessor for this.
- ComponentMetadataVersionLister - Interface in org.gradle.api.artifacts
-
Interface for custom version listers.
- ComponentModelBasePlugin - Class in org.gradle.language.base.plugins
-
Base plugin for component support.
- ComponentModelBasePlugin() - Constructor for class org.gradle.language.base.plugins.ComponentModelBasePlugin
- ComponentModuleMetadata - Interface in org.gradle.api.artifacts
-
Contains immutable component module metadata information.
- ComponentModuleMetadataDetails - Interface in org.gradle.api.artifacts
-
Contains and allows configuring component module metadata information.
- ComponentModuleMetadataHandler - Interface in org.gradle.api.artifacts.dsl
-
Allows to modify the metadata of depended-on software components.
- ComponentReport - Class in org.gradle.api.reporting.components
-
Deprecated.
- ComponentReport() - Constructor for class org.gradle.api.reporting.components.ComponentReport
-
Deprecated.
- ComponentResult - Interface in org.gradle.api.artifacts.result
-
The result of resolving a component.
- components(Action<? super ComponentMetadataHandler>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures component metadata for this project.
- components(Action<? super ComponentMetadataHandler>) - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Registers component metadata rules used by all projects
- components(Action<? super SoftwareComponentContainer>) - Method in interface org.gradle.api.Project
-
Configures software components.
- COMPONENTS_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
- componentSelection(Action<? super ComponentSelectionRules>) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
The componentSelection block provides rules to filter or prevent certain components from appearing in the resolution result.
- ComponentSelection - Interface in org.gradle.api.artifacts
-
Represents a tuple of the component selector of a module and a candidate version to be evaluated in a component selection rule.
- ComponentSelectionCause - Enum in org.gradle.api.artifacts.result
-
The possible component selection causes.
- ComponentSelectionDescriptor - Interface in org.gradle.api.artifacts.result
-
A component selection description, which wraps a cause with an optional custom description.
- ComponentSelectionReason - Interface in org.gradle.api.artifacts.result
-
Answers the question why a component was selected during the dependency resolution.
- ComponentSelectionRules - Interface in org.gradle.api.artifacts
-
Represents a container for component selection rules.
- ComponentSelector - Interface in org.gradle.api.artifacts.component
-
Represents some opaque criteria used to select a component instance during dependency resolution.
- ComponentSelector - Interface in org.gradle.tooling.model
-
Represents a component selector.
- ComponentSpec - Interface in org.gradle.platform.base
-
A software component that is built by Gradle.
- ComponentSpecContainer - Interface in org.gradle.platform.base
-
A container of software components.
- ComponentType - Annotation Type in org.gradle.platform.base
-
Declares a custom
ComponentSpec
type. - ComponentVariantIdentifier - Interface in org.gradle.api.artifacts
-
Identifies a variant of a component by component identifier and variant name.
- ComponentWithBinaries - Interface in org.gradle.language
-
Represents a component that is composed of one or more binaries.
- ComponentWithCoordinates - Interface in org.gradle.api.component
-
Represents a component that determines its publication coordinates.
- ComponentWithDependencies - Interface in org.gradle.language
-
Represents a component with implementation dependencies.
- ComponentWithExecutable - Interface in org.gradle.language.nativeplatform
-
Represents a native component that produces an executable.
- ComponentWithInstallation - Interface in org.gradle.language.nativeplatform
-
Represents a native component that produces an application installation.
- ComponentWithLinkFile - Interface in org.gradle.language.nativeplatform
-
Represents a native component that produces a file to be used at link time.
- ComponentWithLinkUsage - Interface in org.gradle.language.nativeplatform
-
Represents a native component whose link time file and dependencies are published for consumption by some other project.
- ComponentWithNativeRuntime - Interface in org.gradle.language.nativeplatform
-
Represents a component that produces outputs that run on a native platform.
- ComponentWithObjectFiles - Interface in org.gradle.language.nativeplatform
-
Represents a component that produces object files.
- ComponentWithOutputs - Interface in org.gradle.language
-
Represents a component with output files.
- ComponentWithRuntimeFile - Interface in org.gradle.language.nativeplatform
-
Represents a native component that produces a file to be used at runtime.
- ComponentWithRuntimeUsage - Interface in org.gradle.language.nativeplatform
-
Represents a native component whose runtime file and dependencies are published for consumption by some other project.
- ComponentWithSharedLibrary - Interface in org.gradle.language.nativeplatform
-
Represents a native component that produces a shared library.
- ComponentWithStaticLibrary - Interface in org.gradle.language.nativeplatform
-
Represents a component that produces a static library.
- ComponentWithTargetMachines - Interface in org.gradle.language
-
Represents a component that targets multiple target machines.
- ComponentWithVariants - Interface in org.gradle.api.component
-
Represents a
SoftwareComponent
that provides one or more mutually exclusive children, or variants. - COMPOSITE_BUILD - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected as a participant of a composite.
- CompositeSpec<T> - Class in org.gradle.api.specs
-
A
Spec
which aggregates a sequence of otherSpec
instances. - CompositeSpec() - Constructor for class org.gradle.api.specs.CompositeSpec
- CompositeSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.CompositeSpec
- CompositeSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.CompositeSpec
- Compression - Enum in org.gradle.api.tasks.bundling
-
Specifies the compression which should be applied to a TAR archive.
- config(String, String) - Method in interface org.gradle.caching.BuildCacheServiceFactory.Describer
-
Sets a configuration param of the cache being used.
- ConfigFile - Interface in org.gradle.ide.visualstudio
-
A configuration file generated for Visual Studio.
- Configurable<T> - Interface in org.gradle.util
-
An object that can be configured with a Groovy closure.
- ConfigurableFileCollection - Interface in org.gradle.api.file
-
A
ConfigurableFileCollection
is a mutableFileCollection
. - ConfigurableFilePermissions - Interface in org.gradle.api.file
-
Provides the means of specifying file and directory access permissions for all classes of system users.
- ConfigurableFileTree - Interface in org.gradle.api.file
-
A
FileTree
with a single base directory, which can be configured and modified. - ConfigurableIncludedBuild - Interface in org.gradle.api.initialization
-
A build that is to be included in the composite.
- ConfigurableIncludedPluginBuild - Interface in org.gradle.api.initialization
-
A plugin build that is to be included in the composite.
- ConfigurableLauncher<T extends ConfigurableLauncher<T>> - Interface in org.gradle.tooling
-
A
ConfigurableLauncher
allows you to configure a long running operation. - ConfigurablePublishArtifact - Interface in org.gradle.api.artifacts
-
A
PublishArtifact
whose properties can be modified. - ConfigurableReport - Interface in org.gradle.api.reporting
-
A file based report to be created with a configurable destination.
- ConfigurableUserClassFilePermissions - Interface in org.gradle.api.file
-
Provides the means of specifying file and directory access permissions for a certain class of users (see
ConfigurableFilePermissions
). - Configuration - Interface in org.gradle.api.artifacts
-
A
Configuration
represents a group of artifacts and their dependencies. - Configuration.Namer - Class in org.gradle.api.artifacts
-
Deprecated.
- Configuration.State - Enum in org.gradle.api.artifacts
-
The states a configuration can be into.
- ConfigurationContainer - Interface in org.gradle.api.artifacts
-
A
ConfigurationContainer
is responsible for declaring and managing configurations. - ConfigurationCycleException - Exception in org.gradle.model
-
Thrown when a cycle is encountered while configuring a model element.
- ConfigurationCycleException(String) - Constructor for exception org.gradle.model.ConfigurationCycleException
- ConfigurationPublications - Interface in org.gradle.api.artifacts
-
Represents the outgoing artifacts associated with a configuration.
- ConfigurationReports - Interface in org.gradle.api.tasks.diagnostics.configurations
-
The reporting configuration for any
AbstractConfigurationReportTask
. - configurations(Closure) - Method in interface org.gradle.api.Project
-
Configures the dependency configurations for this project.
- configurations(Action<? super ConfigurationContainer>) - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Configures the configurations for the script.
- configurations(Action<? super IvyConfigurationContainer>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Defines some
IvyConfiguration
s that should be included in the published ivy module descriptor file. - ConfigurationVariant - Interface in org.gradle.api.artifacts
-
Represents some variant of an outgoing configuration.
- ConfigurationVariantDetails - Interface in org.gradle.api.component
-
The details object used to determine what to do with a configuration variant when publishing.
- configure(Closure) - Method in class org.gradle.api.DefaultTask
- configure(Closure) - Method in interface org.gradle.api.NamedDomainObjectContainer
-
Allows the container to be configured, creating missing objects as they are referenced.
- configure(Closure) - Method in interface org.gradle.api.Task
-
Applies the statements of the closure against this task object.
- configure(Closure) - Method in class org.gradle.plugins.signing.SignOperation
-
Executes the given closure against this object.
- configure(Closure) - Method in interface org.gradle.util.Configurable
- configure(Closure, T) - Static method in class org.gradle.util.ConfigureUtil
-
Deprecated.
- configure(Class<T>, Action<? super T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of the specified type and configures it with the supplied action.
- configure(Iterable<?>, Closure) - Method in interface org.gradle.api.Project
-
Configures a collection of objects via a closure.
- configure(Iterable<T>, Action<? super T>) - Method in interface org.gradle.api.Project
-
Configures a collection of objects via an action.
- configure(Object, Closure) - Method in interface org.gradle.api.Project
-
Configures an object via a closure, with the closure's delegate set to the supplied object.
- configure(String, String, List<WbModuleEntry>) - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- configure(String, Action<? super T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension with the specified name and configures it with the supplied action.
- configure(List<?>) - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- configure(List<Facet>) - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- configure(List<IdeaModule>, String, IdeaLanguageLevel, JavaVersion, Collection<String>, Collection<ProjectLibrary>, String) - Method in class org.gradle.plugins.ide.idea.model.Project
- configure(Action<? super T>) - Method in interface org.gradle.api.NamedDomainObjectProvider
-
Configures the domain object with the given action.
- configure(Action<? super T>) - Method in interface org.gradle.api.tasks.TaskProvider
-
Configures the task with the given action.
- configure(Action<? super T>) - Method in interface org.gradle.language.BinaryProvider
-
Registers an action to execute to configure the binary.
- configure(TypeOf<T>, Action<? super T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of the specified type and configures it with the supplied action.
- configure(VisualStudioFiltersFile) - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- configure(VisualStudioProjectFile) - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- configure(XcodeProjectFile) - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeProjectFileTask
- configure(XcodeSchemeFile) - Method in class org.gradle.ide.xcode.tasks.GenerateSchemeFileTask
- configure(XcodeWorkspaceFile) - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeWorkspaceFileTask
- configure(XcodeWorkspaceSettingsFile) - Method in class org.gradle.ide.xcode.tasks.GenerateWorkspaceSettingsFileTask
- configure(Classpath) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
- configure(EclipseProject) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- configure(Jdt) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
- configure(Project) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseProject
- configure(WtpComponent) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
- configure(WtpFacet) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
- configure(Module) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaModule
- configure(Path, Set<Path>, Set<Path>, Set<Path>, Set<Path>, Set<Path>, Set<Path>, Boolean, Path, Path, Set<Dependency>, String, String) - Method in class org.gradle.plugins.ide.idea.model.Module
- configure(Project) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaProject
- configure(Workspace) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
- configure(SigningExtension, Closure) - Method in interface org.gradle.plugins.signing.signatory.SignatoryProvider
-
Evaluates the given DSL-containing-closure as signatory configuration.
- configure(T) - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
- configure(T) - Method in class org.gradle.plugins.ide.api.PropertyListGeneratorTask
- configure(T) - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
- configureByMap(Map<?, ?>, T) - Static method in class org.gradle.util.ConfigureUtil
-
Deprecated.
- configureByMap(Map<?, ?>, T, Collection<?>) - Static method in class org.gradle.util.ConfigureUtil
-
Deprecated.
- configureConfiguration(Configuration) - Method in class org.gradle.api.plugins.quality.CheckstylePlugin
- configureConfiguration(Configuration) - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- configureConfiguration(Configuration) - Method in class org.gradle.api.plugins.quality.PmdPlugin
- configureConfigurations(ConfigurationContainer) - Method in class org.gradle.api.plugins.WarPlugin
-
Deprecated.This method will be removed in Gradle 9.0.
- configureEach(Class<S>, Action<? super S>) - Method in interface org.gradle.language.BinaryCollection
-
Registers an action to execute to configure each element of the given type in the collection.
- configureEach(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
-
Configures each element in this collection using the given action, as each element is required.
- configureEach(Action<? super T>) - Method in interface org.gradle.language.BinaryCollection
-
Registers an action to execute to configure each element in the collection.
- configureExplicitAlias(String, String, String) - Method in interface org.gradle.api.plugins.catalog.CatalogPluginExtension
-
Configures an explicit alias for a dependency in case of name clash
- configureForkOptions(JavaForkOptions) - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
- configureForSourceSet(SourceSet, Checkstyle) - Method in class org.gradle.api.plugins.quality.CheckstylePlugin
- configureForSourceSet(SourceSet, CodeNarc) - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- configureForSourceSet(SourceSet, Pmd) - Method in class org.gradle.api.plugins.quality.PmdPlugin
- configureSelf(Closure, T) - Static method in class org.gradle.util.ConfigureUtil
-
Deprecated.Called from an object's
Configurable.configure(groovy.lang.Closure)
method. - configureSelf(Closure, T, ConfigureDelegate) - Static method in class org.gradle.util.ConfigureUtil
-
Deprecated.Called from an object's
Configurable.configure(groovy.lang.Closure)
method. - configureSpec(NativeCompileSpec) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- configureSpec(NativeCompileSpec) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask
- configureTaskDefaults(Checkstyle, String) - Method in class org.gradle.api.plugins.quality.CheckstylePlugin
- configureTaskDefaults(CodeNarc, String) - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- configureTaskDefaults(Pmd, String) - Method in class org.gradle.api.plugins.quality.PmdPlugin
- configureUsing(Closure) - Static method in class org.gradle.util.ConfigureUtil
-
Deprecated.Creates an action that uses the given closure to configure objects of type T.
- ConfigureUtil - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- ConfigureUtil() - Constructor for class org.gradle.util.ConfigureUtil
-
Deprecated.
- ConfigureUtil.IncompleteInputException - Exception in org.gradle.util
-
Deprecated.
- ConfigureUtil.WrappedConfigureAction<T> - Class in org.gradle.util
-
Deprecated.
- CONFLICT_RESOLUTION - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected between several candidates during conflict resolution.
- connect() - Method in class org.gradle.tooling.GradleConnector
-
Creates a connection to the project in the specified project directory.
- consistentResolution(Action<? super JavaResolutionConsistency>) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Configure the dependency resolution consistency for this Java project.
- Console - Annotation Type in org.gradle.api.tasks
-
Attached to a task property to indicate that the property is not to be taken into account for up-to-date checking, because its value only influences the console output of the task.
- ConsoleOutput - Enum in org.gradle.api.logging.configuration
-
Specifies how to treat color and dynamic console output.
- constraint(CharSequence) - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Create a
DependencyConstraint
from the given notation. - constraint(ProjectDependency) - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Create a
DependencyConstraint
from a project. - constraint(Provider<? extends MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Create a
DependencyConstraint
from a minimal dependency. - constraint(ProviderConvertible<? extends MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Create a
DependencyConstraint
from a minimal dependency. - CONSTRAINT - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected because of a dependency constraint
- constraints(Action<? super DependencyConstraintHandler>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures dependency constraint for this project.
- consumable(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Registers a new
ConsumableConfiguration
with an immutable role. - consumable(String, Action<? super ConsumableConfiguration>) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Registers a
ConsumableConfiguration
viaConfigurationContainer.consumable(String)
and then configures it with the provided action. - ConsumableConfiguration - Interface in org.gradle.api.artifacts
-
A
Configuration
which can be consumed via Publishing and Dependency Management. - CONSUMER_FIRST - org.gradle.api.artifacts.ResolutionStrategy.SortOrder
- container(Class<T>) - Method in interface org.gradle.api.Project
-
Creates a container for managing named objects of the specified type.
- container(Class<T>, Closure) - Method in interface org.gradle.api.Project
-
Creates a container for managing named objects of the specified type.
- container(Class<T>, NamedDomainObjectFactory<T>) - Method in interface org.gradle.api.Project
-
Creates a container for managing named objects of the specified type.
- Container - Class in org.gradle.plugins.ide.eclipse.model
-
A container classpath entry.
- Container(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.Container
- Container(String) - Constructor for class org.gradle.plugins.ide.eclipse.model.Container
- containers(String...) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Further classpath containers to be added.
- containerWithType(Class<U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
-
Creates a regular container that wraps the polymorphic container presenting all elements of a specified type.
- contains(File) - Method in interface org.gradle.api.file.FileCollection
-
Determines whether this collection contains the given file.
- contains(Attribute<?>) - Method in interface org.gradle.api.attributes.AttributeContainer
-
Tells if a specific attribute is found in this container.
- containsKey(Object) - Method in interface org.gradle.model.ModelMap
-
Returns true if this collection contains an item with the given name.
- containsValue(Object) - Method in interface org.gradle.model.ModelMap
-
Returns true if this collection contains the given item.
- containsWhitespace(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Tells whether the specified string contains any whitespace characters.
- content(Action<? super RepositoryContentDescriptor>) - Method in interface org.gradle.api.artifacts.repositories.ArtifactRepository
-
Configures the content of this repository.
- contentEquals(Dependency) - Method in interface org.gradle.api.artifacts.Dependency
-
Returns whether two dependencies have identical values for their properties.
- ContentFilterable - Interface in org.gradle.api.file
-
Represents some binary resource whose content can be filtered.
- contents(Action<? super CopySpec>) - Method in interface org.gradle.api.distribution.Distribution
-
Configures the contents of the distribution.
- contextualLabel(String) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares a short, but context-dependent message for this problem.
- ContextualLabel - Interface in org.gradle.tooling.events.problems
-
Represents a contextual label.
- contributeCommandLineOptions(ExecSpec) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- contributeCommandLineOptions(ExecSpec) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- contributor(Action<? super MavenPomContributor>) - Method in interface org.gradle.api.publish.maven.MavenPomContributorSpec
-
Creates, configures and adds a contributor to the publication.
- contributors(Action<? super MavenPomContributorSpec>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the contributors for the publication represented by this POM.
- convention(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Specifies the value to use as the convention (default value) to be used when resolving this file collection, if no source paths are explicitly defined.
- convention(Iterable<? extends T>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Specifies the value to use as the convention for this property.
- convention(Iterable<? extends T>) - Method in interface org.gradle.api.provider.ListProperty
-
Specifies the value to use as the convention for this property.
- convention(Iterable<? extends T>) - Method in interface org.gradle.api.provider.SetProperty
-
Specifies the value to use as the convention for this property.
- convention(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Specifies the value to use as the convention (default value) to be used when resolving this file collection, if no source paths are explicitly defined.
- convention(Map<? extends K, ? extends V>) - Method in interface org.gradle.api.provider.MapProperty
-
Specifies the value to use as the convention for this property.
- convention(Directory) - Method in interface org.gradle.api.file.DirectoryProperty
-
Specifies the value to use as the convention (default value) for this property.
- convention(RegularFile) - Method in interface org.gradle.api.file.RegularFileProperty
-
Specifies the value to use as the convention (default value) for this property.
- convention(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Specifies the provider of the value to use as the convention for this property.
- convention(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.ListProperty
-
Specifies the provider of the value to use as the convention for this property.
- convention(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.SetProperty
-
Specifies the provider of the value to use as the convention for this property.
- convention(Provider<? extends Map<? extends K, ? extends V>>) - Method in interface org.gradle.api.provider.MapProperty
-
Specifies the provider of the value to use as the convention for this property.
- convention(Provider<? extends Directory>) - Method in interface org.gradle.api.file.DirectoryProperty
-
Specifies the provider to be used to query the convention (default value) for this property.
- convention(Provider<? extends RegularFile>) - Method in interface org.gradle.api.file.RegularFileProperty
-
Specifies the provider to be used to query the convention (default value) for this property.
- convention(Provider<? extends T>) - Method in interface org.gradle.api.provider.Property
-
Specifies the provider to be used to query the convention (default value) for this property.
- convention(T) - Method in interface org.gradle.api.provider.Property
-
Specifies the value to use as the convention (default value) for this property.
- Convention - Interface in org.gradle.api.plugins
-
Deprecated.Use extensions instead. This is scheduled for removal in Gradle 9.
- ConventionReportTask - Class in org.gradle.api.tasks.diagnostics
-
The base class for all project based report tasks with custom task actions.
- ConventionReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.ConventionReportTask
- convertClosureToSpec(Closure<?>) - Static method in class org.gradle.api.specs.Specs
- convertLineSeparators(String, String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Converts all line separators in the specified string to the specified line separator.
- convertLineSeparatorsToUnix(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Converts all line separators in the specified non-null string to the Unix line separator
\n
. - copy() - Method in interface org.gradle.api.artifacts.ClientModule
-
Deprecated.Creates and returns a new dependency with the property values of this one.
- copy() - Method in interface org.gradle.api.artifacts.Configuration
-
Creates a copy of this configuration that only contains the dependencies directly in this configuration (without contributions from superconfigurations).
- copy() - Method in interface org.gradle.api.artifacts.Dependency
-
Creates and returns a new dependency with the property values of this one.
- copy() - Method in interface org.gradle.api.artifacts.ExternalDependency
-
Creates and returns a new dependency with the property values of this one.
- copy() - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
-
Creates and returns a new dependency with the property values of this one.
- copy() - Method in interface org.gradle.api.artifacts.MinimalExternalModuleDependency
-
Creates and returns a new dependency with the property values of this one.
- copy() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Creates and returns a new dependency with the property values of this one.
- copy() - Method in interface org.gradle.api.artifacts.ProjectDependency
-
Creates and returns a new dependency with the property values of this one.
- copy() - Method in class org.gradle.api.tasks.AbstractCopyTask
- copy() - Method in class org.gradle.language.jvm.tasks.ProcessResources
- copy(Closure) - Method in interface org.gradle.api.artifacts.Configuration
-
Takes a closure which gets coerced into a
Spec
. - copy(Closure) - Method in interface org.gradle.api.Project
-
Copies the specified files.
- copy(Closure) - Method in interface org.gradle.api.Script
-
Copy the specified files.
- copy(Action<? super CopySpec>) - Method in interface org.gradle.api.file.FileSystemOperations
-
Copies the specified files.
- copy(Action<? super CopySpec>) - Method in interface org.gradle.api.Project
-
Copies the specified files.
- copy(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
-
Creates a copy of this configuration ignoring superconfigurations (see
Configuration.copy()
but filtering the dependencies using the specified dependency spec. - Copy - Class in org.gradle.api.tasks
-
Copies files into a destination directory.
- Copy() - Constructor for class org.gradle.api.tasks.Copy
- copyDirectory(File, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- copyFile(File, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.If the destination file exists, then this method will overwrite it.
- copyFrom(JUnitOptions) - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
-
Copies the options from the source options into the current one.
- copyFrom(JUnitPlatformOptions) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
-
Copies the options from the source options into the current one.
- copyFrom(TestNGOptions) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Copies the options from the source options into the current one.
- copyFrom(PatternFilterable) - Method in class org.gradle.api.tasks.util.PatternSet
- CopyProcessingSpec - Interface in org.gradle.api.file
-
Specifies the destination of a copy.
- copyRecursive() - Method in interface org.gradle.api.artifacts.Configuration
-
Creates a copy of this configuration that contains the dependencies directly in this configuration and those derived from superconfigurations.
- copyRecursive(Closure) - Method in interface org.gradle.api.artifacts.Configuration
-
Takes a closure which gets coerced into a
Spec
. - copyRecursive(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
-
Creates a copy of this configuration with dependencies from superconfigurations (see
Configuration.copyRecursive()
) but filtering the dependencies using the dependencySpec. - CopySourceSpec - Interface in org.gradle.api.file
-
Specifies sources for a file copy.
- copySpec() - Method in interface org.gradle.api.file.FileSystemOperations
-
Creates a
CopySpec
which can later be used to copy files or create an archive. - copySpec() - Method in interface org.gradle.api.Project
-
Creates a
CopySpec
which can later be used to copy files or create an archive. - copySpec(Closure) - Method in interface org.gradle.api.Project
-
Creates a
CopySpec
which can later be used to copy files or create an archive. - copySpec(Closure) - Method in interface org.gradle.api.Script
-
Creates a
CopySpec
which can later be used to copy files or create an archive. - copySpec(Action<? super CopySpec>) - Method in interface org.gradle.api.file.FileSystemOperations
-
Creates a
CopySpec
which can later be used to copy files or create an archive. - copySpec(Action<? super CopySpec>) - Method in interface org.gradle.api.Project
-
Creates a
CopySpec
which can later be used to copy files or create an archive. - CopySpec - Interface in org.gradle.api.file
-
A set of specifications for copying files.
- copyTo(File) - Method in interface org.gradle.api.file.FileTreeElement
-
Copies this file to the given target file.
- copyTo(OutputStream) - Method in interface org.gradle.api.file.FileTreeElement
-
Copies the content of this file to an output stream.
- copyTo(JavaForkOptions) - Method in class org.gradle.api.tasks.JavaExec
-
Copies these options to the given options.
- copyTo(JavaForkOptions) - Method in class org.gradle.api.tasks.testing.Test
-
Copies these options to the given options.
- copyTo(JavaForkOptions) - Method in interface org.gradle.process.JavaForkOptions
-
Copies these options to the given options.
- copyTo(ProcessForkOptions) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Copies these options to the given target options.
- copyTo(ProcessForkOptions) - Method in class org.gradle.api.tasks.JavaExec
-
Copies these options to the given target options.
- copyTo(ProcessForkOptions) - Method in class org.gradle.api.tasks.testing.Test
-
Copies these options to the given target options.
- copyTo(ProcessForkOptions) - Method in interface org.gradle.process.ProcessForkOptions
-
Copies these options to the given target options.
- copyURLToFile(URL, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- CoreJavadocOptions - Class in org.gradle.external.javadoc
-
Provides the core Javadoc Options.
- CoreJavadocOptions() - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
- CoreJavadocOptions(CoreJavadocOptions, JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
- CoreJavadocOptions(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
- CORRELATION_ID_GRADLE_PROPERTY_NAME - Static variable in class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- CPlugin - Class in org.gradle.language.c.plugins
-
A plugin for projects wishing to build native binary components from C sources.
- CPlugin() - Constructor for class org.gradle.language.c.plugins.CPlugin
- CppApplication - Interface in org.gradle.language.cpp
-
Configuration for a C++ application, defining the source files that make up the application plus other settings.
- CppApplication - Interface in org.gradle.tooling.model.cpp
-
A C++ application.
- CppApplicationPlugin - Class in org.gradle.language.cpp.plugins
-
A plugin that produces a native application from C++ source.
- CppApplicationPlugin(NativeComponentFactory, ToolChainSelector, ImmutableAttributesFactory, TargetMachineFactory) - Constructor for class org.gradle.language.cpp.plugins.CppApplicationPlugin
- CppBasePlugin - Class in org.gradle.language.cpp.plugins
-
A common base plugin for the C++ executable and library plugins
- CppBasePlugin(ProjectPublicationRegistry) - Constructor for class org.gradle.language.cpp.plugins.CppBasePlugin
- CppBinary - Interface in org.gradle.language.cpp
-
A binary built from C++ source and linked from the resulting object files.
- CppBinary - Interface in org.gradle.tooling.model.cpp
-
Represents a C++ binary.
- CppCompile - Class in org.gradle.language.cpp.tasks
-
Compiles C++ source files into object files.
- CppCompile() - Constructor for class org.gradle.language.cpp.tasks.CppCompile
- CppComponent - Interface in org.gradle.language.cpp
-
Configuration for a C++ component, such as a library or executable, defining the source files and private header directories that make up the component.
- CppComponent - Interface in org.gradle.tooling.model.cpp
-
Represents a C++ component.
- CppExecutable - Interface in org.gradle.language.cpp
-
An executable built from C++ source.
- CppExecutable - Interface in org.gradle.tooling.model.cpp
-
A C++ executable binary.
- CppLangPlugin - Class in org.gradle.language.cpp.plugins
-
Adds core C++ language support.
- CppLangPlugin() - Constructor for class org.gradle.language.cpp.plugins.CppLangPlugin
- CppLibrary - Interface in org.gradle.language.cpp
-
Configuration for a C++ library, defining the source files and header directories that make up the library plus other settings.
- CppLibrary - Interface in org.gradle.tooling.model.cpp
-
A C++ library.
- CppLibraryPlugin - Class in org.gradle.language.cpp.plugins
-
A plugin that produces a native library from C++ source.
- CppLibraryPlugin(NativeComponentFactory, ToolChainSelector, ImmutableAttributesFactory, TargetMachineFactory) - Constructor for class org.gradle.language.cpp.plugins.CppLibraryPlugin
-
CppLibraryPlugin.
- CppPlatform - Interface in org.gradle.language.cpp
-
A target platform for building C++ binaries.
- CppPlugin - Class in org.gradle.language.cpp.plugins
-
A plugin for projects wishing to build native binary components from C++ sources.
- CppPlugin() - Constructor for class org.gradle.language.cpp.plugins.CppPlugin
- CppPreCompiledHeaderCompile - Class in org.gradle.language.cpp.tasks
-
Compiles C++ header source files into object files.
- CppPreCompiledHeaderCompile() - Constructor for class org.gradle.language.cpp.tasks.CppPreCompiledHeaderCompile
- CppProject - Interface in org.gradle.tooling.model.cpp
-
Details about the C++ components of a Gradle project.
- CppSharedLibrary - Interface in org.gradle.language.cpp
-
A shared library built from C++ source.
- CppSharedLibrary - Interface in org.gradle.tooling.model.cpp
-
A C++ shared library binary.
- CppSourceSet - Interface in org.gradle.language.cpp
-
A set of C++ source files.
- CppStaticLibrary - Interface in org.gradle.language.cpp
-
A static library built from C++ source.
- CppStaticLibrary - Interface in org.gradle.tooling.model.cpp
-
A C++ static library binary.
- CppTestExecutable - Interface in org.gradle.nativeplatform.test.cpp
-
A test executable with tests implemented in C++.
- CppTestSuite - Interface in org.gradle.nativeplatform.test.cpp
-
A C++ test suite.
- CppTestSuite - Interface in org.gradle.tooling.model.cpp
-
A C++ test suite.
- CppUnitTestPlugin - Class in org.gradle.nativeplatform.test.cpp.plugins
-
A plugin that sets up the infrastructure for testing C++ binaries using a simple test executable.
- CppUnitTestPlugin(NativeComponentFactory, ToolChainSelector, ObjectFactory, ImmutableAttributesFactory, TargetMachineFactory) - Constructor for class org.gradle.nativeplatform.test.cpp.plugins.CppUnitTestPlugin
- CPreCompiledHeaderCompile - Class in org.gradle.language.c.tasks
-
Compiles C header source files into object files.
- CPreCompiledHeaderCompile() - Constructor for class org.gradle.language.c.tasks.CPreCompiledHeaderCompile
- create() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- create() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- create() - Method in class org.gradle.ide.xcode.tasks.GenerateSchemeFileTask
- create() - Method in class org.gradle.ide.xcode.tasks.GenerateWorkspaceSettingsFileTask
- create() - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeProjectFileTask
- create() - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeWorkspaceFileTask
- create() - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
- create() - Method in class org.gradle.plugins.ide.api.PropertyListGeneratorTask
- create() - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
- create() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
- create() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
- create() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseProject
- create() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
- create() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
- create() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaModule
- create() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaProject
- create() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
- create() - Static method in class org.gradle.testkit.runner.GradleRunner
-
Creates a new Gradle runner.
- create(CharSequence) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintFactory
-
Create a
DependencyConstraint
from the"group:name:version"
notation. - create(CharSequence) - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Create an
ExternalModuleDependency
from the"group:name:version:classifier@extension"
notation. - create(Class<? extends LanguageSourceSet>, Class<T>, ComponentSpecIdentifier, ObjectFactory) - Static method in class org.gradle.language.base.sources.BaseLanguageSourceSet
-
Create a source set instance.
- create(Class<? extends BinarySpec>, Class<T>, ComponentSpecIdentifier, MutableModelNode, MutableModelNode, Instantiator, NamedEntityInstantiator<Task>, CollectionCallbackActionDecorator, DomainObjectCollectionFactory) - Static method in class org.gradle.platform.base.binary.BaseBinarySpec
-
Creates a
BaseBinarySpec
. - create(Class<T>, String, Class<? extends T>, Object...) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Creates and adds a new extension to this container.
- create(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
-
Creates a dependency constraint without adding it to a configuration.
- create(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Creates a dependency without adding it to a configuration.
- create(Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Creates a dependency without adding it to a configuration, and configures the dependency using the given closure.
- create(Object, Action<? super DependencyConstraint>) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
-
Creates a dependency constraint without adding it to a configuration, and configures the dependency constraint using the given closure.
- create(String) - Method in interface org.gradle.api.NamedDomainObjectContainer
-
Creates a new item with the given name, adding it to this container.
- create(String) - Method in interface org.gradle.api.NamedDomainObjectFactory
-
Creates a new object with the given name.
- create(String) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
with the given name and adds it to this container. - create(String) - Method in interface org.gradle.model.ModelMap
-
Defines an item with the given name and type T.
- create(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectContainer
-
Creates a new item with the given name, adding it to this container, then configuring it with the given closure.
- create(String, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
with the given name adds it to this container. - create(String, Class<S>) - Method in interface org.gradle.model.ModelMap
-
Defines an item with the given name and type.
- create(String, Class<S>, Action<? super S>) - Method in interface org.gradle.model.ModelMap
-
Defines an item with the given name and type.
- create(String, Class<T>) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
with the given name and type, and adds it to this container. - create(String, Class<T>, Object...) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Creates and adds a new extension to this container.
- create(String, Class<T>, Object...) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
with the given name and type, passing the given arguments to the@Inject
-annotated constructor, and adds it to this container. - create(String, Class<T>, Action<? super T>) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
with the given name and type, configures it with the given action, and adds it to this container. - create(String, Class<T>, Action<? super T>) - Method in interface org.gradle.platform.base.BinaryTasksCollection
- create(String, Class<U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
-
Creates a domain object with the specified name and type, and adds it to the container.
- create(String, Class<U>, Action<? super U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
-
Creates a domain object with the specified name and type, adds it to the container, and configures it with the specified action.
- create(String, String, String) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintFactory
-
Create a
DependencyConstraint
from a series of strings. - create(String, String, String) - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Create an
ExternalModuleDependency
from a series of strings. - create(String, String, String, String, String) - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Create an
ExternalModuleDependency
from a series of strings. - create(String, Action<? super T>) - Method in interface org.gradle.api.NamedDomainObjectContainer
-
Creates a new item with the given name, adding it to this container, then configuring it with the given action.
- create(String, Action<? super T>) - Method in interface org.gradle.model.ModelMap
-
Defines an item with the given name and type T.
- create(Map<String, ?>) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
and adds it to this container. - create(Map<String, ?>, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
adds it to this container. - create(Action<? super T>) - Method in interface org.gradle.model.ModelSet
-
Declares a new set element, configured by the given action.
- create(MinimalExternalModuleDependency) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintFactory
-
Create a
DependencyConstraint
from aMinimalExternalModuleDependency
. - create(ProjectDependency) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintFactory
-
Create a
DependencyConstraint
from aProjectDependency
. - create(FileCollection) - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Create a
FileCollectionDependency
from aFileCollection
. - create(Project) - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Create a
ProjectDependency
from aProject
. - create(TypeOf<T>, String, Class<? extends T>, Object...) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Creates and adds a new extension to this container.
- createAntBuilder() - Method in interface org.gradle.api.Project
-
Creates an additional
AntBuilder
for this project. - createArtifactResolutionQuery() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Creates an artifact resolution query.
- createBuildCacheService(T, BuildCacheServiceFactory.Describer) - Method in interface org.gradle.caching.BuildCacheServiceFactory
-
Creates a build cache service from the given configuration.
- createCompileSpec() - Method in class org.gradle.language.c.tasks.CCompile
- createCompileSpec() - Method in class org.gradle.language.c.tasks.CPreCompiledHeaderCompile
- createCompileSpec() - Method in class org.gradle.language.cpp.tasks.CppCompile
- createCompileSpec() - Method in class org.gradle.language.cpp.tasks.CppPreCompiledHeaderCompile
- createCompileSpec() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- createCompileSpec() - Method in class org.gradle.language.objectivec.tasks.ObjectiveCCompile
- createCompileSpec() - Method in class org.gradle.language.objectivec.tasks.ObjectiveCPreCompiledHeaderCompile
- createCompileSpec() - Method in class org.gradle.language.objectivecpp.tasks.ObjectiveCppCompile
- createCompileSpec() - Method in class org.gradle.language.objectivecpp.tasks.ObjectiveCppPreCompiledHeaderCompile
- createConfigurations() - Method in class org.gradle.api.plugins.quality.PmdPlugin
- createCopyAction() - Method in class org.gradle.api.tasks.AbstractCopyTask
- createCopyAction() - Method in class org.gradle.api.tasks.bundling.Tar
- createCopyAction() - Method in class org.gradle.api.tasks.bundling.Zip
- createCopyAction() - Method in class org.gradle.api.tasks.Copy
- createCopyAction() - Method in class org.gradle.api.tasks.Sync
- createCopyActionExecuter() - Method in class org.gradle.api.tasks.AbstractCopyTask
- createCopyActionExecuter() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
- createdResources(Action<? super CacheResourceConfiguration>) - Method in interface org.gradle.api.cache.CacheConfigurations
-
Configures caching for resources that are created by Gradle during the course of a build.
- createExtension() - Method in class org.gradle.api.plugins.quality.CheckstylePlugin
- createExtension() - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- createExtension() - Method in class org.gradle.api.plugins.quality.PmdPlugin
- createLinkerSpec() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
- createLinkerSpec() - Method in class org.gradle.nativeplatform.tasks.LinkExecutable
- createLinkerSpec() - Method in class org.gradle.nativeplatform.tasks.LinkMachOBundle
- createLinkerSpec() - Method in class org.gradle.nativeplatform.tasks.LinkSharedLibrary
- createMessage(String) - Static method in exception org.gradle.api.plugins.ExtraPropertiesExtension.UnknownPropertyException
- createMessage(String, ModelPath, ModelType<?>, ModelRuleDescriptor) - Static method in exception org.gradle.model.ReadOnlyModelViewException
- createRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
- createRootSpec() - Method in class org.gradle.api.tasks.Copy
- createRootSpec() - Method in class org.gradle.api.tasks.Sync
- createSignatory(String, String, File, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatory(String, PGPSecretKey, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatory(Project) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatory(Project, boolean) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatory(Project, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatory(Project, String, boolean) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatory(Project, String, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatory(Project, String, String, boolean) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- createSignatoryFor(Project, String, Object[]) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryProvider
- createSignatoryProvider() - Method in class org.gradle.plugins.signing.SigningExtension
-
Provides the signatory provider.
- createSignatureGenerator() - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatory
- createSignatureTypeProvider() - Method in class org.gradle.plugins.signing.SigningExtension
-
Provides the signature type provider.
- createSpec() - Method in class org.gradle.api.tasks.scala.ScalaCompile
- createSpec() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- CreateStartScripts - Class in org.gradle.api.tasks.application
-
Creates start scripts for launching JVM applications.
- CreateStartScripts - Class in org.gradle.jvm.application.tasks
-
Creates start scripts for launching JVM applications.
- CreateStartScripts() - Constructor for class org.gradle.api.tasks.application.CreateStartScripts
- CreateStartScripts() - Constructor for class org.gradle.jvm.application.tasks.CreateStartScripts
- CreateStaticLibrary - Class in org.gradle.nativeplatform.tasks
-
Assembles a static library from object files.
- CreateStaticLibrary() - Constructor for class org.gradle.nativeplatform.tasks.CreateStaticLibrary
- createTestExecuter() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Creates test executer.
- createTestExecuter() - Method in class org.gradle.api.tasks.testing.Test
- createTestExecuter() - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
- createTestExecutionSpec() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Creates test execution specification.
- createTestExecutionSpec() - Method in class org.gradle.api.tasks.testing.Test
-
Creates test execution specification.
- createTestExecutionSpec() - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
- credentials(Class<? extends Credentials>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Configures the credentials for this repository that will be provided by the build.
- credentials(Class<T>, String) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
for the givenCredentials
type. - credentials(Class<T>, Action<? super T>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Configures the credentials for this repository using the supplied action.
- credentials(Class<T>, Provider<String>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
for the givenCredentials
type. - credentials(Action<? super PasswordCredentials>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Configures the username and password credentials for this repository using the supplied action.
- credentials(Action<? super HttpBuildCacheCredentials>) - Method in class org.gradle.caching.http.HttpBuildCache
-
Configures the credentials used to access the HTTP cache backend.
- Credentials - Interface in org.gradle.api.credentials
-
Base interface for credentials used for different authentication purposes.
- CSourceSet - Interface in org.gradle.language.c
-
A set of C source files.
- CUnitConventionPlugin - Class in org.gradle.nativeplatform.test.cunit.plugins
-
A plugin that applies the
CUnitPlugin
and adds conventions on top of it. - CUnitConventionPlugin() - Constructor for class org.gradle.nativeplatform.test.cunit.plugins.CUnitConventionPlugin
- CUnitPlugin - Class in org.gradle.nativeplatform.test.cunit.plugins
-
A plugin that sets up the infrastructure for testing native binaries with CUnit.
- CUnitPlugin() - Constructor for class org.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin
- CUnitTestSuiteBinarySpec - Interface in org.gradle.nativeplatform.test.cunit
-
An executable which run a CUnit test suite.
- CUnitTestSuiteSpec - Interface in org.gradle.nativeplatform.test.cunit
-
Test suite of CUnit tests.
- current() - Static method in enum org.gradle.api.JavaVersion
-
Returns the version of the current JVM.
- current() - Static method in interface org.gradle.jvm.toolchain.JavaLanguageVersion
-
Get the current (i.e., the current runtime) Java Language version.
- current() - Static method in class org.gradle.util.GradleVersion
-
Returns the current Gradle version.
- CustomizableHtmlReport - Interface in org.gradle.api.reporting
-
A HTML Report whose generation can be customized with a XSLT stylesheet.
D
- DAEMON - org.gradle.language.scala.tasks.KeepAliveMode
-
The compiler is kept alive across builds.
- deactivateDependencyLocking() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Deactivates dependency locking support in Gradle.
- debug(String, Object...) - Method in interface org.gradle.api.logging.Logger
-
Multiple-parameters friendly debug method
- debug(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Convenience method to set
DebugOptions
with named parameter syntax. - debug(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Configures logging options for debug level.
- DEBUG - org.gradle.api.AntBuilder.AntMessagePriority
- DEBUG - org.gradle.api.logging.LogLevel
- DEBUGGABLE_ATTRIBUTE - Static variable in interface org.gradle.language.cpp.CppBinary
-
The dependency resolution attribute use to indicate whether a binary is debuggable or not.
- debugOptions(Action<JavaDebugOptions>) - Method in class org.gradle.api.tasks.JavaExec
-
Configures Java Debug Wire Protocol properties for the process.
- debugOptions(Action<JavaDebugOptions>) - Method in class org.gradle.api.tasks.testing.Test
-
Configures Java Debug Wire Protocol properties for the process.
- debugOptions(Action<JavaDebugOptions>) - Method in interface org.gradle.process.JavaForkOptions
-
Configures Java Debug Wire Protocol properties for the process.
- DebugOptions - Class in org.gradle.api.tasks.compile
-
Debug options for Java compilation.
- DebugOptions() - Constructor for class org.gradle.api.tasks.compile.DebugOptions
- debugTestsOn(int) - Method in interface org.gradle.tooling.TestLauncher
-
Configures test JVM to run in debug mode.
- DEFAULT - org.gradle.api.artifacts.dsl.LockMode
- DEFAULT - org.gradle.api.artifacts.ResolutionStrategy.SortOrder
- DEFAULT - Static variable in interface org.gradle.api.cache.Cleanup
-
Perform cache cleanup periodically (default is only once every 24 hours).
- DEFAULT_BUILD_DIR_NAME - Static variable in interface org.gradle.api.Project
-
The default build directory name.
- DEFAULT_BUILD_FILE - Static variable in interface org.gradle.api.Project
-
The default project build file name.
- DEFAULT_CHECKSTYLE_VERSION - Static variable in class org.gradle.api.plugins.quality.CheckstylePlugin
- DEFAULT_CODENARC_VERSION - Static variable in class org.gradle.api.plugins.quality.CodeNarcPlugin
- DEFAULT_CONFIG_FAILURE_POLICY - Static variable in class org.gradle.api.tasks.testing.testng.TestNGOptions
- DEFAULT_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.Dependency
- DEFAULT_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.signing.SigningExtension
-
The name of the configuration that all signature artifacts will be placed into ("signatures")
- DEFAULT_DISTRIBUTION_PARENT_NAME - Static variable in class org.gradle.api.tasks.wrapper.Wrapper
- DEFAULT_EXTENSION - Static variable in class org.gradle.jvm.tasks.Jar
- DEFAULT_GRADLE_USER_HOME - Static variable in class org.gradle.StartParameter
-
The default user home directory.
- DEFAULT_JACOCO_VERSION - Static variable in class org.gradle.testing.jacoco.plugins.JacocoPlugin
-
The jacoco version used if none is explicitly specified.
- DEFAULT_MAVEN_CENTRAL_REPO_NAME - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
- DEFAULT_MAVEN_LOCAL_REPO_NAME - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
- DEFAULT_PMD_VERSION - Static variable in class org.gradle.api.plugins.quality.PmdPlugin
- DEFAULT_REPORTS_DIR_NAME - Static variable in class org.gradle.api.reporting.ReportingExtension
-
The default name of the base directory for all reports, relative to
Project.getBuildDir()
("reports"). - DEFAULT_SETTINGS_FILE - Static variable in interface org.gradle.api.initialization.Settings
-
The default name for the settings file.
- DEFAULT_STATUS - Static variable in interface org.gradle.api.Project
- DEFAULT_TEST_SUITE_NAME - Static variable in class org.gradle.api.plugins.JvmTestSuitePlugin
- DEFAULT_TYPE - Static variable in interface org.gradle.api.artifacts.DependencyArtifact
- DEFAULT_VERSION - Static variable in interface org.gradle.api.Project
- DEFAULT_ZINC_VERSION - Static variable in class org.gradle.api.plugins.scala.ScalaBasePlugin
-
Default Scala Zinc compiler version
- defaultDependencies(Action<? super DependencySet>) - Method in interface org.gradle.api.artifacts.Configuration
-
Execute the given action if the configuration has no defined dependencies when it first participates in dependency resolution.
- defaultImplementation(Class<?>) - Method in interface org.gradle.platform.base.TypeBuilder
-
Allows the plugin to register the implementation type.
- defaults(Action<? super SharedModelDefaults>) - Method in interface org.gradle.api.initialization.Settings
-
Configures the model defaults for this build.
- Defaults - Annotation Type in org.gradle.model
-
Denotes that the
RuleSource
method rule carrying this annotation initializes the rule subject with default values. - DefaultSignatureTypeProvider - Class in org.gradle.plugins.signing.type
-
The default
SignatureTypeProvider
implementation including support forBinarySignatureType
andArmoredSignatureType
signatures. - DefaultSignatureTypeProvider() - Constructor for class org.gradle.plugins.signing.type.DefaultSignatureTypeProvider
- DefaultTask - Class in org.gradle.api
-
DefaultTask
is the standardTask
implementation. - DefaultTask() - Constructor for class org.gradle.api.DefaultTask
- defaultTasks(String...) - Method in interface org.gradle.api.Project
-
Sets the names of the default tasks of this project.
- define(String) - Method in interface org.gradle.nativeplatform.PreprocessingTool
-
Defines a named preprocessor macros to use when compiling this binary.
- define(String, String) - Method in interface org.gradle.nativeplatform.PreprocessingTool
-
Defines a named preprocessor macro with a value, which will be used when compiling this binary.
- define(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.AbstractOptions
- DEFLATED - org.gradle.api.tasks.bundling.ZipEntryCompression
-
Contents are compressed using the 'deflate' algorithm
- delete(Object...) - Method in interface org.gradle.api.file.DeleteSpec
-
Specifies the files to delete.
- delete(Object...) - Method in interface org.gradle.api.Project
-
Deletes files and directories.
- delete(Object...) - Method in interface org.gradle.api.Script
-
Deletes files and directories.
- delete(Object...) - Method in class org.gradle.api.tasks.Delete
-
Adds some files to be deleted by this task.
- delete(Action<? super DeleteSpec>) - Method in interface org.gradle.api.file.FileSystemOperations
-
Deletes the specified files.
- delete(Action<? super DeleteSpec>) - Method in interface org.gradle.api.Project
-
Deletes the specified files.
- Delete - Class in org.gradle.api.tasks
-
Deletes files or directories.
- Delete() - Constructor for class org.gradle.api.tasks.Delete
- deleteDirectory(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- deleteQuietly(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- DeleteSpec - Interface in org.gradle.api.file
-
A specification for deleting files from the filesystem.
- dependencies(Closure) - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Configures the dependencies for the script.
- dependencies(Closure) - Method in interface org.gradle.api.Project
-
Configures the dependencies for this project.
- dependencies(Action<? super JvmComponentDependencies>) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Configure dependencies for this component.
- Dependencies - Interface in org.gradle.api.artifacts.dsl
-
Universal APIs that are available for all
dependencies
blocks. - DEPENDENCIES_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
- DependenciesMetadata<T extends DependencyMetadata> - Interface in org.gradle.api.artifacts
-
Describes metadata about a dependency - direct dependencies or dependency constraints - declared in a resolved component's metadata.
- Dependency - Interface in org.gradle.api.artifacts
-
A
Dependency
represents a dependency on the artifacts from a particular source. - Dependency - Interface in org.gradle.plugins.ide.idea.model
-
Represents a dependency of an IDEA module.
- Dependency - Interface in org.gradle.tooling.model
-
Represents an artifact dependency.
- DEPENDENCY_FIRST - org.gradle.api.artifacts.ResolutionStrategy.SortOrder
- DEPENDENCY_INSIGHT_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
- DEPENDENCY_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
- DependencyArtifact - Interface in org.gradle.api.artifacts
-
Data class that represents an artifact included in a
Dependency
. - DependencyArtifactSelector - Interface in org.gradle.api.artifacts
-
Details about an artifact selection in the context of a dependency substitution.
- dependencyCollector() - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
DependencyCollector
used for declaring dependencies. - DependencyCollector - Interface in org.gradle.api.artifacts.dsl
-
A
DependencyCollector
is used as part of a dependencies block in the DSL. - DependencyConstraint - Interface in org.gradle.api.artifacts
-
Represents a constraints over all, including transitive, dependencies.
- DependencyConstraintFactory - Interface in org.gradle.api.artifacts.dsl
-
Factory class for creating
DependencyConstraint
instances, with strong typing. - DependencyConstraintHandler - Interface in org.gradle.api.artifacts.dsl
-
A
DependencyConstraintHandler
is used to declare dependency constraints. - DependencyConstraintMetadata - Interface in org.gradle.api.artifacts
-
Describes a dependency constraint declared in a resolved component's metadata, which typically originates from a component descriptor (Gradle metadata file).
- DependencyConstraintSet - Interface in org.gradle.api.artifacts
-
A set of dependency constraint definitions that are associated with a configuration.
- DependencyConstraintsMetadata - Interface in org.gradle.api.artifacts
-
Describes the dependency constraints of a variant declared in a resolved component's metadata, which typically originate from a component descriptor (Gradle metadata file).
- DependencyFactory - Interface in org.gradle.api.artifacts.dsl
-
Factory class for creating
Dependency
instances, with strong typing. - DependencyHandler - Interface in org.gradle.api.artifacts.dsl
-
A
DependencyHandler
is used to declare dependencies. - DependencyInsightReportTask - Class in org.gradle.api.tasks.diagnostics
-
Generates a report that attempts to answer questions like: Why is this dependency in the dependency graph? Exactly which dependencies are pulling this dependency into the graph? What is the actual version (i.e.
- DependencyInsightReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
- dependencyLocking(Closure) - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Configures dependency locking
- dependencyLocking(Action<? super DependencyLockingHandler>) - Method in interface org.gradle.api.Project
-
Configures dependency locking
- DependencyLockingHandler - Interface in org.gradle.api.artifacts.dsl
-
A
DependencyLockingHandler
manages the behaviour and configuration of dependency locking. - DependencyMetadata<SELF extends DependencyMetadata> - Interface in org.gradle.api.artifacts
-
Describes a metadata about a dependency - direct dependency or dependency constraint - declared in a resolved component's metadata.
- DependencyModifier - Class in org.gradle.api.artifacts.dsl
-
A
DependencyModifier
defines how to modify a dependency inside a customdependencies
block to select a different variant. - DependencyModifier() - Constructor for class org.gradle.api.artifacts.dsl.DependencyModifier
-
Creates a new instance.
- DependencyReportContainer - Interface in org.gradle.api.reporting.dependencies
-
The set of reports that can be generated by the
HtmlDependencyReportTask
task type. - DependencyReportTask - Class in org.gradle.api.tasks.diagnostics
-
Displays the dependency tree for a project.
- DependencyReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.DependencyReportTask
- DependencyResolutionListener - Interface in org.gradle.api.artifacts
-
A
DependencyResolutionListener
is notified as dependencies are resolved. - dependencyResolutionManagement(Action<? super DependencyResolutionManagement>) - Method in interface org.gradle.api.initialization.Settings
-
Configures the cross-project dependency resolution aspects
- DependencyResolutionManagement - Interface in org.gradle.api.initialization.resolve
-
Allows configuring dependency resolution for all projects of the build.
- DependencyResolveDetails - Interface in org.gradle.api.artifacts
-
Provides details about a dependency when it is resolved.
- DependencyResult - Interface in org.gradle.api.artifacts.result
-
An edge in the dependency graph.
- dependencyScope(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Registers a new
DependencyScopeConfiguration
with an immutable role. - dependencyScope(String, Action<? super DependencyScopeConfiguration>) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Registers a
DependencyScopeConfiguration
viaConfigurationContainer.dependencyScope(String)
and then configures it with the provided action. - DependencyScopeConfiguration - Interface in org.gradle.api.artifacts
-
A
Configuration
which collects dependencies, dependency constraints, and exclude rules. - DependencySet - Interface in org.gradle.api.artifacts
-
A set of artifact dependencies.
- DependencySpec - Interface in org.gradle.platform.base
-
A dependency onto a Gradle component.
- DependencySpecBuilder - Interface in org.gradle.platform.base
-
A builder of a
DependencySpec
. - DependencySpecContainer - Interface in org.gradle.platform.base
-
A container for dependency specifications.
- dependencySubstitution(Action<? super DependencySubstitutions>) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Configures the set of dependency substitution rules for this configuration.
- dependencySubstitution(Action<? super DependencySubstitutions>) - Method in interface org.gradle.api.initialization.ConfigurableIncludedBuild
-
Configures the dependency substitution rules for this included build.
- DependencySubstitution - Interface in org.gradle.api.artifacts
-
Provides means to substitute a different dependency during resolution.
- DependencySubstitutions - Interface in org.gradle.api.artifacts
-
Allows replacing dependencies with other dependencies.
- DependencySubstitutions.Substitution - Interface in org.gradle.api.artifacts
-
Provides a DSL-friendly mechanism for specifying the target of a substitution.
- DependencyVerificationMode - Enum in org.gradle.api.artifacts.verification
-
The different dependency verification modes.
- DEPENDENT_COMPONENTS_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
- DependentComponentsReport - Class in org.gradle.api.reporting.dependents
-
Deprecated.
- DependentComponentsReport() - Constructor for class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.
- DependentSourceSet - Interface in org.gradle.language.base
-
A source set that can have dependencies on other Libraries.
- DependentSourceSet - Interface in org.gradle.language.nativeplatform
-
A source set that depends on one or more
NativeDependencySet
s to be built. - dependsOn(Object...) - Method in class org.gradle.api.DefaultTask
- dependsOn(Object...) - Method in interface org.gradle.api.Task
-
Adds the given dependencies to this task.
- DEPLOY_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.ear.EarPlugin
- deploymentDescriptor(Closure) - Method in class org.gradle.plugins.ear.Ear
-
Configures the deployment descriptor for this EAR archive.
- deploymentDescriptor(Closure) - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.Configures the deployment descriptor for this EAR archive.
- deploymentDescriptor(Action<? super DeploymentDescriptor>) - Method in class org.gradle.plugins.ear.Ear
-
Configures the deployment descriptor for this EAR archive.
- deploymentDescriptor(Action<? super DeploymentDescriptor>) - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.Configures the deployment descriptor for this EAR archive.
- DeploymentDescriptor - Interface in org.gradle.plugins.ear.descriptor
-
A deployment descriptor such as application.xml.
- depthCompare(Project) - Method in interface org.gradle.api.Project
-
Compares the nesting level of this project with another project of the multi-project hierarchy.
- Describable - Interface in org.gradle.api
-
Types can implement this interface when they provide a human-readable display name.
- description() - Method in annotation type org.gradle.api.tasks.options.Option
-
The description of this option.
- description(Action<? super IvyModuleDescriptorDescription>) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Configures the description for this publication.
- descriptor(Action<? super IvyModuleDescriptorSpec>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Configures the descriptor that will be published.
- Destination - Enum in org.gradle.tooling.events.test
-
Enumerates possible output streams for
TestOutputEvent
. - destinationDirectory(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- destinationDirectory(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- Destroys - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying a file or directory that a task destroys.
- detachedConfiguration(Dependency...) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Creates a configuration, but does not add it to this container.
- details(String) - Method in interface org.gradle.api.problems.ProblemSpec
-
The long description of this problem.
- Details - Interface in org.gradle.tooling.events.problems
-
Represents a problem details.
- determineName(Configuration) - Method in class org.gradle.api.artifacts.Configuration.Namer
-
Deprecated.
- determineName(Named) - Method in class org.gradle.api.Named.Namer
- determineName(Task) - Method in class org.gradle.api.Task.Namer
-
Deprecated.
- determineName(T) - Method in interface org.gradle.api.Namer
-
Determines the name of the given object.
- developer(Action<? super MavenPomDeveloper>) - Method in interface org.gradle.api.publish.maven.MavenPomDeveloperSpec
-
Creates, configures and adds a developer to the publication.
- developers(Action<? super MavenPomDeveloperSpec>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the developers for the publication represented by this POM.
- didWork(boolean) - Static method in class org.gradle.api.tasks.WorkResults
-
Returns a
WorkResult
object representing work done according to the given parameter. - diffSetsBy(Set<? extends T>, Set<? extends T>, Transformer<?, T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Provides a “diff report” of how the two sets are similar and how they are different, comparing the entries by some aspect.
- DigestAuthentication - Interface in org.gradle.authentication.http
-
Authentication scheme for digest access authentication over HTTP.
- dir(Object) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
-
Adds a directory where this repository will look for artifacts.
- dir(Object) - Method in interface org.gradle.api.artifacts.transform.TransformOutputs
-
Registers an output directory.
- dir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Registers an extra output dir.
- dir(Object) - Method in interface org.gradle.api.tasks.TaskInputs
-
Registers an input directory hierarchy.
- dir(Object) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Registers an output directory for this task.
- dir(String) - Method in interface org.gradle.api.file.Directory
-
Returns a
Directory
whose location is the given path, resolved relative to this directory. - dir(String) - Method in interface org.gradle.api.file.DirectoryProperty
-
Returns a
Directory
whose value is the given path resolved relative to the value of this directory. - dir(Map<String, Object>, Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Registers an extra output dir and the builtBy information.
- dir(Provider<? extends CharSequence>) - Method in interface org.gradle.api.file.Directory
- dir(Provider<? extends CharSequence>) - Method in interface org.gradle.api.file.DirectoryProperty
-
Returns a
Directory
whose value is the given path resolved relative to the value of this directory. - dir(Provider<File>) - Method in interface org.gradle.api.file.ProjectLayout
- DirectDependenciesMetadata - Interface in org.gradle.api.artifacts
-
Describes the dependencies of a variant declared in a resolved component's metadata, which typically originate from a component descriptor (Gradle metadata file, Ivy file, Maven POM).
- DirectDependencyMetadata - Interface in org.gradle.api.artifacts
-
Describes a dependency declared in a resolved component's metadata, which typically originates from a component descriptor (Gradle metadata file, Ivy file, Maven POM).
- Directory - Interface in org.gradle.api.file
-
Represents a directory at some fixed location on the file system.
- DIRECTORY - org.gradle.api.file.FileType
- DIRECTORY - org.gradle.api.PathValidation
- DIRECTORY - org.gradle.api.reporting.Report.OutputType
-
The report outputs files into a directory.
- DIRECTORY_TYPE - Static variable in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Represents a raw directory
- DirectoryBuildCache - Class in org.gradle.caching.local
-
Configuration object for the local directory build cache.
- DirectoryBuildCache() - Constructor for class org.gradle.caching.local.DirectoryBuildCache
- directoryPermissions(Action<? super ConfigurableFilePermissions>) - Method in interface org.gradle.api.file.FileSystemOperations
-
Creates and configures directory access permissions.
- directoryProperty() - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
DirectoryProperty
that uses the project directory to resolve relative paths, if required. - DirectoryProperty - Interface in org.gradle.api.file
-
Represents some configurable directory location, whose value is mutable.
- DirectoryReport - Interface in org.gradle.api.reporting
-
A directory based report to be created.
- DirectoryTree - Interface in org.gradle.api.file
-
A directory with some associated include and exclude patterns.
- dirPermissions(Action<? super ConfigurableFilePermissions>) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Configuration action for specifying directory access permissions.
- dirPermissions(Action<? super ConfigurableFilePermissions>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Configuration action for specifying directory access permissions.
- dirs(Object...) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
-
Adds some directories where this repository will look for artifacts.
- dirs(Object...) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Registers some output directories for this task.
- disableAutoTargetJvm() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.If this method is called, Gradle will not automatically try to fetch dependencies which have a JVM version compatible with this module.
- disableAutoTargetJvm() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
If this method is called, Gradle will not automatically try to fetch dependencies which have a JVM version compatible with the target compatibility of this module.
- DisableCachingByDefault - Annotation Type in org.gradle.work
-
Attached to a task or artifact transform type to indicate that task output caching should be disabled by default for work of this type.
- disableConsistentResolution() - Method in interface org.gradle.api.artifacts.Configuration
-
Disables consistent resolution for this configuration.
- DISABLED - Static variable in interface org.gradle.api.cache.Cleanup
-
Never perform cache cleanup.
- disableDependencyVerification() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Deactivates dependency verification for this configuration.
- disablePublication() - Method in interface org.gradle.api.plugins.FeatureSpec
-
By default, features are published on external repositories.
- disallowChanges() - Method in interface org.gradle.api.provider.HasConfigurableValue
-
Disallows further direct changes to this object.
- disallowUnsafeRead() - Method in interface org.gradle.api.provider.HasConfigurableValue
-
Disallows reading the value of this object when its value may not yet be available or may still change.
- DisambiguationRuleChain<T> - Interface in org.gradle.api.attributes
-
A chain of disambiguation rules.
- disconnect() - Method in class org.gradle.tooling.GradleConnector
-
Disconnects all ProjectConnection instances created by this connector.
- Distribution - Interface in org.gradle.api.distribution
-
A distribution allows to bundle an application or a library including dependencies, sources...
- DistributionContainer - Interface in org.gradle.api.distribution
-
A
DistributionContainer
manages a set ofDistribution
objects. - DistributionLocator - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- DistributionLocator() - Constructor for class org.gradle.util.DistributionLocator
-
Deprecated.
- distributionManagement(Action<? super MavenPomDistributionManagement>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the distribution management for the publication represented by this POM.
- DistributionPlugin - Class in org.gradle.api.distribution.plugins
-
A
Plugin
to package project as a distribution. - DistributionPlugin(Instantiator, FileOperations, CollectionCallbackActionDecorator) - Constructor for class org.gradle.api.distribution.plugins.DistributionPlugin
- docEncoding(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- docFilesSubDirs() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- docFilesSubDirs(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- doclet(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- doclet(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- docletpath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- docletpath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- doCopyFrom(PatternSet) - Method in class org.gradle.api.tasks.util.PatternSet
- DOCS_TYPE_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.DocsType
- DocsType - Interface in org.gradle.api.attributes
-
Attributes to qualify the type of documentation.
- docTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- DOCUMENTATION - Static variable in interface org.gradle.api.attributes.Category
-
The documentation category
- DOCUMENTATION_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
-
Task group name for documentation-related tasks.
- DocumentationLink - Interface in org.gradle.tooling.events.problems
-
Represents documentation link.
- documentedAt(String) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares where this problem is documented.
- doFirst(Closure) - Method in class org.gradle.api.DefaultTask
- doFirst(Closure) - Method in interface org.gradle.api.Task
-
Adds the given closure to the beginning of this task's action list.
- doFirst(String, Action<? super Task>) - Method in class org.gradle.api.DefaultTask
- doFirst(String, Action<? super Task>) - Method in interface org.gradle.api.Task
-
Adds the given
Action
to the beginning of this task's action list. - doFirst(Action<? super Task>) - Method in class org.gradle.api.DefaultTask
- doFirst(Action<? super Task>) - Method in interface org.gradle.api.Task
-
Adds the given
Action
to the beginning of this task's action list. - doGenerate() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
- doGenerate() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
- doLast(Closure) - Method in class org.gradle.api.DefaultTask
- doLast(Closure) - Method in interface org.gradle.api.Task
-
Adds the given closure to the end of this task's action list.
- doLast(String, Action<? super Task>) - Method in class org.gradle.api.DefaultTask
- doLast(String, Action<? super Task>) - Method in interface org.gradle.api.Task
-
Adds the given
Action
to the end of this task's action list. - doLast(Action<? super Task>) - Method in class org.gradle.api.DefaultTask
- doLast(Action<? super Task>) - Method in interface org.gradle.api.Task
-
Adds the given
Action
to the end of this task's action list. - domainObject - Variable in class org.gradle.plugins.ide.api.GeneratorTask
- DomainObjectCollection<T> - Interface in org.gradle.api
-
A
DomainObjectCollection
is a specialisedCollection
that adds the ability to receive modification notifications and use live filtered sub collections. - domainObjectContainer(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
NamedDomainObjectContainer
for managing named objects of the specified type. - domainObjectContainer(Class<T>, NamedDomainObjectFactory<T>) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
NamedDomainObjectContainer
for managing named objects of the specified type. - domainObjectSet(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
DomainObjectSet
for managing objects of the specified type. - DomainObjectSet<T> - Interface in org.gradle.api
- DomainObjectSet<T> - Interface in org.gradle.tooling.model
-
A set of domain objects of type T.
- doNotCacheIf(String, Spec<? super Task>) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Disable caching the results of the task if the given spec is satisfied.
- doNotEndorseStrictVersions() - Method in interface org.gradle.api.artifacts.DirectDependencyMetadata
-
Resets the
DirectDependencyMetadata.isEndorsingStrictVersions()
state of this dependency. - doNotEndorseStrictVersions() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Resets the
ModuleDependency.isEndorsingStrictVersions()
state of this dependency. - doNotTrackState(String) - Method in interface org.gradle.api.Task
-
Do not track the state of the task.
- doSignOperation(Closure<?>) - Method in class org.gradle.plugins.signing.SigningExtension
- doSignOperation(Action<SignOperation>) - Method in class org.gradle.plugins.signing.SigningExtension
- downloadedResources(Action<? super CacheResourceConfiguration>) - Method in interface org.gradle.api.cache.CacheConfigurations
-
Configures caching for resources that are downloaded during Gradle builds.
- DOXYGEN - Static variable in interface org.gradle.api.attributes.DocsType
-
The typical documentation for native APIs
- DuplicateFileCopyingException - Exception in org.gradle.api.file
-
Thrown when more than one file with the same relative path name is to be copied and the
DuplicatesStrategy
is set to DuplicatesStrategy.FAIL - DuplicateFileCopyingException(String) - Constructor for exception org.gradle.api.file.DuplicateFileCopyingException
- DuplicatesStrategy - Enum in org.gradle.api.file
-
Strategies for dealing with the potential creation of duplicate files or archive entries.
- DYNAMIC_LIB - Static variable in interface org.gradle.api.attributes.LibraryElements
-
Dynamic libraries for native modules
E
- Each - Annotation Type in org.gradle.model
-
Signals that a
RuleSource
rule should be applied to all matching descendant elements of the scope instead of the scope itself. - eachDependency(Action<? super DependencyResolveDetails>) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Adds a dependency substitution rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
- eachEntry(Closure<?>) - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
-
Adds an action to be applied to each key-value tuple in a merge operation.
- eachEntry(Action<? super ManifestMergeDetails>) - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
-
Adds an action to be applied to each key-value tuple in a merge operation.
- eachFile(Closure) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Adds an action to be applied to each file as it about to be copied into its destination.
- eachFile(Closure) - Method in interface org.gradle.api.file.CopySpec
-
Adds an action to be applied to each file as it about to be copied into its destination.
- eachFile(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an action to be applied to each file as it about to be copied into its destination.
- eachFile(Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Adds an action to be applied to each file as it is about to be copied into its destination.
- eachFile(Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
-
Adds an action to be applied to each file as it is about to be copied into its destination.
- eachFile(Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an action to be applied to each file as it is about to be copied into its destination.
- eachPlatform(Action<? super GccPlatformToolChain>) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
-
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
- eachPlatform(Action<? super VisualCppPlatformToolChain>) - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
-
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
- eachPlugin(Action<? super PluginResolveDetails>) - Method in interface org.gradle.plugin.management.PluginResolutionStrategy
-
Adds an action that is executed for each plugin that is resolved.
- Ear - Class in org.gradle.plugins.ear
-
Assembles an EAR archive.
- Ear() - Constructor for class org.gradle.plugins.ear.Ear
- EAR_EXTENSION - Static variable in class org.gradle.plugins.ear.Ear
- EAR_TASK_NAME - Static variable in class org.gradle.plugins.ear.EarPlugin
- EARLIB_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.ear.EarPlugin
- EarModule - Interface in org.gradle.plugins.ear.descriptor
-
A module element in a deployment descriptor like application.xml.
- EarPlugin - Class in org.gradle.plugins.ear
-
A
Plugin
with tasks which assemble a web application into a EAR file. - EarPlugin(ObjectFactory, JvmPluginServices, TaskDependencyFactory) - Constructor for class org.gradle.plugins.ear.EarPlugin
-
Injects an
ObjectFactory
- EarPluginConvention - Class in org.gradle.plugins.ear
-
Deprecated.Instead of using conventions, configure the tasks directly. This class is scheduled for removal in Gradle 9.0.
- EarPluginConvention() - Constructor for class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.
- EarSecurityRole - Interface in org.gradle.plugins.ear.descriptor
-
A security-role element in a deployment descriptor like application.xml.
- EarWebModule - Interface in org.gradle.plugins.ear.descriptor
-
A module element in a deployment descriptor like application.xml that has a web child element.
- ECLIPSE_CP_TASK_NAME - Static variable in class org.gradle.plugins.ide.eclipse.EclipsePlugin
- ECLIPSE_JDT_TASK_NAME - Static variable in class org.gradle.plugins.ide.eclipse.EclipsePlugin
- ECLIPSE_PROJECT_TASK_NAME - Static variable in class org.gradle.plugins.ide.eclipse.EclipsePlugin
- ECLIPSE_TASK_NAME - Static variable in class org.gradle.plugins.ide.eclipse.EclipsePlugin
- ECLIPSE_WTP_COMPONENT_TASK_NAME - Static variable in class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
- ECLIPSE_WTP_FACET_TASK_NAME - Static variable in class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
- EclipseBuildCommand - Interface in org.gradle.tooling.model.eclipse
-
An Eclipse build command is a reference to a project builder object which automatically executes whenever a resource in the associate project changes.
- EclipseClasspath - Class in org.gradle.plugins.ide.eclipse.model
-
The build path settings for the generated Eclipse project.
- EclipseClasspath(Project) - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- EclipseClasspathContainer - Interface in org.gradle.tooling.model.eclipse
-
Eclipse classpath entry used by third-party plugins to contribute to the project's classpath.
- EclipseClasspathEntry - Interface in org.gradle.tooling.model.eclipse
-
An element that can have classpath attributes.
- EclipseExternalDependency - Interface in org.gradle.tooling.model.eclipse
-
Represents an Eclipse-specific external artifact dependency.
- EclipseJavaSourceSettings - Interface in org.gradle.tooling.model.eclipse
-
Describes Eclipse Java source settings for compiling and running some Java source code.
- EclipseJdt - Class in org.gradle.plugins.ide.eclipse.model
-
Enables fine-tuning jdt details of the Eclipse plugin
- EclipseJdt(PropertiesFileContentMerger) - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseJdt
- EclipseLinkedResource - Interface in org.gradle.tooling.model.eclipse
-
Linked resources are files and folders that are stored in locations in the file system outside of the project's location.
- EclipseModel - Class in org.gradle.plugins.ide.eclipse.model
-
DSL-friendly model of the Eclipse project information.
- EclipseModel() - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseModel
- EclipseModel(Project) - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Constructor.
- EclipseOutputLocation - Interface in org.gradle.tooling.model.eclipse
-
The output location of an Eclipse project.
- EclipsePlugin - Class in org.gradle.plugins.ide.eclipse
-
A plugin which generates Eclipse files.
- EclipsePlugin(UniqueProjectNameProvider, IdeArtifactRegistry, JvmPluginServices) - Constructor for class org.gradle.plugins.ide.eclipse.EclipsePlugin
- EclipseProject - Class in org.gradle.plugins.ide.eclipse.model
-
Enables fine-tuning project details (.project file) of the Eclipse plugin
- EclipseProject - Interface in org.gradle.tooling.model.eclipse
-
The complete model of an Eclipse project.
- EclipseProject(XmlFileContentMerger) - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseProject
- EclipseProjectDependency - Interface in org.gradle.tooling.model.eclipse
-
Represents a dependency on another Eclipse project.
- EclipseProjectNature - Interface in org.gradle.tooling.model.eclipse
-
An Eclipse project nature definition.
- EclipseRuntime - Interface in org.gradle.tooling.model.eclipse
-
Information about the eclipse instance.
- EclipseSourceDirectory - Interface in org.gradle.tooling.model.eclipse
-
A source directory in an Eclipse project.
- EclipseWorkspace - Interface in org.gradle.tooling.model.eclipse
-
Information about the eclipse workspace.
- EclipseWorkspaceProject - Interface in org.gradle.tooling.model.eclipse
-
Information about a project in the eclipse workspace.
- EclipseWtp - Class in org.gradle.plugins.ide.eclipse.model
-
Enables fine-tuning wtp/wst details of the Eclipse plugin
- EclipseWtp() - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseWtp
- EclipseWtpComponent - Class in org.gradle.plugins.ide.eclipse.model
-
Enables fine-tuning wtp component details of the Eclipse plugin
- EclipseWtpComponent(Project, XmlFileContentMerger) - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- EclipseWtpFacet - Class in org.gradle.plugins.ide.eclipse.model
-
Enables fine-tuning wtp facet details of the Eclipse plugin
- EclipseWtpFacet(XmlFileContentMerger) - Constructor for class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
- EclipseWtpPlugin - Class in org.gradle.plugins.ide.eclipse
-
A plugin which configures the Eclipse Web Tools Platform.
- EclipseWtpPlugin(Instantiator) - Constructor for class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
- EditorPosition - Interface in org.gradle.tooling.model.kotlin.dsl
-
Position in the editor.
- EditorReport - Interface in org.gradle.tooling.model.kotlin.dsl
-
Report to the editor.
- EditorReportSeverity - Enum in org.gradle.tooling.model.kotlin.dsl
-
Severity of an editor report.
- Element - Interface in org.gradle.tooling.model
-
Described model element.
- elvis(T, T) - Static method in class org.gradle.util.GUtil
-
Deprecated.Prefer
GUtil.getOrDefault(Object, Factory)
if the value is expensive to compute or would trigger early configuration. - EMBEDDED - Static variable in interface org.gradle.api.attributes.Bundling
-
Dependencies are packaged within the main component artifact.
- empty() - Method in interface org.gradle.api.provider.HasMultipleValues
-
Sets the value of this property to an empty collection, and replaces any existing value.
- empty() - Method in interface org.gradle.api.provider.ListProperty
-
Sets the value of this property to an empty collection, and replaces any existing value.
- empty() - Method in interface org.gradle.api.provider.MapProperty
-
Sets the value of this property to an empty map, and replaces any existing value.
- empty() - Method in interface org.gradle.api.provider.SetProperty
-
Sets the value of this property to an empty collection, and replaces any existing value.
- empty() - Static method in class org.gradle.api.specs.AndSpec
- empty() - Static method in class org.gradle.api.specs.OrSpec
- EMPTY - Static variable in class org.gradle.api.specs.AndSpec
- EMPTY - Static variable in class org.gradle.api.specs.OrSpec
- EMPTY_ROOT - Static variable in class org.gradle.api.file.RelativePath
- EmptyFileVisitor - Class in org.gradle.api.file
-
The EmptyFileVisitor can be extends by implementations that only require to implement one of the 2 visit methods (dir or file).
- EmptyFileVisitor() - Constructor for class org.gradle.api.file.EmptyFileVisitor
- enableDependencyVerification() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Enabled dependency verification for this configuration.
- enableFeaturePreview(String) - Method in interface org.gradle.api.initialization.Settings
-
Enables a feature preview by name.
- encoding(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- encoding(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- endorseStrictVersions() - Method in interface org.gradle.api.artifacts.DirectDependencyMetadata
-
Endorse version constraints with
VersionConstraint.getStrictVersion()
strict versions} from the target module. - endorseStrictVersions() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Endorse version constraints with
VersionConstraint.getStrictVersion()
strict versions} from the target module. - endsWith(CharSequence, CharSequence) - Static method in class org.gradle.util.GUtil
-
Deprecated.Checks whether the fist
CharSequence
ends with the second. - ENFORCED_API_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlatformPlugin
- ENFORCED_PLATFORM - Static variable in interface org.gradle.api.attributes.Category
-
The enforced platform, usually a synthetic variant derived from the
platform
- ENFORCED_RUNTIME_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlatformPlugin
- enforcedPlatform() - Method in interface org.gradle.api.artifacts.VariantSelectionDetails
-
Selects the enforced platform variant of a component
- enforcedPlatform(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
-
Declares a constraint on an enforced platform.
- enforcedPlatform(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Declares a dependency on an enforced platform.
- enforcedPlatform(Object, Action<? super Dependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Declares a dependency on an enforced platform.
- enforcedPlatform(Object, Action<? super DependencyConstraint>) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
-
Declares a constraint on an enforced platform.
- enforcedPlatform(Provider<MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures this dependency provider to select the enforced-platform variant of the target component
- enforcedPlatform(ProviderConvertible<MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures this dependency provider to select the enforced-platform variant of the target component
- EnforcedPlatformDependencyModifier() - Constructor for class org.gradle.api.plugins.jvm.PlatformDependencyModifiers.EnforcedPlatformDependencyModifier
- ENTRY_POINT - org.gradle.api.tasks.testing.logging.TestStackTraceFilter
- entryAttributes - Variable in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- environment(String, Object) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Adds an environment variable to the environment for this process.
- environment(String, Object) - Method in class org.gradle.api.tasks.JavaExec
-
Adds an environment variable to the environment for this process.
- environment(String, Object) - Method in class org.gradle.api.tasks.testing.Test
-
Adds an environment variable to the environment for this process.
- environment(String, Object) - Method in interface org.gradle.process.ProcessForkOptions
-
Adds an environment variable to the environment for this process.
- environment(Map<String, ?>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Adds some environment variables to the environment for this process.
- environment(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
-
Adds some environment variables to the environment for this process.
- environment(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
-
Adds some environment variables to the environment for this process.
- environment(Map<String, ?>) - Method in interface org.gradle.process.ProcessForkOptions
-
Adds some environment variables to the environment for this process.
- environmentVariable(String) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is fetched from the environment variable with the given name. - environmentVariable(Provider<String>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is fetched from the environment variable with the given name. - environmentVariablesPrefixedBy(String) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is a name-to-value map of the environment variables with the names starting with the given prefix. - environmentVariablesPrefixedBy(Provider<String>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is a name-to-value map of the environment variables with the names starting with the given prefix. - equals(Object) - Method in class org.gradle.api.attributes.Attribute
- equals(Object) - Method in class org.gradle.api.file.RelativePath
- equals(Object) - Method in class org.gradle.api.Namer.Comparator
- equals(Object) - Method in interface org.gradle.api.project.IsolatedProject
- equals(Object) - Method in class org.gradle.api.reflect.TypeOf
- equals(Object) - Method in class org.gradle.api.specs.CompositeSpec
- equals(Object) - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
- equals(Object) - Method in class org.gradle.api.tasks.util.PatternSet
- equals(Object) - Method in class org.gradle.external.javadoc.JavadocOfflineLink
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.AccessRule
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.BuildCommand
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.Link
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.Output
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- equals(Object) - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.JarDirectory
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.Jdk
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.Module
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.Path
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.Project
- equals(Object) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- equals(Object) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- equals(Object) - Method in class org.gradle.StartParameter
- equals(Object) - Method in class org.gradle.util.ClosureBackedAction
-
Deprecated.
- equals(Object) - Method in class org.gradle.util.Path
- equals(Object) - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- error(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Configures logging options for error level.
- ERROR - org.gradle.api.AntBuilder.AntMessagePriority
- ERROR - org.gradle.api.logging.LogLevel
- ERROR - org.gradle.api.problems.Severity
- ERROR - org.gradle.tooling.model.kotlin.dsl.EditorReportSeverity
- ERROR - Static variable in interface org.gradle.tooling.events.problems.Severity
-
Error-level severity.
- escapeString(Object) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Escapes the toString() representation of
obj
for use in a literal string. - evaluationDependsOn(String) - Method in interface org.gradle.api.Project
-
Declares that this project has an evaluation dependency on the project with the given path.
- evaluationDependsOnChildren() - Method in interface org.gradle.api.Project
-
Declares that this project has an evaluation dependency on each of its child projects.
- events(Object...) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the events to be logged.
- every(Iterable<? extends T>, Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- exclude() - Method in interface org.gradle.api.file.FileCopyDetails
-
Excludes this file from the copy.
- exclude() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
-
Excludes this key from being in the manifest after the merge.
- exclude(Closure) - Method in interface org.gradle.api.file.CopySpec
-
Adds an exclude spec.
- exclude(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an exclude spec.
- exclude(Closure) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an exclude spec.
- exclude(Closure) - Method in class org.gradle.api.tasks.testing.Test
-
Adds an exclude spec.
- exclude(Closure) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an exclude spec.
- exclude(Closure) - Method in class org.gradle.api.tasks.util.PatternSet
- exclude(Iterable) - Method in class org.gradle.api.tasks.util.PatternSet
- exclude(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
-
Adds an ANT style exclude pattern.
- exclude(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an ANT style exclude pattern.
- exclude(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an ANT style exclude pattern.
- exclude(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
-
Adds exclude patterns for the files in the test classes directory (e.g.
- exclude(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an ANT style exclude pattern.
- exclude(String...) - Method in interface org.gradle.api.file.CopySpec
-
Adds an ANT style exclude pattern.
- exclude(String...) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an ANT style exclude pattern.
- exclude(String...) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an ANT style exclude pattern.
- exclude(String...) - Method in class org.gradle.api.tasks.testing.Test
-
Adds exclude patterns for the files in the test classes directory (e.g.
- exclude(String...) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an ANT style exclude pattern.
- exclude(String...) - Method in class org.gradle.api.tasks.util.PatternSet
- exclude(Map<String, String>) - Method in interface org.gradle.api.artifacts.Configuration
-
Adds an exclude rule to exclude transitive dependencies for all dependencies of this configuration.
- exclude(Map<String, String>) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Adds an exclude rule to exclude transitive dependencies of this dependency.
- exclude(Spec<FileTreeElement>) - Method in interface org.gradle.api.file.CopySpec
-
Adds an exclude spec.
- exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an exclude spec.
- exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an exclude spec.
- exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.testing.Test
-
Adds an exclude spec.
- exclude(Spec<FileTreeElement>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an exclude spec.
- exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.util.PatternSet
- EXCLUDE - org.gradle.api.file.DuplicatesStrategy
-
Do not allow duplicates by ignoring subsequent items to be created at the same path.
- EXCLUDE_ALL - org.gradle.plugins.ide.eclipse.model.ResourceFilterType
- excludeCategories(String...) - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
- excludeDocFilesSubDir(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- excludeDocFilesSubDir(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- excludeEngines(String...) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
-
The set of engines to exclude.
- excludeGroup(String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that an entire group shouldn't be searched for in this repository.
- excludeGroupAndSubgroups(String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that an entire group and its subgroups shouldn't be searched for in this repository.
- excludeGroupByRegex(String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that an entire group shouldn't be searched for in this repository.
- excludeGroups(String...) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- excludeModule(String, String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that an entire module shouldn't be searched for in this repository.
- excludeModuleByRegex(String, String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that an entire module shouldn't be searched for in this repository, using regular expressions.
- ExcludeRule - Interface in org.gradle.api.artifacts
-
An
ExcludeRule
is used to describe transitive dependencies that should be excluded when resolving dependencies. - ExcludeRuleContainer - Interface in org.gradle.api.artifacts
-
A container for adding exclude rules for dependencies.
- excludeSpecs(Iterable<Spec<FileTreeElement>>) - Method in class org.gradle.api.tasks.util.PatternSet
- excludeTags(String...) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
-
The set of tags to exclude.
- excludeTest(String, String) - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Excludes a test method specified by test class name and method name.
- excludeTestsMatching(String) - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Appends a test name pattern to the exclusion filter.
- excludeVersion(String, String, String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that a specific module version shouldn't be searched for in this repository.
- excludeVersionByRegex(String, String, String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that a specific module version shouldn't be searched for in this repository, using regular expressions.
- exclusiveContent(Action<? super ExclusiveContentRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Declares exclusive content repositories.
- ExclusiveContentRepository - Interface in org.gradle.api.artifacts.repositories
-
Describes one or more repositories which together constitute the only possible source for an artifact, independently of the others.
- exec() - Method in class org.gradle.api.tasks.AbstractExecTask
- exec() - Method in class org.gradle.api.tasks.JavaExec
- exec() - Method in class org.gradle.nativeplatform.test.tasks.RunTestExecutable
- exec(Closure) - Method in interface org.gradle.api.Project
-
Executes an external command.
- exec(Closure) - Method in interface org.gradle.api.Script
-
Executes an external command.
- exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.Project
-
Executes an external command.
- exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Allows lazy access to the output of the external process.
- exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.Script
-
Executes an external command.
- exec(Action<? super ExecSpec>) - Method in interface org.gradle.process.ExecOperations
-
Executes the specified external process.
- Exec - Class in org.gradle.api.tasks
-
Executes a command line process.
- Exec() - Constructor for class org.gradle.api.tasks.Exec
- ExecOperations - Interface in org.gradle.process
-
Process execution operations.
- ExecOutput - Interface in org.gradle.process
-
Provides lazy access to the output of the external process.
- ExecOutput.StandardStreamContent - Interface in org.gradle.process
-
A handle to access content of the process' standard stream (the standard output of the standard error output).
- ExecResult - Interface in org.gradle.process
-
Represents the result of running an external process.
- ExecSpec - Interface in org.gradle.process
-
Specified the options for executing some command.
- executable(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the name of the executable to use.
- executable(Object) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the name of the executable to use.
- executable(Object) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the name of the executable to use.
- executable(Object) - Method in interface org.gradle.process.ProcessForkOptions
-
Sets the name of the executable to use.
- executables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>>) - Method in interface org.gradle.nativeplatform.NativeComponentExtension
-
Configure the
NativeExecutableSpec
components produced by the build. - execute() - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
-
Actually execute the query, returning a query result.
- execute() - Method in class org.gradle.plugins.signing.SignOperation
-
Generates actual signature files for all of the registered signatures.
- execute() - Method in interface org.gradle.workers.WorkAction
-
The work to perform when this work item executes.
- execute(ComponentMetadataListerDetails) - Method in interface org.gradle.api.artifacts.ComponentMetadataVersionLister
-
Perform a version listing query
- execute(ComponentMetadataSupplierDetails) - Method in interface org.gradle.api.artifacts.ComponentMetadataSupplier
-
Supply metadata for a component.
- execute(BuildController) - Method in interface org.gradle.tooling.BuildAction
-
Executes this action and returns the result.
- execute(InputChanges) - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Generate the parsers.
- execute(P) - Method in interface org.gradle.api.flow.FlowAction
- execute(T) - Method in interface org.gradle.api.Action
-
Performs this action against the given object.
- execute(T) - Method in interface org.gradle.api.IsolatedAction
-
Performs this action against the given object.
- execute(T) - Method in class org.gradle.util.ClosureBackedAction
-
Deprecated.
- execute(T) - Method in class org.gradle.util.ConfigureUtil.WrappedConfigureAction
-
Deprecated.
- execute(T, Closure<?>) - Static method in class org.gradle.util.ClosureBackedAction
-
Deprecated.
- executeAntTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
- executeTests() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- executeTests() - Method in class org.gradle.api.tasks.testing.Test
- executionData(Object...) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds execution data files to be used during coverage analysis.
- executionData(Task...) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds execution data generated by a task to the list of those used during coverage analysis.
- executionData(TaskCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds execution data generated by the given tasks to the list of those used during coverage analysis.
- EXISTS - org.gradle.api.PathValidation
- expand(Map<String, ?>) - Method in interface org.gradle.api.file.ContentFilterable
-
Expands property references in each file as it is copied.
- expand(Map<String, ?>) - Method in interface org.gradle.api.file.CopySpec
-
Expands property references in each file as it is copied.
- expand(Map<String, ?>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Expands property references in each file as it is copied.
- expand(Map<String, ?>, Action<? super ExpandDetails>) - Method in interface org.gradle.api.file.ContentFilterable
-
Expands property references in each file as it is copied.
- expand(Map<String, ?>, Action<? super ExpandDetails>) - Method in interface org.gradle.api.file.CopySpec
-
Expands property references in each file as it is copied.
- expand(Map<String, ?>, Action<? super ExpandDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Expands property references in each file as it is copied.
- ExpandDetails - Interface in org.gradle.api.file
-
Additional configuration parameters for
ContentFilterable.expand(Map, Action)
action. - exported - Variable in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- extDirs(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- extDirs(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- extend(String) - Method in interface org.gradle.api.publish.ivy.IvyConfiguration
-
Add the name of a configuration that this configuration extends.
- extendsFrom(Configuration...) - Method in interface org.gradle.api.artifacts.Configuration
-
Adds the given configurations to the set of configuration which this configuration extends from.
- ExtensiblePolymorphicDomainObjectContainer<T> - Interface in org.gradle.api
-
A
PolymorphicDomainObjectContainer
that can be extended at runtime to create elements of new types. - EXTENSION_NAME - Static variable in interface org.gradle.api.plugins.ExtraPropertiesExtension
-
The name of this extension in all
ExtensionContainers
, "ext". - ExtensionAware - Interface in org.gradle.api.plugins
-
Objects that can be extended at runtime with other objects.
- ExtensionContainer - Interface in org.gradle.api.plugins
-
Allows adding 'namespaced' DSL extensions to a target object.
- ExtensionsSchema - Interface in org.gradle.api.plugins
-
Schema of extensions.
- ExtensionsSchema.ExtensionSchema - Interface in org.gradle.api.plugins
-
Schema of an extension.
- EXTERNAL - Static variable in interface org.gradle.api.attributes.Bundling
-
The most common case: dependencies are provided as individual components.
- ExternalDependency - Interface in org.gradle.api.artifacts
-
An
ExternalDependency
is aDependency
on a source outside the current project hierarchy. - ExternalDependency - Interface in org.gradle.tooling.model
-
Represents an external artifact dependency.
- ExternalModuleDependency - Interface in org.gradle.api.artifacts
-
A
ExternalModuleDependency
is aDependency
on a module outside the current project hierarchy. - ExternalModuleDependencyBundle - Interface in org.gradle.api.artifacts
-
A bundle is a list of dependencies which are always added together.
- ExternalModuleDependencyVariantSpec - Interface in org.gradle.api.artifacts.dsl
-
The specification of a dependency variant.
- extractSymbols() - Method in class org.gradle.nativeplatform.tasks.ExtractSymbols
- ExtractSymbols - Class in org.gradle.nativeplatform.tasks
-
Extracts the debug symbols from a binary and stores them in a separate file.
- ExtractSymbols() - Constructor for class org.gradle.nativeplatform.tasks.ExtractSymbols
- extraInfo(String, String, String) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Adds a new extra info element to the publication
- ExtraPropertiesExtension - Interface in org.gradle.api.plugins
-
Additional, ad-hoc, properties for Gradle domain objects.
- ExtraPropertiesExtension.UnknownPropertyException - Exception in org.gradle.api.plugins
-
The exception that will be thrown when an attempt is made to read a property that is not set.
F
- facet(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
-
Configures wtp facet.
- facet(Map<String, ?>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
-
Adds a facet.
- facet(Action<? super EclipseWtpFacet>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
-
Configures wtp facet.
- Facet - Class in org.gradle.plugins.ide.eclipse.model
-
A project facet.
- Facet() - Constructor for class org.gradle.plugins.ide.eclipse.model.Facet
- Facet(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.Facet
- Facet(String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.Facet
- Facet(Facet.FacetType, String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.Facet
- Facet.FacetType - Enum in org.gradle.plugins.ide.eclipse.model
-
An
installed
facet is really present on an Eclipse project whereas facet typefixed
means that this facet is locked and cannot be simply removed. - Fail - org.gradle.api.logging.configuration.WarningMode
-
Show all warnings and fail the build if any warning present
- FAIL - org.gradle.api.file.DuplicatesStrategy
-
Throw a
DuplicateFileCopyingException
when subsequent items are to be created at the same path. - FAIL - org.gradle.buildinit.InsecureProtocolOption
-
Fail if a URL with an insecure protocol is found.
- FAIL_ON_PROJECT_REPOS - org.gradle.api.initialization.resolve.RepositoriesMode
-
If this mode is set, any repository declared directly in a project, either directly or via a plugin, will trigger a build error.
- FAIL_ON_PROJECT_RULES - org.gradle.api.initialization.resolve.RulesMode
-
If this mode is set, any component metadata rule declared directly in a project, either directly or via a plugin, will trigger a build error.
- FAILED - org.gradle.api.tasks.testing.logging.TestLogEvent
-
A test has failed.
- FAILED - org.gradle.testkit.runner.TaskOutcome
-
The task attempted to execute, but did not complete successfully.
- failOnChangingVersions() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
If this method is called, Gradle will make sure that no changing version participates in resolution.
- failOnDynamicVersions() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
If this method is called, Gradle will make sure that no dynamic version was used in the resulting dependency graph.
- failOnNonReproducibleResolution() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Configures Gradle to fail the build is the resolution result is expected to be unstable, that is to say that it includes dynamic versions or changing versions and therefore the result may change depending on when the build is executed.
- failOnVersionConflict() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
In case of conflict, Gradle by default uses the newest of conflicting versions.
- Failure - Interface in org.gradle.tooling
-
Represents a failure.
- FAILURE - org.gradle.api.tasks.testing.TestResult.ResultType
- FailureContainer - Interface in org.gradle.tooling.events.problems
-
Holds an exception for a problem.
- FailureResult - Interface in org.gradle.tooling.events
-
Describes how an operation finished with failures.
- FeatureSpec - Interface in org.gradle.api.plugins
-
Handler for configuring features, which may contribute additional configurations, publications, dependencies, ...
- file(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Enables advanced configuration like tinkering with the output XML or affecting the way that the contents of an existing .classpath file is merged with Gradle build information.
- file(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
-
Enables advanced configuration like affecting the way existing jdt file content is merged with gradle build information
- file(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing .project content is merged with gradle build information
- file(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing wtp component file content is merged with gradle build information
- file(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing wtp facet file content is merged with gradle build information
- file(Object) - Method in interface org.gradle.api.artifacts.transform.TransformOutputs
-
Registers an output file.
- file(Object) - Method in interface org.gradle.api.Project
-
Resolves a file path relative to the project directory of this project.
- file(Object) - Method in interface org.gradle.api.Script
-
Resolves a file path relative to the directory containing this script.
- file(Object) - Method in interface org.gradle.api.tasks.TaskInputs
-
Registers some input file for this task.
- file(Object) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Registers some output file for this task.
- file(Object, PathValidation) - Method in interface org.gradle.api.Project
-
Resolves a file path relative to the project directory of this project and validates it using the given scheme.
- file(Object, PathValidation) - Method in interface org.gradle.api.Script
-
Resolves a file path relative to the directory containing this script and validates it using the given scheme.
- file(String) - Method in interface org.gradle.api.file.Directory
-
Returns a
RegularFile
whose location is the given path, resolved relative to this directory. - file(String) - Method in interface org.gradle.api.file.DirectoryProperty
-
Returns a
RegularFile
whose value is the given path resolved relative to the value of this directory. - file(String) - Method in class org.gradle.api.reporting.ReportingExtension
-
Creates a file object for the given path, relative to
ReportingExtension.getBaseDir()
. - file(Action<? super PropertiesFileContentMerger>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
-
Enables advanced configuration like affecting the way existing jdt file content is merged with gradle build information
- file(Action<? super XmlFileContentMerger>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Enables advanced configuration like tinkering with the output XML or affecting the way that the contents of an existing .classpath file is merged with Gradle build information.
- file(Action<? super XmlFileContentMerger>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing .project content is merged with gradle build information.
- file(Action<? super XmlFileContentMerger>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing wtp component file content is merged with gradle build information.
- file(Action<? super XmlFileContentMerger>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing wtp facet file content is merged with gradle build information.
- file(Provider<? extends CharSequence>) - Method in interface org.gradle.api.file.Directory
-
Returns a
Provider
whose value is aRegularFile
whose location is the given path resolved relative to this directory. - file(Provider<? extends CharSequence>) - Method in interface org.gradle.api.file.DirectoryProperty
-
Returns a
RegularFile
whose value is the given path resolved relative to the value of this directory. - file(Provider<File>) - Method in interface org.gradle.api.file.ProjectLayout
-
Creates a
RegularFile
provider whose location is calculated from the givenProvider
. - FILE - org.gradle.api.file.FileType
- FILE - org.gradle.api.PathValidation
- FILE - org.gradle.api.reporting.Report.OutputType
-
The report outputs a single file.
- FILE - org.gradle.testing.jacoco.plugins.JacocoTaskExtension.Output
- FILE_DOWNLOAD - org.gradle.tooling.events.OperationType
-
Flag for file download progress events.
- FileChange - Interface in org.gradle.work
-
A change to a file.
- fileCollection() - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
ConfigurableFileCollection
. - fileCollection(Closure) - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.Use
getIncoming().artifactView(Action)
with acomponentFilter
instead. - fileCollection(Dependency...) - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.Use
getIncoming().artifactView(Action)
with acomponentFilter
instead. - fileCollection(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.Use
getIncoming().artifactView(Action)
with acomponentFilter
instead. - FileCollection - Interface in org.gradle.api.file
-
A
FileCollection
represents a collection of file system locations which you can query in certain ways. - FileCollection.AntType - Enum in org.gradle.api.file
-
Ant types which a
FileCollection
can be mapped to. - FileCollectionDependency - Interface in org.gradle.api.artifacts
-
A
FileCollectionDependency
is aDependency
on a collection of local files which are not stored in a repository. - FileComparisonTestAssertionFailure - Interface in org.gradle.tooling
-
Represent a test assertion failure where the test fails due to a broken assertion.
- FileContentMerger - Class in org.gradle.plugins.ide.api
-
Models the generation/parsing/merging capabilities.
- FileContentMerger() - Constructor for class org.gradle.plugins.ide.api.FileContentMerger
- fileContents(RegularFile) - Method in interface org.gradle.api.provider.ProviderFactory
-
Allows lazy access to the contents of the given file.
- fileContents(Provider<RegularFile>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Allows lazy access to the contents of the given file.
- FileContents - Interface in org.gradle.api.file
-
Provides lazy access to the contents of a given file.
- FileCopyDetails - Interface in org.gradle.api.file
-
Provides details about a file or directory about to be copied, and allows some aspects of the destination file to be modified.
- FileDownloadFinishEvent - Interface in org.gradle.tooling.events.download
-
An event that indicates the completion of a file download.
- FileDownloadNotFoundResult - Interface in org.gradle.tooling.events.download
-
The result of a file download operation with file not found.
- FileDownloadOperationDescriptor - Interface in org.gradle.tooling.events.download
-
Describes the details of a file that is downloaded.
- FileDownloadProgressEvent - Interface in org.gradle.tooling.events.download
-
An event related to the progress of file download.
- FileDownloadResult - Interface in org.gradle.tooling.events.download
-
The result of a file download operation.
- FileDownloadStartEvent - Interface in org.gradle.tooling.events.download
-
An event that indicates the start of a file download.
- fileFor(File) - Method in class org.gradle.plugins.signing.type.AbstractSignatureType
- fileFor(File) - Method in interface org.gradle.plugins.signing.type.SignatureType
-
Calculates the file where to store the signature of the given file to be signed.
- fileLocation(String) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares that this problem is in a file.
- FileLocation - Interface in org.gradle.tooling.events.problems
-
A file location.
- FileNormalizer - Interface in org.gradle.api.tasks
-
A normalizer used to remove unwanted noise when considering file inputs.
- FilePath - Class in org.gradle.plugins.ide.idea.model
-
A Path that keeps the reference to the File
- FilePath(File, String, String, String) - Constructor for class org.gradle.plugins.ide.idea.model.FilePath
- filePermissions(Action<? super ConfigurableFilePermissions>) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Configuration action for specifying file access permissions.
- filePermissions(Action<? super ConfigurableFilePermissions>) - Method in interface org.gradle.api.file.FileSystemOperations
-
Creates and configures file access permissions.
- filePermissions(Action<? super ConfigurableFilePermissions>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Configuration action for specifying file access permissions.
- FilePermissions - Interface in org.gradle.api.file
-
Describes file and directory access permissions for all classes of system users.
- fileProperty() - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
RegularFileProperty
that uses the project directory to resolve relative paths, if required. - fileProvider(Provider<File>) - Method in interface org.gradle.api.file.DirectoryProperty
-
Sets the location of this file, using a
File
Provider
instance. - fileProvider(Provider<File>) - Method in interface org.gradle.api.file.FileSystemLocationProperty
-
Sets the location of this file, using a
File
Provider
instance. - fileProvider(Provider<File>) - Method in interface org.gradle.api.file.RegularFileProperty
-
Sets the location of this file, using a
File
Provider
instance. - fileReference(Object) - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
-
Creates a new
FileReference
instance. - FileReference - Interface in org.gradle.plugins.ide.eclipse.model
-
A reference to a file in eclipse.
- files(Closure) - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.Use
getIncoming().artifactView(Action)
with acomponentFilter
instead. - files(Object...) - Method in interface org.gradle.api.file.Directory
-
Returns a
FileCollection
containing the given files, whose locations are the given paths resolved relative to this directory, as defined byProject.files(Object...)
. - files(Object...) - Method in interface org.gradle.api.file.DirectoryProperty
-
Returns a
FileCollection
containing the given files, whose locations are the given paths resolved relative to this directory, as defined byProject.files(Object...)
. - files(Object...) - Method in interface org.gradle.api.file.ProjectLayout
-
Creates a read-only
FileCollection
containing the given files, as defined byProject.files(Object...)
. - files(Object...) - Method in interface org.gradle.api.Project
-
Returns a
ConfigurableFileCollection
containing the given files. - files(Object...) - Method in interface org.gradle.api.Script
-
Returns a
ConfigurableFileCollection
containing the given files. - files(Object...) - Method in interface org.gradle.api.tasks.TaskInputs
-
Registers some input files for this task.
- files(Object...) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Registers some output files for this task.
- files(Object, Closure) - Method in interface org.gradle.api.Project
-
Creates a new
ConfigurableFileCollection
using the given paths. - files(Object, Closure) - Method in interface org.gradle.api.Script
-
Creates a new
ConfigurableFileCollection
using the given paths. - files(Object, Action<? super ConfigurableFileCollection>) - Method in interface org.gradle.api.Project
-
Creates a new
ConfigurableFileCollection
using the given paths. - files(Dependency...) - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.Use
getIncoming().artifactView(Action)
with acomponentFilter
instead. - files(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.Use
getIncoming().artifactView(Action)
with acomponentFilter
instead. - FILES - org.gradle.plugins.ide.eclipse.model.ResourceFilterAppliesTo
- FILES_AND_FOLDERS - org.gradle.plugins.ide.eclipse.model.ResourceFilterAppliesTo
- FileSet - org.gradle.api.file.FileCollection.AntType
- filesMatching(Iterable<String>, Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
-
Configure the
FileCopyDetails
for each file whose path matches any of the specified Ant-style patterns. - filesMatching(Iterable<String>, Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Configure the
FileCopyDetails
for each file whose path matches any of the specified Ant-style patterns. - filesMatching(String, Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
-
Configure the
FileCopyDetails
for each file whose path matches the specified Ant-style pattern. - filesMatching(String, Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Configure the
FileCopyDetails
for each file whose path matches the specified Ant-style pattern. - filesNotMatching(Iterable<String>, Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
-
Configure the
FileCopyDetails
for each file whose path does not match any of the specified Ant-style patterns. - filesNotMatching(Iterable<String>, Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Configure the
FileCopyDetails
for each file whose path does not match any of the specified Ant-style patterns. - filesNotMatching(String, Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
-
Configure the
FileCopyDetails
for each file whose path does not match the specified Ant-style pattern. - filesNotMatching(String, Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Configure the
FileCopyDetails
for each file whose path does not match the specified Ant-style pattern. - FileSystemLocation - Interface in org.gradle.api.file
-
Represents some immutable location on the file system.
- FileSystemLocationProperty<T extends FileSystemLocation> - Interface in org.gradle.api.file
-
Represents some element of the file system.
- FileSystemOperations - Interface in org.gradle.api.file
-
Operations on the file system.
- fileTree() - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
ConfigurableFileTree
. - fileTree(Object) - Method in interface org.gradle.api.Project
-
Creates a new
ConfigurableFileTree
using the given base directory. - fileTree(Object) - Method in interface org.gradle.api.Script
-
Creates a new
ConfigurableFileTree
using the given base directory. - fileTree(Object, Closure) - Method in interface org.gradle.api.Project
-
Creates a new
ConfigurableFileTree
using the given base directory. - fileTree(Object, Closure) - Method in interface org.gradle.api.Script
-
Creates a new
ConfigurableFileTree
using the given base directory. - fileTree(Object, Action<? super ConfigurableFileTree>) - Method in interface org.gradle.api.Project
-
Creates a new
ConfigurableFileTree
using the given base directory. - fileTree(Map<String, ?>) - Method in interface org.gradle.api.Project
-
Creates a new
ConfigurableFileTree
using the provided map of arguments. - fileTree(Map<String, ?>) - Method in interface org.gradle.api.Script
-
Creates a new
ConfigurableFileTree
using the provided map of arguments. - FileTree - Interface in org.gradle.api.file
-
A
FileTree
represents a hierarchy of files. - FileTreeElement - Interface in org.gradle.api.file
-
Information about a file in a directory/file tree.
- FileType - Enum in org.gradle.api.file
-
The type of a file.
- fileValue(File) - Method in interface org.gradle.api.file.DirectoryProperty
-
Sets the location of this file, using a
File
instance. - fileValue(File) - Method in interface org.gradle.api.file.FileSystemLocationProperty
-
Sets the location of this file, using a
File
instance. - fileValue(File) - Method in interface org.gradle.api.file.RegularFileProperty
-
Sets the location of this file, using a
File
instance. - FileVisitDetails - Interface in org.gradle.api.file
-
Provides access to details about a file or directory being visited by a
FileVisitor
. - FileVisitor - Interface in org.gradle.api.file
-
A
FileVisitor
is used to visit each of the files in aFileTree
. - filter(Closure) - Method in interface org.gradle.api.file.ContentFilterable
-
Adds a content filter based on the provided closure.
- filter(Closure) - Method in interface org.gradle.api.file.CopySpec
-
Adds a content filter based on the provided closure.
- filter(Closure) - Method in interface org.gradle.api.file.FileCollection
-
Restricts the contents of this collection to those files which match the given criteria.
- filter(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds a content filter based on the provided closure.
- filter(Class<? extends FilterReader>) - Method in interface org.gradle.api.file.ContentFilterable
-
Adds a content filter to be used during the copy.
- filter(Class<? extends FilterReader>) - Method in interface org.gradle.api.file.CopySpec
-
Adds a content filter to be used during the copy.
- filter(Class<? extends FilterReader>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds a content filter to be used during the copy.
- filter(Iterable<? extends T>, C, Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- filter(List<? extends T>, Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- filter(Map<String, ?>, Class<? extends FilterReader>) - Method in interface org.gradle.api.file.ContentFilterable
-
Adds a content filter to be used during the copy.
- filter(Map<String, ?>, Class<? extends FilterReader>) - Method in interface org.gradle.api.file.CopySpec
-
Adds a content filter to be used during the copy.
- filter(Map<String, ?>, Class<? extends FilterReader>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds a content filter to be used during the copy.
- filter(Map<K, V>, Map<K, V>, Spec<Map.Entry<K, V>>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- filter(Map<K, V>, Spec<Map.Entry<K, V>>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- filter(Set<? extends T>, Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- filter(Action<? super InclusiveRepositoryContentDescriptor>) - Method in interface org.gradle.api.artifacts.repositories.ExclusiveContentRepository
-
Defines the content filter for this repository
- filter(Action<TestFilter>) - Method in class org.gradle.api.tasks.testing.Test
-
Executes the action against the
AbstractTestTask.getFilter()
. - filter(Spec<? super File>) - Method in interface org.gradle.api.file.FileCollection
-
Restricts the contents of this collection to those files which match the given criteria.
- filter(Spec<? super T>) - Method in interface org.gradle.api.provider.Provider
-
Returns a new
Provider
with the value of this provider if the passed spec is satisfied and no value otherwise. - filter(Transformer<String, String>) - Method in interface org.gradle.api.file.ContentFilterable
-
Adds a content filter based on the provided transformer.
- filter(Transformer<String, String>) - Method in interface org.gradle.api.file.CopySpec
-
Adds a content filter based on the provided transformer.
- filter(Transformer<String, String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds a content filter based on the provided transformer.
- filter(T[], Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- Finalize - Annotation Type in org.gradle.model
-
Denotes that the
RuleSource
method rule carrying this annotation finalizes the rule subject. - finalizedBy(Object...) - Method in class org.gradle.api.DefaultTask
- finalizedBy(Object...) - Method in interface org.gradle.api.Task
-
Adds the given finalizer tasks for this task.
- finalizeValue() - Method in interface org.gradle.api.provider.HasConfigurableValue
-
Calculates the final value of this object and disallows further changes to this object.
- finalizeValue() - Method in interface org.gradle.api.provider.HasMultipleValues
-
Disallows further changes to the value of this property.
- finalizeValue() - Method in interface org.gradle.api.provider.MapProperty
-
Disallows further changes to the value of this property.
- finalizeValue() - Method in interface org.gradle.api.provider.Property
-
Disallows further changes to the value of this property.
- finalizeValueOnRead() - Method in interface org.gradle.api.provider.HasConfigurableValue
-
Requests that the final value of this object be calculated on the next read of the value, if not already known.
- find(String) - Method in interface org.gradle.api.artifacts.VersionCatalogsExtension
-
Tries to find a catalog with the corresponding name
- find(String, Collection<String>) - Method in class org.gradle.util.NameMatcher
-
Deprecated.Locates the best match for a camel case pattern in a collection.
- find(String, Map<String, ? extends T>) - Method in class org.gradle.util.NameMatcher
-
Deprecated.Locates the best match for a camel case pattern in a key set of a map and returns the corresponding value.
- findAll(Closure) - Method in interface org.gradle.api.DomainObjectCollection
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- findAll(Closure) - Method in interface org.gradle.api.DomainObjectSet
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- findAll(Closure) - Method in interface org.gradle.api.NamedDomainObjectList
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- findAll(Closure) - Method in interface org.gradle.api.NamedDomainObjectSet
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- findBundle(String) - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the provider for the corresponding bundle alias.
- findByName(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates an object by name, returning null if there is no such object.
- findByName(String) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of a given name.
- findByPath(String) - Method in interface org.gradle.api.tasks.TaskContainer
-
Locates a task by path.
- findByPath(String) - Method in interface org.gradle.tooling.model.GradleProject
-
Searches all descendants (children, grand-children, etc.), including self, by given path.
- findByType(Class<T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of a given type (useful to avoid casting).
- findByType(TypeOf<T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of a given type (useful to avoid casting).
- findFirst(Iterable<? extends T>, Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- findFirst(T[], Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- findLibrary(String) - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the dependency provider for the corresponding library alias.
- findModel(Class<T>) - Method in interface org.gradle.tooling.BuildController
-
Fetches a snapshot of the model of the given type, if available.
- findModel(Class<T>, Class<P>, Action<? super P>) - Method in interface org.gradle.tooling.BuildController
-
Fetches a snapshot of the model of the given type using the given parameter, if available.
- findModel(Model, Class<T>) - Method in interface org.gradle.tooling.BuildController
-
Fetches a snapshot of the model of the given type, if available.
- findModel(Model, Class<T>, Class<P>, Action<? super P>) - Method in interface org.gradle.tooling.BuildController
-
Fetches a snapshot of the model of the given type for the given element using the given parameter, if available.
- findPlugin(Class<T>) - Method in interface org.gradle.api.plugins.Convention
-
Deprecated.Use extensions instead. This is scheduled for removal in Gradle 9.
- findPlugin(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns the plugin for the given type.
- findPlugin(String) - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the plugin dependency provider for the requested alias.
- findPlugin(String) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns the plugin for the given id.
- findPlugin(String) - Method in interface org.gradle.api.plugins.PluginManager
-
Returns the information about the plugin that has been applied with the given ID, or null if no plugin has been applied with the given ID.
- findProject(File) - Method in interface org.gradle.api.initialization.Settings
-
Returns the project with the given project directory.
- findProject(String) - Method in interface org.gradle.api.initialization.Settings
-
Returns the project with the given path.
- findProject(String) - Method in interface org.gradle.api.Project
-
Locates a project by path.
- findProperty(String) - Method in interface org.gradle.api.Project
-
Returns the value of the given property or null if not found.
- findScalaJar(Iterable<File>, String) - Method in class org.gradle.api.tasks.ScalaRuntime
-
Searches the specified class path for a Scala Jar file (scala-compiler, scala-library, scala-jdbc, etc.) with the specified appendix (compiler, library, jdbc, etc.).
- findSingle(Iterable<T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Returns null if the collection is empty otherwise expects a
CollectionUtils.single(Iterable)
element to be found. - findUnsatisfiedSpec(T) - Method in class org.gradle.api.specs.AndSpec
-
Finds the first
Spec
that is not satisfied by the object. - findVersion(String) - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the version constraint with the corresponding alias in the catalog.
- FinishEvent - Interface in org.gradle.tooling.events
-
An event that informs about an operation having finished its execution.
- first(Iterable<? extends T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- fixed - org.gradle.plugins.ide.eclipse.model.Facet.FacetType
- flatDir(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds and configures a repository which will look for dependencies in a number of local directories.
- flatDir(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a resolver that looks into a number of directories for artifacts.
- flatDir(Action<? super FlatDirectoryArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds and configures a repository which will look for dependencies in a number of local directories.
- FlatDirectoryArtifactRepository - Interface in org.gradle.api.artifacts.repositories
-
A repository that looks into a number of directories for artifacts.
- flatMap(Transformer<? extends Provider<? extends S>, ? super T>) - Method in interface org.gradle.api.provider.Provider
-
Returns a new
Provider
from the value of this provider transformed using the given function. - flatten(Object[], T) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- flatten(Object[], T, boolean) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- flatten(Collection<?>, T) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- flatten(Collection<?>, T, boolean) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- flatten(Collection<?>, T, boolean, boolean) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- flatten(Collection<Object>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- flatten(Collection<Object>, boolean) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- flattenCollections(Class<T>, Object...) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Recursively unpacks all the given things into a flat list, ensuring they are of a certain type.
- flattenCollections(Object...) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Recursively unpacks all the given things into a flat list.
- flattenElements(Object...) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- Flavor - Interface in org.gradle.nativeplatform
-
Defines a custom variant that differentiate a
NativeBinary
. - FlavorContainer - Interface in org.gradle.nativeplatform
-
A container of
Flavor
s. - FlowAction<P extends FlowParameters> - Interface in org.gradle.api.flow
-
A dataflow action.
- FlowActionSpec<P extends FlowParameters> - Interface in org.gradle.api.flow
-
Allows configuring the parameters for a
dataflow action
. - FlowParameters - Interface in org.gradle.api.flow
-
Marker interface for
dataflow action
parameters. - FlowParameters.None - Class in org.gradle.api.flow
-
Used for
dataflow actions
without parameters. - FlowProviders - Interface in org.gradle.api.flow
-
Exposes build lifecycle events as
providers
so they can be used as inputs todataflow actions
. - FlowScope - Interface in org.gradle.api.flow
-
Augments the cached work graph with
dataflow actions
, anonymous, parameterized and isolated pieces of work that are triggered solely based on the availability of their input parameters. - FlowScope.Registration<P extends FlowParameters> - Interface in org.gradle.api.flow
-
Represents a registered
dataflow action
. - FOLDERS - org.gradle.plugins.ide.eclipse.model.ResourceFilterAppliesTo
- footer(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- force(Object...) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Allows forcing certain versions of dependencies, including transitive dependencies.
- FORCED - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected because selection was forced on this version.
- forceDelete(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- forClass(byte[]) - Static method in enum org.gradle.api.JavaVersion
- forClassVersion(int) - Static method in enum org.gradle.api.JavaVersion
- forComponents(Iterable<? extends ComponentIdentifier>) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
-
Specifies the set of components to include in the result.
- forComponents(ComponentIdentifier...) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
-
Specifies the set of components to include in the result.
- fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Convenience method to set
ForkOptions
with named parameter syntax. - fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Convenience method to set
GroovyForkOptions
with named parameter syntax. - ForkingWorkerSpec - Interface in org.gradle.workers
-
A worker spec providing the requirements of a forked process.
- forkOptions(Action<? super JavaForkOptions>) - Method in interface org.gradle.workers.ForkingWorkerSpec
-
Executes the provided action against the
JavaForkOptions
object associated with this builder. - ForkOptions - Class in org.gradle.api.tasks.compile
-
Fork options for Java compilation.
- ForkOptions() - Constructor for class org.gradle.api.tasks.compile.ForkOptions
- forLaunchables(Iterable<? extends Launchable>) - Method in interface org.gradle.tooling.BuildLauncher
-
Sets the launchables to execute.
- forLaunchables(Launchable...) - Method in interface org.gradle.tooling.BuildLauncher
-
Sets the launchables to execute.
- format(VersionNumber) - Method in interface org.gradle.util.VersionNumber.Scheme
-
Deprecated.
- formatErrorMessage(String, Object) - Method in class org.gradle.util.NameMatcher
-
Deprecated.Returns a formatted error message describing why the pattern matching failed.
- forModule(String, String, String) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
-
Specifies a module component to include in the result using its GAV coordinates.
- forNamespace(String) - Method in interface org.gradle.api.problems.Problems
-
Return a problem reporter associated with a plugin.
- forProjectDirectory(File) - Method in class org.gradle.tooling.GradleConnector
-
Specifies the working directory to use.
- forRepositories(ArtifactRepository...) - Method in interface org.gradle.api.artifacts.repositories.ExclusiveContentRepository
-
Declares the repository
- forRepository(Factory<? extends ArtifactRepository>) - Method in interface org.gradle.api.artifacts.repositories.ExclusiveContentRepository
-
Declares the repository
- forTaskPath(String) - Method in interface org.gradle.tooling.TestSpecs
-
Creates a new test selection for the target task.
- forTasks(Iterable<? extends Task>) - Method in interface org.gradle.tooling.BuildLauncher
-
Sets the tasks to be executed.
- forTasks(Iterable<String>) - Method in interface org.gradle.tooling.BuildActionExecuter
-
Specifies the tasks to execute before executing the BuildAction.
- forTasks(Iterable<String>) - Method in interface org.gradle.tooling.ModelBuilder
-
Specifies the tasks to execute before building the model.
- forTasks(String...) - Method in interface org.gradle.tooling.BuildActionExecuter
-
Specifies the tasks to execute before executing the BuildAction.
- forTasks(String...) - Method in interface org.gradle.tooling.BuildLauncher
-
Sets the tasks to be executed.
- forTasks(String...) - Method in interface org.gradle.tooling.ModelBuilder
-
Specifies the tasks to execute before building the model.
- forTasks(String...) - Method in interface org.gradle.tooling.TestLauncher
-
Sets the tasks to be executed.
- forTasks(Task...) - Method in interface org.gradle.tooling.BuildLauncher
-
Sets the tasks to be executed.
- forType(Class<? extends T>) - Static method in class org.gradle.api.Named.Namer
- forUseAtConfigurationTime() - Method in interface org.gradle.api.provider.Provider
-
Deprecated.Since version 7.4 this method does nothing. All providers can be used at configuration time without explicit opt-in.
- forwardOutput() - Method in class org.gradle.testkit.runner.GradleRunner
-
Forwards the output of executed builds to the
System.out
stream. - forwardStdError(Writer) - Method in class org.gradle.testkit.runner.GradleRunner
-
Configures the runner to forward standard error output from builds to the given writer.
- forwardStdOutput(Writer) - Method in class org.gradle.testkit.runner.GradleRunner
-
Configures the runner to forward standard output from builds to the given writer.
- FREE_BSD - org.gradle.platform.OperatingSystem
- from(int) - Static method in enum org.gradle.api.AntBuilder.AntMessagePriority
- from(Class<T>, Action<? super T>) - Method in interface org.gradle.vcs.VcsMapping
-
Specifies the VCS location for the requested component.
- from(Object) - Method in interface org.gradle.api.file.ConfigurableFileTree
-
Specifies base directory for this file tree using the given path.
- from(Object) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Configures the model by reading it from a version catalog.
- from(Object) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
-
Adds a script to use to configure the target objects.
- from(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Adds a set of source paths to this collection.
- from(Object...) - Method in interface org.gradle.api.file.CopySourceSpec
-
Specifies source files or directories for a copy.
- from(Object...) - Method in interface org.gradle.api.file.CopySpec
-
Specifies source files or directories for a copy.
- from(Object...) - Method in interface org.gradle.api.java.archives.Manifest
-
Specifies other manifests to be merged into this manifest.
- from(Object...) - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
-
Adds a merge path to a manifest that should be merged into the base manifest.
- from(Object...) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Specifies source files or directories for a copy.
- from(Object, Closure) - Method in interface org.gradle.api.file.CopySourceSpec
-
Specifies the source files or directories for a copy and creates a child
CopySourceSpec
. - from(Object, Closure) - Method in interface org.gradle.api.file.CopySpec
-
Specifies the source files or directories for a copy and creates a child
CopySourceSpec
. - from(Object, Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Specifies the source files or directories for a copy and creates a child
CopySourceSpec
. - from(Object, Closure<?>) - Method in interface org.gradle.api.java.archives.Manifest
-
Specifies other manifests to be merged into this manifest.
- from(Object, Action<? super CopySpec>) - Method in interface org.gradle.api.file.CopySourceSpec
-
Specifies the source files or directories for a copy and creates a child
CopySpec
. - from(Object, Action<? super CopySpec>) - Method in interface org.gradle.api.file.CopySpec
-
Specifies the source files or directories for a copy and creates a child
CopySpec
. - from(Object, Action<? super CopySpec>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Specifies the source files or directories for a copy and creates a child
CopySpec
. - from(Object, Action<ManifestMergeSpec>) - Method in interface org.gradle.api.java.archives.Manifest
-
Specifies other manifests to be merged into this manifest.
- from(SoftwareComponent) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Provides the software component that should be published.
- from(SoftwareComponent) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Provides the software component that should be published.
- from(VersionControlSpec) - Method in interface org.gradle.vcs.VcsMapping
-
Specifies the VCS location for the requested component.
- FROM_CACHE - org.gradle.testkit.runner.TaskOutcome
-
The task executed, but did not perform work as its output was found in a build cache.
- fromArchiveEntry(Object, String) - Method in interface org.gradle.api.resources.TextResourceFactory
-
Same as
fromArchiveEntry(archive, path, Charset.defaultCharset().name())
. - fromArchiveEntry(Object, String, String) - Method in interface org.gradle.api.resources.TextResourceFactory
-
Creates a text resource backed by the archive entry at the given path within the given archive.
- fromCode(int) - Static method in enum org.gradle.tooling.events.test.Destination
- fromDependencyCollector(DependencyCollector) - Method in interface org.gradle.api.artifacts.Configuration
-
Use the given collector as a source for dependencies and dependency constraints.
- fromFile(Object) - Method in interface org.gradle.api.resources.TextResourceFactory
-
Same as
fromFile(file, Charset.defaultCharset())
. - fromFile(Object, String) - Method in interface org.gradle.api.resources.TextResourceFactory
-
Creates a text resource backed by the given file.
- fromFileComparisonFailure(Throwable, String, String, byte[], byte[], List<TestFailure>) - Static method in class org.gradle.api.tasks.testing.TestFailure
-
Todo
- fromInsecureUri(Object) - Method in interface org.gradle.api.resources.TextResourceFactory
-
Creates a text resource backed by the given uri.
- fromResolutionOf(String) - Method in interface org.gradle.api.publish.VariantVersionMappingStrategy
-
Declares that this variant should use versions from the resolution of the configuration provided as an argument.
- fromResolutionOf(Configuration) - Method in interface org.gradle.api.publish.VariantVersionMappingStrategy
-
Declares that this variant should use versions from the resolution of the configuration provided as an argument.
- fromResolutionResult() - Method in interface org.gradle.api.publish.VariantVersionMappingStrategy
-
Declares that this variant should use versions from the resolution of a default configuration chosen by Gradle.
- fromString(String) - Method in interface org.gradle.api.resources.TextResourceFactory
-
Creates a text resource backed by the given string.
- fromTestAssertionFailure(Throwable, String, String) - Static method in class org.gradle.api.tasks.testing.TestFailure
-
Creates a new TestFailure instance from an assertion failure.
- fromTestAssertionFailure(Throwable, String, String, List<TestFailure>) - Static method in class org.gradle.api.tasks.testing.TestFailure
-
Creates a new TestFailure instance from an assertion failure.
- fromTestFrameworkFailure(Throwable) - Static method in class org.gradle.api.tasks.testing.TestFailure
-
Creates a new TestFailure instance from a test framework failure.
- fromTestFrameworkFailure(Throwable, List<TestFailure>) - Static method in class org.gradle.api.tasks.testing.TestFailure
-
Creates a new TestFailure instance from a test framework failure.
- fromUri(Object) - Method in interface org.gradle.api.resources.TextResourceFactory
-
Creates a text resource backed by the given uri.
- fromUri(URI) - Static method in interface org.gradle.jvm.toolchain.JavaToolchainDownload
- FULL - org.gradle.api.reporting.model.ModelReport.Format
-
Deprecated.
- FULL - org.gradle.api.tasks.testing.logging.TestExceptionFormat
-
Full display of exceptions.
- FUNCTIONAL_TEST - Static variable in interface org.gradle.api.attributes.TestSuiteType
-
Functional tests, will be added automatically when initializing a new plugin project
- FunctionalSourceSet - Interface in org.gradle.language.base
-
A container holding
LanguageSourceSet
s with a similar function (production code, test code, etc.).
G
- Gcc - Interface in org.gradle.nativeplatform.toolchain
-
The GNU GCC tool chain.
- GccCommandLineToolConfiguration - Interface in org.gradle.nativeplatform.toolchain
-
An executable tool used for GCC that allows customizing the executable.
- GccCompatibleToolChain - Interface in org.gradle.nativeplatform.toolchain
-
A ToolChain that can handle additional platforms simply by configuring the NativeBinary.
- GccCompilerPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
-
A
Plugin
which makes the GNU GCC/G++ compiler available for compiling C/C++ code. - GccCompilerPlugin() - Constructor for class org.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
- GccPlatformToolChain - Interface in org.gradle.nativeplatform.toolchain
-
GCC specific settings for the tools used to build for a particular platform.
- GeneralComponentSpec - Interface in org.gradle.platform.base
-
A general purpose component specification, that can be used to represent some software component built from source and producing multiple output variants.
- generate() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- generate() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.
- generate() - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
- generate() - Method in class org.gradle.api.tasks.diagnostics.ProjectBasedReportTask
-
Deprecated.
- generate() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
- generate() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- generate() - Method in class org.gradle.api.tasks.scala.ScalaDoc
- generate() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- generate() - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
- generate() - Method in class org.gradle.plugin.devel.tasks.PluginUnderTestMetadata
- generate() - Method in class org.gradle.plugins.signing.Sign
-
Generates the signature files.
- generate() - Method in class org.gradle.plugins.signing.Signature
-
Generates the signature file.
- generate() - Method in class org.gradle.plugins.signing.Signature.Generator
- generate() - Method in class org.gradle.swiftpm.tasks.GenerateSwiftPackageManagerManifest
- generate() - Method in class org.gradle.testing.jacoco.tasks.JacocoReport
- generate(Project) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.
- generate(Project) - Method in class org.gradle.api.tasks.diagnostics.ProjectBasedReportTask
-
Deprecated.
- GENERATE_CATALOG_FILE_TASKNAME - Static variable in class org.gradle.api.plugins.catalog.VersionCatalogPlugin
- GenerateBuildDashboard - Class in org.gradle.api.reporting
-
Generates build dashboard report.
- GenerateBuildDashboard() - Constructor for class org.gradle.api.reporting.GenerateBuildDashboard
- GenerateCUnitLauncher - Class in org.gradle.nativeplatform.test.cunit.tasks
-
Generated the Gradle CUnit launcher: main method and header.
- GenerateCUnitLauncher() - Constructor for class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
- Generated - Annotation Type in org.gradle.api
-
Indicates that the annotated member code was generated.
- generatedBy(Task) - Method in interface org.gradle.language.base.LanguageSourceSet
- GenerateEclipseClasspath - Class in org.gradle.plugins.ide.eclipse
-
Generates an Eclipse
.classpath
file. - GenerateEclipseClasspath() - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
- GenerateEclipseClasspath(EclipseClasspath) - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
- GenerateEclipseJdt - Class in org.gradle.plugins.ide.eclipse
-
Generates the Eclipse JDT configuration file.
- GenerateEclipseJdt() - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
- GenerateEclipseJdt(EclipseJdt) - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
- GenerateEclipseProject - Class in org.gradle.plugins.ide.eclipse
-
Generates an Eclipse
.project
file. - GenerateEclipseProject() - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseProject
- GenerateEclipseProject(EclipseProject) - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseProject
- GenerateEclipseWtpComponent - Class in org.gradle.plugins.ide.eclipse
-
Generates the org.eclipse.wst.common.component settings file for Eclipse WTP.
- GenerateEclipseWtpComponent() - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
- GenerateEclipseWtpComponent(EclipseWtpComponent) - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
- GenerateEclipseWtpFacet - Class in org.gradle.plugins.ide.eclipse
-
Generates the org.eclipse.wst.common.project.facet.core settings file for Eclipse WTP.
- GenerateEclipseWtpFacet() - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
- GenerateEclipseWtpFacet(EclipseWtpFacet) - Constructor for class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
- GenerateFiltersFileTask - Class in org.gradle.ide.visualstudio.tasks
-
Task for generating a Visual Studio filters file (e.g.
- GenerateFiltersFileTask() - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- GenerateIdeaModule - Class in org.gradle.plugins.ide.idea
-
Generates an IDEA module file.
- GenerateIdeaModule() - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaModule
- GenerateIdeaModule(IdeaModule) - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaModule
- GenerateIdeaProject - Class in org.gradle.plugins.ide.idea
-
Generates an IDEA project file for root project *only*.
- GenerateIdeaProject() - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaProject
- GenerateIdeaProject(IdeaProject) - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaProject
- GenerateIdeaWorkspace - Class in org.gradle.plugins.ide.idea
-
Generates an IDEA workspace file *only* for root project.
- GenerateIdeaWorkspace() - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
- GenerateIdeaWorkspace(IdeaWorkspace) - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
- GenerateIvyDescriptor - Class in org.gradle.api.publish.ivy.tasks
-
Generates an Ivy XML Module Descriptor file.
- GenerateIvyDescriptor() - Constructor for class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
- GenerateMavenPom - Class in org.gradle.api.publish.maven.tasks
-
Generates a Maven module descriptor (POM) file.
- GenerateMavenPom() - Constructor for class org.gradle.api.publish.maven.tasks.GenerateMavenPom
- GenerateModuleMetadata - Class in org.gradle.api.publish.tasks
-
Generates a Gradle metadata file to represent a published
SoftwareComponent
instance. - GenerateModuleMetadata() - Constructor for class org.gradle.api.publish.tasks.GenerateModuleMetadata
- generatePluginDescriptors() - Method in class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
- GeneratePluginDescriptors - Class in org.gradle.plugin.devel.tasks
-
Generates plugin descriptors from plugin declarations.
- GeneratePluginDescriptors() - Constructor for class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
- GenerateProjectFileTask - Class in org.gradle.ide.visualstudio.tasks
-
Task for generating a Visual Studio project file (e.g.
- GenerateProjectFileTask() - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- generateReportFooterFor(Map<ProjectDetails, T>) - Method in class org.gradle.api.tasks.diagnostics.AbstractProjectBasedReportTask
-
Provides a means of printing a customizable footer section below the per-project details body of the report.
- generateReportFor(ProjectDetails, AbstractDependencyReportTask.DependencyReportModel) - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
- generateReportFor(ProjectDetails, ProjectReportTask.ProjectReportModel) - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
- generateReportFor(ProjectDetails, PropertyReportTask.PropertyReportModel) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
- generateReportFor(ProjectDetails, T) - Method in class org.gradle.api.tasks.diagnostics.AbstractProjectBasedReportTask
- generateReportHeaderFor(Map<ProjectDetails, ProjectReportTask.ProjectReportModel>) - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
- generateReportHeaderFor(Map<ProjectDetails, T>) - Method in class org.gradle.api.tasks.diagnostics.AbstractProjectBasedReportTask
-
Provides a means of printing a customizable header section above the per-project details body of the report.
- GenerateSchemeFileTask - Class in org.gradle.ide.xcode.tasks
-
Task for generating a Xcode scheme file (e.g.
- GenerateSchemeFileTask() - Constructor for class org.gradle.ide.xcode.tasks.GenerateSchemeFileTask
- generateScript(JavaAppStartScriptGenerationDetails, Writer) - Method in interface org.gradle.jvm.application.scripts.ScriptGenerator
-
Generate the script.
- GenerateSolutionFileTask - Class in org.gradle.ide.visualstudio.tasks
-
Task for generating a Visual Studio solution file (e.g.
- GenerateSolutionFileTask() - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
- GenerateSwiftPackageManagerManifest - Class in org.gradle.swiftpm.tasks
-
A task that produces a Swift Package Manager manifest.
- GenerateSwiftPackageManagerManifest() - Constructor for class org.gradle.swiftpm.tasks.GenerateSwiftPackageManagerManifest
- GenerateWorkspaceSettingsFileTask - Class in org.gradle.ide.xcode.tasks
-
Task for generating a Xcode workspace settings file (e.g.
- GenerateWorkspaceSettingsFileTask() - Constructor for class org.gradle.ide.xcode.tasks.GenerateWorkspaceSettingsFileTask
- GenerateXcodeProjectFileTask - Class in org.gradle.ide.xcode.tasks
-
Task for generating a Xcode project file (e.g.
- GenerateXcodeProjectFileTask(GidGenerator) - Constructor for class org.gradle.ide.xcode.tasks.GenerateXcodeProjectFileTask
- GenerateXcodeWorkspaceFileTask - Class in org.gradle.ide.xcode.tasks
-
Task for generating a Xcode workspace file (e.g.
- GenerateXcodeWorkspaceFileTask() - Constructor for class org.gradle.ide.xcode.tasks.GenerateXcodeWorkspaceFileTask
- generator - Variable in class org.gradle.plugins.ide.api.GeneratorTask
- Generator(SignatureType, Signatory, File) - Constructor for class org.gradle.plugins.signing.Signature.Generator
- GeneratorTask<T> - Class in org.gradle.plugins.ide.api
-
A
GeneratorTask
generates a configuration file based on a domain object of type T. - GeneratorTask() - Constructor for class org.gradle.plugins.ide.api.GeneratorTask
- generic() - Static method in class org.gradle.api.problems.SharedProblemGroup
-
A generic problem category.
- GENERIC - org.gradle.tooling.events.OperationType
-
Flag for operations with no specific type.
- get() - Method in interface org.gradle.api.provider.Provider
-
Returns the value of this provider if it has a value present, otherwise throws
java.lang.IllegalStateException
. - get() - Method in interface org.gradle.language.BinaryCollection
-
Returns the set of binaries from this collection.
- get() - Method in interface org.gradle.tooling.ModelBuilder
-
Fetch the model, blocking until it is available.
- get(Class<S>, Spec<? super S>) - Method in interface org.gradle.language.BinaryCollection
-
Returns a
BinaryProvider
that contains the single binary matching the specified type and specification. - get(Object) - Method in interface org.gradle.model.ModelMap
-
Returns the item with the given name, if any.
- get(String) - Method in interface org.gradle.api.artifacts.ivy.IvyExtraInfo
-
Returns the value of the element with the unique element name.
- get(String) - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
-
Returns the value for the registered property with the given name.
- get(String) - Method in interface org.gradle.model.ModelMap
-
Returns the item with the given name, if any.
- get(String, String) - Method in interface org.gradle.api.artifacts.ivy.IvyExtraInfo
-
Returns the value of the element with the name and namespace provided.
- get(LogLevel) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Returns logging options for the specified level.
- get(Spec<? super T>) - Method in interface org.gradle.language.BinaryCollection
-
Returns a
Provider
that contains the single binary matching the given specification. - get(ResultHandler<? super T>) - Method in interface org.gradle.tooling.ModelBuilder
-
Starts fetching the model, passing the result to the given handler when complete.
- getAbsolutePath() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- getAccess() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
The most restrictive access level to include in the Groovydoc.
- getAccessKey() - Method in interface org.gradle.api.credentials.AwsCredentials
-
Returns the access key to use to authenticate with AWS.
- getAccessRules() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- getAccessRules() - Method in interface org.gradle.tooling.model.eclipse.EclipseClasspathEntry
-
Returns the access rules associated with this classpath entry.
- getAction() - Method in class org.gradle.BuildResult
-
The action performed by this build.
- getActions() - Method in class org.gradle.api.DefaultTask
- getActions() - Method in interface org.gradle.api.Task
-
Returns the sequence of
Action
objects which will be executed by this task, in the order of execution. - getActive() - Method in interface org.gradle.api.configuration.BuildFeature
-
Whether the feature is active in the build.
- getActorFactory() - Method in class org.gradle.api.tasks.testing.Test
- getActual() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns a string representation of the actual value for an assertion failure.
- getActual() - Method in interface org.gradle.tooling.TestAssertionFailure
-
Returns the string representation of the actual value.
- getActualContent() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns the actual content of a file comparison assertion failure.
- getActualContent() - Method in interface org.gradle.tooling.FileComparisonTestAssertionFailure
-
Returns the string representation of the actual value.
- getActualTypeArguments() - Method in class org.gradle.api.reflect.TypeOf
-
Returns the list of type arguments used in the construction of this parameterized type.
- getAdditionalArgs() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns any additional compiler arguments not included in the search paths and macro directives of this binary.
- getAdditionalArgs() - Method in interface org.gradle.tooling.model.cpp.LinkageDetails
-
Returns any additional linker arguments.
- getAdditionalClassDirs() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Additional class dirs that coverage data should be reported for.
- getAdditionalData() - Method in interface org.gradle.tooling.events.problems.SingleProblemEvent
-
Returns the additional data associated with this problem.
- getAdditionalParameters() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Returns the additional parameters passed to the compiler.
- getAdditionalParameters() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Additional parameters passed to the compiler.
- getAdditionalSourceDirs() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Additional source dirs for the classes coverage data is being reported for.
- getAddress() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
IP address or hostname to use with
JacocoTaskExtension.Output.TCP_SERVER
orJacocoTaskExtension.Output.TCP_CLIENT
. - getAgentClasspath() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
The Jacoco agent classpath.
- getAll() - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.
- getAll() - Method in interface org.gradle.tooling.model.DomainObjectSet
-
Returns the elements of this set in the set's iteration order.
- getAllArtifacts() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the artifacts of this configuration including the artifacts of extended configurations.
- getAllArtifacts(ResolvedDependency) - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the parent artifacts of this dependency and its children.
- getAllClassDirs() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Gets the class directories that coverage will be reported for.
- getAllCompilerArgs() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns all compiler arguments, added to the
CompileOptions.getCompilerArgs()
or theCompileOptions.getCompilerArgumentProviders()
property. - getAllComponents() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Retrieves all instances of
ResolvedComponentResult
from the graph, e.g. - getAllDependencies() - Method in interface org.gradle.api.artifacts.Configuration
-
Gets the complete set of declared dependencies including those contributed by superconfigurations.
- getAllDependencies() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Retrieves all dependencies, including unresolved dependencies.
- getAllDependencyConstraints() - Method in interface org.gradle.api.artifacts.Configuration
-
Gets the complete set of dependency constraints including those contributed by superconfigurations.
- getAllGroovy() - Method in interface org.gradle.api.tasks.GroovySourceSet
-
Deprecated.All Groovy source for this source set.
- getAllInitScripts() - Method in class org.gradle.StartParameter
-
Returns all init scripts, including explicit init scripts and implicit init scripts.
- getAllJava() - Method in interface org.gradle.api.tasks.SourceSet
-
All Java source files for this source set.
- getAllJvmArgs() - Method in class org.gradle.api.tasks.compile.ProviderAwareCompilerDaemonForkOptions
-
Returns the full set of arguments to use to launch the JVM for the compiler process.
- getAllJvmArgs() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the full set of arguments to use to launch the JVM for the process.
- getAllJvmArgs() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the full set of arguments to use to launch the JVM for the process.
- getAllJvmArgs() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the full set of arguments to use to launch the JVM for the process.
- getAllModuleArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the module artifacts belonging to this ResolvedDependency and recursively to its children.
- getAllModuleDependencies() - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Returns all successfully resolved dependencies including transitive dependencies.
- getAllowFileOverwrite() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Should we allow existing files in the build directory to be overwritten? This property can be set via command-line option '--overwrite'.
- getAllprojects() - Method in interface org.gradle.api.Project
-
Returns the set containing this project and its subprojects.
- getAllScala() - Method in interface org.gradle.api.tasks.ScalaSourceSet
-
Deprecated.All Scala source for this source set.
- getAllSource() - Method in interface org.gradle.api.tasks.SourceSet
-
All source files for this source set.
- getAllSourceDirs() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Gets the source directories for the classes that will be reported on.
- getAllTasks() - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Returns the tasks which are included in the execution plan.
- getAllTasks(boolean) - Method in interface org.gradle.api.Project
-
Returns a map of the tasks contained in this project, and optionally its subprojects.
- getAltDeployDescriptor() - Method in interface org.gradle.plugins.ear.descriptor.EarModule
-
The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular Java EE module.
- getAnalysisFile() - Method in class org.gradle.api.tasks.scala.IncrementalCompileOptions
-
Returns the file path where results of code analysis are to be stored.
- getAnalysisFiles() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
-
Source of analysis mapping files for incremental Scala compilation.
- getAnalysisMappingFile() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
-
Analysis mapping file.
- getAnnotationProcessor() - Method in interface org.gradle.api.plugins.jvm.JvmComponentDependencies
-
Returns a
DependencyCollector
that collects the set of annotation processor dependencies. - getAnnotationProcessorConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the configuration containing annotation processors and their dependencies needed to compile this source set.
- getAnnotationProcessorGeneratedSourcesDirectory() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Deprecated.Use
CompileOptions.getGeneratedSourceOutputDirectory()
instead. This method will be removed in Gradle 9.0. - getAnnotationProcessorPath() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns the classpath to use to load annotation processors.
- getAnnotationProcessorPath() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the classpath used to load annotation processors when compiling this source set.
- getAnnotationProcessorResults() - Method in interface org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult
-
Returns results of used annotation processors, if available.
- getAnt() - Method in class org.gradle.api.AntBuilder
-
Returns this AntBuilder.
- getAnt() - Method in class org.gradle.api.DefaultTask
- getAnt() - Method in interface org.gradle.api.Project
-
Returns the
AntBuilder
for this project. - getAnt() - Method in interface org.gradle.api.Task
-
Returns the
AntBuilder
for this task. - getAntBuilder() - Method in class org.gradle.api.tasks.scala.ScalaDoc
- getAntBuilder() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
- getAntGroovydoc() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
- getAntlrClasspath() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Returns the classpath containing the Ant ANTLR task implementation.
- getApi() - Method in interface org.gradle.nativeplatform.NativeLibrarySpec
-
Converts this library to a native library requirement that uses the api library linkage.
- getApiConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the API configuration for this source set.
- getApiDependencies() - Method in interface org.gradle.language.cpp.CppLibrary
-
Returns the API dependencies of this library.
- getApiDependencies() - Method in interface org.gradle.language.swift.SwiftLibrary
-
Returns the API dependencies of this library.
- getApiDocTitle() - Method in class org.gradle.api.reporting.ReportingExtension
- getApiElementsConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the configuration that should be used when compiling against the API of this component.
- getAppDirectory() - Method in class org.gradle.plugins.ear.Ear
-
The application directory.
- getAppDirName() - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.The name of the application directory, relative to the project directory.
- getApplication() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
-
The application that this binary belongs to.
- getApplication() - Method in interface org.gradle.platform.base.ApplicationBinarySpec
-
The application that this binary belongs to.
- getApplicationDefaultJvmArgs() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.Array of string arguments to pass to the JVM when running the application
- getApplicationDefaultJvmArgs() - Method in interface org.gradle.api.plugins.JavaApplication
-
Array of string arguments to pass to the JVM when running the application
- getApplicationDistribution() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.The specification of the contents of the distribution.
- getApplicationDistribution() - Method in interface org.gradle.api.plugins.JavaApplication
-
The specification of the contents of the distribution.
- getApplicationName() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.The name of the application.
- getApplicationName() - Method in interface org.gradle.api.plugins.JavaApplication
-
The name of the application.
- getApplicationName() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
-
The display name of the application
- getApplicationName() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The application's name.
- getApplicationName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The application name.
- getAppliesTo() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Indicates whether this ResourceFilter applies to files, folders, or both.
- getAppNameSystemProperty() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
-
This system property to use to pass the script name to the application.
- getArchitecture() - Method in interface org.gradle.nativeplatform.platform.NativePlatform
-
The cpu architecture being targeted.
- getArchitecture() - Method in interface org.gradle.nativeplatform.TargetMachine
-
Returns the target architecture
- getArchitecture() - Method in interface org.gradle.platform.BuildPlatform
- getArchive() - Method in interface org.gradle.api.publish.maven.MavenPomMailingList
-
The URL where you can browse the archive of this mailing list.
- getArchiveAppendix() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Returns the appendix part of the archive name, if any.
- getArchiveBase() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
- getArchiveBaseName() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Returns the base name of the archive.
- getArchiveClassifier() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Returns the classifier part of the archive name, if any.
- getArchiveExtension() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Returns the extension part of the archive name.
- getArchiveFile() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
The
RegularFile
where the archive is constructed. - getArchiveFileName() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Returns the archive name.
- getArchiveName() - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
-
Get the archiveName property.
- getArchivePath() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Deprecated.
- getArchivePath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the path where the gradle distributions archive should be saved (i.e.
- getArchivesBaseName() - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.The base name to use for archive files.
- getArchivesBaseName() - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Deprecated.Use
BasePluginExtension.getArchivesName()
. This method is scheduled for removal in Gradle 9.0. - getArchivesName() - Method in interface org.gradle.api.plugins.BasePluginExtension
-
The base name to use for archive files.
- getArchiveVersion() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Returns the version part of the archive name.
- getArgs() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the arguments for the command to be executed.
- getArgs() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the arguments passed to the main class to be executed.
- getArgs() - Method in interface org.gradle.nativeplatform.Tool
-
The arguments passed when executing this tool.
- getArgs() - Method in interface org.gradle.process.ExecSpec
-
Returns the arguments for the command to be executed.
- getArgs() - Method in interface org.gradle.process.JavaExecSpec
-
Returns the arguments passed to the main class to be executed.
- getArgs() - Method in interface org.gradle.TaskExecutionRequest
-
The arguments to use to select and optionally configure the tasks, as if provided on the command-line.
- getArgument() - Method in exception org.gradle.api.InvalidActionClosureException
-
The argument the action was executed with.
- getArgumentProviders() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Argument providers for the application.
- getArgumentProviders() - Method in class org.gradle.api.tasks.JavaExec
-
Argument providers for the application.
- getArgumentProviders() - Method in interface org.gradle.process.ExecSpec
-
Argument providers for the application.
- getArgumentProviders() - Method in interface org.gradle.process.JavaExecSpec
-
Argument providers for the application.
- getArguments() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
List of command-line arguments passed to the antlr process
- getArguments() - Method in class org.gradle.plugins.ide.eclipse.model.BuildCommand
- getArguments() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilterMatcher
-
The arguments of the matcher or null if it has children.
- getArguments() - Method in class org.gradle.testkit.runner.GradleRunner
-
The build arguments.
- getArguments() - Method in interface org.gradle.tooling.model.eclipse.EclipseBuildCommand
-
The arguments supplied for the build command.
- getArtifactFiles() - Method in interface org.gradle.api.artifacts.ArtifactCollection
-
A file collection containing the files for all artifacts in this collection.
- getArtifactId() - Method in interface org.gradle.api.publish.maven.MavenDependency
-
Deprecated.The artifactId value for this dependency.
- getArtifactId() - Method in interface org.gradle.api.publish.maven.MavenPomRelocation
-
The new artifact ID of the artifact.
- getArtifactId() - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Returns the artifactId for this publication.
- getArtifacts() - Method in interface org.gradle.api.artifacts.ArtifactCollection
-
Returns the resolved artifacts, performing the resolution if required.
- getArtifacts() - Method in interface org.gradle.api.artifacts.ArtifactView
-
Returns the collection of artifacts matching the requested attributes that are sourced from Components matching the specified filter.
- getArtifacts() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the artifacts of this configuration excluding the artifacts of extended configurations.
- getArtifacts() - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Returns the artifacts associated with this configuration.
- getArtifacts() - Method in interface org.gradle.api.artifacts.ConfigurationVariant
-
Returns the artifacts associated with this variant.
- getArtifacts() - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Gets successfully resolved artifacts.
- getArtifacts() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Returns the artifacts belonging to this dependency.
- getArtifacts() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns the resolved artifacts, performing the resolution if required.
- getArtifacts() - Method in interface org.gradle.api.component.SoftwareComponentVariant
- getArtifacts() - Method in interface org.gradle.api.Project
-
Returns a handler for assigning artifacts produced by the project to configurations.
- getArtifacts() - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
The complete set of artifacts for this publication.
- getArtifacts() - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Returns the complete set of artifacts for this publication.
- getArtifacts() - Method in class org.gradle.api.tasks.Upload
-
Deprecated.This class is scheduled for removal in a future version, this method should not be used.
- getArtifacts(Class<? extends Artifact>) - Method in interface org.gradle.api.artifacts.result.ComponentArtifactsResult
-
Returns the artifacts of the specified type that belong to this component.
- getArtifacts(ResolvedDependency) - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the parent artifacts of this dependency.
- getArtifacts(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Deprecated.Use a lenient
ArtifactView
with acomponentFilter
instead. - getArtifactSelectors() - Method in interface org.gradle.api.artifacts.DirectDependencyMetadata
-
Returns additional artifact information associated with the dependency that is used to select artifacts in the targeted module.
- getArtifactTypes() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Returns the artifact type definitions for this handler.
- getArtifactUrls() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Returns the additional URLs to use to find artifact files.
- getAsArg() - Method in enum org.gradle.testing.jacoco.plugins.JacocoTaskExtension.Output
-
Gets type in format of agent argument.
- getAsBytes() - Method in interface org.gradle.api.file.FileContents
-
Gets a provider of the entire file contents as a single byte array.
- getAsBytes() - Method in interface org.gradle.process.ExecOutput.StandardStreamContent
-
Gets a provider for the standard stream's content that returns it as a byte array.
- getAsExcludeSpec() - Method in class org.gradle.api.tasks.util.PatternSet
- getAsFile() - Method in interface org.gradle.api.file.Directory
-
Returns the location of this directory, as an absolute
File
. - getAsFile() - Method in interface org.gradle.api.file.FileSystemLocation
-
Returns this location as an absolute
File
. - getAsFile() - Method in interface org.gradle.api.file.FileSystemLocationProperty
-
Views the location of this file as a
File
. - getAsFile() - Method in interface org.gradle.api.file.RegularFile
-
Returns the location of this file, as an absolute
File
. - getAsFileTree() - Method in interface org.gradle.api.file.Directory
-
Returns a
FileTree
that allows the files and directories contained in this directory to be queried. - getAsFileTree() - Method in interface org.gradle.api.file.DirectoryProperty
-
Returns a
FileTree
that allows the files and directories contained in this directory to be queried. - getAsFileTree() - Method in interface org.gradle.api.file.FileCollection
-
Converts this collection to a
FileTree
, if not already. - getAsFileTree() - Method in interface org.gradle.api.file.FileTree
-
Returns this.
- getAsHex() - Method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- getAsIncludeSpec() - Method in class org.gradle.api.tasks.util.PatternSet
- getAsJvmArg() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Gets all properties in the format expected of the agent JVM argument.
- getAsList() - Method in interface org.gradle.jvm.toolchain.JavaToolchainRepositoryHandler
-
Returns a list of repositories that have been added so far.
- getAsLong() - Method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- getAsMap() - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Returns the objects in this collection, as a map from object name to object instance.
- getAsMap() - Method in interface org.gradle.api.reporting.ReportContainer
- getAsMap() - Method in interface org.gradle.tooling.events.problems.AdditionalData
-
Returns additional data as a map.
- getAsPath() - Method in interface org.gradle.api.file.FileCollection
-
Returns the contents of this collection as a platform-specific pat