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
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
-
Deprecated.This class will be removed in Gradle 9.0. All classes that extend this class will no longer extend it.
- AbstractOptions() - Constructor for class org.gradle.api.tasks.compile.AbstractOptions
-
Deprecated.
- 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.
- 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.
- CapabilitySelector - Interface in org.gradle.api.artifacts.capability
-
An opaque, immutable, selector for a capability of a variant.
- 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
-
Deprecated.Use
Object.equals(Object)
instead. - 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
-
Deprecated.This method will be removed in Gradle 9.0
- 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<? super DebugOptions>) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Execute the given action against
CompileOptions.getDebugOptions()
. - 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
-
Deprecated.This method will be removed in Gradle 9.0
- 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
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.exec(Action)
orProviderFactory.exec(Action)
instead. - exec(Closure) - Method in interface org.gradle.api.Script
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.exec(Action)
orProviderFactory.exec(Action)
instead. - exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.Project
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.exec(Action)
orProviderFactory.exec(Action)
instead. - 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
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.exec(Action)
orProviderFactory.exec(Action)
instead. - 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
-
Deprecated.This method will be removed in Gradle 9.0
- fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Deprecated.This method will be removed in Gradle 9.0
- ForkingWorkerSpec - Interface in org.gradle.workers
-
A worker spec providing the requirements of a forked process.
- forkOptions(Action<? super ForkOptions>) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Execute the given action against
CompileOptions.getForkOptions()
. - forkOptions(Action<? super GroovyForkOptions>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Execute the given action against
GroovyCompileOptions.getForkOptions()
. - forkOptions(Action<? super ScalaForkOptions>) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Configure options for running the Scala compiler in a separate 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.
- 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(DefaultVisualStudioProject) - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- GenerateFiltersFileTask.FiltersSpec - Class in org.gradle.ide.visualstudio.tasks
-
The data to use to generate the filters file.
- 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(DefaultVisualStudioProject) - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- GenerateProjectFileTask.ProjectSpec - Class in org.gradle.ide.visualstudio.tasks
-
The data to use to generate the project file.
- 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(DefaultVisualStudioSolution) - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
- GenerateSolutionFileTask.SolutionSpec - Class in org.gradle.ide.visualstudio.tasks
-
The data to use to generate the solution file.
- 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. - getActions() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask.FiltersSpec
-
Additional XML generation actions.
- 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.Exec
-
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 path.
- getAssembler() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the assembler used when compiling assembly sources this binary.
- getAssembler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
-
Returns the settings to use for the assembler.
- getAssembler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
-
Returns the settings to use for the assembler.
- getAssemblerArgs() - Method in class org.gradle.language.assembler.tasks.Assemble
-
Additional arguments to provide to the assembler.
- getAsSpec() - Method in class org.gradle.api.tasks.util.PatternSet
- getAsText() - Method in interface org.gradle.api.file.FileContents
-
Gets a provider of the entire file contents as a single String.
- getAsText() - Method in interface org.gradle.process.ExecOutput.StandardStreamContent
-
Gets a provider for the standard stream's content that returns it as a String.
- getAstTransformationClasspath() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
The classpath containing AST transformations and their dependencies.
- getAt(int) - Method in interface org.gradle.tooling.model.DomainObjectSet
-
Returns the element at the given index according to the set's iteration order.
- getAt(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns a plugin with the specified type if this plugin has been used in the project.
- getAt(String) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Locates an object by name, failing if there is no such object.
- getAt(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Locates an object by name, failing if there is no such object.
- getAt(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates an object by name, failing if there is no such object.
- getAt(String) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns a plugin with the specified id if this plugin has been used in the project.
- getAt(String) - Method in interface org.gradle.api.tasks.TaskCollection
-
Locates an object by name, failing if there is no such object.
- getAttempted() - Method in interface org.gradle.api.artifacts.result.UnresolvedDependencyResult
-
Returns the selector that was attempted to be resolved.
- getAttemptedReason() - Method in interface org.gradle.api.artifacts.result.UnresolvedDependencyResult
-
Returns the reasons why the failed selector was attempted.
- getAttemptedSelector() - Method in class org.gradle.plugins.ide.eclipse.model.UnresolvedLibrary
-
The attempted selector reported by the related UnresolvedDependencyResult
- getAttemptedSelector() - Method in interface org.gradle.tooling.model.eclipse.EclipseExternalDependency
-
Returns the coordinates of the artifact that Gradle was not able to resolve.
- getAttribute(Attribute<T>) - Method in interface org.gradle.api.attributes.AttributeContainer
-
Returns the value of an attribute found in this container, or
null
if this container doesn't have it. - getAttributeDisambiguationPrecedence() - Method in interface org.gradle.api.attributes.AttributesSchema
-
Returns the order that attributes should be considered when resolving ambiguity.
- getAttributes() - Method in interface org.gradle.api.artifacts.component.ComponentSelector
-
The attributes of the module to select the component from.
- getAttributes() - Method in interface org.gradle.api.artifacts.ComponentMetadataBuilder
-
Returns the attributes of the component.
- getAttributes() - Method in interface org.gradle.api.artifacts.DependencyConstraint
-
Returns the attributes for this constraint.
- getAttributes() - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Returns the attributes of this dependency.
- getAttributes() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Returns the attributes for this dependency.
- getAttributes() - Method in interface org.gradle.api.artifacts.result.ResolvedVariantResult
-
The attributes associated with this variant.
- getAttributes() - Method in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Defines the set of attributes to apply to a component that is packaged as an artifact of this type, when no other attributes are defined.
- getAttributes() - Method in interface org.gradle.api.attributes.AttributesSchema
-
Returns the set of attributes known to this schema.
- getAttributes() - Method in interface org.gradle.api.attributes.HasAttributes
-
Returns the attributes
- getAttributes() - Method in interface org.gradle.api.java.archives.Manifest
-
Returns the main attributes of the manifest.
- getAttributesFactory() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
An injected
ImmutableAttributesFactory
. - getAttributesSchema() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Returns the attributes schema for this handler.
- getAuthentication() - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Returns the authentication schemes for this repository.
- getAutoBuildTasks() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Returns the tasks to be executed during the Eclipse auto-build.
- getAutoTargetJvmDisabled() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Tells if automatic JVM targeting is enabled.
- getAutoTargetJvmDisabled() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Tells if automatic JVM targeting is enabled.
- getAvailableBuildTypes() - Method in class org.gradle.buildinit.tasks.InitBuild
- getAvailableDistributionTypes() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The list of available gradle distribution types.
- getAvailableDSLs() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Available build script DSLs to be used.
- getAvailableTestFrameworks() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Available test frameworks.
- getAvailableVendors() - Method in class org.gradle.buildconfiguration.tasks.UpdateDaemonJvm
-
Returns the supported JVM vendors.
- getBaseDir() - Method in class org.gradle.api.reporting.ReportingExtension
-
The base directory for all reports
- getBaseDir() - Method in class org.gradle.api.tasks.ant.AntTarget
-
Returns the Ant project base directory to use when executing the target.
- getBaseDirectory() - Method in class org.gradle.api.reporting.ReportingExtension
-
Returns base directory property to use for all reports.
- getBaseName() - Method in interface org.gradle.api.resources.Resource
-
Short name that concisely describes this resource
- getBaseName() - Method in interface org.gradle.language.cpp.CppComponent
-
Specifies the base name for this component.
- getBaseName() - Method in interface org.gradle.language.nativeplatform.ComponentWithNativeRuntime
-
Returns the base name of this component.
- getBaseName() - Method in interface org.gradle.nativeplatform.NativeComponentSpec
-
The name that is used to construct the output file names when building this component.
- getBaseName() - Method in interface org.gradle.tooling.model.cpp.CppBinary
-
Returns the base name of this binary.
- getBaseName() - Method in interface org.gradle.tooling.model.cpp.CppComponent
-
Returns the base name of this component.
- getBasePlugin() - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- getBaseSourceOutputDir() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
The base output directory for source sets.
- getBaseValue() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
-
Returns the value for the key of the manifest that is the target of the merge.
- getBaseVersion() - Method in class org.gradle.util.GradleVersion
-
The base version of this version.
- getBaseVersion() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- getBatchScript() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the file to write the wrapper batch script to.
- getBeforeMerged() - Method in class org.gradle.plugins.ide.api.FileContentMerger
- getBinaries() - Method in interface org.gradle.language.ComponentWithBinaries
-
Returns the binaries of this component.
- getBinaries() - Method in interface org.gradle.language.cpp.CppComponent
-
Returns the binaries for this library.
- getBinaries() - Method in interface org.gradle.language.swift.SwiftComponent
-
Returns the binaries for this library.
- getBinaries() - Method in interface org.gradle.nativeplatform.PrebuiltLibrary
-
The binaries that are built for this component.
- getBinaries() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestSuite
-
Returns the binaries for this library.
- getBinaries() - Method in class org.gradle.platform.base.component.BaseComponentSpec
- getBinaries() - Method in interface org.gradle.platform.base.VariantComponentSpec
-
The variants produced for this component spec.
- getBinaries() - Method in interface org.gradle.tooling.model.cpp.CppComponent
-
All binaries buildable for this component.
- getBinaryBuildAbility() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getBinaryFile() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
-
The file where the linked binary will be located.
- getBinaryFile() - Method in class org.gradle.nativeplatform.tasks.ExtractSymbols
-
The file to extract debug symbols from.
- getBinaryFile() - Method in class org.gradle.nativeplatform.tasks.StripSymbols
-
The file that debug symbols should be stripped from.
- getBinaryRenderer() - Method in class org.gradle.api.reporting.components.ComponentReport
-
Deprecated.
- getBinaryResultsDirectory() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Returns the root directory property for the test results in internal binary format.
- getBootClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-bootclasspath classpathlist Specifies the paths where the boot classes reside.
- getBootClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getBootstrapClasspath() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns the bootstrap classpath to be used for the compiler process.
- getBootstrapClasspath() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the bootstrap classpath to use for the process.
- getBootstrapClasspath() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the bootstrap classpath to use for the process.
- getBootstrapClasspath() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the bootstrap classpath to use for the process.
- getBottom() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Returns the HTML text to appear in the bottom text for each page.
- getBottom() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-bottom text
- getBranch() - Method in interface org.gradle.api.artifacts.ivy.IvyModuleDescriptor
-
Returns the branch attribute of the info element in this descriptor.
- getBranch() - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
-
Returns the branch to select versions from.
- getBranch() - Method in interface org.gradle.api.artifacts.VersionConstraint
-
The branch to select versions from.
- getBranch() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Returns the branch for this publication
- getBuild() - Method in interface org.gradle.api.artifacts.component.ProjectComponentIdentifier
-
Identifies the build that contains the project that produces this component.
- getBuild() - Method in interface org.gradle.platform.base.BinaryTasksCollection
-
The task that can be used to assemble this binary.
- getBuildAbility() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getBuildCache() - Method in interface org.gradle.api.cache.CacheConfigurations
-
Returns the cache configuration for local build cache.
- getBuildCache() - Method in interface org.gradle.api.initialization.Settings
-
Returns the build cache configuration.
- getBuildCommands() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- getBuildCommands() - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
The build commands to be added to this Eclipse project.
- getBuildCommands() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the Eclipse build commands configured on the project.
- getBuildDependencies() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns a
TaskDependency
object containing all required dependencies to build the local dependencies (e.g. - getBuildDependencies() - Method in interface org.gradle.api.artifacts.FileCollectionDependency
-
Deprecated.This class will no longer implement
SelfResolvingDependency
in Gradle 9.0. - getBuildDependencies() - Method in interface org.gradle.api.artifacts.ProjectDependency
-
Deprecated.This class will no longer implement
SelfResolvingDependency
in Gradle 9.0 - getBuildDependencies() - Method in interface org.gradle.api.Buildable
-
Returns a dependency which contains the tasks which build this artifact.
- getBuildDependencies() - Method in interface org.gradle.api.resources.TextResource
- getBuildDependencies() - Method in interface org.gradle.ide.visualstudio.VisualStudioProject
- getBuildDependencies() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
- getBuildDependencies() - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Returns the tasks to be executed to build the file returned by
ProjectDependency.getPublication()
- getBuildDependencies() - Method in class org.gradle.plugins.signing.Signature
- getBuildDir() - Method in interface org.gradle.api.Project
-
Deprecated.Use
getLayout().getBuildDirectory()
instead - getBuildDirectory() - Method in interface org.gradle.api.file.ProjectLayout
-
Returns the build directory for the project.
- getBuildDirectory() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the build directory for this project.
- getBuilder(String) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilderRegistry
- getBuildFile() - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Returns the build file for this project.
- getBuildFile() - Method in interface org.gradle.api.Project
-
The build script for this project.
- getBuildFile() - Method in class org.gradle.api.tasks.GradleBuild
-
Deprecated.Use
GradleBuild.getDir()
instead to get the root of the nested build. This method will be removed in Gradle 9.0. - getBuildFile() - Method in class org.gradle.StartParameter
-
Deprecated.Setting custom build file to select the default project has been deprecated. This method will be removed in Gradle 9.0.
- getBuildFileName() - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Returns the name of the build file for this project.
- getBuildIdentifier() - Method in interface org.gradle.tooling.model.build.BuildEnvironment
-
Returns the identifier for the Gradle build that this environment is used by.
- getBuildIdentifier() - Method in interface org.gradle.tooling.model.BuildModel
-
Returns the identifier for the build that this model is associated with.
- getBuildIdentifier() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
-
Returns the identifier for this Gradle build.
- getBuildIdentifier() - Method in interface org.gradle.tooling.model.ProjectIdentifier
-
Identifier of the build this project is a member of.
- getBuildInvocationScopeId() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the
BuildInvocationScopeId
to use for generation. - getBuildItemsCount() - Method in interface org.gradle.tooling.events.lifecycle.BuildPhaseOperationDescriptor
-
Returns number of build items this phase will execute.
- getBuildModel() - Method in interface org.gradle.tooling.BuildController
-
Returns an overview of the Gradle build, including some basic details of the projects that make up the build.
- getBuildName() - Method in interface org.gradle.api.artifacts.component.ProjectComponentSelector
-
Deprecated.Use
ProjectComponentSelector.getBuildPath()
instead. - getBuildName() - Method in class org.gradle.api.tasks.GradleBuild
-
The build name to use for the nested build.
- getBuildOperationExecutor() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getBuildOperationExecutor() - Method in class org.gradle.api.tasks.testing.TestReport
- getBuildOperationRunner() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getBuildOperationRunner() - Method in class org.gradle.api.tasks.testing.TestReport
- getBuildPath() - Method in interface org.gradle.api.artifacts.component.BuildIdentifier
-
Absolute build path of the build within the Gradle invocation.
- getBuildPath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentSelector
-
Absolute build path of the build within the Gradle invocation to select a project from.
- getBuildPhase() - Method in interface org.gradle.tooling.events.lifecycle.BuildPhaseOperationDescriptor
-
Returns the build phase name.
- getBuildPlatform() - Method in interface org.gradle.jvm.toolchain.JavaToolchainRequest
- getBuildResult() - Method in exception org.gradle.testkit.runner.UnexpectedBuildResultException
-
The result of the build execution.
- getBuildscript() - Method in interface org.gradle.api.initialization.Settings
-
Returns the build script handler for settings.
- getBuildscript() - Method in interface org.gradle.api.Project
-
Returns the build script handler for this project.
- getBuildscript() - Method in interface org.gradle.api.Script
-
Returns the script handler for this script.
- getBuildScript() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the build script for this project.
- getBuildStartedTime() - Method in interface org.gradle.api.invocation.BuildInvocationDetails
-
The wall-clock time in millis that the build was started.
- getBuildStateRegistry() - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
- getBuildTask() - Method in interface org.gradle.api.BuildableComponentSpec
-
Returns the task responsible for building this component.
- getBuildTime() - Method in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- getBuildTreePath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentIdentifier
-
Returns a path to the project for the full build tree.
- getBuildTreePath() - Method in interface org.gradle.api.Project
-
Returns a path to the project for the full build tree.
- getBuildTreePath() - Method in interface org.gradle.api.project.IsolatedProject
-
Returns a path to the project for the full build tree.
- getBuildTreePath() - Method in interface org.gradle.tooling.events.problems.TaskPathLocation
-
Returns the path of this task within the build tree.
- getBuildTreePath() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
-
Returns a path to the project for the full build tree
- getBuildTreePath() - Method in interface org.gradle.tooling.model.Task
-
Returns the path of this task within the build tree.
- getBuildType() - Method in interface org.gradle.nativeplatform.NativeBinary
-
Returns the
BuildType
used to construct this binary. - getBuildType() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
Returns the
BuildType
used to construct this binary. - getBuildWorkResult() - Method in interface org.gradle.api.flow.FlowProviders
-
Returns a
provider
for the summary result of the execution of the work scheduled for the current build. - getBuiltBy() - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Returns the set of tasks which build the files of this collection.
- getBuiltBy() - Method in interface org.gradle.api.file.ConfigurableFileTree
-
Returns the set of tasks which build the files of this collection.
- getBundleAliases() - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the list of bundles defined in this version catalog.
- getBundleBinary() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
- getBundleBinaryFile() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
-
Returns the bundle binary file property.
- getByName(String) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Locates an object by name, failing if there is no such object.
- getByName(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Locates an object by name, failing if there is no such object.
- getByName(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates an object by name, failing if there is no such object.
- getByName(String) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of a given name.
- getByName(String) - Method in interface org.gradle.api.tasks.TaskCollection
-
Locates an object by name, failing if there is no such object.
- getByName(String) - Method in interface org.gradle.language.BinaryCollection
-
Returns a
BinaryProvider
that contains the single binary with the given name. - getByName(String, Closure) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Locates an object by name, failing if there is no such object.
- getByName(String, Closure) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Locates an object by name, failing if there is no such object.
- getByName(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates an object by name, failing if there is no such object.
- getByName(String, Closure) - Method in interface org.gradle.api.tasks.TaskCollection
-
Locates an object by name, failing if there is no such object.
- getByName(String, Action<? super Configuration>) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Locates an object by name, failing if there is no such object.
- getByName(String, Action<? super ArtifactRepository>) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Locates an object by name, failing if there is no such object.
- getByName(String, Action<? super T>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates an object by name, failing if there is no such object.
- getByPath(String) - Method in interface org.gradle.api.tasks.TaskContainer
-
Locates a task by path.
- getBytesDownloaded() - Method in interface org.gradle.tooling.events.download.FileDownloadResult
-
Returns the total download size.
- getByType(Class<T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of a given type (useful to avoid casting).
- getByType(TypeOf<T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Looks for the extension of a given type (useful to avoid casting).
- getCachedClasspathTransformer() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- getCaches() - Method in interface org.gradle.api.initialization.Settings
-
Returns the configuration for caches stored in the user home directory.
- getCallbackActionDecorator() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
-
Required for decorating reports container callbacks for tracing user code application.
- getCallbackActionDecorator() - Method in class org.gradle.plugins.signing.Sign
-
Required for decorating reports container callbacks for tracing user code application.
- getCallbackActionDecorator() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Required for decorating reports container callbacks for tracing user code application.
- getCandidate() - Method in interface org.gradle.api.artifacts.ComponentSelection
-
Gets the candidate version of the module.
- getCandidateClassFiles() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the classes files to scan for test classes.
- getCandidates() - Method in interface org.gradle.api.artifacts.CapabilityResolutionDetails
-
Returns the list of components which are in conflict on this capability
- getCandidates() - Method in class org.gradle.util.NameMatcher
-
Deprecated.Returns the potential matches, if any.
- getCandidateValues() - Method in interface org.gradle.api.attributes.MultipleCandidatesDetails
-
A set of candidate values.
- getCanonicalUrl() - Method in class org.gradle.plugins.ide.idea.model.Path
-
Canonical url.
- getCanQueryProjectModelInParallel(Class<?>) - Method in interface org.gradle.tooling.BuildController
-
Returns
true
when actions run usingBuildController.run(Collection)
and that query project models of the given type will run in parallel. - getCapabilities() - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Returns the capabilities declared for this configuration.
- getCapabilities() - Method in interface org.gradle.api.artifacts.result.ResolvedVariantResult
-
The capabilities provided by this variant
- getCapabilities() - Method in interface org.gradle.api.capabilities.CapabilitiesMetadata
-
Returns an immutable view of the capabilities.
- getCapabilities() - Method in interface org.gradle.api.component.SoftwareComponentVariant
- getCapabilitiesResolution() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Returns the capabilities resolution strategy.
- getCapability() - Method in interface org.gradle.api.artifacts.CapabilityResolutionDetails
-
Returns the capability in conflict
- getCapabilitySelectors() - Method in interface org.gradle.api.artifacts.component.ComponentSelector
-
Returns the set of capabilities that are requested for this component.
- getCapabilitySelectors() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Returns the set of capabilities that are requested for this dependency
- getCatalogNames() - Method in interface org.gradle.api.artifacts.VersionCatalogsExtension
-
Returns the list of catalog names
- getCause() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionDescriptor
-
Returns the cause associated with this descriptor
- getCauses() - Method in class org.gradle.api.tasks.testing.TestFailure
-
Returns the list of causes.
- getCauses() - Method in interface org.gradle.tooling.Failure
-
Returns the underlying causes for this failure, if any.
- getCauses() - Method in exception org.gradle.tooling.ListenerFailedException
- getcCompiler() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the C compiler used when compiling C sources for this binary.
- getcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
-
Returns the settings to use for the C compiler.
- getcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
-
Returns the settings to use for the C compiler.
- getChangeType() - Method in interface org.gradle.work.FileChange
-
The type of change to the file.
- getCharSet() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-charset name Specifies the HTML character set for this document.
- getCheck() - Method in interface org.gradle.platform.base.BinaryTasksCollection
-
The task that can be used to check this binary.
- getCheckstyleClasspath() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The class path containing the Checkstyle library to be used.
- getChecksumService() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the
ChecksumService
to use. - getCheckTask() - Method in interface org.gradle.api.CheckableComponentSpec
-
Returns the task responsible for checking this component.
- getChildProjects() - Method in interface org.gradle.api.Project
-
Returns the direct children of this project.
- getChildren() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the transitive ResolvedDependency instances of this resolved dependency.
- getChildren() - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Returns the children of this project, if any.
- getChildren() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilterMatcher
-
The child matchers of this matcher, e.g.
- getChildren() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the child elements, or the empty set if there are no child elements.
- getChildren() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
-
Returns the child elements, or the empty set if there are no child elements.
- getChildren() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
-
Returns the child projects of this project, or the empty set if there are no child projects.
- getChildren() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the child elements, or the empty set if there are no child elements.
- getChildren() - Method in interface org.gradle.tooling.model.HierarchicalElement
-
Returns the child elements, or the empty set if there are no child elements.
- getChildren() - Method in interface org.gradle.tooling.model.idea.IdeaProject
-
Returns the modules of this IDEA project.
- getClassDirectories() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Source sets that coverage should be reported for.
- getClassDumpDir() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Path to dump all class files the agent sees are dumped to.
- getClasses() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
-
The classes to validate.
- getClasses() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
-
A set of Jar files or directories containing compiled code.
- getClasses() - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
-
A set of Jar files or directories containing compiled code.
- getClassesDeployPath() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The deploy path for classes.
- getClassesDirectory() - Method in interface org.gradle.api.file.SourceDirectorySet
-
Returns the directory property that is bound to the task that produces the output via
SourceDirectorySet.compiledBy(TaskProvider, Function)
. - getClassesDirs() - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Returns the directories containing compiled classes.
- getClassesTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the classes task for this source set.
- getClassfileBackupDir() - Method in class org.gradle.api.tasks.scala.IncrementalCompileOptions
-
Returns the path to the directory where previously generated class files are backed up during the next, incremental compilation.
- getClassFolders() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- getClassifier() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
-
Deprecated.Returns the classifier of this artifact, if any.
- getClassifier() - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Returns the classifier of this artifact.
- getClassifier() - Method in interface org.gradle.api.artifacts.DependencyArtifactSelector
-
Returns the classifier of the artifact to select.
- getClassifier() - Method in interface org.gradle.api.artifacts.PublishArtifact
-
Returns the classifier of this published artifact, if any.
- getClassifier() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
- getClassifier() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
The classifier used to publish the artifact file.
- getClassifier() - Method in interface org.gradle.api.publish.maven.MavenArtifact
-
The classifier used to publish the artifact file.
- getClassifier() - Method in class org.gradle.plugins.signing.Signature
-
The classifier of the signature artifact.
- getClassLoader() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns the
ClassLoader
which contains the classpath for this script. - getClassName() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
-
Returns the test class name for this test, if any.
- getClassName() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
The fully-qualified name of the underlying exception type.
- getClassName() - Method in interface org.gradle.tooling.events.BinaryPluginIdentifier
-
Returns the fully-qualified class name of this plugin.
- getClassName() - Method in interface org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult
-
Returns the fully-qualified class name of this annotation processor.
- getClassName() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
-
Returns the name of the test class, if any.
- getClassName() - Method in interface org.gradle.tooling.events.work.WorkItemOperationDescriptor
-
Returns the fully-qualified class name of work item's action.
- getClassName() - Method in interface org.gradle.tooling.TestFailure
-
The fully-qualified name of the underlying exception type.
- getClasspath() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The class path containing the compiled classes for the source files to be analyzed.
- getClasspath() - Method in class org.gradle.api.plugins.quality.Pmd
-
Compile class path for the classes to be analyzed.
- getClasspath() - Method in class org.gradle.api.tasks.bundling.War
-
Returns the classpath to include in the WAR archive.
- getClasspath() - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Returns the classpath to use to compile the source files.
- getClasspath() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getClasspath() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getClasspath() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the classpath used to locate classes referenced by the documented sources.
- getClasspath() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the classpath to use to resolve type references in the source code.
- getClasspath() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the classpath for executing the main class.
- getClasspath() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the classpath to use to locate classes referenced by the documented source.
- getClasspath() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the classpath to use to execute the tests.
- getClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-classpath classpathlist
- getClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getClasspath() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
-
The classpath, relative to the application home directory.
- getClasspath() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The class path for the application.
- getClasspath() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
-
The classpath used to load the classes under validation.
- getClasspath() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
-
The Eclipse Classpath model containing the information required to generate the classpath file.
- getClasspath() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse classpath information
- getClasspath() - Method in interface org.gradle.process.JavaExecSpec
-
Returns the classpath for executing the main class.
- getClasspath() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the external dependencies which make up the classpath of this project.
- getClasspath() - Method in interface org.gradle.workers.ClassLoaderWorkerSpec
-
Gets the classpath associated with the worker.
- getClassPath() - Method in interface org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptModel
- getClasspathAttributes() - Method in interface org.gradle.tooling.model.eclipse.EclipseClasspathEntry
-
Returns the classpath attributes associated with this classpath entry.
- getClasspathAttributes() - Method in interface org.gradle.tooling.model.eclipse.EclipseSourceDirectory
-
Returns the classpath attributes associated with this classpath entry.
- getClasspathContainers() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the Eclipse classpath containers defined on the project.
- getCleanup() - Method in interface org.gradle.api.cache.CacheConfigurations
-
Returns the cache cleanup settings that apply to all caches.
- getClientMetaData() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.
- getClientMetaData() - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
- getClientMetaData() - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
- getClosure() - Method in exception org.gradle.api.InvalidActionClosureException
-
The closure being used as an action.
- getClosure() - Method in class org.gradle.util.ClosureBackedAction
-
Deprecated.
- getCode() - Method in enum org.gradle.tooling.events.test.Destination
- getCodenarcClasspath() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The class path containing the CodeNarc library to be used.
- getCollectionCallbackActionDecorator() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
-
Deprecated.
- getCollectionSchema() - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Provides access to the schema of all created or registered named domain objects in this collection.
- getColumn() - Method in interface org.gradle.tooling.events.problems.LineInFileLocation
-
The starting column on the selected line.
- getColumn() - Method in interface org.gradle.tooling.model.kotlin.dsl.EditorPosition
- getCommandLine() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the full command line, including the executable plus its arguments.
- getCommandLine() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the full command line, including the executable plus its arguments.
- getCommandLine() - Method in interface org.gradle.process.BaseExecSpec
-
Returns the full command line, including the executable plus its arguments.
- getComment() - Method in class org.gradle.api.tasks.WriteProperties
-
Returns the optional comment to add at the beginning of the properties file.
- getComment() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- getComment() - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
A comment used for the eclipse project
- getComments() - Method in interface org.gradle.api.publish.maven.MavenPomLicense
-
The comments of this license.
- getComments() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Should clarifying comments be added to files?
- getCompatibilityRules() - Method in interface org.gradle.api.attributes.AttributeMatchingStrategy
- getCompilationClasspath() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The class path to be used by CodeNarc when compiling classes during analysis.
- getCompilationDetails() - Method in interface org.gradle.tooling.model.cpp.CppBinary
-
Returns the compilation details.
- getCompilationOutputs() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the compilation outputs produced by the sources that are generating Scaladoc.
- getCompileClasspath() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the classpath used to compile this source.
- getCompileClasspathConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the compile classpath configuration for this source set.
- getCompileIncludePath() - Method in interface org.gradle.language.cpp.CppBinary
-
Returns the header directories to use to compile this binary.
- getCompileJavaTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the compile Java task for this source set.
- getCompileModules() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the modules to use to compile this binary.
- getCompileOnly() - Method in interface org.gradle.api.plugins.jvm.JvmComponentDependencies
-
Returns a
DependencyCollector
that collects the set of compile-only dependencies. - getCompileOnlyApiConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the 'compile only api' configuration for this source set.
- getCompileOnlyConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the compile only configuration for this source set.
- getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.api.tasks.scala.ScalaCompile
- getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- getCompilerArgs() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns any additional arguments to be passed to the compiler.
- getCompilerArgs() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Additional arguments to provide to the compiler.
- getCompilerArgs() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
Additional arguments to provide to the compiler.
- getCompilerArgs() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Additional arguments to provide to the compiler.
- getCompilerArgumentProviders() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Compiler argument providers.
- getCompilerClasspath() - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
-
A set of Jar files containing compiler classes.
- getCompilerExecutable() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the compiler executable that is used to compile this binary.
- getCompilerOutput() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
Returns information about idea compiler output (output dirs, inheritance of output dir, etc.)
- getCompilerVersion() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask
-
The compiler used, including the type and the version.
- getCompilerVersion() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
The compiler used, including the type and the version.
- getCompilerVersion() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
The linker used, including the type and the version.
- getCompileTask() - Method in interface org.gradle.language.cpp.CppBinary
-
Returns the compile task for this binary.
- getCompileTask() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the compile task for this binary.
- getCompileTask() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the details of the compilation task for this binary.
- getCompileTaskName(String) - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of a compile task for this source set.
- getCompileWorkingDir() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the working directory that the compiler is invoked from when compiling the source of this binary.
- getComponent() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The component that this binary was built from.
- getComponent() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
-
The component that this binary was built from.
- getComponent() - Method in interface org.gradle.nativeplatform.NativeLibraryBinarySpec
-
The component that this binary was built from.
- getComponent() - Method in interface org.gradle.nativeplatform.test.cunit.CUnitTestSuiteBinarySpec
-
The component that this binary was built from.
- getComponent() - Method in interface org.gradle.nativeplatform.test.googletest.GoogleTestTestSuiteBinarySpec
-
The component that this binary was built from.
- getComponent() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
- getComponent() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getComponent() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
-
The Eclipse WTP component model that contains details required to generate the settings file.
- getComponent() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
-
Configures wtp component.
- getComponentAs(Class<T>) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getComponentIdentifier() - Method in interface org.gradle.api.artifacts.component.ComponentArtifactIdentifier
-
Returns the id of the component that this artifact belongs to.
- getComponents() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Returns the component metadata handler for this project.
- getComponents() - Method in interface org.gradle.api.artifacts.result.ArtifactResolutionResult
-
Return a set of
ComponentResult
instances representing all requested components. - getComponents() - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Returns the shared component metadata handler
- getComponents() - Method in interface org.gradle.api.Project
-
Returns the software components produced by this project.
- getComponents() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.Returns the components to generate the report for.
- getComponentSelection() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Returns the currently configured version selection rules object.
- getComponentType() - Method in class org.gradle.api.reflect.TypeOf
-
Returns the component type of the array type this object represents.
- getCompression() - Method in class org.gradle.api.tasks.bundling.Tar
-
Returns the compression that is used for this archive.
- getCompressor() - Method in class org.gradle.api.tasks.bundling.Zip
- getConcreteClass() - Method in class org.gradle.api.reflect.TypeOf
-
This returns the underlying, concrete Java
Class
. - getConf() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
A comma separated list of public configurations in which this artifact is published.
- getConfig() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The Checkstyle configuration to use.
- getConfig() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The Checkstyle configuration to use.
- getConfig() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The CodeNarc configuration to use.
- getConfig() - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The CodeNarc configuration to use.
- getConfigDirectory() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Path to other Checkstyle configuration files.
- getConfigDirectory() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
Path to other Checkstyle configuration files.
- getConfigFailurePolicy() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Option for what to do for other tests that use a configuration step when that step fails.
- getConfigFile() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The Checkstyle configuration file to use.
- getConfigFile() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The Checkstyle configuration file to use.
- getConfigFile() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The CodeNarc configuration file to use.
- getConfigFile() - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The CodeNarc configuration file to use.
- getConfigProperties() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The properties available for use in the configuration file.
- getConfigProperties() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The properties available for use in the configuration file.
- getConfiguration() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the configuration under which this instance was resolved.
- getConfiguration() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Configuration to look the dependency in
- getConfiguration() - 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.
- getConfiguration() - Method in class org.gradle.plugins.signing.SigningExtension
-
The configuration that signature artifacts are added to.
- getConfigurationCache() - Method in interface org.gradle.api.configuration.BuildFeatures
-
State of the Configuration Cache feature in the build.
- getConfigurationName() - Method in class org.gradle.api.tasks.diagnostics.ResolvableConfigurationsReportTask
-
Limits the report to a single configuration.
- getConfigurations() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns the configurations of this handler.
- getConfigurations() - Method in interface org.gradle.api.Project
-
Returns the configurations of this project.
- getConfigurations() - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Returns the complete set of configurations for this publication.
- getConfigurations() - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
-
Returns the configurations to generate the report for.
- getConfigurations() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
Configurations to include in the project.
- getConfigurationScript() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
A Groovy script file that configures the compiler, allowing extensive control over how the code is compiled.
- getConfigurationVariant() - Method in interface org.gradle.api.component.ConfigurationVariantDetails
-
The configuration variant
- getConfigureClosure() - Method in class org.gradle.util.ConfigureUtil.WrappedConfigureAction
-
Deprecated.
- getConfMapping() - Method in interface org.gradle.api.publish.ivy.IvyDependency
-
Deprecated.The configuration mapping string that will be output for this dependency.
- getConnection() - Method in interface org.gradle.api.publish.maven.MavenPomScm
-
The connection URL of this SCM.
- getConsoleOutput() - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Returns the style of logging output that should be written to the console.
- getConsoleOutput() - Method in class org.gradle.StartParameter
-
Returns the style of logging output that should be written to the console.
- getConstraints() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Returns the dependency constraint handler for this project.
- getConsumerValue() - Method in interface org.gradle.api.attributes.CompatibilityCheckDetails
-
The value of the attribute as found on the consumer side.
- getConsumerValue() - Method in interface org.gradle.api.attributes.MultipleCandidatesDetails
-
Returns the value of the attribute specified by the consumer.
- getContainers() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
The classpath containers to be added.
- getContainsTestFixtures() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Returns
true
if the classpath contains test fixture classes that should be visible through incoming project dependencies. - getContentCharset() - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
-
The character set used to decode the merged manifest content.
- getContentPath() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The directory for the content root of the module.
- getContentRoot() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The content root directory of the module.
- getContentRoots() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
All content roots.
- getContents() - Method in interface org.gradle.api.distribution.Distribution
-
The contents of the distribution.
- getContextPath() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The context path for the web application
- getContextPath() - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- getContextRoot() - Method in interface org.gradle.plugins.ear.descriptor.EarWebModule
-
The context-root element specifies the context root of a web application.
- getContextualLabel() - Method in interface org.gradle.tooling.events.problems.ContextualLabel
-
Returns the contextual description of a problem.
- getContextualLabel() - Method in interface org.gradle.tooling.events.problems.SingleProblemEvent
-
Returns the contextual label.
- getConvention() - Method in interface org.gradle.api.Project
-
Deprecated.The concept of conventions is deprecated. Use extensions if possible.
- getConvention() - Method in interface org.gradle.api.Task
-
Deprecated.The concept of conventions is deprecated. Use extensions if possible.
- getCoordinates() - Method in interface org.gradle.api.component.ComponentWithCoordinates
-
The publication coordinates for this component.
- getCounter() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
The counter that applies to the limit as defined by org.jacoco.core.analysis.ICoverageNode.CounterEntity.
- getCppCompiler() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the C++ compiler used when compiling C++ sources for this binary.
- getCppCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
-
Returns the settings to use for the C++ compiler.
- getCppCompiler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
-
Returns the settings to use for the C++ compiler.
- getCppSource() - Method in interface org.gradle.language.cpp.CppBinary
-
Returns the C++ source files of this binary.
- getCppSource() - Method in interface org.gradle.language.cpp.CppComponent
-
Returns the C++ source files of this component, as defined in
CppComponent.getSource()
. - getCreatedResources() - Method in interface org.gradle.api.cache.CacheConfigurations
-
Returns the cache configuration for created resources.
- getCreateStaticLib() - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec.TasksCollection
-
The create static library task.
- getCreateTask() - Method in interface org.gradle.language.nativeplatform.ComponentWithStaticLibrary
-
Returns the task to create the static library.
- getCredentials() - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Returns the username and password credentials used to authenticate to this repository.
- getCredentials() - Method in class org.gradle.caching.http.HttpBuildCache
-
Returns the credentials used to access the HTTP cache backend.
- getCredentials(Class<T>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Returns the credentials of the specified type used to authenticate with this repository.
- getCsv() - Method in interface org.gradle.testing.jacoco.tasks.JacocoReportsContainer
-
The JaCoCo (single file) CSV report
- getCurrentDir() - Method in class org.gradle.StartParameter
-
Returns the directory to use to select the default project, and to search for the settings file.
- getDate() - Method in interface org.gradle.api.artifacts.PublishArtifact
-
Returns the date that should be used when publishing this artifact.
- getDate() - Method in class org.gradle.plugins.signing.Signature
-
The date of the signature artifact.
- getDebug() - Method in class org.gradle.api.tasks.JavaExec
-
Determines whether debugging is enabled for the test process.
- getDebug() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Returns logging options for debug level.
- getDebug() - Method in class org.gradle.api.tasks.testing.Test
-
Determines whether debugging is enabled for the test process.
- getDebug() - Method in interface org.gradle.process.JavaForkOptions
-
Determines whether debugging is enabled for the test process.
- getDebuggable() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Should the compiler generate debuggable code?
- getDebuggable() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
Create a debuggable binary?
- getDebuggerExecutableFile() - Method in interface org.gradle.language.cpp.CppExecutable
-
Returns the executable file to use with a debugger for this executable.
- getDebuggerExecutableFile() - Method in interface org.gradle.language.swift.SwiftExecutable
-
Returns the executable file to use with a debugger for this binary.
- getDebugLevel() - Method in class org.gradle.api.tasks.compile.DebugOptions
-
Get a comma-separated list of debug information to be generated during compilation.
- getDebugLevel() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Generate debugging information.
- getDebugOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns options for generating debugging information.
- getDebugOptions() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the Java Debug Wire Protocol properties for the process.
- getDebugOptions() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the Java Debug Wire Protocol properties for the process.
- getDebugOptions() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the Java Debug Wire Protocol properties for the process.
- getDeclarations() - Method in class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
-
The plugin declarations used to create the descriptors.
- getDefaultCharacterEncoding() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the default character encoding to use.
- getDefaultCharacterEncoding() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the default character encoding to use.
- getDefaultCharacterEncoding() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the default character encoding to use.
- getDefaultConfiguration() - Method in class org.gradle.plugins.signing.SigningExtension
-
Provides the configuration that signature artifacts are added to.
- getDefaultExtension() - Method in enum org.gradle.api.tasks.bundling.Compression
- getDefaultJvmOpts() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
- getDefaultJvmOpts() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The application's default JVM options.
- getDefaultJvmToolchainManagement() - Method in class org.gradle.api.plugins.JvmToolchainManagementPlugin
- getDefaultLibrariesExtensionName() - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Returns the name of the extension generated by default from the TOML dependencies file if found.
- getDefaultOutputDir() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
The default output directory where Eclipse puts compiled classes.
- getDefaultProjectsExtensionName() - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Returns the name of the extension generated for type-safe project accessors.
- getDefaultReason() - Method in enum org.gradle.api.artifacts.result.ComponentSelectionCause
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.Project
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.idea.model.Module
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.idea.model.Project
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.idea.model.Workspace
- getDefaults() - Method in interface org.gradle.api.initialization.Settings
-
Returns the model defaults object for this build.
- getDefaultSignatory(Project) - Method in interface org.gradle.plugins.signing.signatory.SignatoryProvider
-
Attempts to create a signatory for the project that will be used everywhere something is to be signed and an explicit signatory has not been set (for the task/operation).
- getDefaultTargetJdk(JavaVersion) - Method in class org.gradle.api.plugins.quality.PmdPlugin
- getDefaultTasks() - Method in interface org.gradle.api.Project
-
Returns the names of the default tasks of this project.
- getDefaultType() - Method in class org.gradle.plugins.signing.type.AbstractSignatureTypeProvider
- getDefaultType() - Method in interface org.gradle.plugins.signing.type.SignatureTypeProvider
- getDefinition() - Method in interface org.gradle.tooling.events.problems.ProblemAggregation
-
Returns the definition of the problem.
- getDefinition() - Method in interface org.gradle.tooling.events.problems.SingleProblemEvent
-
Returns the problem definition.
- getDelete() - Method in class org.gradle.api.tasks.Delete
-
Returns the set of files which will be deleted by this task.
- getDeleter() - Method in class org.gradle.api.plugins.antlr.AntlrTask
- getDeleter() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getDeleter() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getDeleter() - Method in class org.gradle.api.tasks.Delete
- getDeleter() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
- getDeleter() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getDeleter() - Method in class org.gradle.api.tasks.Sync
- getDeleter() - Method in class org.gradle.language.assembler.tasks.Assemble
- getDeleter() - Method in class org.gradle.language.jvm.tasks.ProcessResources
- getDeleter() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- getDeleter() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
- getDeleter() - Method in class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
- getDependencies() - Method in interface org.gradle.api.artifacts.ClientModule
-
Deprecated.Returns all the dependencies added to the client module.
- getDependencies() - Method in interface org.gradle.api.artifacts.Configuration
-
Gets the set of declared dependencies directly contained in this configuration (ignoring superconfigurations).
- getDependencies() - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Returns all dependencies declared on this collector.
- getDependencies() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns the set of dependencies which will be resolved.
- getDependencies() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
-
Returns the dependencies of this component.
- getDependencies() - Method in interface org.gradle.api.component.SoftwareComponentVariant
- getDependencies() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns the dependencies of the script.
- getDependencies() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Dependency handler for this component.
- getDependencies() - Method in interface org.gradle.api.Project
-
Returns the dependency handler of this project.
- getDependencies() - Method in interface org.gradle.language.base.DependentSourceSet
- getDependencies() - Method in interface org.gradle.language.ComponentWithDependencies
-
Returns the dependencies of this component.
- getDependencies() - Method in interface org.gradle.language.cpp.CppLibrary
-
Returns the dependencies of this library.
- getDependencies() - Method in interface org.gradle.language.swift.SwiftLibrary
-
Returns the dependencies of this library.
- getDependencies() - Method in interface org.gradle.platform.base.DependencySpecContainer
-
Returns an immutable view of dependencies stored in this container.
- getDependencies() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The dependencies of this module.
- getDependencies() - Method in interface org.gradle.tooling.events.task.TaskOperationDescriptor
-
Returns the dependencies of the task (other tasks and transforms), if available.
- getDependencies() - Method in interface org.gradle.tooling.events.transform.TransformOperationDescriptor
-
Returns the dependencies (other transforms and tasks) of this transform operation.
- getDependencies() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
dependencies of this module (i.e.
- getDependencies(Task) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Returns the dependencies of a task which are part of the execution graph.
- getDependencies(Task) - Method in interface org.gradle.api.tasks.TaskDependency
-
Determines the dependencies for the given
Task
. - getDependenciesForVariant(ResolvedVariantResult) - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
-
Returns the dependencies of a specific variant.
- getDependencyConstraintFactory() - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
A dependency constraint factory is used to convert supported dependency notations into
DependencyConstraint
instances. - getDependencyConstraints() - Method in interface org.gradle.api.artifacts.Configuration
-
Gets the set of dependency constraints directly contained in this configuration (ignoring superconfigurations).
- getDependencyConstraints() - Method in interface org.gradle.api.artifacts.dsl.DependencyCollector
-
Returns all dependency constraints declared on this collector.
- getDependencyConstraints() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns the set of dependency constraints which will be considered during resolution.
- getDependencyConstraints() - Method in interface org.gradle.api.component.SoftwareComponentVariant
- getDependencyFactory() - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
A dependency factory is used to convert supported dependency notations into
Dependency
instances. - getDependencyFactory() - Method in class org.gradle.api.artifacts.dsl.DependencyModifier
-
A dependency factory is used to convert supported dependency notations into
Dependency
instances. - getDependencyFactory() - Method in interface org.gradle.api.Project
-
Provides access to methods to create various kinds of
Dependency
instances. - getDependencyLocking() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Provides access to configuring dependency locking
- getDependencyLocking() - Method in interface org.gradle.api.Project
-
Provides access to configuring dependency locking
- getDependencyProject() - Method in interface org.gradle.api.artifacts.ProjectDependency
-
Deprecated.This method will be removed in Gradle 9.0. Accessing the mutable state of other projects should be avoided.
- getDependencyResolutionManagement() - Method in interface org.gradle.api.initialization.Settings
-
Returns the dependency resolution management handler.
- getDependencySpec() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Selects the dependency (or dependencies if multiple matches found) to show the report for.
- getDependencySubstitution() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Returns the set of dependency substitution rules that are set for this configuration.
- getDependencyVerificationMode() - Method in class org.gradle.StartParameter
-
Returns the dependency verification mode.
- getDependents() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
-
Returns the incoming dependencies of this component.
- getDependsOn() - Method in class org.gradle.api.DefaultTask
- getDependsOn() - Method in interface org.gradle.api.Task
-
Returns the dependencies of this task.
- getDeploymentDescriptor() - Method in class org.gradle.plugins.ear.Ear
-
The deployment descriptor configuration.
- getDeploymentDescriptor() - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.A custom deployment descriptor configuration.
- getDeployName() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The deploy name to be used.
- getDeployName() - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- getDeployPath() - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- getDeployPath() - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- getDepth() - Method in interface org.gradle.api.Project
-
Returns the nesting level of a project in a multi-project hierarchy.
- getDescription() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the description for this configuration.
- getDescription() - Method in interface org.gradle.api.artifacts.ConfigurationVariant
-
Returns an optional note describing this variant.
- getDescription() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionDescriptor
-
Returns a description for the selection.
- getDescription() - Method in class org.gradle.api.DefaultTask
- getDescription() - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
A description for the dependencies model, which will be used in the generated sources as documentation.
- getDescription() - Method in interface org.gradle.api.Project
-
Returns the description of this project, if any.
- getDescription() - Method in interface org.gradle.api.publish.maven.MavenPom
-
A short, human-readable description for the publication represented by this POM.
- getDescription() - Method in interface org.gradle.api.Rule
-
Returns the description of the rule.
- getDescription() - Method in interface org.gradle.api.Task
-
Returns the description of this task.
- getDescription() - Method in class org.gradle.api.tasks.ant.AntTarget
-
Returns the description of this task.
- getDescription() - Method in class org.gradle.plugin.devel.PluginDeclaration
-
Returns the description for this plugin declaration.
- getDescription() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The application description.
- getDescription() - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
-
A description of the security role.
- getDescription() - Method in interface org.gradle.tooling.Failure
-
Returns a long description of the failure.
- getDescription() - Method in interface org.gradle.tooling.model.Element
-
Returns the description of the element, or
null
if it has no description. - getDescription() - Method in interface org.gradle.tooling.model.Launchable
-
Returns the description of this launchable, or
null
if it has no description. - getDescription() - Method in interface org.gradle.tooling.model.Task
-
Returns the description of this task, or
null
if it has no description. - getDescription() - Method in interface org.gradle.tooling.ProgressEvent
-
A description of the current piece of work.
- getDescriptions() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
-
Returns a list of descriptions of the causes that led to the selection of this component.
- getDescriptor() - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
The module descriptor that will be published.
- getDescriptor() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
-
The module descriptor metadata.
- getDescriptor() - Method in exception org.gradle.model.InvalidModelRuleException
- getDescriptor() - Method in interface org.gradle.tooling.events.configuration.ProjectConfigurationProgressEvent
-
Returns the description of the project configuration operation for which progress is reported.
- getDescriptor() - Method in interface org.gradle.tooling.events.download.FileDownloadProgressEvent
- getDescriptor() - Method in interface org.gradle.tooling.events.lifecycle.BuildPhaseProgressEvent
- getDescriptor() - Method in interface org.gradle.tooling.events.ProgressEvent
-
Returns the description of the operation for which progress is reported.
- getDescriptor() - Method in interface org.gradle.tooling.events.task.TaskProgressEvent
-
Returns the description of the task for which progress is reported.
- getDescriptor() - Method in interface org.gradle.tooling.events.test.TestOutputEvent
- getDescriptor() - Method in interface org.gradle.tooling.events.test.TestProgressEvent
-
Returns the description of the test for which progress is reported.
- getDescriptor() - Method in interface org.gradle.tooling.events.transform.TransformProgressEvent
-
Returns the description of the transform for which progress is reported.
- getDescriptor() - Method in interface org.gradle.tooling.events.work.WorkItemProgressEvent
-
Returns the description of the work item for which progress is reported.
- getDescriptor(Class<T>) - Method in interface org.gradle.api.artifacts.ComponentMetadataContext
-
Used to access a specific descriptor format.
- getDescriptor(Class<T>) - Method in interface org.gradle.api.artifacts.ComponentSelection
-
Used to access a specific descriptor format.
- getDescriptorDestination() - 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.
- getDestination() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
-
The file the descriptor will be written to.
- getDestination() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
The file the POM will be written to.
- getDestination() - Method in interface org.gradle.api.tasks.testing.TestOutputEvent
-
Destination of the message
- getDestination() - Method in interface org.gradle.tooling.events.test.TestOutputDescriptor
-
Describes whether the content was printed to the standard output or the standard error.
- getDestinationDir() - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Deprecated.Use
AbstractCompile.getDestinationDirectory()
instead. This method will be removed in Gradle 9.0. - getDestinationDir() - Method in class org.gradle.api.tasks.Copy
-
Returns the directory to copy files into.
- getDestinationDir() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the directory to generate the documentation into.
- getDestinationDir() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the directory to generate the documentation into.
- getDestinationDir() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the directory to generate the API documentation into.
- getDestinationDir() - Method in class org.gradle.api.tasks.Sync
-
Returns the directory to copy files into.
- getDestinationDir() - Method in class org.gradle.api.tasks.testing.TestReport
-
Deprecated.
- getDestinationDirectory() - Method in interface org.gradle.api.file.SourceDirectorySet
-
Configure the directory to assemble the compiled classes into.
- getDestinationDirectory() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
The directory where the archive will be placed.
- getDestinationDirectory() - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Returns the directory property that represents the directory to generate the
.class
files into. - getDestinationDirectory() - Method in class org.gradle.api.tasks.testing.TestReport
-
Returns the directory to write the HTML report to.
- getDestinationDirectory() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getDestinationDirectory() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-d directory
- getDestinationDirectory() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
Include the destination directory as an output, to pick up auxiliary files produced alongside the main output file
- getDestinationFile() - Method in class org.gradle.api.tasks.WriteProperties
-
The output properties file.
- getDestinationFile() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
The path for the execution data to be written to.
- getDestroyables() - Method in class org.gradle.api.DefaultTask
- getDestroyables() - Method in interface org.gradle.api.Task
-
Returns the destroyables of this task.
- getDetails() - Method in interface org.gradle.api.artifacts.ComponentMetadataContext
- getDetails() - Method in class org.gradle.api.tasks.testing.TestFailure
-
Returns structural information about the failure.
- getDetails() - Method in interface org.gradle.tooling.events.problems.Details
-
Returns a detailed description of a problem.
- getDetails() - Method in interface org.gradle.tooling.events.problems.ProblemContext
-
Returns the details string.
- getDetails() - Method in interface org.gradle.tooling.events.problems.SingleProblemEvent
-
Returns the details string.
- getDeveloperConnection() - Method in interface org.gradle.api.publish.maven.MavenPomScm
-
The developer connection URL of this SCM.
- getDevelopmentBinary() - Method in interface org.gradle.language.cpp.CppApplication
-
Returns the binary of the component to use as the default for development.
- getDevelopmentBinary() - Method in interface org.gradle.language.cpp.ProductionCppComponent
-
Returns the binary of the component to use as the default for development.
- getDevelopmentBinary() - Method in interface org.gradle.language.ProductionComponent
-
Returns the binary of the component to use as the default for development.
- getDevelopmentBinary() - Method in interface org.gradle.language.swift.ProductionSwiftComponent
-
Returns the binary of the component to use as the default for development.
- getDevelopmentBinary() - Method in interface org.gradle.language.swift.SwiftApplication
-
Returns the binary of the component to use as the default for development.
- getDidWork() - Method in class org.gradle.api.DefaultTask
- getDidWork() - Method in interface org.gradle.api.Task
-
Checks if the task actually did any work.
- getDidWork() - Method in interface org.gradle.api.tasks.TaskState
-
Checks if the task actually did any work.
- getDidWork() - Method in interface org.gradle.api.tasks.WorkResult
- getDir() - Method in interface org.gradle.api.file.ConfigurableFileTree
-
Returns the base directory of this file tree.
- getDir() - Method in interface org.gradle.api.file.DirectoryTree
-
Returns the base directory of this tree.
- getDir() - Method in class org.gradle.api.tasks.GradleBuild
-
Returns the project directory for the build.
- getDir() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- getDirectory() - Method in class org.gradle.caching.local.DirectoryBuildCache
-
Returns the directory to use to store the build cache.
- getDirectory() - Method in class org.gradle.nativeplatform.NativeInstallationSpec
- getDirectory() - Method in interface org.gradle.tooling.model.SourceDirectory
-
Returns the source directory.
- getDirectoryFileTreeFactory() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getDirMode() - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Deprecated.Use
CopyProcessingSpec.getDirPermissions()
instead. This method is scheduled for removal in Gradle 9.0. - getDirMode() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Deprecated.
- getDirPermissions() - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Property for querying and configuring directory access permissions.
- getDirPermissions() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Property for querying and configuring directory access permissions.
- getDirs() - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
-
Returns the directories where this repository will look for artifacts.
- getDirs() - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Returns all dirs registered with #dir method.
- getDisabledGlobalASTTransformations() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Returns the set of global AST transformations which should not be loaded into the Groovy compiler.
- getDisambiguationRules() - Method in interface org.gradle.api.attributes.AttributeMatchingStrategy
- getDisplayGranularity() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Returns the display granularity of the events to be logged.
- getDisplayGroup() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
-
Returns the task group to be displayed.
- getDisplayGroups() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
-
Returns the task groups to be displayed.
- getDisplayName() - Method in interface org.gradle.api.artifacts.component.ComponentArtifactIdentifier
-
Returns some human-consumable display name for this artifact.
- getDisplayName() - Method in interface org.gradle.api.artifacts.component.ComponentIdentifier
-
Returns a human-consumable display name for this identifier.
- getDisplayName() - Method in interface org.gradle.api.artifacts.component.ComponentSelector
-
Returns a human-consumable display name for this selector.
- getDisplayName() - Method in interface org.gradle.api.artifacts.result.ResolvedVariantResult
-
The display name of this variant, for diagnostics.
- getDisplayName() - Method in interface org.gradle.api.Describable
-
Returns the display name of this object.
- getDisplayName() - Method in interface org.gradle.api.problems.ProblemGroup
-
Returns a human-readable label describing the group.
- getDisplayName() - Method in interface org.gradle.api.problems.ProblemId
-
A human-readable label describing the problem ID.
- getDisplayName() - Method in interface org.gradle.api.Project
-
Returns a human-consumable display name for this project.
- getDisplayName() - Method in interface org.gradle.api.reporting.Report
-
A more descriptive name of this report.
- getDisplayName() - Method in interface org.gradle.api.resources.Resource
-
Human readable name of this resource
- getDisplayName() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
-
Returns the display name of the test.
- getDisplayName() - Method in interface org.gradle.caching.BuildCacheKey
-
Deprecated.Use
BuildCacheKey.getHashCode()
instead. - getDisplayName() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
- getDisplayName() - Method in interface org.gradle.jvm.toolchain.JavaToolchainSpec
- getDisplayName() - Method in interface org.gradle.model.ModelElement
-
Returns a human-consumable display name for this element.
- getDisplayName() - Method in interface org.gradle.nativeplatform.BuildType
-
Returns a human-consumable name for this build type.
- getDisplayName() - Method in interface org.gradle.nativeplatform.Flavor
-
Returns a human-consumable display name for this flavor.
- getDisplayName() - Method in interface org.gradle.nativeplatform.platform.Architecture
-
Returns a human-consumable display name for this architecture.
- getDisplayName() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
-
Returns a human-consumable display name for this operating system.
- getDisplayName() - Method in interface org.gradle.platform.base.Binary
-
Returns a human-consumable display name for this binary.
- getDisplayName() - Method in interface org.gradle.platform.base.DependencySpec
-
The human friendly name of this dependency.
- getDisplayName() - Method in interface org.gradle.platform.base.Platform
-
Returns a human consumable name for this platform.
- getDisplayName() - Method in interface org.gradle.platform.base.ToolChain
-
Returns a human consumable name for this tool chain.
- getDisplayName() - Method in class org.gradle.plugin.devel.PluginDeclaration
-
Returns the display name for this plugin declaration.
- getDisplayName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The application display name.
- getDisplayName() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- getDisplayName() - Method in class org.gradle.plugins.signing.SignOperation
- getDisplayName() - Method in interface org.gradle.tooling.events.OperationDescriptor
-
Returns a human consumable display name for the operation.
- getDisplayName() - Method in interface org.gradle.tooling.events.PluginIdentifier
-
Returns a human-readable display name for this plugin.
- getDisplayName() - Method in interface org.gradle.tooling.events.problems.ProblemGroup
-
Returns a human-readable label describing the group.
- getDisplayName() - Method in interface org.gradle.tooling.events.problems.ProblemId
-
Returns a human-readable label describing the group.
- getDisplayName() - Method in interface org.gradle.tooling.events.ProgressEvent
-
Returns a human consumable short description of the event.
- getDisplayName() - Method in interface org.gradle.tooling.events.transform.TransformOperationDescriptor.SubjectDescriptor
-
Returns the display name of this subject.
- getDisplayName() - Method in interface org.gradle.tooling.events.transform.TransformOperationDescriptor.TransformerDescriptor
-
Returns the display name of this transformer.
- getDisplayName() - Method in interface org.gradle.tooling.model.ComponentSelector
-
Returns a human-readable display name for this selector.
- getDisplayName() - Method in interface org.gradle.tooling.model.Launchable
-
Returns a human-consumable display name for this launchable.
- getDistribution() - Method in interface org.gradle.api.publish.maven.MavenPomLicense
-
The distribution of this license.
- getDistributionBase() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
- getDistributionBaseName() - Method in interface org.gradle.api.distribution.Distribution
-
The baseName of the distribution, used in naming the distribution archives.
- getDistributionClassifier() - Method in interface org.gradle.api.distribution.Distribution
-
The classifier of the distribution, used as the archive classifier in the archives of this distribution.
- getDistributionFor(GradleVersion) - Method in class org.gradle.util.DistributionLocator
-
Deprecated.
- getDistributionFor(GradleVersion, String) - Method in class org.gradle.util.DistributionLocator
-
Deprecated.
- getDistributionPath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the path where the gradle distributions needed by the wrapper are unzipped.
- getDistributionSha256Sum() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The SHA-256 hash sum of the gradle distribution.
- getDistributionType() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the type of the Gradle distribution to be used by the wrapper.
- getDistributionUrl() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The URL to download the gradle distribution from.
- getDistsDirectory() - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.Returns the directory to generate TAR and ZIP archives into.
- getDistsDirectory() - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Returns the directory to generate TAR and ZIP archives into.
- getDistsDirName() - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.The name for the distributions directory.
- getDistsDirName() - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Deprecated.Use
BasePluginExtension.getDistsDirectory()
. This method is scheduled for removal in Gradle 9.0. - getDocEncoding() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-docencoding name
- getDoclet() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-doclet class
- getDoclet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getDocletpath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-docletpath classpathlist
- getDocletpath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getDocsDir() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Returns a file pointing to the root directory supposed to be used for all docs.
- getDocsDir() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Returns a file pointing to the root directory supposed to be used for all docs.
- getDocsDirName() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.The name of the docs directory.
- getDocTitle() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the title for the package index(first) page.
- getDocTitle() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Returns the HTML text to appear in the main frame title.
- getDocTitle() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-doctitle title
- getDocumentationLink() - Method in interface org.gradle.tooling.events.problems.ProblemDefinition
-
A link to the documentation for this problem.
- getDocumentationRegistry() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getDocumentationRegistry() - 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.
- getDocumentationRegistry() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
- getDownloadedResources() - Method in interface org.gradle.api.cache.CacheConfigurations
-
Returns the cache configuration for downloaded resources.
- getDownloadUrl() - Method in interface org.gradle.api.publish.maven.MavenPomDistributionManagement
-
The download URL of the corresponding Maven publication.
- getDryRun() - Method in class org.gradle.api.tasks.testing.Test
-
Indicates if this task will skip individual test execution.
- getDsl() - Method in class org.gradle.buildinit.tasks.InitBuild
-
The desired DSL of build scripts to create, defaults to 'kotlin'.
- getDummyOutputFile() - Method in class org.gradle.testing.jacoco.tasks.JacocoCoverageVerification
-
For internal use only.
- getDuplicatePublicationTracker() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
- getDuplicatePublicationTracker() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
- getDuplicatesStrategy() - Method in interface org.gradle.api.file.CopySpec
-
Returns the strategy to use when trying to copy more than one file to the same destination.
- getDuplicatesStrategy() - Method in interface org.gradle.api.file.FileCopyDetails
-
The strategy to use if there is already a file at this file's destination.
- getDuplicatesStrategy() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Returns the strategy to use when trying to copy more than one file to the same destination.
- getDuration() - Method in interface org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult
-
Returns the total execution time of this annotation processor.
- getEcosystemUtilities() - Method in class org.gradle.testing.jacoco.plugins.JacocoReportAggregationPlugin
- getEditableBuilds() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
-
Returns all builds contained in this build that should be imported into an IDE.
- getEditorReports() - Method in interface org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptModel
- getEffectiveManifest() - Method in interface org.gradle.api.java.archives.Manifest
-
Returns a new manifest instance where all the attribute values are expanded (e.g.
- getElement() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
Gets the element for the rule as defined by org.jacoco.core.analysis.ICoverageNode.ElementType.
- getElements() - Method in interface org.gradle.api.file.FileCollection
-
Returns the contents of this file collection as a
Provider
ofFileSystemLocation
instances. - getElements() - Method in interface org.gradle.api.NamedDomainObjectCollectionSchema
-
Returns an iterable of the schemas for each element in the collection.
- getElements() - Method in interface org.gradle.api.plugins.ExtensionsSchema
-
Returns an iterable of the schemas for each element in the collection.
- getEmail() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The email
- getEmail() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The email
- getEnableAssertions() - Method in class org.gradle.api.tasks.JavaExec
-
Returns true if assertions are enabled for the process.
- getEnableAssertions() - Method in class org.gradle.api.tasks.testing.Test
-
Returns true if assertions are enabled for the process.
- getEnableAssertions() - Method in interface org.gradle.process.JavaForkOptions
-
Returns true if assertions are enabled for the process.
- getEnabled() - Method in class org.gradle.api.DefaultTask
- getEnabled() - Method in interface org.gradle.api.reporting.ReportContainer
-
Returns an immutable collection of all the enabled
Report
objects in this container. - getEnabled() - Method in interface org.gradle.api.Task
-
Returns if this task is enabled or not.
- getEnabled() - Method in interface org.gradle.process.JavaDebugOptions
-
Should the debug agent start in the forked process? By default, this is false.
- getEnabledReports() - Method in interface org.gradle.api.reporting.ReportContainer
-
Returns the enabled reports, keyed by report name.
- getEnableExternalDtdLoad() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Enable the use of external DTD files in configuration files.
- getEnableExternalDtdLoad() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
Enable the ability to use custom DTD files in config and load them from some location on all checkstyle tasks in this project.
- getEnableStricterValidation() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
-
Enable the stricter validation for cacheable tasks for all tasks.
- getEncoding() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns the character encoding to be used when reading source files.
- getEncoding() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Tells the source encoding.
- getEncoding() - Method in class org.gradle.api.tasks.WriteProperties
-
Returns the encoding used to write the properties file.
- getEncoding() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-encoding name
- getEncoding() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getEncoding() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Encoding of source files.
- getEndTime() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the time when this test completed execution.
- getEndTime() - Method in interface org.gradle.tooling.events.OperationResult
-
Returns the time when the operation finished its execution.
- getEnforcedPlatform() - Method in interface org.gradle.api.plugins.jvm.PlatformDependencyModifiers
-
A dependency modifier that can modify a dependency to select an enforced platform variant.
- getEntries() - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- getEntryAttributes() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- getEntryCompression() - Method in class org.gradle.api.tasks.bundling.Zip
-
Returns the compression level of the entries of the archive.
- getEntryPoint() - Method in interface org.gradle.api.reporting.DirectoryReport
-
Returns the entry point of a directory based Report This can be the index.html file in a HTML report
- getEnvironment() - Method in class org.gradle.api.tasks.AbstractExecTask
-
The environment variables to use for the process.
- getEnvironment() - Method in class org.gradle.api.tasks.JavaExec
-
The environment variables to use for the process.
- getEnvironment() - Method in class org.gradle.api.tasks.testing.Test
-
The environment variables to use for the process.
- getEnvironment() - Method in interface org.gradle.process.ProcessForkOptions
-
The environment variables to use for the process.
- getEnvironment() - Method in class org.gradle.testkit.runner.GradleRunner
-
Environment variables for the build.
- getError() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Returns logging options for error level.
- getErrorOutput() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the output stream to consume standard error from the process executing the command.
- getErrorOutput() - Method in class org.gradle.api.tasks.Exec
-
Returns the output stream to consume standard error from the process executing the command.
- getErrorOutput() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the output stream to consume standard error from the process executing the command.
- getErrorOutput() - Method in interface org.gradle.process.BaseExecSpec
-
Returns the output stream to consume standard error from the process executing the command.
- getEscapeBackslash() - Method in interface org.gradle.api.file.ExpandDetails
-
Controls if the underlying
SimpleTemplateEngine
escapes backslashes in the file before processing. - getEvents() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Returns the events to be logged.
- getEventTime() - Method in interface org.gradle.tooling.events.ProgressEvent
-
Returns the time this event was triggered.
- getException() - Method in interface org.gradle.api.tasks.testing.TestResult
-
If the test failed with an exception, this will be the exception.
- getExceptionFormat() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Returns the format to be used for logging test exceptions.
- getExceptions() - Method in interface org.gradle.api.tasks.testing.TestResult
-
If the test failed with any exceptions, this will contain the exceptions.
- getExceptions() - Method in interface org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptModel
- getExcludeCategories() - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
-
The set of categories to exclude.
- getExcludeClassLoaders() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
List of classloader names that should be excluded from analysis.
- getExcludeDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
-
The set of excluded directories.
- getExcludeDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Directories to be excluded.
- getExcludeDocFilesSubDir() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-excludedocfilessubdir name1:name2...
- getExcludedTaskNames() - Method in class org.gradle.StartParameter
-
Returns the names of the tasks to be excluded from this build.
- getExcludeEngines() - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- getExcludeFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The directories to be excluded.
- getExcludeGroups() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
The set of groups to exclude.
- getExcludePatterns() - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Returns the excluded test name patterns.
- getExcludeRules() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the exclude rules applied for resolving any dependency of this configuration.
- getExcludeRules() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Returns the exclude rules for this dependency.
- getExcludes() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Returns the set of exclude patterns.
- getExcludes() - Method in class org.gradle.api.tasks.SourceTask
-
Returns the set of exclude patterns.
- getExcludes() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the exclude patterns for test execution.
- getExcludes() - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Returns the set of exclude patterns.
- getExcludes() - Method in class org.gradle.api.tasks.util.PatternSet
- getExcludes() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- getExcludes() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
List of class names that should be excluded from analysis.
- getExcludes() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
List of elements that should be excluded from check.
- getExcludes() - Method in interface org.gradle.tooling.model.eclipse.EclipseSourceDirectory
-
Returns the exclude patterns for this source directory.
- getExcludeSpecs() - Method in class org.gradle.api.tasks.util.PatternSet
- getExcludeSpecsView() - Method in class org.gradle.api.tasks.util.PatternSet
-
Like
PatternSet.getExcludeSpecs()
, but returns a unmodifiable view or empty set. - getExcludesView() - Method in class org.gradle.api.tasks.util.PatternSet
-
Like
PatternSet.getExcludes()
, but returns a unmodifiable view or empty set. - getExcludeTags() - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- getExecActionFactory() - Method in class org.gradle.api.tasks.AbstractExecTask
- getExecActionFactory() - Method in class org.gradle.api.tasks.JavaExec
- getExecOperations() - Method in class org.gradle.language.nativeplatform.tasks.UnexportMainSymbol
- getExecOperations() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
- getExecutable() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the name of the executable to use.
- getExecutable() - Method in class org.gradle.api.tasks.compile.ForkOptions
-
Returns the compiler executable to be used.
- getExecutable() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the Javadoc executable to use to generate the Javadoc.
- getExecutable() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the name of the executable to use.
- getExecutable() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the name of the executable to use.
- getExecutable() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
-
Native Executable File.
- getExecutable() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
- getExecutable() - Method in interface org.gradle.nativeplatform.toolchain.GccCommandLineToolConfiguration
-
The name of the executable file for this tool.
- getExecutable() - Method in interface org.gradle.process.ProcessForkOptions
-
Returns the name of the executable to use.
- getExecutableDir() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.Directory to place executables in
- getExecutableDir() - Method in interface org.gradle.api.plugins.JavaApplication
-
Directory to place executables in
- getExecutableDir() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The directory to write the scripts into in the distribution.
- getExecutableFile() - Method in interface org.gradle.language.nativeplatform.ComponentWithExecutable
-
Returns the executable file to produce.
- getExecutableFile() - Method in interface org.gradle.nativeplatform.NativeExecutableBinary
-
The executable file.
- getExecutableFile() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
The executable file to install.
- getExecutableFile() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
-
The executable file.
- getExecutableFile() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestBinary
-
Returns the executable test file for this binary.
- getExecutableFileProducer() - Method in interface org.gradle.language.nativeplatform.ComponentWithExecutable
-
Returns the task that should be run to produce the executable file of this component.
- getExecutablePath() - Method in interface org.gradle.jvm.toolchain.JavaCompiler
-
Returns the path to the executable for this tool
- getExecutablePath() - Method in interface org.gradle.jvm.toolchain.JavadocTool
-
Returns the path to the executable for this tool
- getExecutablePath() - Method in interface org.gradle.jvm.toolchain.JavaLauncher
-
Returns the path to the executable for this tool
- getExecutables() - Method in interface org.gradle.nativeplatform.NativeComponentExtension
-
The
NativeExecutableSpec
components produced by the build. - getExecute() - Method in interface org.gradle.api.file.UserClassFilePermissions
-
Describes if a certain class of users has execute access to a file or directory.
- getExecuted() - Method in interface org.gradle.api.ProjectState
-
Returns true if this project has been evaluated.
- getExecuted() - Method in interface org.gradle.api.tasks.TaskState
-
Returns true if this task has been executed.
- getExecutionData() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Collection of execution data files to analyze.
- getExecutionReasons() - Method in interface org.gradle.tooling.events.task.TaskExecutionResult
-
Returns the reasons why this task was executed.
- getExecutionResult() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the result for the command run by this task.
- getExecutionResult() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the result for the command run by this task.
- getExitEnvironmentVar() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
-
The environment variable to use to control exit value (windows only)
- getExitEnvironmentVar() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The environment variable to use to control exit value (Windows only).
- getExitValue() - Method in interface org.gradle.process.ExecResult
-
Returns the exit value of the process.
- getExpected() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns a string representation of the expected value for an assertion failure.
- getExpected() - Method in interface org.gradle.tooling.TestAssertionFailure
-
Returns the string representation of the expected value.
- getExpectedContent() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns the expected content of a file comparison assertion failure.
- getExpectedContent() - Method in interface org.gradle.tooling.FileComparisonTestAssertionFailure
-
Returns the string representation of the expected value.
- getExported() - Method in interface org.gradle.tooling.model.idea.IdeaDependency
-
Allows to check if current dependency is transitive, i.e.
- getExportedHeaders() - Method in interface org.gradle.language.nativeplatform.HeaderExportingSourceSet
-
The headers as a directory set.
- getExtDirs() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-extdirs dirlist
- getExtDirs() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getExtDocUrl() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
- getExtends() - Method in interface org.gradle.api.publish.ivy.IvyConfiguration
-
The set of names of extended configurations, added via
IvyConfiguration.extend(String)
. - getExtendsFrom() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the names of the configurations which this configuration extends from.
- getExtension() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
-
Deprecated.Returns the extension of this artifact.
- getExtension() - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Returns the extension of this artifact.
- getExtension() - Method in interface org.gradle.api.artifacts.DependencyArtifactSelector
-
Returns the extension of the artifact to select.
- getExtension() - Method in interface org.gradle.api.artifacts.PublishArtifact
-
Returns the extension of this published artifact.
- getExtension() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
- getExtension() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
The extension used to publish the artifact file, never
null
. - getExtension() - Method in interface org.gradle.api.publish.maven.MavenArtifact
-
The extension used to publish the artifact file, never
null
. - getExtension() - Method in class org.gradle.plugins.signing.Signature
-
The extension of the signature artifact.
- getExtension() - Method in class org.gradle.plugins.signing.type.BinarySignatureType
- getExtension() - Method in class org.gradle.plugins.signing.type.pgp.ArmoredSignatureType
- getExtension() - Method in interface org.gradle.plugins.signing.type.SignatureType
-
The file extension (without the leading dot) associated to this type of signature.
- getExtensionDirs() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns the extension dirs to be used for the compiler process.
- getExtensions() - Method in class org.gradle.api.DefaultTask
- getExtensions() - Method in interface org.gradle.api.plugins.ExtensionAware
-
The container of extensions.
- getExtensions() - Method in interface org.gradle.api.Project
-
Allows adding DSL extensions to the project.
- getExtensionsAsDynamicObject() - Method in interface org.gradle.api.plugins.Convention
-
Deprecated.Returns a dynamic object which represents the properties and methods contributed by the extensions and convention objects contained in this convention.
- getExtensionsSchema() - Method in interface org.gradle.api.plugins.ExtensionContainer
-
Provides access to the schema of all known extensions.
- getExternalVariant() - Method in interface org.gradle.api.artifacts.result.ResolvedVariantResult
-
If present, this means that this variant is a bridge to another variant found in another module.
- getExtraInfo() - Method in interface org.gradle.api.artifacts.ivy.IvyModuleDescriptor
-
Returns an
IvyExtraInfo
representing the "extra" info declared in this descriptor. - getExtraInfo() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Returns the extra info element spec for this publication
- getExtraOptions() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
This method exists so that changing any options to the Javadoc task causes it to be re-run.
- getExtraProperties() - Method in interface org.gradle.api.plugins.ExtensionContainer
-
The extra properties extension in this extension container.
- getFacet() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
-
The Eclipse WTP facet model containing the details required to generate the settings file.
- getFacet() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
-
Configures wtp facet.
- getFacets() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
-
The facets to be added as elements.
- getFacets() - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- getFailedTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the number of failed atomic tests executed for this test.
- getFailFast() - Method in class org.gradle.api.tasks.testing.Test
-
Indicates if this task will fail on the first failed test
- getFailOnWarning() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
-
Returns whether the build should break when the verifications performed by this task detects a warning.
- getFailure() - Method in interface org.gradle.api.artifacts.result.UnresolvedArtifactResult
-
The failure that occurred when the artifact was resolved.
- getFailure() - Method in interface org.gradle.api.artifacts.result.UnresolvedComponentResult
-
Returns the failure that occurred when trying to resolve the component.
- getFailure() - Method in interface org.gradle.api.artifacts.result.UnresolvedDependencyResult
-
The failure that occurred.
- getFailure() - Method in interface org.gradle.api.flow.BuildWorkResult
-
A summary of the configuration time and execution time failure(s) that occurred as Gradle tried to execute the scheduled work.
- getFailure() - Method in interface org.gradle.api.ProjectState
-
Returns the exception describing the project failure, if any.
- getFailure() - Method in interface org.gradle.api.tasks.TaskState
-
Returns the exception describing the task failure, if any.
- getFailure() - Method in class org.gradle.BuildResult
- getFailure() - Method in interface org.gradle.tooling.events.problems.FailureContainer
-
Failure that caused the problem.
- getFailure() - Method in interface org.gradle.tooling.events.problems.ProblemContext
-
Returns the failure associated with this problem.
- getFailure() - Method in interface org.gradle.tooling.events.problems.SingleProblemEvent
-
Returns the failure associated with this problem.
- getFailures() - Method in interface org.gradle.api.artifacts.ArtifactCollection
-
Returns any failures to resolve the artifacts for this collection.
- getFailures() - Method in interface org.gradle.api.tasks.testing.TestResult
-
If the test failed with any exceptions, this will contain the exceptions and a description of the failure types.
- getFailures() - Method in interface org.gradle.tooling.events.FailureResult
-
Returns the failures that occurred while running the operation, if any.
- getFeatureFlags() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getFile() - Method in interface org.gradle.api.artifacts.PublishArtifact
-
Returns the file of this artifact.
- getFile() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
-
Returns the local file for this artifact.
- getFile() - Method in interface org.gradle.api.artifacts.result.ResolvedArtifactResult
-
The file for the artifact.
- getFile() - Method in interface org.gradle.api.file.FileTreeElement
-
Returns the file being visited.
- getFile() - Method in interface org.gradle.api.publish.PublicationArtifact
-
The actual file contents to publish.
- getFile() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
-
The input file, which may no longer exist.
- getFile() - Method in class org.gradle.nativeplatform.NativeExecutableFileSpec
- getFile() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- getFile() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
- getFile() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- getFile() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- getFile() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
- getFile() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
-
Returns the target file.
- getFile() - Method in class org.gradle.plugins.ide.idea.model.FilePath
- getFile() - Method in class org.gradle.plugins.signing.Signature.Generator
- getFile() - Method in class org.gradle.plugins.signing.Signature
-
The file for the generated signature, which may not yet exist.
- getFile() - Method in interface org.gradle.tooling.model.ExternalDependency
-
Returns the file for this dependency.
- getFile() - Method in interface org.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
-
Returns the file for this dependency.
- getFile() - Method in interface org.gradle.work.FileChange
-
The file, which may no longer exist.
- getFile(File) - Method in class org.gradle.api.file.RelativePath
- getFileChanges(FileCollection) - Method in interface org.gradle.work.InputChanges
-
Changes for a parameter.
- getFileChanges(Provider<? extends FileSystemLocation>) - Method in interface org.gradle.work.InputChanges
-
Changes for a parameter.
- getFileCollectionFactory() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the
FileCollectionFactory
to use for generation. - getFileCollectionFactory() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- getFileCollectionFactory() - Method in class org.gradle.plugins.signing.Sign
- getFileExtensions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Returns the list of acceptable source file extensions.
- getFileLookup() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getFileLookup() - Method in class org.gradle.api.tasks.wrapper.Wrapper
- getFileMode() - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Deprecated.Use
CopyProcessingSpec.getFilePermissions()
instead. This method is scheduled for removal in Gradle 9.0. - getFileMode() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Deprecated.
- getFileName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The name of the descriptor file, typically "application.xml"
- getFileNameExtensions() - Method in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Returns the set of file name extensions that should be mapped to this artifact type.
- getFilePermissions() - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Property for querying and configuring file access permissions.
- getFilePermissions() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Property for querying and configuring file access permissions.
- getFileReferenceFactory() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- getFileReferenceFactory() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- getFileResolver() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
- getFileResolver() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
- getFileResolver() - Method in class org.gradle.api.reporting.components.ComponentReport
-
Deprecated.
- getFileResolver() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getFileResolver() - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
- getFiles() - Method in interface org.gradle.api.artifacts.ArtifactView
-
Returns the collection of artifact files matching the requested attributes that are sourced from Components matching the specified filter.
- getFiles() - Method in interface org.gradle.api.artifacts.FileCollectionDependency
-
Returns the files attached to this dependency.
- getFiles() - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Deprecated.Use a lenient
ArtifactView
instead. - getFiles() - Method in interface org.gradle.api.artifacts.PublishArtifactSet
- getFiles() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns a
FileCollection
which contains the resolved set of files. - getFiles() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
Deprecated.Use
ResolvableDependencies.getFiles()
instead. - getFiles() - Method in interface org.gradle.api.file.FileCollection
-
Returns the contents of this collection as a
Set
. - getFiles() - Method in interface org.gradle.api.file.FileTree
-
Returns the contents of this tree as a flattened Set.
- getFiles() - Method in interface org.gradle.api.tasks.TaskInputs
-
Returns the input files of this task.
- getFiles() - Method in interface org.gradle.api.tasks.TaskOutputs
-
Returns the output files of this task.
- getFiles(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Deprecated.Use a lenient
ArtifactView
with acomponentFilter
instead. - getFiles(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
Deprecated.Use an
ArtifactView
with acomponentFilter
instead. - getFilesToSign() - Method in class org.gradle.plugins.signing.Sign
-
All of the files that will be signed by this task.
- getFilesToSign() - Method in class org.gradle.plugins.signing.SignOperation
-
All of the files that will be signed by this operation.
- getFileSystem() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getFileSystem() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
- getFileSystem() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
- getFileSystemOperations() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getFileSystemOperations() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
- getFileSystemOperations() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
- getFileType() - Method in interface org.gradle.work.FileChange
-
The file type of the file.
- getFilter() - Method in interface org.gradle.api.file.SourceDirectorySet
-
Returns the filter used to select the source from the source directories.
- getFilter() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Allows filtering tests for execution.
- getFilteredCompilationOutputs() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the compilation outputs needed by Scaladoc filtered to include TASTy files.
- getFilteringCharset() - Method in interface org.gradle.api.file.CopySpec
-
Gets the charset used to read and write files when filtering.
- getFilteringCharset() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Gets the charset used to read and write files when filtering.
- getFiltersFile() - Method in interface org.gradle.ide.visualstudio.VisualStudioProject
-
Configuration for the generated filters file.
- getFilterSpec() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
-
Returns the
GenerateFiltersFileTask.FiltersSpec
for this task. - getFinalizedBy() - Method in class org.gradle.api.DefaultTask
- getFinalizedBy() - Method in interface org.gradle.api.Task
-
Returns tasks that finalize this task.
- getFirstLevelModuleDependencies() - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Returns successfully resolved direct dependencies.
- getFirstLevelModuleDependencies() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
Returns the
ResolvedDependency
instances for each direct dependency of the configuration. - getFirstLevelModuleDependencies(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Deprecated.
- getFirstLevelModuleDependencies(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
Deprecated.
- getFlavor() - Method in interface org.gradle.nativeplatform.NativeBinary
-
The
Flavor
that this binary was built with. - getFlavor() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The
Flavor
that this binary was built with. - getFooter() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the HTML footer for each page.
- getFooter() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Returns the HTML text to appear in the footer for each page.
- getFooter() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-footer footer
- getForcedModules() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Returns currently configured forced modules.
- getForkEvery() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the maximum number of test classes to execute in a forked test process.
- getForkOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns options for running the compiler in a child process.
- getForkOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Returns options for running the Groovy compiler in a separate process.
- getForkOptions() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Options for running the Scala compiler in a separate process.
- getForkOptions() - Method in interface org.gradle.workers.ForkingWorkerSpec
-
Returns the
JavaForkOptions
object associated with this builder. - getForkOptionsFactory() - Method in class org.gradle.api.tasks.testing.Test
- getFormat() - Method in class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- getForPlatform(P) - Method in interface org.gradle.platform.base.ToolChainRegistry
-
Returns the best tool chain to build for the target platform.
- getFrameworkSearchPaths() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the framework search paths for this binary.
- getFrom() - Method in interface org.gradle.api.artifacts.result.DependencyResult
-
Returns the origin of the dependency.
- getFrom() - Method in interface org.gradle.api.artifacts.transform.TransformSpec
-
Attributes that match the variant that is consumed.
- getFrom() - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Returns the set of source paths for this collection.
- getFullyQualifiedName() - Method in class org.gradle.api.reflect.TypeOf
-
Fully Qualified name.
- getGenerateDeploymentDescriptor() - Method in class org.gradle.plugins.ear.Ear
-
Should deploymentDescriptor be generated?
- getGenerateDeploymentDescriptor() - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.Specifies if the deploymentDescriptor should be generated if it does not exist.
- getGeneratedSourceDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The directories containing the generated sources (both production and test sources).
- getGeneratedSourceFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The directories containing generated the production sources.
- getGeneratedSourceOutputDirectory() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns the directory to place source files generated by annotation processors.
- getGeneratedSourcesDirs() - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Returns the directories containing generated source files (e.g.
- getGenerateTo() - Method in class org.gradle.plugins.ide.idea.model.IdeaModuleIml
-
Folder where the *.iml file will be generated to
- getGeneratorsByKey() - Method in class org.gradle.plugins.signing.Sign
-
The signature generators for this task mapped by a unique key used for up-to-date checking.
- getGlobalExcludes() - Method in interface org.gradle.api.component.SoftwareComponentVariant
- getGradle() - Method in interface org.gradle.api.initialization.Settings
-
Returns the
Gradle
instance for the current build. - getGradle() - Method in interface org.gradle.api.invocation.Gradle
-
Returns this
Gradle
instance. - getGradle() - Method in interface org.gradle.api.Project
-
Returns the
Gradle
invocation which this project belongs to. - getGradle() - Method in class org.gradle.BuildResult
- getGradle() - Method in interface org.gradle.tooling.model.build.BuildEnvironment
-
Returns information about the Gradle environment, for example the Gradle version.
- getGradleArgs() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- getGradleCommand() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
Command to use to run Gradle from the project.
- getGradleExe() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- getGradleHomeDir() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the Gradle home directory, if any.
- getGradleModuleVersion() - Method in interface org.gradle.tooling.model.ExternalDependency
-
Returns the Gradle module information for this dependency, or
null
if the dependency does not originate from a remote repository. - getGradleProject() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
The gradle project that is associated with this project.
- getGradleProject() - Method in interface org.gradle.tooling.model.HasGradleProject
-
The associated Gradle project.
- getGradleProject() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
The gradle project that is associated with this module.
- getGradleUserHome() - Method in interface org.gradle.tooling.model.build.GradleEnvironment
-
Informs about the Gradle user home.
- getGradleUserHomeDir() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the Gradle user home directory.
- getGradleUserHomeDir() - Method in class org.gradle.StartParameter
-
Returns the directory to use as the user home directory.
- getGradleVersion() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the current Gradle version.
- getGradleVersion() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the gradle version for the wrapper.
- getGradleVersion() - Method in interface org.gradle.tooling.model.build.GradleEnvironment
-
Informs about the Gradle version.
- getGroovy() - Method in interface org.gradle.api.tasks.GroovySourceSet
-
Deprecated.Returns the source to be compiled by the Groovy compiler for this source set.
- getGroovyClasspath() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
Returns the classpath containing the version of Groovy to use for compilation.
- getGroovyClasspath() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the classpath containing the Groovy library to be used.
- getGroovyCompilerFactory() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getGroovyCompilerJvmVersion() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
We need to track the Java version of the JVM the Groovy compiler is running on, since the Groovy compiler produces different results depending on it.
- getGroovyOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
Gets the options for the Groovy compilation.
- getGroup() - Method in interface org.gradle.api.artifacts.component.ModuleComponentIdentifier
-
The module group of the component.
- getGroup() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
-
The group of the module to select the component from.
- getGroup() - Method in interface org.gradle.api.artifacts.Dependency
-
Returns the group of this dependency.
- getGroup() - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Returns the group of the module that is targeted by this dependency or dependency constraint.
- getGroup() - Method in interface org.gradle.api.artifacts.ExcludeRule
-
The exact name of the organization or group that should be excluded.
- getGroup() - Method in interface org.gradle.api.artifacts.ModuleIdentifier
-
The group of the module.
- getGroup() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
-
The group of the module.
- getGroup() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
-
The group of the module.
- getGroup() - Method in interface org.gradle.api.capabilities.Capability
- getGroup() - Method in class org.gradle.api.DefaultTask
- getGroup() - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Returns the permissions a user, who is a member of the group that the file/directory belongs to, has for the file/directory.
- getGroup() - Method in interface org.gradle.api.file.FilePermissions
-
Describes what actions a user, who is a member of the group that the file/directory belongs to, can perform on the file/directory.
- getGroup() - Method in interface org.gradle.api.problems.ProblemId
-
The parent group.
- getGroup() - Method in interface org.gradle.api.Project
-
Returns the group of this project.
- getGroup() - Method in interface org.gradle.api.Task
-
Returns the task group which this task belongs to.
- getGroup() - Method in interface org.gradle.platform.base.ModuleDependencySpec
-
The group of the module this dependency specification refers to.
- getGroup() - Method in interface org.gradle.tooling.events.problems.ProblemId
-
Returns the container group.
- getGroup() - Method in interface org.gradle.tooling.model.GradleModuleVersion
-
The group of the module, for example 'org.gradle'.
- getGroup() - Method in interface org.gradle.tooling.model.Task
-
Returns the group a task belongs to.
- getGroupByInstances() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- getGroupId() - Method in interface org.gradle.api.publish.maven.MavenDependency
-
Deprecated.The groupId value for this dependency.
- getGroupId() - Method in interface org.gradle.api.publish.maven.MavenPomRelocation
-
The new group ID of the artifact.
- getGroupId() - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Returns the groupId for this publication.
- getGroups() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-group groupheading packagepattern:packagepattern:...
- getHandle() - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- getHashCode() - Method in interface org.gradle.caching.BuildCacheKey
-
Returns the string representation of the cache key.
- getHasInputs() - Method in interface org.gradle.api.tasks.TaskInputs
-
Returns true if this task has declared the inputs that it consumes.
- getHasOutput() - Method in interface org.gradle.api.tasks.TaskOutputs
-
Returns true if this task has declared any outputs.
- getHasSourceFiles() - Method in interface org.gradle.api.tasks.TaskInputs
-
Returns true if this task has declared that it accepts source files.
- getHeader() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the HTML header for each page.
- getHeader() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Returns the HTML text to appear in the header for each page.
- getHeader() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getHeader() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-header header
- getHeader() - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
- getHeaderDependencies() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
The set of dependent headers.
- getHeaderDependencies() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
The set of dependent headers.
- getHeaderDir() - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
- getHeaderDirs() - Method in interface org.gradle.nativeplatform.NativeLibraryBinary
- getHeaderDirs() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the header directories for this binary.
- getHeaderFiles() - Method in interface org.gradle.language.cpp.CppComponent
-
Returns all header files of this component.
- getHeaderFilesPaths() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask.FiltersSpec
-
The header files to include in the filter.
- getHeaderFilesPaths() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
The header files for this project.
- getHeaderOutputDirectory() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
If this option is set to a non-null directory, it will be passed to the Java compiler's `-h` option, prompting it to generate native headers to that directory.
- getHeaders() - Method in interface org.gradle.nativeplatform.PrebuiltLibrary
-
The headers exported by this library.
- getHelpFile() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-helpfile path/filename
- getHierarchy() - Method in interface org.gradle.api.artifacts.Configuration
-
Gets an ordered set including this configuration and all superconfigurations recursively.
- getHomepage() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorDescription
-
The homepage of the publication of this description.
- getHost() - Method in interface org.gradle.process.JavaDebugOptions
-
Host address to listen on or connect to when debug is enabled.
- getHostnameLookup() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getHtml() - Method in interface org.gradle.api.plugins.quality.CheckstyleReports
-
The checkstyle HTML report.
- getHtml() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
-
The codenarc HTML report
- getHtml() - Method in interface org.gradle.api.plugins.quality.PmdReports
-
The pmd (single file) HTML report
- getHtml() - Method in interface org.gradle.api.reporting.BuildDashboardReports
-
The build dashboard HTML report
- getHtml() - Method in interface org.gradle.api.reporting.dependencies.DependencyReportContainer
-
The dependency HTML report
- getHtml() - Method in interface org.gradle.api.tasks.testing.TestTaskReports
-
A HTML report indicate the results of the test execution.
- getHtml() - Method in interface org.gradle.testing.jacoco.tasks.JacocoReportsContainer
-
The JaCoCo HTML report
- getId() - Method in interface org.gradle.api.artifacts.ClientModule
-
Deprecated.Returns the id of the client module.
- getId() - Method in interface org.gradle.api.artifacts.ComponentMetadata
-
Returns the identifier of the component.
- getId() - Method in interface org.gradle.api.artifacts.ComponentMetadataSupplierDetails
-
Returns the identifier of the component being resolved
- getId() - Method in interface org.gradle.api.artifacts.ComponentModuleMetadata
-
The identifier of the module.
- getId() - Method in interface org.gradle.api.artifacts.ComponentVariantIdentifier
-
Returns the component identifier.
- getId() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
- getId() - Method in interface org.gradle.api.artifacts.ResolvedModuleVersion
-
The identifier of this resolved module version.
- getId() - Method in interface org.gradle.api.artifacts.result.ArtifactResult
-
Returns an identifier for this artifact.
- getId() - Method in interface org.gradle.api.artifacts.result.ComponentResult
-
Returns the identifier of this component.
- getId() - Method in interface org.gradle.api.plugins.AppliedPlugin
-
The ID of the plugin.
- getId() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The unique ID of this developer in the SCM.
- getId() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getId() - Method in class org.gradle.plugin.devel.PluginDeclaration
- getId() - Method in interface org.gradle.plugin.management.PluginRequest
-
The ID of the plugin requested.
- getId() - Method in interface org.gradle.plugin.use.PluginId
-
The fully qualified plugin ID.
- getId() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilterMatcher
-
The id of the matcher type, as defined by its Eclipse extension.
- getId() - Method in interface org.gradle.tooling.events.problems.ProblemDefinition
-
The id of the problem.
- getId() - Method in interface org.gradle.tooling.model.eclipse.EclipseProjectNature
-
Returns the unique identifier of the project nature.
- getId() - Method in interface org.gradle.tooling.model.gradle.GradlePublication
-
Returns the unique identifier of the publication.
- getIdeaProject() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaProject
-
The Idea project model containing the details required to generate the project file.
- getIgnoredDependencies() - Method in interface org.gradle.api.artifacts.dsl.DependencyLockingHandler
-
Allows to configure dependencies that will be ignored in the lock state.
- getIgnoreFailures() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
-
Specifies whether the build should break when the verifications performed by this task fail.
- getIgnoreFailures() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Specifies whether the build should break when the verifications performed by this task fail.
- getIgnoreFailures() - Method in interface org.gradle.api.tasks.VerificationTask
-
Specifies whether the build should break when the verifications performed by this task fail.
- getIgnoreFailures() - Method in class org.gradle.nativeplatform.test.tasks.RunTestExecutable
-
Specifies whether the build should break when the verifications performed by this task fail.
- getIgnoreFailures() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
-
Specifies whether the build should break when plugin verifications fails.
- getIgnoreFailuresProperty() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
- getIml() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- getImplementation() - Method in interface org.gradle.api.plugins.jvm.JvmComponentDependencies
-
Returns a
DependencyCollector
that collects the set of implementation dependencies. - getImplementation() - Method in interface org.gradle.jvm.toolchain.JavaToolchainSpec
-
The virtual machine implementation of the toolchain.
- getImplementationClass() - Method in class org.gradle.plugin.devel.PluginDeclaration
- getImplementationConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the implementation configuration for this source set.
- getImplementationDependencies() - Method in interface org.gradle.language.cpp.CppComponent
-
Returns the implementation dependencies of this component.
- getImplementationDependencies() - Method in interface org.gradle.language.swift.SwiftComponent
-
Returns the implementation dependencies of this component.
- getImplicitHeaders() - Method in interface org.gradle.language.nativeplatform.HeaderExportingSourceSet
-
The headers that are private to this source set and implicitly available.
- getImplicitImports() - Method in interface org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptModel
- getImportLibrary() - Method in class org.gradle.nativeplatform.tasks.LinkSharedLibrary
-
Returns the import library produced by this task.
- getInceptionYear() - Method in interface org.gradle.api.publish.maven.MavenPom
-
The year the project producing the publication represented by this POM was first created.
- getIncludeAuthor() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Whether to include author paragraphs.
- getIncludeCategories() - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
-
The set of categories to run.
- getIncludedBuilds() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the included builds for this build.
- getIncludedBuilds() - Method in class org.gradle.StartParameter
- getIncludedBuilds() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
-
Returns the included builds that were referenced by this build.
- getIncludeEmptyDirs() - Method in interface org.gradle.api.file.CopySpec
-
Tells if empty target directories will be included in the copy.
- getIncludeEmptyDirs() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Tells if empty target directories will be included in the copy.
- getIncludeEngines() - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- getIncludeGroups() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
The set of groups to run.
- getIncludeMainForScripts() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Whether to include main method for scripts.
- getIncludePatterns() - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Returns the included test name patterns.
- getIncludeRoots() - Method in interface org.gradle.nativeplatform.NativeDependencySet
-
Returns the header file directories to use at compile time.
- getIncludes() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Returns the set of include patterns.
- getIncludes() - Method in class org.gradle.api.tasks.SourceTask
-
Returns the set of include patterns.
- getIncludes() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the include patterns for test execution.
- getIncludes() - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Returns the set of include patterns.
- getIncludes() - Method in class org.gradle.api.tasks.util.PatternSet
- getIncludes() - Method in class org.gradle.language.assembler.tasks.Assemble
-
Returns the header directories to be used for compilation.
- getIncludes() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Returns the header directories to be used for compilation.
- getIncludes() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
Returns the header directories to be used for compilation.
- getIncludes() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- getIncludes() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
List of class names that should be included in analysis.
- getIncludes() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
List of elements that should be included in check.
- getIncludes() - Method in interface org.gradle.tooling.model.eclipse.EclipseSourceDirectory
-
Returns the include patterns for this source directory.
- getIncludeSpecs() - Method in class org.gradle.api.tasks.util.PatternSet
- getIncludeSpecsView() - Method in class org.gradle.api.tasks.util.PatternSet
-
Like
PatternSet.getIncludeSpecs()
, but returns a unmodifiable view or empty set. - getIncludesView() - Method in class org.gradle.api.tasks.util.PatternSet
-
Like
PatternSet.getIncludes()
, but returns a unmodifiable view or empty set. - getIncludeSystemErrLog() - Method in interface org.gradle.api.tasks.testing.JUnitXmlReport
-
Decide to include or omit the system err log in the XML report.
- getIncludeSystemOutLog() - Method in interface org.gradle.api.tasks.testing.JUnitXmlReport
-
Decide to include or omit the system out log in the XML report.
- getIncludeTags() - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- getIncoming() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns a
ResolvableDependencies
instance, exposing the results of dependency resolution. - getIncremental() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- getIncremental() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- getIncremental() - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
- getIncremental() - Method in class org.gradle.plugins.ide.api.GeneratorTask
-
Whether this generator task can be treated as an incremental task or not
- getIncrementalAfterFailure() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Used to enable or disable incremental compilation after a failure.
- getIncrementalAnalysis() - Method in class org.gradle.api.plugins.quality.Pmd
-
Controls whether to use incremental analysis or not.
- getIncrementalAnalysis() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
Controls whether to use incremental analysis or not.
- getIncrementalCacheFile() - Method in class org.gradle.api.plugins.quality.Pmd
-
Path to the incremental cache file, if incremental analysis is used.
- getIncrementalCompilerBuilder() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- getIncrementalCompilerBuilder() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
- getIncrementalCompilerFactory() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getIncrementalCompilerFactory() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getIncrementalOptions() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Options for incremental compilation of Scala code.
- getInferModulePath() - Method in interface org.gradle.api.jvm.ModularitySpec
-
Should a --module-path be inferred by analysing JARs and class folders on the classpath?
- getInfo() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Gets logging options for info level.
- getInheritOutputDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
If true, output directories for this module will be located below the output directory for the project; otherwise, they will be set to the directories specified by
IdeaModule.getOutputDir()
andIdeaModule.getTestOutputDir()
. - getInheritOutputDirs() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
-
whether current module should inherit project's output directory.
- getInitializeInOrder() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Whether to initialize modules in the order they appear in the descriptor, with the exception of client modules.
- getInitScripts() - Method in class org.gradle.StartParameter
-
Returns all explicitly added init scripts that will be run before the build starts.
- getInputFile() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- getInputFile() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- getInputFile() - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
- getInputFile() - Method in class org.gradle.ide.xcode.tasks.GenerateSchemeFileTask
- getInputFile() - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeWorkspaceFileTask
- getInputFile() - Method in class org.gradle.plugins.ide.api.GeneratorTask
-
The input file to load the initial configuration from.
- getInputFileIfExists() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
Workaround for when the task is given an input file that doesn't exist
- getInputFileIfExists() - Method in class org.gradle.plugins.ide.api.GeneratorTask
- getInputFiles() - Method in interface org.gradle.api.resources.TextResource
-
Returns the input files registered when this resource is used as task input.
- getInputProperties() - Method in interface org.gradle.api.resources.TextResource
-
Returns the input properties registered when this resource is used as task input.
- getInputReports() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
- getInputs() - Method in class org.gradle.api.DefaultTask
- getInputs() - Method in interface org.gradle.api.Task
-
Returns the inputs of this task.
- getInputs() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getInputs() - Method in interface org.gradle.platform.base.BinarySpec
-
Returns all inputs of the binary.
- getInsecureProtocol() - Method in class org.gradle.buildinit.tasks.InitBuild
-
How to handle insecure (http) URLs used for Maven Repositories.
- getInstall() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec.TasksCollection
-
The install task.
- getInstall() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec.TasksCollection
-
The install task.
- getInstallation() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
-
Native Installation location for a native executable.
- getInstallation() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
- getInstallationPath() - Method in interface org.gradle.jvm.toolchain.JavaInstallationMetadata
-
The path to installation this tool belongs to.
- getInstallDir() - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
-
The directory where Visual Studio or Visual C++ is installed.
- getInstallDirectory() - Method in interface org.gradle.language.nativeplatform.ComponentWithInstallation
-
Returns the installation directory.
- getInstallDirectory() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
The directory to install files into.
- getInstallDirectory() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestBinary
-
Returns the installation directory for this binary.
- getInstallDirectory() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
-
Returns the install directory property.
- getInstalledExecutable() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
The location of the installed executable file.
- getInstallName() - Method in class org.gradle.nativeplatform.tasks.LinkSharedLibrary
-
Returns the install name to use by this task.
- getInstallTask() - Method in interface org.gradle.language.nativeplatform.ComponentWithInstallation
-
Returns the install task.
- getInstantiator() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
-
Deprecated.
- getInstantiator() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getInstantiator() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getInstantiator() - Method in class org.gradle.plugins.ide.api.GeneratorTask
- getInstantiator() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
- getIpr() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- getIsolated() - Method in interface org.gradle.api.Project
-
Returns an immutable view of this project, safe for use with isolated projects.
- getIsolatedProjects() - Method in interface org.gradle.api.configuration.BuildFeatures
-
State of the Isolated Projects feature in the build.
- getItem() - Method in class org.gradle.util.CollectionUtils.InjectionStep
-
Deprecated.
- getIvyPublisher() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
- getIvyStatus() - Method in interface org.gradle.api.artifacts.ivy.IvyModuleDescriptor
-
Returns the status attribute of the info element in this descriptor.
- getIws() - Method in class org.gradle.plugins.ide.idea.model.IdeaWorkspace
-
Enables advanced manipulation of the output XML.
- getJacocoClasspath() - Method in class org.gradle.testing.jacoco.tasks.JacocoBase
-
Classpath containing Jacoco classes for use by the task.
- getJarDirectories() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
-
A set of directories containing Jar files.
- getJarFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the file to write the wrapper jar file to.
- getJarTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the Jar task for this source set.
- getJarURL() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
-
Returns the jar URL of the file
- getJava() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the Java source which is to be compiled by the Java compiler into the class output directory.
- getJava() - Method in interface org.gradle.tooling.model.build.BuildEnvironment
-
Returns information about the Java environment, for example the Java home or the JVM args used.
- getJavaCompiler() - Method in class org.gradle.api.tasks.compile.JavaCompile
-
Configures the java compiler to be used to compile the Java source.
- getJavadoc() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
-
A set of Jar files or directories containing Javadoc.
- getJavadoc() - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
-
A set of Jar files or directories containing javadoc.
- getJavadoc() - Method in interface org.gradle.tooling.model.ExternalDependency
-
Returns the Javadoc directory or archive for this dependency, or
null
if no Javadoc is available. - getJavadoc() - Method in interface org.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
-
Returns the Javadoc directory/archive for this dependency.
- getJavadocElementsConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the configuration that represents the variant that carries the Javadoc for this source set in packaged form.
- getJavadocFile() - Method in class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
-
Returns a single javadoc jar or javadoc folder
- getJavadocJarTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the Javadoc Jar task for this source set.
- getJavadocPath() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- getJavadocTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the Javadoc task for this source set.
- getJavadocTool() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Configures the javadoc executable to be used to generate javadoc documentation.
- getJavaHome() - Method in class org.gradle.api.tasks.compile.ForkOptions
-
Deprecated.
- getJavaHome() - Method in interface org.gradle.tooling.model.build.JavaEnvironment
-
The Java home used for Gradle operations (for example running tasks or acquiring model information).
- getJavaHome() - Method in interface org.gradle.tooling.model.java.InstalledJdk
-
The home directory of the Java installation.
- getJavaHome() - Method in interface org.gradle.tooling.model.java.JavaRuntime
-
The home directory of the Java runtime installation.
- getJavaLanguageSettings() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
Returns the Java language settings for this element, or
null
if this element is not a Java element. - getJavaLanguageSettings() - Method in interface org.gradle.tooling.model.idea.IdeaProject
-
Returns the Java language settings for this project.
- getJavaLauncher() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
-
Java launcher used to start the worker process
- getJavaLauncher() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
The toolchain
JavaLauncher
to use for executing the Groovy compiler. - getJavaLauncher() - Method in class org.gradle.api.tasks.JavaExec
-
Configures the java executable to be used to run the tests.
- getJavaLauncher() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
A JavaLauncher used to run the Scaladoc tool.
- getJavaLauncher() - Method in class org.gradle.api.tasks.testing.Test
-
Configures the java executable to be used to run the tests.
- getJavaLauncher() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
-
The toolchain
JavaLauncher
to use for executing the Scala compiler. - getJavaModuleDetector() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getJavaModuleDetector() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getJavaModuleDetector() - Method in class org.gradle.api.tasks.testing.Test
- getJavaModuleDetector() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- getJavaModuleMainClass() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Set the main class of the Java module, if the module is supposed to be executable.
- getJavaModuleVersion() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Set the version of the Java module.
- getJavaRepositories() - Method in interface org.gradle.jvm.toolchain.JvmToolchainManagement
-
Returns the handler for the ordered list of configured
JavaToolchainRepository
implementations. - getJavaRuntimeName() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
-
The name of the Java Runtime to use.
- getJavaRuntimeVersion() - Method in interface org.gradle.jvm.toolchain.JavaInstallationMetadata
-
Returns the full Java version (including the build number) of the JVM, as specified in its
java.runtime.version
property. - getJavaSourceSettings() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the Java source settings for this project.
- getJavaToolchainService() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getJavaToolchainService() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getJavaToolchainService() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getJavaToolchainService() - Method in class org.gradle.api.tasks.JavaExec
- getJavaToolchainService() - Method in class org.gradle.api.tasks.scala.ScalaDoc
- getJavaToolchainService() - Method in class org.gradle.api.tasks.testing.Test
- getJavaToolchainService() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- getJavaToolchainSpec() - Method in interface org.gradle.jvm.toolchain.JavaToolchainRequest
- getJavaVersion() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the version of the Java executable specified by
JavaExec.getJavaLauncher()
. - getJavaVersion() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the version of Java used to run the tests based on the
JavaLauncher
specified byTest.getJavaLauncher()
, or the executable specified byTest.getExecutable()
if theJavaLauncher
is not present. - getJavaVersion() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Java version to be used by generated Java projects.
- getJavaVersion() - Method in interface org.gradle.tooling.model.java.InstalledJdk
-
The version of the Java installation.
- getJavaVersion() - Method in interface org.gradle.tooling.model.java.JavaRuntime
-
The Java version of the Java runtime installation.
- getJdk() - Method in class org.gradle.plugins.ide.idea.model.Project
-
Represent the jdk information of the project java sdk.
- getJdk() - Method in interface org.gradle.tooling.model.eclipse.EclipseJavaSourceSettings
-
Returns the JDK used for building.
- getJdk() - Method in interface org.gradle.tooling.model.idea.IdeaJavaLanguageSettings
-
Returns the JDK used for building.
- getJdkName() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The JDK to use for this module.
- getJdkName() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
The java version used for defining the project sdk.
- getJdkName() - Method in class org.gradle.plugins.ide.idea.model.Module
- getJdkName() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
Returns the name of the JDK.
- getJdkName() - Method in interface org.gradle.tooling.model.idea.IdeaProject
-
Returns the name of the JDK.
- getJdt() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
-
Eclipse JDT model that contains information needed to generate the JDT file.
- getJdt() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse java compatibility information (jdt)
- getJFlags() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-Jflag
- getJFlags() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getJunitXml() - Method in interface org.gradle.api.tasks.testing.TestTaskReports
-
The test results in “JUnit XML” format.
- getJvmArgs() - Method in class org.gradle.api.tasks.compile.BaseForkOptions
-
Returns any additional JVM arguments for the compiler process.
- getJvmArgs() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the extra arguments to use to launch the JVM for the process.
- getJvmArgs() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the extra arguments to use to launch the JVM for the process.
- getJvmArgs() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the extra arguments to use to launch the JVM for the process.
- getJvmArgumentProviders() - Method in class org.gradle.api.tasks.compile.ProviderAwareCompilerDaemonForkOptions
-
Returns any additional JVM argument providers for the compiler process.
- getJvmArgumentProviders() - Method in class org.gradle.api.tasks.JavaExec
-
Command line argument providers for the java process to fork.
- getJvmArgumentProviders() - Method in class org.gradle.api.tasks.testing.Test
-
Command line argument providers for the java process to fork.
- getJvmArgumentProviders() - Method in interface org.gradle.process.JavaForkOptions
-
Command line argument providers for the java process to fork.
- getJvmArguments() - Method in class org.gradle.api.tasks.JavaExec
-
Extra JVM arguments to be to use to launch the JVM for the process.
- getJvmArguments() - Method in interface org.gradle.process.JavaExecSpec
-
Extra JVM arguments to be to use to launch the JVM for the process.
- getJvmArguments() - Method in interface org.gradle.tooling.model.build.JavaEnvironment
-
The JVM arguments the user has provided to start the Java process that handles Gradle operations (for example running tasks or acquiring model information).
- getJvmLanguageUtils() - Method in class org.gradle.api.plugins.JavaBasePlugin
- getJvmPluginServices() - Method in class org.gradle.api.plugins.TestReportAggregationPlugin
- getJvmTestKind() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
-
Returns what kind of test this is.
- getJvmVendor() - Method in class org.gradle.buildconfiguration.tasks.UpdateDaemonJvm
-
The vendor of Java required to run the Gradle Daemon.
- getJvmVersion() - Method in class org.gradle.buildconfiguration.tasks.UpdateDaemonJvm
-
The version of the JVM required to run the Gradle Daemon.
- getJvmVersion() - Method in interface org.gradle.jvm.toolchain.JavaInstallationMetadata
-
Returns the version of the JVM, as specified in its
java.vm.version
property. - getJvmVersion() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
-
The Java major version of the JVM the Scala compiler is running on.
- getKeepAliveMode() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Keeps Scala compiler daemon alive across builds for faster build times
- getKey() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
-
Returns the key that is to be merged.
- getKeyId() - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatory
- getKeyId() - Method in interface org.gradle.plugins.signing.signatory.Signatory
-
Returns the id of the key that will be used for signing.
- getKind() - Method in class org.gradle.plugins.ide.eclipse.model.AccessRule
- getKind() - Method in interface org.gradle.plugins.ide.eclipse.model.ClasspathEntry
- getKind() - Method in class org.gradle.plugins.ide.eclipse.model.Container
- getKind() - Method in class org.gradle.plugins.ide.eclipse.model.Library
- getKind() - Method in class org.gradle.plugins.ide.eclipse.model.Output
- getKind() - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
- getKind() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- getKind() - Method in class org.gradle.plugins.ide.eclipse.model.Variable
- getKind() - Method in interface org.gradle.tooling.model.eclipse.AccessRule
-
Returns the encoded type of the access rule.
- getLabel() - Method in enum org.gradle.tooling.events.test.JvmTestKind
-
Returns a label for the test kind.
- getLanguageLevel() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The module specific language Level to use for this module.
- getLanguageLevel() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
The default Java language Level to use for this project.
- getLanguageLevel() - Method in class org.gradle.plugins.ide.idea.model.Jdk
- getLanguageLevel() - Method in interface org.gradle.tooling.model.idea.IdeaJavaLanguageSettings
-
Returns the Java language level.
- getLanguageLevel() - Method in interface org.gradle.tooling.model.idea.IdeaProject
-
Returns the language level to use within the current project.
- getLanguageVersion() - Method in interface org.gradle.jvm.toolchain.JavaInstallationMetadata
-
Returns the language version of the JVM to which this tool belongs
- getLanguageVersion() - Method in interface org.gradle.jvm.toolchain.JavaToolchainSpec
-
The exact version of the Java language that the toolchain is required to support.
- getLastModified() - Method in interface org.gradle.api.file.FileTreeElement
-
Returns the last modified time of this file at the time of file traversal.
- getLastName() - Method in class org.gradle.api.file.RelativePath
- getLauncher() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
-
The toolchain launcher used to execute workers when forking.
- getLayout() - Method in interface org.gradle.api.initialization.Settings
-
Provides access to important locations for a Gradle build.
- getLayout() - Method in interface org.gradle.api.Project
-
Provides access to various important directories for this project.
- getLayout() - Method in class org.gradle.buildinit.tasks.InitBuild
- getLength() - Method in interface org.gradle.tooling.events.problems.LineInFileLocation
-
The length of the selected content starting from specified column.
- getLength() - Method in interface org.gradle.tooling.events.problems.OffsetInFileLocation
-
The length of the content starting from
OffsetInFileLocation.getOffset()
. - getLenientConfiguration() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
Provides configuration that does not fail eagerly when some dependencies are not resolved.
- getLevel() - Method in interface org.gradle.api.logging.LoggingManager
-
Returns the current logging level.
- getLevel() - Method in class org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
- getLevel() - Method in interface org.gradle.tooling.model.idea.IdeaLanguageLevel
-
Gets the level value
- getLib() - Method in class org.gradle.plugins.ear.Ear
-
A location for dependency libraries to include in the 'lib' directory of the EAR archive.
- getLibConfigurations() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The configurations whose files are to be marked to be deployed with a deploy path of
EclipseWtpComponent.getLibDeployPath()
. - getLibDeployPath() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The deploy path for libraries.
- getLibDirName() - Method in class org.gradle.plugins.ear.Ear
-
The name of the library directory in the EAR file.
- getLibDirName() - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.The name of the library directory in the EAR file.
- getLibraries() - Method in interface org.gradle.nativeplatform.NativeComponentExtension
-
The
NativeLibrarySpec
components produced by the build. - getLibrariesExtensionName() - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Returns the name of the extension configured by this builder
- getLibrary() - Method in interface org.gradle.nativeplatform.NativeLibraryBinarySpec
-
The library that this binary belongs to.
- getLibrary() - Method in interface org.gradle.platform.base.LibraryBinarySpec
-
The library that this binary belongs to.
- getLibrary() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- getLibraryAliases() - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the list of aliases defined in this version catalog.
- getLibraryDirectory() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The name of the directory to look for libraries in.
- getLibraryFile() - Method in class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
-
Returns a single jar or class folder
- getLibraryName() - Method in interface org.gradle.api.artifacts.component.LibraryBinaryIdentifier
-
The name of the library
- getLibraryName() - Method in interface org.gradle.api.artifacts.component.LibraryComponentSelector
-
Return the library name of the selected library.
- getLibraryName() - Method in interface org.gradle.nativeplatform.NativeLibraryRequirement
-
The name of the required library.
- getLibraryName() - Method in interface org.gradle.platform.base.LibraryBinaryDependencySpec
-
Returns the name of the library this dependency refers to.
- getLibraryName() - Method in interface org.gradle.platform.base.ProjectDependencySpec
-
Returns the name of the library this dependency refers to.
- getLibs() - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
-
The libraries that this source set requires.
- getLibs() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The libraries that should be linked into this binary.
- getLibs() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
The library files to be passed to the linker.
- getLibs() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
The library files that should be installed.
- getLibsDirectory() - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.Returns the directory to generate JAR and WAR archives into.
- getLibsDirectory() - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Returns the directory to generate JAR and WAR archives into.
- getLibsDirName() - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.The name for the libs directory.
- getLibsDirName() - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Deprecated.Use
BasePluginExtension.getLibsDirectory()
. This method is scheduled for removal in Gradle 9.0. - getLifecycle() - Method in interface org.gradle.api.invocation.Gradle
-
Gives access to the new Gradle build lifecycle callbacks.
- getLifecycle() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Returns logging options for lifecycle level.
- getLifecycleLogLevel() - Method in class org.gradle.api.AntBuilder
-
Returns the Ant message priority that corresponds to the Gradle "lifecycle" log level.
- getLifecycleTaskName() - Method in class org.gradle.ide.visualstudio.plugins.VisualStudioPlugin
- getLifecycleTaskName() - Method in class org.gradle.ide.xcode.plugins.XcodePlugin
- getLifecycleTaskName() - Method in class org.gradle.plugins.ide.eclipse.EclipsePlugin
- getLifecycleTaskName() - Method in class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
- getLifecycleTaskName() - Method in class org.gradle.plugins.ide.idea.IdeaPlugin
- getLimits() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
Gets all limits defined for this rule.
- getLine() - Method in interface org.gradle.tooling.events.problems.LineInFileLocation
-
The line number within the file.
- getLine() - Method in interface org.gradle.tooling.model.kotlin.dsl.EditorPosition
- getLineSeparator() - Method in class org.gradle.api.tasks.WriteProperties
-
Returns the line separator to be used when creating the properties file.
- getLink() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec.TasksCollection
-
The link task.
- getLink() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec.TasksCollection
-
Returns the link task for this binary.
- getLink() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec.TasksCollection
-
The link task.
- getLinkage() - Method in interface org.gradle.language.cpp.CppLibrary
-
Returns the list of linkage of this library.
- getLinkage() - Method in interface org.gradle.language.swift.SwiftLibrary
-
Returns the list of linkage of this library.
- getLinkage() - Method in interface org.gradle.nativeplatform.NativeLibraryRequirement
-
The required linkage.
- getLinkageDetails() - Method in interface org.gradle.tooling.model.cpp.CppBinary
-
Returns the linkage details.
- getLinkedFile() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
The file where the linked binary will be located.
- getLinkedResources() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- getLinkedResources() - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
The linkedResources to be added to this Eclipse project.
- getLinkedResources() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
-
Returns the linked resources for this project.
- getLinkElements() - Method in interface org.gradle.language.nativeplatform.ComponentWithLinkUsage
-
Returns the outgoing link elements of this component.
- getLinker() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the linker used when linking this binary.
- getLinker() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
-
Returns the settings to use for the linker.
- getLinker() - Method in interface org.gradle.nativeplatform.toolchain.SwiftcPlatformToolChain
-
Returns the linker tool.
- getLinker() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
-
Returns the settings to use for the linker.
- getLinkerArgs() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
Additional arguments passed to the linker.
- getLinkFile() - Method in interface org.gradle.language.nativeplatform.ComponentWithLinkFile
-
Returns the link file of this component.
- getLinkFileProducer() - Method in interface org.gradle.language.nativeplatform.ComponentWithLinkFile
-
Returns the task that should be run to produce the link file of this component.
- getLinkFiles() - Method in interface org.gradle.nativeplatform.NativeDependencySet
-
Returns the files to use at link time.
- getLinkFiles() - Method in interface org.gradle.nativeplatform.NativeLibraryBinary
- getLinkLibraries() - Method in interface org.gradle.language.cpp.CppBinary
-
Returns the link libraries to use to link this binary.
- getLinkLibraries() - Method in interface org.gradle.language.nativeplatform.ComponentWithExecutable
-
Returns the link libraries to use to link the executable.
- getLinkLibraries() - Method in interface org.gradle.language.nativeplatform.ComponentWithSharedLibrary
-
Returns the link libraries to use to link the shared library.
- getLinkLibraries() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the link libraries to use to link this binary.
- getLinks() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the links to groovydoc/javadoc output at the given URL.
- getLinks() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-link extdocURL
- getLinksOffline() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-linkoffline extdocURL packagelistLoc
- getLinkTask() - Method in interface org.gradle.language.nativeplatform.ComponentWithExecutable
-
Returns the link task for the executable.
- getLinkTask() - Method in interface org.gradle.language.nativeplatform.ComponentWithSharedLibrary
-
Returns the link task for the shared library.
- getLinkTask() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestBinary
-
Returns the link task for this binary.
- getLinkTask() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestBundle
-
Returns the link task for this bundle.
- getLinkTask() - Method in interface org.gradle.tooling.model.cpp.LinkageDetails
-
Returns details of the link task for the binary.
- getLinux() - Method in interface org.gradle.nativeplatform.TargetMachineFactory
-
Returns a
TargetMachineBuilder
for the Linux operating system family and the architecture of the current host. - getListenerManager() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
- getListenerManager() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getListeners() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Fully qualified classes that are TestNG listeners (instances of org.testng.ITestListener or org.testng.IReporter).
- getLocal() - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
-
Returns the local directory cache configuration.
- getLocale() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-locale language_country_variant
- getLocale() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getLocalState() - Method in class org.gradle.api.DefaultTask
- getLocalState() - Method in interface org.gradle.api.Task
-
Returns the local state of this task.
- getLocation() - Method in exception org.gradle.api.resources.ResourceException
-
Returns the location of the resource, if known.
- getLocation() - Method in interface org.gradle.ide.visualstudio.ConfigFile
-
The location where this file will be generated.
- getLocation() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
-
Returns the location of the generated solution file.
- getLocation() - Method in interface org.gradle.ide.xcode.XcodeWorkspace
-
Returns the location of the generated workspace.
- getLocation() - Method in class org.gradle.plugins.ide.eclipse.model.Link
- getLocation() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- getLocation() - Method in interface org.gradle.plugins.ide.IdeWorkspace
-
Returns the location of the generated workspace.
- getLocation() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
-
The local file system absolute path of the target of the linked resource.
- getLocation() - Method in interface org.gradle.tooling.model.eclipse.EclipseWorkspace
-
The filesystem location of the eclipse workspace
- getLocation() - Method in interface org.gradle.tooling.model.eclipse.EclipseWorkspaceProject
-
The filesystem location of the eclipse project
- getLocationOnly() - Method in interface org.gradle.api.file.FileSystemLocationProperty
-
Returns the location of the file system element, and discards details of the task that produces its content.
- getLocations() - Method in interface org.gradle.tooling.events.problems.ProblemContext
-
Returns the locations associated with this problem.
- getLocations() - Method in interface org.gradle.tooling.events.problems.SingleProblemEvent
-
Returns the locations associated with this problem.
- getLocationUri() - Method in class org.gradle.plugins.ide.eclipse.model.Link
- getLocationUri() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
-
If the file is not in the local file system, this attribute contains the absolute URI of the resource in some backing file system.
- getLockedDependenciesToUpdate() - Method in class org.gradle.StartParameter
-
Returns the list of modules that are to be allowed to update their version compared to the lockfile.
- getLockFile() - Method in interface org.gradle.api.artifacts.dsl.DependencyLockingHandler
-
Allows to configure the file used for saving lock state
- getLockMode() - Method in interface org.gradle.api.artifacts.dsl.DependencyLockingHandler
-
Allows to query the lock mode currently configured
- getLogger() - Method in class org.gradle.api.DefaultTask
- getLogger() - Method in interface org.gradle.api.Project
-
Returns the logger for this project.
- getLogger() - Method in interface org.gradle.api.Script
-
Returns the logger for this script.
- getLogger() - Method in interface org.gradle.api.Task
-
Returns the logger for this task.
- getLogger(Class) - Static method in class org.gradle.api.logging.Logging
-
Returns the logger for the given class.
- getLogger(String) - Static method in class org.gradle.api.logging.Logging
-
Returns the logger with the given name.
- getLogging() - Method in class org.gradle.api.DefaultTask
- getLogging() - Method in interface org.gradle.api.Project
-
Returns the
LoggingManager
which can be used to receive logging and to control the standard output/error capture for this project's build script. - getLogging() - Method in interface org.gradle.api.Script
-
Returns the
LoggingManager
which can be used to receive logging and to control the standard output/error capture for this script. - getLogging() - Method in interface org.gradle.api.Task
-
Returns the
LoggingManager
which can be used to receive logging and to control the standard output/error capture for this task. - getLoggingLevel() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Specifies the amount of logging.
- getLoggingPhases() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Phases of the compiler to log.
- getLogLevel() - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Returns the minimum logging level to use.
- getLogLevel() - Method in class org.gradle.StartParameter
-
Returns the minimum logging level to use.
- getLowerBound() - Method in class org.gradle.api.reflect.TypeOf
-
Returns the first declared lower-bound of the wildcard type expression represented by this type.
- getM2Compatible() - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
-
Tells whether a Maven style layout is to be used for the 'organisation' part, replacing any dots with forward slashes.
- getMacOS() - Method in interface org.gradle.nativeplatform.TargetMachineFactory
-
Returns a
TargetMachineBuilder
for the macOS operating system family and the architecture of the current host. - getMacroDefines() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the macro define directives for this binary.
- getMacros() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Macros that should be defined for the compiler.
- getMacros() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
Macros that should be defined for the compiler.
- getMacros() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Macros that should be defined for the compiler.
- getMacros() - Method in interface org.gradle.nativeplatform.PreprocessingTool
-
The set of preprocessor macros to define when compiling this binary.
- getMacroUndefines() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the macro undefine directives for this binary.
- getMainClass() - Method in interface org.gradle.api.plugins.JavaApplication
-
The fully qualified name of the application's main class.
- getMainClass() - Method in class org.gradle.api.tasks.JavaExec
-
The fully qualified name of the Main class to be executed.
- getMainClass() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The main class name used to start the Java application.
- getMainClass() - Method in interface org.gradle.process.JavaExecSpec
-
The fully qualified name of the Main class to be executed.
- getMainClassName() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.The fully qualified name of the application's main class.
- getMainClassName() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
- getMainClassName() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
Deprecated.
- getMainComponent() - Method in interface org.gradle.tooling.model.cpp.CppProject
-
Returns the main C++ component of this project, if any.
- getMainModule() - Method in interface org.gradle.api.plugins.JavaApplication
-
The name of the application's Java module if it should run as a module.
- getMainModule() - Method in class org.gradle.api.tasks.JavaExec
-
The name of the main module to be executed if the application should run as a Java module.
- getMainModule() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The main module name used to start the modular Java application.
- getMainModule() - Method in interface org.gradle.process.JavaExecSpec
-
The name of the main module to be executed if the application should run as a Java module.
- getMainSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getMajor() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- getMajorVersion() - Method in enum org.gradle.api.JavaVersion
- getManifest() - Method in class org.gradle.jvm.tasks.Jar
-
Returns the manifest for this JAR archive.
- getManifestContentCharset() - Method in class org.gradle.jvm.tasks.Jar
-
The character set used to encode the manifest content.
- getManifestFile() - Method in class org.gradle.swiftpm.tasks.GenerateSwiftPackageManagerManifest
- getMarkingStrategy() - Method in interface org.gradle.api.cache.CacheConfigurations
-
Configures how caches should be marked, if at all.
- getMatcher() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Gets the matcher of this ResourceFilter.
- getMatches() - Method in class org.gradle.util.NameMatcher
-
Deprecated.Returns all matches, when there were more than 1.
- getMatchingStrategy(Attribute<T>) - Method in interface org.gradle.api.attributes.AttributesSchema
-
Returns the matching strategy for a given attribute.
- getMavenPublishers() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
- getMaxErrors() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The maximum number of errors that are tolerated before breaking the build or setting the failure property.
- getMaxErrors() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The maximum number of errors that are tolerated before breaking the build or setting the failure property.
- getMaxFailures() - Method in class org.gradle.api.plugins.quality.Pmd
-
The maximum number of failures to allow before stopping the build.
- getMaxFailures() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The maximum number of failures to allow before stopping the build.
- getMaxGranularity() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Returns the maximum granularity of the events to be logged.
- getMaxHeapSize() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
The maximum heap size for the forked antlr process (ex: '1g').
- getMaxHeapSize() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
-
The maximum heap size for the worker process.
- getMaxHeapSize() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the maximum heap size for the process, if any.
- getMaxHeapSize() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the maximum heap size for the process, if any.
- getMaxHeapSize() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the maximum heap size for the process, if any.
- getMaximum() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
Gets the maximum expected value for limit.
- getMaxMemory() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the amount of memory allocated to this task.
- getMaxMemory() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the amount of memory allocated to this task.
- getMaxParallelForks() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the maximum number of test processes to start in parallel.
- getMaxParallelUsages() - Method in interface org.gradle.api.services.BuildServiceRegistration
-
Specifies the maximum number of tasks that can use this service in parallel.
- getMaxParallelUsages() - Method in interface org.gradle.api.services.BuildServiceSpec
-
Specifies the maximum number of tasks that can use this service in parallel.
- getMaxPriority1Violations() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The maximum number of priority 1 violations allowed before failing the build.
- getMaxPriority1Violations() - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The maximum number of priority 1 violations allowed before failing the build.
- getMaxPriority2Violations() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The maximum number of priority 2 violations allowed before failing the build.
- getMaxPriority2Violations() - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The maximum number of priority 2 violations allowed before failing the build.
- getMaxPriority3Violations() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The maximum number of priority 3 violations allowed before failing the build.
- getMaxPriority3Violations() - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The maximum number of priority 3 violations allowed before failing the build.
- getMaxWarnings() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The maximum number of warnings that are tolerated before breaking the build or setting the failure property.
- getMaxWarnings() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The maximum number of warnings that are tolerated before breaking the build or setting the failure property.
- getMaxWorkerCount() - Method in interface org.gradle.concurrent.ParallelismConfiguration
-
Returns the maximum number of concurrent workers used for underlying build operations.
- getMaxWorkerCount() - Method in class org.gradle.StartParameter
-
Returns the maximum number of concurrent workers used for underlying build operations.
- getMemberLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
Switch to set the members that should be included in the Javadoc.
- getMemberLevel() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getMemoryInitialSize() - Method in class org.gradle.api.tasks.compile.BaseForkOptions
-
Returns the initial heap size for the compiler process.
- getMemoryMaximumSize() - Method in class org.gradle.api.tasks.compile.BaseForkOptions
-
Returns the maximum heap size for the compiler process.
- getMergeReruns() - Method in interface org.gradle.api.tasks.testing.JUnitXmlReport
-
Whether reruns or retries of a test should be merged into a combined testcase.
- getMergeValue() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
-
Returns the value for the key of the manifest that is the source for the merge.
- getMessage() - Method in interface org.gradle.api.publish.maven.MavenPomRelocation
-
The message to show the user for this relocation.
- getMessage() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns the failure message.
- getMessage() - Method in interface org.gradle.api.tasks.testing.TestOutputEvent
-
Message content
- getMessage() - Method in interface org.gradle.tooling.events.test.TestOutputDescriptor
-
The text printed by the test.
- getMessage() - Method in interface org.gradle.tooling.Failure
-
Returns a short message (typically one line) for the failure.
- getMessage() - Method in interface org.gradle.tooling.model.kotlin.dsl.EditorReport
- getMetadata() - Method in interface org.gradle.api.artifacts.ComponentSelection
-
Gets the metadata of the component.
- getMetadata() - Method in interface org.gradle.jvm.toolchain.JavaCompiler
-
Returns metadata information about this tool
- getMetadata() - Method in interface org.gradle.jvm.toolchain.JavadocTool
-
Returns metadata information about this tool
- getMetadata() - Method in interface org.gradle.jvm.toolchain.JavaLauncher
-
Returns metadata information about this tool
- getMetadataCharset() - Method in class org.gradle.api.tasks.bundling.Zip
-
The character set used to encode ZIP metadata like file names.
- getMetadataCharset() - Method in class org.gradle.jvm.tasks.Jar
-
The character set used to encode JAR metadata like file names.
- getMetadataDetector() - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
- getMetadataSources() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Returns the current metadata sources configuration for the repository.
- getMetadataSources() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Returns the current metadata sources configuration for the repository.
- getMetaInf() - Method in class org.gradle.jvm.tasks.Jar
- getMethodName() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
-
Returns the name of the test method, if any.
- getMicro() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- getMinGranularity() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Returns the minimum granularity of the events to be logged.
- getMinHeapSize() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
-
The minimum heap size for the worker process.
- getMinHeapSize() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the minimum heap size for the process, if any.
- getMinHeapSize() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the minimum heap size for the process, if any.
- getMinHeapSize() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the minimum heap size for the process, if any.
- getMinimum() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
Gets the minimum expected value for limit.
- getMinor() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- getMinusConfigurations() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
The configurations whose files are to be excluded from the classpath entries.
- getMinusConfigurations() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The configurations whose files are to be excluded from wtp deployment.
- getMissingKeys() - Method in exception org.gradle.util.ConfigureUtil.IncompleteInputException
-
Deprecated.
- getMode() - Method in interface org.gradle.api.file.FileTreeElement
-
Deprecated.Use
FileTreeElement.getPermissions()
instead. This method is scheduled for removal in Gradle 9.0. - getModel() - Method in class org.gradle.plugins.ide.idea.IdeaPlugin
- getModel(Class<T>) - Method in interface org.gradle.tooling.BuildController
-
Fetches a snapshot of the model of the given type for the default project.
- getModel(Class<T>) - Method in interface org.gradle.tooling.ProjectConnection
-
Fetches a snapshot of the model of the given type for this project.
- getModel(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.
- getModel(Class<T>, ResultHandler<? super T>) - Method in interface org.gradle.tooling.ProjectConnection
-
Starts fetching a snapshot of the given model, passing the result to the given handler when complete.
- getModel(Model, Class<T>) - Method in interface org.gradle.tooling.BuildController
-
Fetches a snapshot of the model of the given type for the given element, usually a Gradle project.
- getModel(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.
- getModelRegistry() - Method in class org.gradle.api.reporting.components.ComponentReport
-
Deprecated.
- getModelRegistry() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.
- getModelRegistry() - Method in class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- getModularity() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Configure the module path handling for tasks that have a 'classpath' as input.
- getModularity() - Method in class org.gradle.api.tasks.compile.JavaCompile
-
Returns the module path handling of this compile task.
- getModularity() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the module path handling of this javadoc task.
- getModularity() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the module path handling for executing the main class.
- getModularity() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the module path handling of this test task.
- getModularity() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
Returns the module path handling for executing the main class.
- getModularity() - Method in interface org.gradle.process.JavaExecSpec
-
Returns the module path handling for executing the main class.
- getModule() - Method in interface org.gradle.api.artifacts.component.ModuleComponentIdentifier
-
The module name of the component.
- getModule() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
-
The name of the module to select the component from.
- getModule() - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
The module identifier of the component.
- getModule() - Method in interface org.gradle.api.artifacts.ExcludeRule
-
The exact name of the module that should be excluded.
- getModule() - Method in interface org.gradle.api.artifacts.MinimalExternalModuleDependency
- getModule() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
-
Returns the
ModuleIdentifier
containing the group and the name of this module. - getModule() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
-
The module identifier of the component.
- getModule() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the module which this resolved dependency belongs to.
- getModule() - Method in interface org.gradle.api.publish.ivy.IvyDependency
-
Deprecated.The module value for this dependency.
- getModule() - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Returns the module for this publication.
- getModule() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the name of the Swift module that this binary defines.
- getModule() - Method in interface org.gradle.language.swift.SwiftComponent
-
Defines the Swift module for this component.
- getModule() - Method in interface org.gradle.plugin.management.PluginRequest
-
The implementation module of the plugin if one was explicitly specified, otherwise null.
- getModule() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaModule
-
The Idea module model containing the details required to generate the module file.
- getModule() - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA module information.
- getModuleArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the module artifacts belonging to this ResolvedDependency.
- getModuleFile() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the module file for this binary.
- getModuleFile() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
The location to write the Swift module file to.
- getModuleGroup() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the module group of the resolved dependency.
- getModuleIdentifier() - Method in interface org.gradle.api.artifacts.component.ModuleComponentIdentifier
-
The module identifier of the component.
- getModuleIdentifier() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
-
The module identifier of the component.
- getModuleIdentifier() - Method in interface org.gradle.api.artifacts.ComponentMetadataListerDetails
-
Gives access to the module identifier for which the version lister should return the list of versions.
- getModuleName() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the module name of the resolved dependency.
- getModuleName() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
The name of the module to produce.
- getModulePath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- getModulePath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
-
The --module-path.
- getModulePath() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
-
The module path, relative to the application home directory.
- getModulePaths() - Method in class org.gradle.plugins.ide.idea.model.Project
-
A set of
Path
instances pointing to the modules contained in the ipr. - getModuleRegistry() - Method in class org.gradle.api.tasks.testing.Test
- getModules() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Returns the component module metadata handler for this project.
- getModules() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
The modules required to compile the source.
- getModules() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
List of module descriptors.
- getModules() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
Modules for the ipr file.
- getModules() - Method in interface org.gradle.tooling.model.idea.IdeaProject
-
Returns the modules of this IDEA project.
- getModuleTypeMappings() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Mapping of module paths to module types.
- getModuleVersion() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
-
Returns the module which this artifact belongs to.
- getModuleVersion() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the module version of the resolved dependency.
- getModuleVersion() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
-
Returns the module version which this component belongs to, if any.
- getModuleVersion() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- getModuleVersion() - Method in class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
-
Module version of the library, if any.
- getModuleVersionIdentifier() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
-
Deprecated.Returns the identifier of the module that owns this artifact.
- getMustRunAfter() - Method in class org.gradle.api.DefaultTask
- getMustRunAfter() - Method in interface org.gradle.api.Task
-
Returns tasks that this task must run after.
- getName() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
-
Deprecated.Returns the name of this artifact.
- getName() - Method in interface org.gradle.api.artifacts.component.BuildIdentifier
-
Deprecated.Use
BuildIdentifier.getBuildPath()
instead. - getName() - Method in interface org.gradle.api.artifacts.Dependency
-
Returns the name of this dependency.
- getName() - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Returns the name of this artifact.
- getName() - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Returns the name of the module that is targeted by this dependency or dependency constraint.
- getName() - Method in interface org.gradle.api.artifacts.ModuleIdentifier
-
The name of the module.
- getName() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
-
The name of the module.
- getName() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
-
The name of the module.
- getName() - Method in interface org.gradle.api.artifacts.PublishArtifact
-
Returns the name of the artifact.
- getName() - Method in interface org.gradle.api.artifacts.repositories.ArtifactRepository
-
Returns the name for this repository.
- getName() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns the name of this set.
- getName() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
- getName() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the name of the resolved dependency.
- getName() - Method in interface org.gradle.api.artifacts.VariantFileMetadata
-
Get the name of the file.
- getName() - Method in class org.gradle.api.attributes.Attribute
-
Returns the name of the attribute.
- getName() - Method in interface org.gradle.api.capabilities.Capability
- getName() - Method in interface org.gradle.api.credentials.HttpHeaderCredentials
-
Returns the header name to use when authenticating.
- getName() - Method in class org.gradle.api.DefaultTask
- getName() - Method in interface org.gradle.api.distribution.Distribution
-
The name of this distribution.
- getName() - Method in interface org.gradle.api.file.FileCopyDetails
-
Returns the base name of this file at the copy destination.
- getName() - Method in interface org.gradle.api.file.FileTreeElement
-
Returns the base name of this file.
- getName() - Method in interface org.gradle.api.file.SourceDirectorySet
-
A concise name for the source directory set (typically used to identify it in a collection).
- getName() - Method in interface org.gradle.api.initialization.IncludedBuild
-
The name of the included build.
- getName() - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Returns the name of this project.
- getName() - Method in interface org.gradle.api.Named
-
The object's name.
- getName() - Method in interface org.gradle.api.NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
-
The name of the domain object.
- getName() - Method in interface org.gradle.api.NamedDomainObjectProvider
-
The domain object name referenced by this provider.
- getName() - Method in interface org.gradle.api.plugins.AppliedPlugin
-
The name of the plugin.
- getName() - Method in interface org.gradle.api.plugins.ExtensionsSchema.ExtensionSchema
-
The name of the extension.
- getName() - Method in enum org.gradle.api.plugins.quality.TargetJdk
- getName() - Method in interface org.gradle.api.problems.ProblemGroup
-
The name of the problem group.
- getName() - Method in interface org.gradle.api.problems.ProblemId
-
The name of the problem.
- getName() - Method in interface org.gradle.api.Project
-
Returns the name of this project.
- getName() - Method in interface org.gradle.api.project.IsolatedProject
-
Returns the name of this project.
- getName() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
The name used to publish the artifact file, never
null
. - getName() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorAuthor
-
The name of this author.
- getName() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorLicense
-
The name of this license.
- getName() - Method in interface org.gradle.api.publish.maven.MavenPom
-
The name for the publication represented by this POM.
- getName() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The name of this contributor.
- getName() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The name of this developer.
- getName() - Method in interface org.gradle.api.publish.maven.MavenPomLicense
-
The name of this license.
- getName() - Method in interface org.gradle.api.publish.maven.MavenPomMailingList
-
The name of this mailing list.
- getName() - Method in interface org.gradle.api.publish.maven.MavenPomOrganization
-
The name of this organization.
- getName() - Method in interface org.gradle.api.reporting.Report
-
The symbolic name of this report.
- getName() - Method in interface org.gradle.api.Task
-
Returns the name of this task.
- getName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of this source set.
- getName() - Method in interface org.gradle.api.tasks.TaskProvider
-
The task name referenced by this provider.
- getName() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
-
Returns the name of the test.
- getName() - Method in interface org.gradle.ide.visualstudio.VisualStudioProject
- getName() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
- getName() - Method in interface org.gradle.jvm.toolchain.JavaToolchainRepository
-
Name of the configuration, set by the build author, can be anything, as long as it doesn't conflict with other repository names.
- getName() - Method in interface org.gradle.model.ModelElement
-
Returns the name of this element.
- getName() - Method in enum org.gradle.nativeplatform.Linkage
- getName() - Method in class org.gradle.nativeplatform.MachineArchitecture
-
The object's name.
- getName() - Method in class org.gradle.nativeplatform.OperatingSystemFamily
-
The object's name.
- getName() - Method in interface org.gradle.nativeplatform.platform.Architecture
- getName() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
- getName() - Method in interface org.gradle.platform.base.ModuleDependencySpec
-
The name of the module this dependency specification refers to.
- getName() - Method in interface org.gradle.platform.base.Platform
- getName() - Method in interface org.gradle.platform.base.VariantComponent
- getName() - Method in class org.gradle.plugin.devel.PluginDeclaration
- getName() - Method in interface org.gradle.plugin.use.PluginId
-
The plugin name without the namespace.
- getName() - Method in class org.gradle.plugins.ide.eclipse.model.BuildCommand
- getName() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- getName() - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- getName() - Method in class org.gradle.plugins.ide.eclipse.model.Link
- getName() - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
The name used for the name of the eclipse project
- getName() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- getName() - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- getName() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Configures module name, that is the name of the *.iml file.
- getName() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
The name of the IDEA project.
- getName() - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
-
The name of the module the module depends on.
- getName() - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
-
The name of the library.
- getName() - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatory
- getName() - Method in interface org.gradle.plugins.signing.signatory.Signatory
-
An identifying name for this signatory.
- getName() - Method in class org.gradle.plugins.signing.Signature
-
The name of the signature artifact.
- getName() - Method in interface org.gradle.swiftpm.Product
-
Returns the name of this product.
- getName() - Method in interface org.gradle.tooling.events.OperationDescriptor
-
Returns the name of the operation.
- getName() - Method in interface org.gradle.tooling.events.problems.ProblemGroup
-
The name of the problem group.
- getName() - Method in interface org.gradle.tooling.events.problems.ProblemId
-
The name of the problem group.
- getName() - Method in interface org.gradle.tooling.model.cpp.CppBinary
-
Returns the name of this binary.
- getName() - Method in interface org.gradle.tooling.model.cpp.CppComponent
-
Returns the name of this component.
- getName() - Method in interface org.gradle.tooling.model.cpp.MacroDirective
-
Returns the name of the macro.
- getName() - Method in interface org.gradle.tooling.model.eclipse.ClasspathAttribute
-
Returns the key of this attribute.
- getName() - Method in interface org.gradle.tooling.model.eclipse.EclipseBuildCommand
-
Returns the name of the build command.
- getName() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
-
The project-relative path of the linked resource as it appears in the workspace.
- getName() - Method in interface org.gradle.tooling.model.eclipse.EclipseWorkspaceProject
-
The name of the eclipse project
- getName() - Method in interface org.gradle.tooling.model.Element
-
Returns the name of the element.
- getName() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
-
Returns the name of this project.
- getName() - Method in interface org.gradle.tooling.model.GradleModuleVersion
-
The name of the module, for example 'gradle-tooling-api'.
- getName() - Method in interface org.gradle.tooling.model.Task
-
Returns the name of this task.
- getName() - Method in interface org.gradle.tooling.model.TaskSelector
-
Returns the name that will be used to select tasks.
- getName() - Method in class org.gradle.util.Path
-
Returns the base name of this path, or null if this path is the root path.
- getNamer() - Method in interface org.gradle.api.NamedDomainObjectCollection
-
An object that represents the naming strategy used to name objects of this collection.
- getNamer() - Method in interface org.gradle.api.reporting.ReportContainer
- getNames() - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Returns the names of the objects in this collection as a Set of Strings.
- getNames() - Method in interface org.gradle.api.reporting.ReportContainer
- getNamespace() - Method in interface org.gradle.api.plugins.AppliedPlugin
-
The namespace of the plugin.
- getNamespace() - Method in interface org.gradle.plugin.use.PluginId
-
The namespace of the plugin or
null
if the ID contains no.
. - getNamingScheme() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getNativeLibraryLocation() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- getNatures() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- getNatures() - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
The natures to be added to this Eclipse project.
- getNetworkTimeout() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The network timeout specifies how many ms to wait for when the wrapper is performing network operations, such as downloading the wrapper jar.
- getNextMajor() - Method in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- getNoMatchingTestErrorReasons() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Returns the reasons for no matching test error.
- getNoMatchingTestErrorReasons() - Method in class org.gradle.api.tasks.testing.Test
- getNoQualifiers() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-noqualifier all | packagename1:packagename2:...
- getNormalization() - Method in interface org.gradle.api.Project
-
Provides access to configuring input normalization.
- getNormalizedPath() - Method in interface org.gradle.work.FileChange
-
The normalized path of the file, as specified by the path normalization strategy.
- getNoSource() - Method in interface org.gradle.api.tasks.TaskState
-
Returns true if the execution of this task was skipped due to task inputs are empty.
- getObjcCompiler() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the Objective-C compiler used when compiling Objective-C sources for this binary.
- getObjcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
-
Returns the settings to use for the Objective-C compiler.
- getObjcppCompiler() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the Objective-C++ compiler used when compiling Objective-C++ sources for this binary.
- getObjcppCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
-
Returns the settings to use for the Objective-C++ compiler.
- getObjectFactory() - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Injected service to create named objects.
- getObjectFactory() - Method in class org.gradle.api.plugins.jvm.PlatformDependencyModifiers.EnforcedPlatformDependencyModifier
-
Injected service to create named objects.
- getObjectFactory() - Method in class org.gradle.api.plugins.jvm.PlatformDependencyModifiers.PlatformDependencyModifier
-
Injected service to create named objects.
- getObjectFactory() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
- getObjectFactory() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- getObjectFactory() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getObjectFactory() - Method in class org.gradle.api.tasks.AbstractExecTask
- getObjectFactory() - Method in class org.gradle.api.tasks.bundling.War
- getObjectFactory() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getObjectFactory() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
- getObjectFactory() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getObjectFactory() - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
- getObjectFactory() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getObjectFactory() - Method in class org.gradle.api.tasks.JavaExec
- getObjectFactory() - Method in class org.gradle.api.tasks.scala.ScalaDoc
- getObjectFactory() - Method in class org.gradle.api.tasks.testing.Test
- getObjectFactory() - Method in class org.gradle.api.tasks.testing.TestReport
- getObjectFactory() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- getObjectFactory() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- getObjectFactory() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- getObjectFactory() - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
- getObjectFactory() - Method in class org.gradle.plugins.ear.Ear
- getObjectFactory() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Injects and returns an instance of
ObjectFactory
. - getObjectFactory() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
-
Injects and returns an instance of
ObjectFactory
. - getObjectFile() - Method in interface org.gradle.tooling.model.cpp.SourceFile
-
Returns the object file produced for the source file.
- getObjectFileDir() - Method in class org.gradle.language.assembler.tasks.Assemble
-
The directory where object files will be generated.
- getObjectFileDir() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
The directory where object files will be generated.
- getObjectFileDir() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
The directory where object files will be generated.
- getObjects() - Method in interface org.gradle.api.Project
-
Provides access to methods to create various kinds of model objects.
- getObjects() - Method in interface org.gradle.language.nativeplatform.ComponentWithObjectFiles
-
Returns the object files created for this component.
- getObjects() - Method in class org.gradle.language.nativeplatform.tasks.UnexportMainSymbol
-
The object files to relocate.
- getOffset() - Method in interface org.gradle.tooling.events.problems.OffsetInFileLocation
-
The global offset from the beginning of the file.
- getOperatingSystem() - Method in interface org.gradle.nativeplatform.platform.NativePlatform
-
The operating system being targeted.
- getOperatingSystem() - Method in interface org.gradle.platform.BuildPlatform
- getOperatingSystemFamily() - Method in interface org.gradle.nativeplatform.TargetMachine
-
Returns the target operating system
- getOperationLoggerFactory() - Method in class org.gradle.language.assembler.tasks.Assemble
- getOperationLoggerFactory() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- getOperationLoggerFactory() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
- getOperationLoggerFactory() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
- getOperationLoggerFactory() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
- getOptimizationOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Returns optimization options for the Groovy compiler.
- getOptimized() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Should the compiler generate optimized code?
- getOption() - Method in interface org.gradle.external.javadoc.JavadocOptionFileOption
- getOptionFiles() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- getOptionFiles() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
Returns the options for Java compilation.
- getOptions() - Method in class org.gradle.api.tasks.compile.JavaCompile
-
Returns the compilation options.
- getOptions() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the Javadoc generation options.
- getOptions() - Method in class org.gradle.api.tasks.testing.Test
-
Returns test framework specific options.
- getOptions() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
-
Returns the Java compilation options.
- getOptionsFile() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getOptsEnvironmentVar() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
-
The environment variable to use to provide additional options to the JVM
- getOptsEnvironmentVar() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The environment variable to use to provide additional options to the JVM.
- getOrDefault(T, Factory<T>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- getOrElse(T) - Method in interface org.gradle.api.provider.Provider
-
Returns the value of this provider if it has a value present.
- getOrganisation() - Method in interface org.gradle.api.publish.ivy.IvyDependency
-
Deprecated.The organisation value for this dependency.
- getOrganisation() - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Returns the organisation for this publication.
- getOrganization() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The organization name of this contributor.
- getOrganization() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The organization name of this developer.
- getOrganizationUrl() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The organization's URL of this contributor.
- getOrganizationUrl() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The organization's URL of this developer.
- getOriginPlugin() - Method in interface org.gradle.tooling.events.task.TaskOperationDescriptor
-
Returns the identifier of the plugin that registered this task, if available.
- getOrNull() - Method in interface org.gradle.api.provider.Provider
-
Returns the value of this provider if it has a value present.
- getOther() - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Returns the permissions all other users (non-owner, non-group) have for the file/directory.
- getOther() - Method in interface org.gradle.api.file.FilePermissions
-
Describes what actions all other users (non-owner, non-group) can perform on the file/directory.
- getOtherArchives() - Method in interface org.gradle.api.publish.maven.MavenPomMailingList
-
The alternate URLs where you can browse the archive of this mailing list.
- getOutcome() - Method in interface org.gradle.testkit.runner.BuildTask
-
The outcome of attempting to execute this task.
- getOutgoing() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the outgoing
ConfigurationPublications
instance that advertises and allows configuring the artifacts and variants published by this configuration. - getOutput() - Method in interface org.gradle.api.tasks.SourceSet
-
SourceSetOutput
is aFileCollection
of all output directories (compiled classes, processed resources, etc.) and it provides means to configure the default output dirs and register additional output dirs. - getOutput() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- getOutput() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
The type of output to generate.
- getOutput() - Method in interface org.gradle.testkit.runner.BuildResult
-
The textual output produced during the build.
- getOutput() - Method in interface org.gradle.tooling.model.eclipse.EclipseSourceDirectory
-
Returns the output location of this source directory.
- getOutputDir() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The directory to write the scripts into.
- getOutputDir() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
The directory where object files will be generated.
- getOutputDir() - Method in class org.gradle.nativeplatform.test.tasks.RunTestExecutable
- getOutputDir() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The output directory for production classes.
- getOutputDir() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The output directory for production classes.
- getOutputDir() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
-
directory to store module's production classes and resources.
- getOutputDirectory() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Returns the directory to generate the parser source files into.
- getOutputDirectory() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getOutputDirectory() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
The location to write TestNG's output.
- getOutputDirectory() - Method in class org.gradle.language.nativeplatform.tasks.UnexportMainSymbol
-
Location of modified object files.
- getOutputDirectory() - Method in class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
- getOutputDirectory() - Method in class org.gradle.plugin.devel.tasks.PluginUnderTestMetadata
-
The target output directory used for writing the classpath manifest.
- getOutputFile() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the output file location.
- getOutputFile() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.Returns the file which the report will be written to.
- getOutputFile() - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
-
Returns the file which the report will be written to.
- getOutputFile() - Method in class org.gradle.api.tasks.WriteProperties
-
Deprecated.
- getOutputFile() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- getOutputFile() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- getOutputFile() - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
- getOutputFile() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
-
The file where the output binary will be located.
- getOutputFile() - Method in class org.gradle.nativeplatform.tasks.StripSymbols
-
The destination to write the stripped binary to.
- getOutputFile() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
-
Returns the output file to store the report in.
- getOutputFile() - Method in class org.gradle.plugins.ide.api.GeneratorTask
-
The output file to write the final configuration to.
- getOutputFile() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaModule
-
Configures output *.iml file.
- getOutputFile() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaProject
-
output *.ipr file
- getOutputFile() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Configures output *.iml file.
- getOutputFile() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
Output *.ipr
- getOutputLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
Control the Javadoc output level (-verbose or -quiet).
- getOutputLevel() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getOutputLocation() - Method in interface org.gradle.api.reporting.DirectoryReport
- getOutputLocation() - Method in interface org.gradle.api.reporting.Report
-
The location on the filesystem to generate the report to.
- getOutputLocation() - Method in interface org.gradle.api.reporting.SingleFileReport
- getOutputLocation() - Method in interface org.gradle.tooling.model.cpp.LinkageDetails
-
Returns the output location of this binary.
- getOutputLocation() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the output location of this project.
- getOutputs() - Method in class org.gradle.api.DefaultTask
- getOutputs() - Method in interface org.gradle.api.Task
-
Returns the outputs of this task.
- getOutputs() - Method in interface org.gradle.language.ComponentWithOutputs
-
Returns the outputs produced for this component.
- getOutputType() - Method in interface org.gradle.api.reporting.DirectoryReport
-
Always returns
Report.OutputType.DIRECTORY
- getOutputType() - Method in interface org.gradle.api.reporting.Report
-
The type of output that the report generates.
- getOutputType() - Method in interface org.gradle.api.reporting.SingleFileReport
-
Always returns
Report.OutputType.FILE
- getOverview() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-overview path\filename
- getOverview() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getOverviewText() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns a HTML text to be used for overview documentation.
- getOwner() - Method in interface org.gradle.api.artifacts.result.ResolvedVariantResult
-
The component which owns this variant.
- getPackage() - Method in class org.gradle.swiftpm.tasks.GenerateSwiftPackageManagerManifest
- getPackagelistLoc() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
- getPackageName() - Method in class org.gradle.buildinit.tasks.InitBuild
-
The name of the package to use for generated source.
- getPackages() - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
-
Returns a list of package prefixes to be linked with an external site.
- getPackaging() - Method in interface org.gradle.api.artifacts.maven.PomModuleDescriptor
-
Returns the packaging for this POM.
- getPackaging() - Method in interface org.gradle.api.publish.maven.MavenPom
-
Returns the packaging (for example: jar, war) for the publication represented by this POM.
- getParallel() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
The parallel mode to use for running the tests - one of the following modes: methods, tests, classes or instances.
- getParameterizedTypeDefinition() - Method in class org.gradle.api.reflect.TypeOf
-
Returns an object that represents the type from which this parameterized type was constructed.
- getParameters() - Method in interface org.gradle.api.artifacts.transform.TransformAction
-
The object provided by
TransformSpec.getParameters()
when registering the artifact transform. - getParameters() - Method in interface org.gradle.api.artifacts.transform.TransformSpec
-
The parameters for the transform action.
- getParameters() - Method in interface org.gradle.api.flow.FlowActionSpec
-
Returns the parameters defined by the configured
dataflow action
. - getParameters() - Method in interface org.gradle.api.provider.ValueSource
-
The object provided by
ValueSourceSpec.getParameters()
when creating a provider from the value source. - getParameters() - Method in interface org.gradle.api.provider.ValueSourceSpec
-
The parameters for the value source.
- getParameters() - Method in interface org.gradle.api.services.BuildService
-
Returns the parameters of this service.
- getParameters() - Method in interface org.gradle.api.services.BuildServiceRegistration
-
Returns the parameters that will be used to instantiate the service with.
- getParameters() - Method in interface org.gradle.api.services.BuildServiceSpec
-
Returns the parameters to will be used to create the service instance.
- getParameters() - Method in interface org.gradle.workers.WorkAction
-
The parameters associated with a concrete work item.
- getParameterType() - Method in interface org.gradle.tooling.provider.model.ParameterizedToolingModelBuilder
-
Returns the expected type of the parameter.
- getParams() - Method in interface org.gradle.api.ActionConfiguration
-
Gets the initialization parameters that will be used when constructing an instance of the implementation class.
- getParent() - Method in class org.gradle.api.file.RelativePath
-
Returns the parent of this path.
- getParent() - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Returns the parent of this project, if any.
- getParent() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the parent build of this build, if any.
- getParent() - Method in interface org.gradle.api.problems.ProblemGroup
-
Returns the parent group or
null
for root groups. - getParent() - Method in interface org.gradle.api.Project
-
Returns the parent project of this project, if any.
- getParent() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
-
Returns the parent of this test, if any.
- getParent() - Method in interface org.gradle.tooling.events.OperationDescriptor
-
Returns the parent operation, if any.
- getParent() - Method in interface org.gradle.tooling.events.problems.ProblemGroup
-
Returns the parent group or
null
for root groups. - getParent() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the parent of this element, or
null
if there is no parent. - getParent() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
-
Returns the parent of this element, or
null
if there is no parent. - getParent() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
-
Returns the parent of this project, or
null
if this is the root project. - getParent() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the parent of this element, or
null
if there is no parent. - getParent() - Method in interface org.gradle.tooling.model.HierarchicalElement
-
Returns the parent of this element, or
null
if there is no parent. - getParent() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
Returns the project of this module.
- getParent() - Method in class org.gradle.util.Path
-
Returns the parent of this path, or null if this path has no parent.
- getParentArtifacts(ResolvedDependency) - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent.
- getParentName() - Method in interface org.gradle.language.base.LanguageSourceSet
- getParents() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the ResolvedDependency instances that have this instance as a transitive dependency.
- getPassword() - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
-
Returns the password to use when authenticating to this repository.
- getPassword() - Method in interface org.gradle.api.credentials.PasswordCredentials
-
Returns the password to use when authenticating.
- getPassword() - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
-
Returns the password to use when authenticating to the HTTP build cache.
- getPatch() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- getPath() - Method in interface org.gradle.api.artifacts.ProjectDependency
-
Get the path to the project that this dependency refers to relative to its owning build.
- getPath() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns the path of this set.
- getPath() - Method in class org.gradle.api.DefaultTask
- getPath() - Method in interface org.gradle.api.file.FileCopyDetails
-
Returns the path of this file, relative to the root of the copy destination.
- getPath() - Method in interface org.gradle.api.file.FileTreeElement
-
Returns the path of this file, relative to the root of the containing file tree.
- getPath() - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Returns the path of this project.
- getPath() - Method in interface org.gradle.api.Project
-
Returns the path of this project.
- getPath() - Method in interface org.gradle.api.project.IsolatedProject
-
Returns the path of this project.
- getPath() - Method in interface org.gradle.api.Task
-
Returns the path of the task, which is a fully qualified name for the task.
- getPath() - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
-
The paths setting required for executing the tool chain.
- getPath() - Method in interface org.gradle.nativeplatform.toolchain.Swiftc
-
The paths setting required for executing the tool chain.
- getPath() - Method in interface org.gradle.plugins.ear.descriptor.EarModule
-
The connector element specifies the URI of an archive file, relative to the top level of the application package.
- getPath() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- getPath() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
-
Returns the logical path for the file.
- getPath() - Method in class org.gradle.plugins.ide.eclipse.model.Output
- getPath() - Method in class org.gradle.plugins.ide.idea.model.JarDirectory
-
The path of the jar directory
- getPath() - Method in interface org.gradle.testkit.runner.BuildTask
-
The unique path of the task.
- getPath() - Method in interface org.gradle.tooling.events.problems.FileLocation
-
The path to the file.
- getPath() - Method in interface org.gradle.tooling.model.eclipse.EclipseClasspathContainer
-
Returns the path of this container.
- getPath() - Method in interface org.gradle.tooling.model.eclipse.EclipseOutputLocation
-
Returns the project-relative path to the output location.
- getPath() - Method in interface org.gradle.tooling.model.eclipse.EclipseProjectDependency
-
Returns the path to use for this project dependency.
- getPath() - Method in interface org.gradle.tooling.model.eclipse.EclipseSourceDirectory
-
Returns the relative path for this source directory.
- getPath() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
-
Returns the path of this project.
- getPath() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the path of this project.
- getPath() - Method in interface org.gradle.tooling.model.Task
-
Returns the path of this task.
- getPath() - Method in class org.gradle.util.Path
- getPathFactory() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- getPathFactory() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- getPaths() - Method in class org.gradle.plugin.devel.tasks.PluginUnderTestMetadata
- getPathString() - Method in class org.gradle.api.file.RelativePath
- getPathVariables() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- getPathVariables() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The variables to be used for replacing absolute path in dependent-module elements.
- getPathVariables() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The variables to be used for replacing absolute paths in the iml entries.
- getPattern() - Method in class org.gradle.plugins.ide.eclipse.model.AccessRule
- getPattern() - Method in interface org.gradle.tooling.model.eclipse.AccessRule
-
Returns the file pattern of this access rule.
- getPatterns() - Method in interface org.gradle.api.file.DirectoryTree
-
Returns the patterns which select the files under the base directory.
- getPatternSet() - Method in class org.gradle.api.tasks.SourceTask
- getPatternSetFactory() - Method in class org.gradle.api.tasks.SourceTask
- getPatternSetFactory() - Method in class org.gradle.api.tasks.testing.Test
- getPermissions() - Method in interface org.gradle.api.file.FileTreeElement
-
Provides a read-only view of access permissions of this file.
- getPlatform() - Method in interface org.gradle.api.plugins.jvm.PlatformDependencyModifiers
-
A dependency modifier that can modify a dependency to select a platform variant.
- getPlatform() - Method in interface org.gradle.nativeplatform.toolchain.NativePlatformToolChain
-
Returns the platform which this tool chain builds for.
- getPlatformLineSeparator() - Static method in class org.gradle.util.TextUtil
-
Deprecated.Returns the line separator for this platform.
- getPlugin() - Method in interface org.gradle.tooling.events.configuration.ProjectConfigurationOperationResult.PluginApplicationResult
-
Returns the identifier of this plugin.
- getPlugin(Class<T>) - Method in interface org.gradle.api.plugins.Convention
-
Deprecated.Use extensions instead. This is scheduled for removal in Gradle 9.
- getPlugin(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns a plugin with the specified type if this plugin has been used in the project.
- getPlugin(String) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns a plugin with the specified id if this plugin has been used in the project.
- getPluginAliases() - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the list of plugin aliases defined in this version catalog.
- getPluginApplicationResults() - Method in interface org.gradle.tooling.events.configuration.ProjectConfigurationOperationResult
-
Returns the results of plugins applied as part of the configuration of this project.
- getPluginClasspath() - Method in class org.gradle.plugin.devel.tasks.PluginUnderTestMetadata
-
The code under test.
- getPluginClasspath() - Method in class org.gradle.testkit.runner.GradleRunner
-
The injected plugin classpath for the build.
- getPluginId() - Method in interface org.gradle.plugin.use.PluginDependency
- getPluginId() - Method in interface org.gradle.tooling.events.BinaryPluginIdentifier
-
Returns the plugin id of this plugin, if available.
- getPluginId() - Method in interface org.gradle.tooling.events.problems.PluginIdLocation
-
The ID of the plugin to which the location belongs.
- getPluginManagement() - Method in interface org.gradle.api.initialization.Settings
-
Returns the plugin management configuration.
- getPluginManager() - Method in interface org.gradle.api.plugins.PluginAware
-
The plugin manager for this plugin aware object.
- getPlugins() - Method in interface org.gradle.api.plugins.Convention
-
Deprecated.Use extensions instead. This is scheduled for removal in Gradle 9.
- getPlugins() - Method in interface org.gradle.api.plugins.PluginAware
-
The container of plugins that have been applied to this object.
- getPlugins() - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Returns the declared plugins.
- getPlugins() - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
The Plugin dependencies, permitting default plugin versions to be configured.
- getPluginSourceSet() - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Returns the source set that compiles the code under test.
- getPlusConfigurations() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
The configurations whose files are to be added as classpath entries.
- getPlusConfigurations() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Synonym for
EclipseWtpComponent.getLibConfigurations()
. - getPmdClasspath() - Method in class org.gradle.api.plugins.quality.Pmd
-
The class path containing the PMD library to be used.
- getPom() - Method in interface org.gradle.api.publish.maven.MavenPublication
-
The POM that will be published.
- getPom() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
The Maven POM.
- getPort() - Method in interface org.gradle.process.JavaDebugOptions
-
The debug port to listen on or connect to.
- getPort() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Port to bind to for
JacocoTaskExtension.Output.TCP_SERVER
orJacocoTaskExtension.Output.TCP_CLIENT
. - getPosition() - Method in interface org.gradle.tooling.model.kotlin.dsl.EditorReport
- getPost() - Method in interface org.gradle.api.publish.maven.MavenPomMailingList
-
The email address or link that can be used to post to this mailing list.
- getPreCompiledHeader() - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
-
Returns the pre-compiled header configured for this source set.
- getPreCompiledHeader() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask
-
Returns the pre-compiled header to be used during compilation
- getPreferredVersion() - Method in interface org.gradle.api.artifacts.VersionConstraint
-
The preferred version of a module (which may be an exact version or a version range).
- getPrefixHeaderFile() - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
- getPreserve() - Method in interface org.gradle.api.file.SyncSpec
-
Returns the filter that defines which files to preserve in the destination directory.
- getPreserve() - Method in class org.gradle.api.tasks.Sync
-
Returns the filter that defines which files to preserve in the destination directory.
- getPreserveOrder() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- getPreviousCompilationData() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
The previous compilation analysis.
- getPreviousCompilationData() - Method in class org.gradle.api.tasks.compile.JavaCompile
-
The previous compilation analysis.
- getPrivateHeaderDirs() - Method in interface org.gradle.language.cpp.CppComponent
-
Returns the private header include directories of this component, as defined in
CppComponent.getPrivateHeaders()
. - getPrivateHeaders() - Method in interface org.gradle.language.cpp.CppComponent
-
Defines the private header file directories of this library.
- getProblem() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
-
the exception that is the cause of unresolved state
- getProblemAggregation() - Method in interface org.gradle.tooling.events.problems.ProblemAggregationEvent
-
Returns a problem aggregation.
- getProblemContext() - Method in interface org.gradle.tooling.events.problems.ProblemAggregation
-
The list of aggregated problems.
- getProcessBuilderFactory() - Method in class org.gradle.api.tasks.testing.Test
- getProcessResourcesTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the resource process task for this source set.
- getProcessScripts() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Whether to process scripts.
- getProducerValue() - Method in interface org.gradle.api.attributes.CompatibilityCheckDetails
-
The value of the attribute as found on the producer side.
- getProducts() - Method in interface org.gradle.swiftpm.Package
-
Returns the products of this package.
- getProgress() - Method in interface org.gradle.tooling.events.StatusEvent
-
The amount of work already performed by the build operation.
- getProgressLoggerFactory() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getProject() - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
The current project.
- getProject() - Method in class org.gradle.api.DefaultTask
- getProject() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.
- getProject() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.
- getProject() - Method in class org.gradle.api.plugins.WarPluginConvention
-
Deprecated.
- getProject() - Method in interface org.gradle.api.Project
-
Returns this project.
- getProject() - Method in interface org.gradle.api.Task
-
Returns the
Project
which this task belongs to. - getProject() - Method in interface org.gradle.ide.xcode.XcodeExtension
-
Returns the generated Xcode project for this Gradle project.
- getProject() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- getProject() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse project information
- getProject() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- getProject() - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA project information.
- getProject() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
An owner of this IDEA module.
- getProject() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
An owner of this IDEA project.
- getProject() - Method in class org.gradle.plugins.signing.SigningExtension
- getProject() - Method in interface org.gradle.tooling.events.configuration.ProjectConfigurationOperationDescriptor
-
Returns the project that is configured by the described operation.
- getProject() - Method in interface org.gradle.tooling.model.GradleTask
-
Returns the Gradle project this task is defined in.
- getProject() - Method in interface org.gradle.tooling.model.idea.IdeaModule
-
Returns the project of this module.
- getProjectCacheDir() - Method in class org.gradle.StartParameter
-
Returns the project's cache dir.
- getProjectDependencies() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
-
Returns the project dependencies for this project.
- getProjectDependencyPublicationResolver() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the
ProjectDependencyPublicationResolver
to use for generation. - getProjectDir() - Method in interface org.gradle.api.initialization.IncludedBuild
-
The root directory of the included build.
- getProjectDir() - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Returns the project directory of this project.
- getProjectDir() - Method in interface org.gradle.api.Project
-
The directory containing the project build file.
- getProjectDir() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- getProjectDir() - Method in class org.gradle.StartParameter
-
Returns the project dir to use to select the default project.
- getProjectDir() - Method in class org.gradle.testkit.runner.GradleRunner
-
The directory that the build will be executed in.
- getProjectDirectory() - Method in interface org.gradle.api.file.ProjectLayout
-
Returns the project directory.
- getProjectDirectory() - Method in interface org.gradle.api.project.IsolatedProject
-
The directory containing the project build file.
- getProjectDirectory() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
-
Returns the project directory for this project.
- getProjectDirectory() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
-
Returns the project directory for this project.
- getProjectDirectory() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the project directory for this project.
- getProjectFile() - Method in interface org.gradle.ide.visualstudio.VisualStudioProject
-
Configuration for the generated project file.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
-
Returns the identifier for this Gradle project.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.gradle.BuildInvocations
-
Returns the identifier for the Gradle project that these invocations originate from.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.gradle.GradlePublication
-
Returns the identifier for the Gradle project that this publication originates from.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.gradle.ProjectPublications
-
Returns the identifier for the Gradle project that these publications originate from.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the identifier for this Gradle project.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.HasGradleProject
-
Returns the identifier for the project that this model is associated with.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.Launchable
-
Returns the identifier for the Gradle project that this model originated from.
- getProjectIdentifier() - Method in interface org.gradle.tooling.model.ProjectModel
-
Returns the identifier for the project that this model is associated with.
- getProjectJdkName() - Method in class org.gradle.plugins.ide.idea.model.Jdk
- getProjectLayout() - Method in class org.gradle.api.plugins.antlr.AntlrTask
- getProjectLayout() - Method in class org.gradle.api.tasks.compile.GroovyCompile
- getProjectLayout() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getProjectLayout() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getProjectLayout() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- getProjectLayoutRegistry() - Method in class org.gradle.buildinit.tasks.InitBuild
- getProjectLibraries() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
The project-level libraries to be added to the IDEA project.
- getProjectLibraries() - Method in class org.gradle.plugins.ide.idea.model.Project
-
The project-level libraries of the IDEA project.
- getProjectModel() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseProject
-
The Eclipse project model that contains the details required to generate the project file.
- getProjectName() - Method in interface org.gradle.api.artifacts.component.ProjectComponentIdentifier
-
Returns the simple name of the project that produces this component.
- getProjectName() - Method in class org.gradle.buildinit.tasks.InitBuild
-
The name of the generated project, defaults to the name of the directory the project is generated in.
- getProjectNatures() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
Returns the Eclipse natures configured on the project.
- getProjectPath() - Method in interface org.gradle.api.artifacts.component.LibraryBinaryIdentifier
-
The project path of the library.
- getProjectPath() - Method in interface org.gradle.api.artifacts.component.LibraryComponentSelector
-
Return the project path of the selected library.
- getProjectPath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentIdentifier
-
Returns the path of the project that produces this component.
- getProjectPath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentSelector
-
The path of the project to select the component from.
- getProjectPath() - Method in interface org.gradle.nativeplatform.NativeLibraryRequirement
-
The path to the project containing the library.
- getProjectPath() - Method in interface org.gradle.platform.base.ComponentSpec
-
The path to the project containing this component.
- getProjectPath() - Method in interface org.gradle.platform.base.LibraryBinaryDependencySpec
-
Returns the project path of the project this dependency refers to.
- getProjectPath() - Method in interface org.gradle.platform.base.ProjectDependencySpec
-
Returns the project path of the project this dependency refers to.
- getProjectPath() - Method in interface org.gradle.TaskExecutionRequest
-
Project path associated with this task request if any.
- getProjectPath() - Method in interface org.gradle.tooling.model.ProjectIdentifier
-
The path of the project, relative to its build.
- getProjectProperties() - Method in class org.gradle.StartParameter
- getProjectReportDir() - Method in class org.gradle.api.plugins.ProjectReportsPluginConvention
-
Deprecated.Returns the directory to generate the project reports into.
- getProjectReportDirectory() - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
-
Returns the project report directory.
- getProjectReportDirName() - Method in class org.gradle.api.plugins.ProjectReportsPluginConvention
-
Deprecated.The name of the directory to generate the project reports into, relative to the project's reports dir.
- getProjects() - Method in class org.gradle.api.plugins.ProjectReportsPluginConvention
-
Deprecated.
- getProjects() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.Returns the set of project to generate this report for.
- getProjects() - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
-
Returns the set of project to generate this report for.
- getProjects() - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask.SolutionSpec
-
Projects to include in the solution.
- getProjects() - Method in interface org.gradle.ide.visualstudio.VisualStudioExtension
-
The
VisualStudioProject
s generated. - getProjects() - Method in interface org.gradle.tooling.model.eclipse.EclipseWorkspace
-
The list of projects in the eclipse workspace.
- getProjects() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
-
Returns the set of all projects for this build.
- getProjectScopedName() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getProjectStateRegistry() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
-
Injects a
ProjectStateRegistry
service. - getProjectTaskLister() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
- getProperties() - Method in class org.gradle.api.AntBuilder
-
Returns the properties of the Ant project.
- getProperties() - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
-
Returns all of the registered properties and their current values as a map.
- getProperties() - Method in interface org.gradle.api.Project
-
Returns the properties of this project.
- getProperties() - Method in interface org.gradle.api.publish.maven.MavenPom
-
Returns the properties for the publication represented by this POM.
- getProperties() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The properties of this contributor.
- getProperties() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The properties of this developer.
- getProperties() - Method in interface org.gradle.api.tasks.TaskInputs
-
Returns a map of input properties for this task.
- getProperties() - Method in class org.gradle.api.tasks.WriteProperties
-
Returns an immutable view of properties to be written to the properties file.
- getProperties() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Additional property elements.
- getPropertiesFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the file to write the wrapper properties to.
- getPropertiesFile() - Method in class org.gradle.buildconfiguration.tasks.UpdateDaemonJvm
-
The file to write the requested daemon JVM criteria to.
- getProperty() - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
-
Defines a specific property to report.
- getPropertyListTransformer() - Method in class org.gradle.plugins.ide.api.PropertyListGeneratorTask
- getProviderFactory() - Method in class org.gradle.api.tasks.compile.JavaCompile
- getProviderFactory() - Method in class org.gradle.api.tasks.javadoc.Javadoc
- getProviderFactory() - Method in class org.gradle.api.tasks.JavaExec
- getProviderFactory() - Method in class org.gradle.api.tasks.testing.Test
- getProviderFactory() - Method in class org.gradle.buildinit.tasks.InitBuild
- getProviders() - Method in interface org.gradle.api.initialization.Settings
-
Provides access to methods to create various kinds of
Provider
instances. - getProviders() - Method in interface org.gradle.api.Project
-
Provides access to methods to create various kinds of
Provider
instances. - getPublication() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
-
The publication to be published.
- getPublication() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
-
The publication to be published.
- getPublication() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the publication to generate the metadata file for.
- getPublication() - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Returns the file that can replace this ProjectDependency
- getPublicationInternal() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
- getPublicationJavadocPath() - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Returns the javadoc artifact of the project publication
- getPublications() - Method in interface org.gradle.api.publish.PublishingExtension
-
The publications of the project.
- getPublications() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the publications of the current project, used in generation to connect the modules of a component together.
- getPublications() - Method in interface org.gradle.tooling.model.gradle.ProjectPublications
-
Returns the publications for this project.
- getPublicationSourcePath() - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Returns the source artifact of the project publication
- getPublicHeaderDirs() - Method in interface org.gradle.language.cpp.CppLibrary
-
Returns the public header file directories of this component, as defined in
CppLibrary.getPublicHeaders()
. - getPublicHeaderFiles() - Method in interface org.gradle.language.cpp.CppLibrary
-
Returns public header files of this component.
- getPublicHeaders() - Method in interface org.gradle.language.cpp.CppLibrary
-
Defines the public header file directories of this library.
- getPublicType() - Method in interface org.gradle.api.NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
-
The public type of the domain object.
- getPublicType() - Method in interface org.gradle.api.plugins.ExtensionsSchema.ExtensionSchema
-
The public type of the extension.
- getPublicType() - Method in interface org.gradle.api.reflect.HasPublicType
-
Public type.
- getPublicType() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getPublishedCode() - Method in class org.gradle.api.tasks.scala.IncrementalCompileOptions
-
Returns the directory or archive path by which the code produced by this task is published to other
ScalaCompile
tasks. - getQualifiedPropertyName(String, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- getQualifier() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- getQuiet() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Returns logging options for quiet level.
- getRawFailure() - Method in class org.gradle.api.tasks.testing.TestFailure
-
Returns the raw failure.
- getRcCompiler() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the Resource compiler used when compiling resources for this binary.
- getRcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
-
Returns the settings to use for the Windows resources compiler.
- getRead() - Method in interface org.gradle.api.file.UserClassFilePermissions
-
Describes if a certain class of users has read access to a file or directory.
- getReason() - Method in interface org.gradle.api.artifacts.Dependency
-
Returns a reason why this dependency should be used, in particular with regards to its version.
- getReason() - Method in interface org.gradle.api.artifacts.DependencyConstraint
-
Returns a reason why this dependency constraint should be used, in particular with regards to its version.
- getReason() - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Returns the reason why this dependency should be selected.
- getRecursive() - Method in class org.gradle.api.tasks.diagnostics.ResolvableConfigurationsReportTask
-
Show all extended configurations, including transitively extended configurations.
- getReferencedProjects() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- getReferencedProjects() - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
The referenced projects of this Eclipse project.
- getReferences() - Method in class org.gradle.api.AntBuilder
-
Returns the references of the Ant project.
- getRegistrations() - Method in interface org.gradle.api.services.BuildServiceRegistry
-
Returns the set of service registrations.
- getRejectedVersions() - Method in interface org.gradle.api.artifacts.VersionConstraint
-
Returns the list of versions that this module rejects (which may be exact versions, or ranges, anything that fits into a version string).
- getRelativeClasspath() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- getRelativePath() - Method in interface org.gradle.api.file.FileCopyDetails
-
Returns the path of this file, relative to the root of the copy destination.
- getRelativePath() - Method in interface org.gradle.api.file.FileTreeElement
-
Returns the path of this file, relative to the root of the containing file tree.
- getRelativeSourcePath() - Method in interface org.gradle.api.file.FileCopyDetails
-
Returns the path of this file, relative to the root of the containing file tree.
- getRelease() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Configures the Java language version for this compile task (
--release
compiler flag). - getReleasedWrappers() - Method in interface org.gradle.api.cache.CacheConfigurations
-
Returns the cache configuration for wrapper distributions that are released Gradle versions.
- getRelocatedObjects() - Method in class org.gradle.language.nativeplatform.tasks.UnexportMainSymbol
-
Collection of modified object files.
- getRelPath() - Method in class org.gradle.plugins.ide.idea.model.Path
-
The relative path of the path.
- getRemote() - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
-
Returns the remote cache configuration.
- getRemoveUnusedEntriesAfterDays() - Method in class org.gradle.caching.local.DirectoryBuildCache
-
Deprecated.
- getRenderer() - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
- getRenderer() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.
- getRenderer() - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
- getRenderer() - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
- getRenderer() - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
- getRenderer() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
- getReplacedBy() - Method in interface org.gradle.api.artifacts.ComponentModuleMetadata
-
The identifier of module that replaces this module.
- getRepoName() - Method in interface org.gradle.vcs.VersionControlSpec
-
Returns the name of the repository.
- getReporter() - Method in interface org.gradle.api.problems.Problems
-
Return a problem reporter associated with a plugin.
- getReportFormat() - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The format type of the CodeNarc report.
- getReportProjectName() - Method in class org.gradle.testing.jacoco.tasks.JacocoReport
-
The reported project name.
- getReports() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The reports to be generated by this task.
- getReports() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The reports to be generated by this task.
- getReports() - Method in class org.gradle.api.plugins.quality.Pmd
-
The reports to be generated by this task.
- getReports() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- getReports() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
-
The reports to be generated by this task.
- getReports() - Method in interface org.gradle.api.reporting.Reporting
-
A
ReportContainer
instance. - getReports() - Method in class org.gradle.api.reporting.ReportingExtension
-
Container for aggregation reports, which may be configured automatically in reaction to the presence of the jvm-test-suite plugin.
- getReports() - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
-
The reports to be generated by this task.
- getReports() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
The reports that this task potentially produces.
- getReports() - Method in class org.gradle.testing.jacoco.tasks.JacocoReport
-
Returns the reports to be generated by this task.
- getReportsDir() - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
The directory where reports will be generated.
- getReportsDirectory() - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
-
The directory where reports will be generated.
- getReportTask() - Method in interface org.gradle.api.tasks.testing.AggregateTestReport
-
Contains the
TestReport
task instance which produces this report. - getReportTask() - Method in interface org.gradle.testing.jacoco.plugins.JacocoCoverageReport
-
Contains the
JacocoReport
task instance which produces this report - getRepositories() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns a handler to create repositories which are used for retrieving dependencies for the script classpath.
- getRepositories() - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Returns the shared repository handler
- getRepositories() - Method in interface org.gradle.api.Project
-
Returns a handler to create repositories which are used for retrieving dependencies and uploading artifacts produced by the project.
- getRepositories() - Method in interface org.gradle.api.publish.PublishingExtension
-
The container of possible repositories to publish to.
- getRepositories() - 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.
- getRepositories() - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
The plugin repositories to use.
- getRepositoriesMode() - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
- getRepository() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
-
The repository to publish to.
- getRepository() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
-
The repository to publish to.
- getRequested() - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
-
The module, before it is resolved.
- getRequested() - Method in interface org.gradle.api.artifacts.DependencySubstitution
-
The requested dependency, before it is resolved.
- getRequested() - Method in interface org.gradle.api.artifacts.result.DependencyResult
-
Returns the requested component.
- getRequested() - Method in interface org.gradle.api.configuration.BuildFeature
-
Whether the feature was requested for the build.
- getRequested() - Method in interface org.gradle.plugin.management.PluginResolveDetails
-
Get the plugin that was requested.
- getRequested() - Method in interface org.gradle.vcs.VcsMapping
-
The requested dependency, before it is resolved.
- getRequestedAttributes() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
The attributes that were requested.
- getRequestedCapabilities() - Method in interface org.gradle.api.artifacts.component.ComponentSelector
-
The explicitly requested capabilities for this component.
- getRequestedCapabilities() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Returns the explicitly requested capabilities for this dependency.
- getRequestedSelectors() - Method in interface org.gradle.api.artifacts.ArtifactSelectionDetails
-
Returns the list of requested artifacts for the dependency
- getRequired() - Method in interface org.gradle.api.reporting.Report
-
A flag that determines whether this report should be generated or not.
- getRequiredVersion() - Method in interface org.gradle.api.artifacts.VersionConstraint
-
The required version of a module (which may be an exact version or a version range).
- getResolutionResult() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
-
Returns the resolved dependency graph, performing the resolution lazily.
- getResolutionStrategy() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the resolution strategy used by this configuration.
- getResolutionStrategy() - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
The plugin resolution strategy.
- getResolve() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Returns the meta-data provider used when resolving artifacts from this repository.
- getResolvedArtifacts() - Method in interface org.gradle.api.artifacts.ArtifactCollection
-
Returns the resolved artifacts as a
Provider
ofResolvedArtifactResult
instances. - getResolvedArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
Returns the set of artifact meta-data for this configuration.
- getResolvedComponents() - Method in interface org.gradle.api.artifacts.result.ArtifactResolutionResult
-
Return a set of
ComponentResult
instances representing all successfully resolved components. - getResolvedConfiguration() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns a
ResolvedConfiguration
, a legacy view of the results of dependency resolution. - getResolvedVariant() - Method in interface org.gradle.api.artifacts.result.ResolvedDependencyResult
-
Returns the resolved variant for this dependency.
- getResolverClass() - Method in interface org.gradle.jvm.toolchain.JavaToolchainRepository
-
Class implementing the
JavaToolchainResolver
being configured. - getResourceDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
-
The set of resource directories.
- getResourceDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The directories containing resources.
- getResourceFilePaths() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
The resource files for this project.
- getResourceFilters() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
The resource filters of the eclipse project.
- getResourceFilters() - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
The resource filters of this Eclipse project.
- getResourceFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The directories containing resources.
- getResources() - Method in interface org.gradle.api.Project
-
Provides access to resource-specific utility methods, for example factory methods that create various resources.
- getResources() - Method in interface org.gradle.api.Script
-
Provides access to resource-specific utility methods, for example factory methods that create various resources.
- getResources() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the non-Java resources which are to be copied into the resources output directory.
- getResources() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Additional wb-resource elements.
- getResourcesDir() - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Returns the output directory for resources
- getResult() - Method in interface org.gradle.api.artifacts.ComponentMetadataSupplierDetails
-
Returns the metadata builder, that users can use to feed metadata for the component.
- getResult() - Method in interface org.gradle.process.ExecOutput
-
Returns a provider of the execution result.
- getResult() - Method in interface org.gradle.tooling.events.configuration.ProjectConfigurationFinishEvent
- getResult() - Method in interface org.gradle.tooling.events.download.FileDownloadFinishEvent
- getResult() - Method in interface org.gradle.tooling.events.FinishEvent
-
Returns the result of the finished operation.
- getResult() - Method in interface org.gradle.tooling.events.task.TaskFinishEvent
-
Returns the result of the finished task operation.
- getResult() - Method in interface org.gradle.tooling.events.test.TestFinishEvent
-
Returns the result of the finished test operation.
- getResult() - Method in interface org.gradle.tooling.events.transform.TransformFinishEvent
- getResult() - Method in interface org.gradle.tooling.events.work.WorkItemFinishEvent
- getResultType() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the type of result.
- getRevision() - Method in interface org.gradle.api.publish.ivy.IvyDependency
-
Deprecated.The revision value for this dependency.
- getRevision() - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Returns the revision for this publication.
- getRevision() - Method in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- getRoleName() - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
-
The name of the security role.
- getRoles() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The roles of this contributor.
- getRoles() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The roles of this developer.
- getRoot() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Gives access to the root of resolved dependency graph.
- getRootComponent() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
Returns the root of resolved dependency graph as a
Provider
ofResolvedComponentResult
. - getRootComponentProperty() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
The root component of the dependency graph to be inspected.
- getRootConfigurations() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
The configurations whose files are to be marked to be deployed with a deploy path of '/'.
- getRootDir() - Method in interface org.gradle.api.initialization.Settings
-
Returns the root directory of the build.
- getRootDir() - Method in interface org.gradle.api.Project
-
Returns the root directory of this project.
- getRootDir() - Method in interface org.gradle.TaskExecutionRequest
-
The root folder of the build that this task was defined in.
- getRootDir() - Method in interface org.gradle.tooling.model.BuildIdentifier
-
The root directory of this build
- getRootDir() - Method in interface org.gradle.vcs.VersionControlRepository
-
Returns the relative path to the root of the build within the repository.
- getRootDir() - Method in interface org.gradle.vcs.VersionControlSpec
-
Returns the relative path to the root of the build within the repository.
- getRootDirectory() - Method in interface org.gradle.api.file.BuildLayout
-
Returns the root directory of the build.
- getRootDirectory() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
-
The content root directory.
- getRootProject() - Method in interface org.gradle.api.initialization.Settings
-
Returns the root project of the build.
- getRootProject() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the root project of this build.
- getRootProject() - Method in interface org.gradle.api.Project
-
Returns the root project for the hierarchy that this project belongs to.
- getRootProject() - Method in interface org.gradle.api.project.IsolatedProject
-
Returns the root project for the hierarchy that this project belongs to.
- getRootProject() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
-
Returns the root project for this build.
- getRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
- getRootSpec() - Method in class org.gradle.api.tasks.Copy
- getRootSpec() - Method in class org.gradle.api.tasks.Sync
- getRootVariant() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
The root variant of the dependency graph.
- getRules() - Method in interface org.gradle.api.artifacts.ExcludeRuleContainer
-
Returns all the exclude rules added to this container.
- getRules() - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Returns the rules used by this collection.
- getRules() - Method in interface org.gradle.api.reporting.ReportContainer
- getRules() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRulesContainer
-
Gets all violation rules.
- getRuleSetConfig() - Method in class org.gradle.api.plugins.quality.Pmd
-
The custom rule set to be used (if any).
- getRuleSetConfig() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The custom rule set to be used (if any).
- getRuleSetFiles() - Method in class org.gradle.api.plugins.quality.Pmd
-
The custom rule set files to be used.
- getRuleSetFiles() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The custom rule set files to be used.
- getRuleSets() - Method in class org.gradle.api.plugins.quality.Pmd
-
The built-in rule sets to be used.
- getRuleSets() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The built-in rule sets to be used.
- getRulesMinimumPriority() - Method in class org.gradle.api.plugins.quality.Pmd
-
Specifies the rule priority threshold.
- getRulesMinimumPriority() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The rule priority threshold; violations for rules with a lower priority will not be reported.
- getRulesMode() - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
- getRun() - Method in interface org.gradle.testing.base.TestSuiteTaskCollection
-
The run task.
- getRunScript() - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
-
Workaround for when the task is given an input file that doesn't exist
- getRunScriptFile() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
Returns the script file that can be used to run the install image.
- getRunScriptFile() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestBinary
-
Returns the script for running this binary.
- getRunScriptFile() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
-
Returns the script file that can be used to run the install image.
- getRunScriptFile() - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
-
Returns test suite bundle or executable location
- getRunTask() - Method in interface org.gradle.nativeplatform.test.cpp.CppTestExecutable
-
Returns the task that runs the tests for this component.
- getRunTask() - Method in interface org.gradle.nativeplatform.test.TestComponent
-
Returns the task that runs the tests for this component.
- getRunTask() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestBinary
-
Returns the task that runs the tests for this component.
- getRuntimeClasspath() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the classpath used to execute this source.
- getRuntimeClasspath() - Method in interface org.gradle.normalization.InputNormalizationHandler
-
Returns the normalization strategy for the runtime classpath.
- getRuntimeClasspathConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the runtime classpath configuration of this component: the runtime classpath contains elements of the implementation, as well as runtime only elements.
- getRuntimeElements() - Method in interface org.gradle.language.nativeplatform.ComponentWithRuntimeUsage
-
Returns the outgoing runtime elements of this component.
- getRuntimeElementsConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the configuration containing elements that are strictly required at runtime.
- getRuntimeFile() - Method in interface org.gradle.language.nativeplatform.ComponentWithRuntimeFile
-
Returns the runtime file of this component.
- getRuntimeFiles() - Method in interface org.gradle.nativeplatform.NativeDependencySet
-
Returns the files to use at runtime.
- getRuntimeFiles() - Method in interface org.gradle.nativeplatform.NativeLibraryBinary
- getRuntimeLibraries() - Method in interface org.gradle.language.cpp.CppBinary
-
Returns the runtime libraries required by this binary.
- getRuntimeLibraries() - Method in interface org.gradle.language.nativeplatform.ComponentWithInstallation
-
Returns the runtime libraries required for the installation.
- getRuntimeLibraries() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the runtime libraries required by this binary.
- getRuntimeOnly() - Method in interface org.gradle.api.plugins.jvm.JvmComponentDependencies
-
Returns a
DependencyCollector
that collects the set of runtime-only dependencies. - getRuntimeOnlyConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the configuration that contains dependencies that are only required at runtime of the component.
- getSarif() - Method in interface org.gradle.api.plugins.quality.CheckstyleReports
-
The checkstyle SARIF report
- getScala() - Method in interface org.gradle.api.tasks.ScalaSourceSet
-
Deprecated.Returns the source to be compiled by the Scala compiler for this source set.
- getScalaClasspath() - Method in class org.gradle.api.tasks.scala.ScalaCompile
-
Returns the classpath to use to load the Scala compiler.
- getScalaClasspath() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the classpath to use to load the ScalaDoc tool.
- getScalaCompileOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompile
- getScalaCompileOptions() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
-
Returns the Scala compilation options.
- getScalaCompilerPlugins() - Method in class org.gradle.api.tasks.scala.ScalaCompile
-
Returns the Scala compiler plugins to use.
- getScalaDocOptions() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the ScalaDoc generation options.
- getScalaVersion(File) - Method in class org.gradle.api.tasks.ScalaRuntime
-
Determines the version of a Scala Jar file (scala-compiler, scala-library, scala-jdbc, etc.).
- getScope() - Method in interface org.gradle.plugins.ide.idea.model.Dependency
-
The scope of this library.
- getScope() - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
-
The scope for this dependency.
- getScope() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
-
The scope of this library.
- getScope() - Method in interface org.gradle.tooling.model.idea.IdeaDependency
-
scope of the current dependency.
- getScope() - Method in interface org.gradle.tooling.model.idea.IdeaDependencyScope
- getScopes() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The keys of this map are the IDEA scopes.
- getScriptFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the file to write the wrapper script to.
- getScriptModels() - Method in interface org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptsModel
-
Script models by file.
- getScriptRelPath() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
-
The path of the script, relative to the application home directory.
- getSdkVersion() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
The SDK version for this project.
- getSecretKey() - Method in interface org.gradle.api.credentials.AwsCredentials
-
Returns the secret key to use to authenticate with AWS.
- getSection() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
-
Returns the section this merge details belongs to.
- getSections() - Method in interface org.gradle.api.java.archives.Manifest
-
Returns the sections of the manifest (excluding the main section).
- getSecurityRoles() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
List of security roles.
- getSegments() - Method in class org.gradle.api.file.RelativePath
- getSelected() - Method in interface org.gradle.api.artifacts.result.ResolvedDependencyResult
-
Returns the selected component.
- getSelectionReason() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
-
Returns the reason why this particular component was selected in the result.
- getSelector() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
-
The module selector of the dependency.
- getServer() - Method in interface org.gradle.process.JavaDebugOptions
-
Should the process listen for a debugger to attach (server) or immediately connect to an already running debugger (client)?
- getService() - Method in interface org.gradle.api.services.BuildServiceRegistration
-
Returns a
Provider
that will create the service instance when its value is queried. - getSessionId() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
An identifier for the session written to the execution data.
- getSessionToken() - Method in interface org.gradle.api.credentials.AwsCredentials
-
Returns the secret key to use to authenticate with AWS.
- getSettings() - Method in interface org.gradle.api.initialization.Settings
-
Returns this settings object.
- getSettingsDir() - Method in interface org.gradle.api.initialization.Settings
-
Returns the settings directory of the build.
- getSettingsDirectory() - Method in interface org.gradle.api.file.BuildLayout
-
Returns the settings directory.
- getSettingsFile() - Method in class org.gradle.StartParameter
-
Deprecated.Setting custom build file to select the default project has been deprecated. This method will be removed in Gradle 9.0.
- getSeverity() - Method in interface org.gradle.tooling.events.problems.ProblemDefinition
-
Problem severity.
- getSeverity() - Method in interface org.gradle.tooling.events.problems.Severity
-
The severity level represented by a string.
- getSeverity() - Method in interface org.gradle.tooling.model.kotlin.dsl.EditorReport
- getShared() - Method in interface org.gradle.nativeplatform.NativeLibrarySpec
-
Converts this library to a native library requirement that uses the shared library variant.
- getSharedLibraryFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinary
-
The shared library file.
- getSharedLibraryFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
-
The shared library file.
- getSharedLibraryLinkFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinary
-
The shared library link file.
- getSharedLibraryLinkFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
-
The shared library link file.
- getSharedServices() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the build services that are shared by all projects of this build.
- getShouldRunAfter() - Method in class org.gradle.api.DefaultTask
- getShouldRunAfter() - Method in interface org.gradle.api.Task
-
Returns tasks that this task should run after.
- getShowAll() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.Should this include both non-buildable and test suites in the report?
- getShowAll() - Method in class org.gradle.api.tasks.diagnostics.OutgoingVariantsReportTask
-
Shows all variants, including legacy and deprecated configurations.
- getShowAll() - Method in class org.gradle.api.tasks.diagnostics.ResolvableConfigurationsReportTask
-
Shows all configurations, including legacy and deprecated configurations.
- getShowCauses() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Tells whether causes of exceptions that occur during test execution will be logged.
- getShowExceptions() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Tells whether exceptions that occur during test execution will be logged.
- getShowingAllVariants() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Show all variants of each displayed dependency.
- getShowStacktrace() - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Returns the detail that should be included in stacktraces.
- getShowStacktrace() - Method in class org.gradle.StartParameter
-
Returns the detail that should be included in stacktraces.
- getShowStackTraces() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Tells whether stack traces of exceptions that occur during test execution will be logged.
- getShowStandardStreams() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Tells whether output on standard out and standard error will be logged.
- getShowTypes() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
-
Whether to show the task types next to their names in the output.
- getSignatories() - Method in class org.gradle.plugins.signing.SigningExtension
- getSignatory() - Method in class org.gradle.plugins.signing.Sign
-
Returns the signatory for this signing task.
- getSignatory() - Method in class org.gradle.plugins.signing.Signature
-
The signatory of this signature file.
- getSignatory() - Method in interface org.gradle.plugins.signing.SignatureSpec
-
The signatory that will be performing the signing.
- getSignatory() - Method in class org.gradle.plugins.signing.SigningExtension
-
The signatory that will be used for signing when an explicit signatory has not been specified.
- getSignatory() - Method in class org.gradle.plugins.signing.SignOperation
- getSignatory(String) - Method in interface org.gradle.plugins.signing.signatory.SignatoryProvider
-
Retrieves the signatory with the given name.
- getSignatureFiles() - Method in class org.gradle.plugins.signing.Sign
-
All of the signature files that will be generated by this operation.
- getSignatureFiles() - Method in class org.gradle.plugins.signing.SignOperation
-
All of the signature files that will be generated by this operation.
- getSignatures() - Method in class org.gradle.plugins.signing.Sign
-
The signatures generated by this task.
- getSignatures() - Method in class org.gradle.plugins.signing.SignOperation
-
The registered signatures.
- getSignaturesByKey() - Method in class org.gradle.plugins.signing.Sign
-
The signatures generated by this task mapped by a unique key used for up-to-date checking.
- getSignatureSpec() - Method in class org.gradle.plugins.signing.Signature
- getSignatureType() - Method in class org.gradle.plugins.signing.Sign
- getSignatureType() - Method in class org.gradle.plugins.signing.Signature
-
The file representation type of the signature.
- getSignatureType() - Method in interface org.gradle.plugins.signing.SignatureSpec
-
The signature representation that will be created.
- getSignatureType() - Method in class org.gradle.plugins.signing.SigningExtension
-
The signature type that will be used for signing files when an explicit signature type has not been specified.
- getSignatureType() - Method in class org.gradle.plugins.signing.SignOperation
- getSignatureTypes() - Method in class org.gradle.plugins.signing.SigningExtension
- getSimpleName() - Method in class org.gradle.api.reflect.TypeOf
-
Simple name.
- getSingleEntryLibraries() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- getSingleFile() - Method in interface org.gradle.api.file.FileCollection
-
Returns the content of this collection, asserting it contains exactly one file.
- getSingleSignature() - Method in class org.gradle.plugins.signing.Sign
-
Returns the single signature generated by this task.
- getSingleSignature() - Method in class org.gradle.plugins.signing.SignOperation
-
Returns the single registered signature.
- getSize() - Method in interface org.gradle.api.file.FileTreeElement
-
Returns the size of this file at the time of file traversal.
- getSize() - Method in interface org.gradle.caching.BuildCacheEntryWriter
-
Returns the size of the build cache entry to be written.
- getSkipMessage() - Method in interface org.gradle.api.tasks.TaskState
-
Returns a message describing why the task was skipped.
- getSkipMessage() - Method in interface org.gradle.tooling.events.task.TaskSkippedResult
-
Returns a message describing the reason for skipping the task.
- getSkipped() - Method in interface org.gradle.api.tasks.TaskState
-
Returns true if the execution of this task was skipped for some reason.
- getSkippedTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the number of skipped atomic tests executed for this test.
- getSnapshotWrappers() - Method in interface org.gradle.api.cache.CacheConfigurations
-
Returns the cache configuration for wrapper distributions that are released Gradle versions.
- getSoftwareTypeRegistry() - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
- getSolution() - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
- getSolution() - Method in interface org.gradle.ide.visualstudio.VisualStudioRootExtension
-
Returns the generated
VisualStudioSolution
for this build. - getSolution() - Method in interface org.gradle.tooling.events.problems.Solution
-
A description of a possible solution the user can try to fix the problem.
- getSolutionFile() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
-
Configuration for the generated solution file.
- getSolutions() - Method in interface org.gradle.tooling.events.problems.ProblemContext
-
Returns the list of solutions.
- getSolutions() - Method in interface org.gradle.tooling.events.problems.SingleProblemEvent
-
Returns the list of solutions.
- getSource() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.plugins.quality.CodeNarc
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.plugins.quality.Pmd
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Returns the source files for this task.
- getSource() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.tasks.compile.JavaCompile
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.api.tasks.SourceTask
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-source release
- getSource() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getSource() - Method in class org.gradle.language.assembler.tasks.Assemble
- getSource() - Method in interface org.gradle.language.base.LanguageSourceSet
-
The source files.
- getSource() - Method in interface org.gradle.language.cpp.CppComponent
-
Defines the source files or directories of this component.
- getSource() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Returns the source files to be compiled.
- getSource() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
Returns the source files to be compiled.
- getSource() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
-
Returns the source for this task, after the include and exclude patterns have been applied.
- getSource() - Method in interface org.gradle.language.swift.SwiftComponent
-
Defines the source files or directories of this component.
- getSource() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Returns the source files to be compiled.
- getSource() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
The source object files to be passed to the linker.
- getSource() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
-
The source object files to be passed to the archiver.
- getSource() - Method in interface org.gradle.tooling.model.ExternalDependency
-
Returns the source directory or archive for this dependency, or
null
if no source is available. - getSource() - Method in interface org.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
-
Returns the source directory/archive for this dependency.
- getSourceCompatibility() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Returns the source compatibility used for compiling Java sources.
- getSourceCompatibility() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Returns the source compatibility used for compiling Java sources.
- getSourceCompatibility() - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Returns the Java language level to use to compile the source files.
- getSourceCompatibility() - Method in interface org.gradle.language.swift.SwiftComponent
-
Returns the Swift language level to use to compile the source files.
- getSourceCompatibility() - Method in interface org.gradle.language.swift.SwiftPlatform
-
Returns the Swift language level to use to compile the source files.
- getSourceCompatibility() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Returns the Swift language level to use to compile the source files.
- getSourceCompatibility() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
-
The source Java language level.
- getSourceControl() - Method in interface org.gradle.api.initialization.Settings
-
Returns the source control configuration.
- getSourceDir() - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
- getSourceDirectories() - Method in interface org.gradle.api.file.SourceDirectorySet
-
Returns the source directories that make up this set, represented as a
FileCollection
. - getSourceDirectories() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Source sets that coverage should be reported for.
- getSourceDirectories() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
-
Returns the source directories for this project.
- getSourceDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
-
The set of source directories.
- getSourceDirs() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Source directories to be transformed into wb-resource elements.
- getSourceDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The directories containing the production sources.
- getSourceEncoding() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
The character encoding of the source files.
- getSourceFile() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns the file containing the source for the script, if any.
- getSourceFile() - Method in class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
-
Returns a single source jar or source folder
- getSourceFile() - Method in interface org.gradle.tooling.model.cpp.SourceFile
-
Returns the source file.
- getSourceFile() - Method in interface org.gradle.tooling.model.gradle.GradleScript
-
Returns the source file for this script, or
null
if this script has no associated source file. - getSourceFilePaths() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask.FiltersSpec
-
The source files to include in the filter.
- getSourceFilePaths() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
The source files for this project.
- getSourceFiles() - Method in interface org.gradle.api.tasks.TaskInputs
-
Returns the set of source files for this task.
- getSourceFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The directories containing the production sources.
- getSourceLanguageLevel() - Method in interface org.gradle.tooling.model.eclipse.EclipseJavaSourceSettings
-
Returns the Java source language level.
- getSourceName() - Method in interface org.gradle.api.file.FileCopyDetails
-
Returns the base name of this file at the copy source.
- getSourceNames() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- getSourceNames() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getSourcepath() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
The source path to use for the compilation.
- getSourcePath() - Method in interface org.gradle.api.file.FileCopyDetails
-
Returns the path of this file, relative to the root of the containing file tree.
- getSourcePath() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- getSourcePath() - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- getSourcePath() - Method in interface org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptModel
- getSources() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Returns the container of
JvmTestSuiteTarget
objects part of this suite. - getSources() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getSources() - Method in interface org.gradle.platform.base.BinarySpec
-
The sources owned by this binary.
- getSources() - Method in class org.gradle.platform.base.component.BaseComponentSpec
- getSources() - Method in interface org.gradle.platform.base.SourceComponentSpec
-
The source sets for this component.
- getSources() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
-
A set of Jar files or directories containing source code.
- getSources() - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
-
A set of directories containing sources.
- getSources() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the source files for this binary.
- getSourcesElementsConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the configuration that represents the variant that carries the original source code in packaged form.
- getSourceSets() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.The source sets container.
- getSourceSets() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
The source sets container.
- getSourceSets() - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
The source sets to be analyzed as part of the
check
andbuild
tasks. - getSourceSets() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
The source sets to be added.
- getSourcesJarTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the Source Jar task for this source set.
- getSourceURI() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns the URI for the script source, if any.
- getSpec() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
-
Returns the
GenerateProjectFileTask.ProjectSpec
for this task. - getSpec() - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
-
The
GenerateSolutionFileTask.SolutionSpec
for this task. - getSpecs() - Method in class org.gradle.api.specs.CompositeSpec
- getSplitProject() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Should the build be split into multiple subprojects? This property can be set via the command-line options '--split-project' and '--no-split-project'.
- getSrcDirs() - Method in interface org.gradle.api.file.SourceDirectorySet
-
Returns the source directories that make up this set.
- getSrcDirTrees() - Method in interface org.gradle.api.file.SourceDirectorySet
-
Returns the source directory trees that make up this set.
- getStableClasspath() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the classpath to use to execute the tests.
- getStableSources() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
The sources for incremental change detection.
- getStableSources() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
The sources for incremental change detection.
- getStableSources() - Method in class org.gradle.api.tasks.compile.JavaCompile
-
The sources for incremental change detection.
- getStacktrace() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns the stacktrace of the failure.
- getStacktrace() - Method in interface org.gradle.tooling.TestFailure
-
The stringified version of the stacktrace created from the underlying exception.
- getStackTraceFilters() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Returns the set of filters to be used for sanitizing test stack traces.
- getStandardError() - Method in interface org.gradle.process.ExecOutput
-
Gets a handle to the content of the process' standard error output.
- getStandardErrorCaptureLevel() - Method in interface org.gradle.api.logging.LoggingManager
-
Returns the log level that output written to System.err will be mapped to.
- getStandardInput() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the standard input stream for the process executing the command.
- getStandardInput() - Method in class org.gradle.api.tasks.Exec
-
Returns the standard input stream for the process executing the command.
- getStandardInput() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the standard input stream for the process executing the command.
- getStandardInput() - Method in interface org.gradle.process.BaseExecSpec
-
Returns the standard input stream for the process executing the command.
- getStandardOutput() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the output stream to consume standard output from the process executing the command.
- getStandardOutput() - Method in class org.gradle.api.tasks.Exec
-
Returns the output stream to consume standard output from the process executing the command.
- getStandardOutput() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the output stream to consume standard output from the process executing the command.
- getStandardOutput() - Method in interface org.gradle.process.BaseExecSpec
-
Returns the output stream to consume standard output from the process executing the command.
- getStandardOutput() - Method in interface org.gradle.process.ExecOutput
-
Gets a handle to the content of the process' standard output.
- getStandardOutputCaptureLevel() - Method in interface org.gradle.api.logging.LoggingManager
-
Returns the log level that output written to System.out will be mapped to.
- getStartParameter() - Method in interface org.gradle.api.initialization.Settings
-
Returns the set of parameters used to invoke this instance of Gradle.
- getStartParameter() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the
StartParameter
used to start this build. - getStartParameter() - Method in class org.gradle.api.tasks.GradleBuild
-
Returns the full set of parameters that will be used to execute the build.
- getStartTime() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the time when this test started execution.
- getStartTime() - Method in interface org.gradle.tooling.events.OperationResult
-
Returns the time when the operation started its execution.
- getState() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the state of the configuration.
- getState() - Method in class org.gradle.api.DefaultTask
- getState() - Method in interface org.gradle.api.Project
-
Returns the evaluation state of this project.
- getState() - Method in interface org.gradle.api.Task
-
Returns the execution state of this task.
- getStatic() - Method in interface org.gradle.nativeplatform.NativeLibrarySpec
-
Converts this library to a native library requirement that uses the static library variant.
- getStaticLibArchiver() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
The configuration of the static library archiver used when creating this binary.
- getStaticLibArchiver() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
-
Returns the settings to use for the archiver.
- getStaticLibArchiver() - Method in interface org.gradle.nativeplatform.toolchain.SwiftcPlatformToolChain
-
Returns the settings to use for the archiver.
- getStaticLibArchiver() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
-
Returns the settings to use for the archiver.
- getStaticLibArgs() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
-
Additional arguments passed to the archiver.
- getStaticLibraryFile() - Method in interface org.gradle.nativeplatform.StaticLibraryBinary
-
The static library file.
- getStaticLibraryFile() - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
-
The static library file.
- getStatus() - Method in interface org.gradle.api.artifacts.ComponentMetadata
-
Returns the status of the component.
- getStatus() - Method in interface org.gradle.api.Project
-
Returns the status of this project.
- getStatus() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Returns the status for this publication.
- getStatusScheme() - Method in interface org.gradle.api.artifacts.ComponentMetadata
-
Returns the status scheme of the component.
- getStrictVersion() - Method in interface org.gradle.api.artifacts.VersionConstraint
-
The strictly required version of a module (which may be an exact version or a version range).
- getStripper() - Method in interface org.gradle.nativeplatform.toolchain.SwiftcPlatformToolChain
-
Returns the tool for stripping symbols.
- getStubDir() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Returns the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
- getStylesheet() - Method in interface org.gradle.api.reporting.CustomizableHtmlReport
-
The stylesheet to use to generate the HTML report.
- getStylesheetFile() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-stylesheetfile path\filename
- getSubject() - Method in interface org.gradle.tooling.events.transform.TransformOperationDescriptor
-
Returns the subject of this transform operation.
- getSubprojects() - Method in interface org.gradle.api.Project
-
Returns the set containing the subprojects of this project.
- getSubscribe() - Method in interface org.gradle.api.publish.maven.MavenPomMailingList
-
The email address or link that can be used to subscribe to this mailing list.
- getSuccessfulTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the number of successful atomic tests executed for this test.
- getSuiteName() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Sets the default name of the test suite, if one is not specified in a suite XML file or in the source code.
- getSuiteName() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
-
Returns the name of the test suite, if any.
- getSuites() - Method in interface org.gradle.testing.base.TestingExtension
-
Available test suites in this project.
- getSuites(File) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- getSuiteThreadPoolSize() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
The number of XML suites will run parallel
- getSuiteXml() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Returns the XML generated using
TestNGOptions.suiteXmlBuilder()
, if any. - getSuiteXmlBuilder() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- getSuiteXmlFiles() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
The suiteXmlFiles to use for running TestNG.
- getSuiteXmlWriter() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- getSupportedExtensions() - Method in enum org.gradle.api.tasks.bundling.Compression
- getSuppressedValidationErrors() - Method in class org.gradle.api.publish.tasks.GenerateModuleMetadata
-
Returns the set of suppressed validation errors
- getSuspend() - Method in interface org.gradle.process.JavaDebugOptions
-
Should the process suspend until the connection to the debugger is established?
- getSwiftCompiler() - Method in interface org.gradle.nativeplatform.toolchain.SwiftcPlatformToolChain
-
Returns the compiler tool.
- getSwiftSource() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the Swift source files of this binary.
- getSwiftSource() - Method in interface org.gradle.language.swift.SwiftComponent
-
Returns the Swift source files of this component, as defined in
SwiftComponent.getSource()
. - getSwiftStdlibToolLocator() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
- getSymbolExtractor() - Method in interface org.gradle.nativeplatform.toolchain.SwiftcPlatformToolChain
-
Returns the tool for extracting symbols.
- getSymbolFile() - Method in class org.gradle.nativeplatform.tasks.ExtractSymbols
-
The destination file to extract debug symbols into.
- getSynchronizationTasks() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Returns the tasks to be executed before the Eclipse synchronization starts.
- getSystem() - Method in interface org.gradle.api.publish.maven.MavenPomCiManagement
-
The name of this CI management system.
- getSystem() - Method in interface org.gradle.api.publish.maven.MavenPomIssueManagement
-
The name of this issue management system.
- getSystemHeaderSearchPaths() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the system search paths for this binary.
- getSystemIncludes() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Returns the system include directories to be used for compilation.
- getSystemProperties() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the system properties which will be used for the process.
- getSystemProperties() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the system properties which will be used for the process.
- getSystemProperties() - Method in interface org.gradle.process.JavaForkOptions
-
Returns the system properties which will be used for the process.
- getSystemPropertiesArgs() - Method in class org.gradle.StartParameter
- getTag() - Method in interface org.gradle.api.publish.maven.MavenPomScm
-
The tag of current code in this SCM.
- getTagletPath() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-tagletpath tagletpathlist.
- getTaglets() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-taglet class.
- getTags() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-tag tagname:Xaoptcmf:"taghead".
- getTags() - Method in class org.gradle.plugin.devel.PluginDeclaration
-
Returns the tags property for this plugin declaration.
- getTarget() - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
-
The target module selector used to resolve the dependency.
- getTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
-
Returns the Ant target to execute.
- getTarget() - Method in interface org.gradle.plugin.management.PluginResolveDetails
-
The target plugin request to use.
- getTarget() - Method in class org.gradle.util.CollectionUtils.InjectionStep
-
Deprecated.
- getTargetBytecodeVersion() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The module specific bytecode version to use for this module.
- getTargetBytecodeVersion() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
The target bytecode version to use for this project.
- getTargetBytecodeVersion() - Method in interface org.gradle.tooling.model.eclipse.EclipseJavaSourceSettings
-
Returns the target bytecode level.
- getTargetBytecodeVersion() - Method in interface org.gradle.tooling.model.idea.IdeaJavaLanguageSettings
-
Returns the target bytecode level.
- getTargetCompatibility() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Returns the target compatibility used for compiling Java sources.
- getTargetCompatibility() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Returns the target compatibility used for compiling Java sources.
- getTargetCompatibility() - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Returns the target JVM to generate the
.class
files for. - getTargetCompatibility() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
-
The target JVM to generate
.class
files for. - getTargetConfiguration() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Returns the requested target configuration of this dependency.
- getTargetFiles() - Method in class org.gradle.api.tasks.Delete
-
Returns the resolved set of files which will be deleted by this task.
- getTargetJdk() - Method in class org.gradle.api.plugins.quality.Pmd
-
The target JDK to use with PMD.
- getTargetJdk() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The target jdk to use with pmd, 1.3, 1.4, 1.5, 1.6, 1.7 or jsp
- getTargetMachine() - Method in interface org.gradle.language.cpp.CppPlatform
-
Returns the target machine for this platform.
- getTargetMachine() - Method in interface org.gradle.language.nativeplatform.ComponentWithNativeRuntime
-
Returns the target machine for this component.
- getTargetMachine() - Method in interface org.gradle.language.swift.SwiftPlatform
-
Returns the target machine for this platform.
- getTargetMachines() - Method in interface org.gradle.language.ComponentWithTargetMachines
-
Specifies the target machines this component should be built for.
- getTargetModuleName() - Method in interface org.gradle.tooling.model.idea.IdeaModuleDependency
-
Returns the name of the target module
- getTargetPlatform() - Method in class org.gradle.language.assembler.tasks.Assemble
-
The platform being compiled for.
- getTargetPlatform() - Method in interface org.gradle.language.cpp.CppBinary
-
Returns the target platform for this component.
- getTargetPlatform() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
The platform being compiled for.
- getTargetPlatform() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
The platform being compiled for.
- getTargetPlatform() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns the target platform for this component.
- getTargetPlatform() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
The platform being compiled for.
- getTargetPlatform() - Method in interface org.gradle.nativeplatform.NativeBinary
-
Returns the
NativePlatform
that this binary is targeted to run on. - getTargetPlatform() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
Returns the
NativePlatform
that this binary is targeted to run on. - getTargetPlatform() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
The platform being linked for.
- getTargetPlatform() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
-
The platform being linked for.
- getTargetPlatform() - Method in class org.gradle.nativeplatform.tasks.ExtractSymbols
-
The platform for the binary.
- getTargetPlatform() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
The platform being linked for.
- getTargetPlatform() - Method in class org.gradle.nativeplatform.tasks.StripSymbols
-
The platform for the binary.
- getTargets() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Collection of test suite targets.
- getTargets() - Method in interface org.gradle.testing.base.TestSuite
-
Available targets for this test suite.
- getTargetVersion() - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures the target IDEA version.
- getTask() - Method in exception org.gradle.api.tasks.TaskExecutionException
- getTaskConfigurations() - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
- getTaskDependencies() - Method in class org.gradle.api.DefaultTask
- getTaskDependencies() - Method in interface org.gradle.api.Task
-
Returns a
TaskDependency
which contains all the tasks that this task depends on. - getTaskDependencyFromProjectDependency(boolean, String) - Method in interface org.gradle.api.artifacts.Configuration
-
Returns a TaskDependency object containing dependencies on all tasks with the specified name from project dependencies related to this configuration or one of its super configurations.
- getTaskFileVarFactory() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- getTaskGraph() - Method in interface org.gradle.api.invocation.Gradle
-
Returns the
TaskExecutionGraph
for this build. - getTaskName(String, String) - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of a task for this source set.
- getTaskNames() - Method in class org.gradle.StartParameter
-
Returns the names of the tasks to execute in this build.
- getTaskPath() - Method in interface org.gradle.tooling.events.task.TaskOperationDescriptor
-
Returns the path of the task.
- getTaskRequests() - Method in class org.gradle.StartParameter
-
Returns the tasks to execute in this build.
- getTasks() - Method in interface org.gradle.api.Project
-
Returns the tasks of this project.
- getTasks() - Method in class org.gradle.api.tasks.GradleBuild
-
Returns the tasks that should be executed for this build.
- getTasks() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
-
The set of tasks associated with this binary.
- getTasks() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
-
The set of tasks associated with this binary.
- getTasks() - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
-
The set of tasks associated with this binary.
- getTasks() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
-
The set of tasks associated with this binary.
- getTasks() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- getTasks() - Method in interface org.gradle.platform.base.BinarySpec
-
The set of tasks associated with this binary.
- getTasks() - Method in interface org.gradle.testkit.runner.BuildResult
-
The tasks that were part of the build.
- getTasks() - Method in interface org.gradle.tooling.model.BuildableElement
-
Returns the tasks of this project.
- getTasks() - Method in interface org.gradle.tooling.model.gradle.BuildInvocations
-
Returns the tasks that can be used to execute a build.
- getTasks() - Method in interface org.gradle.tooling.model.GradleProject
-
Returns the tasks of this project.
- getTasksByName(String, boolean) - Method in interface org.gradle.api.Project
-
Returns the set of tasks with the given name contained in this project, and optionally its subprojects.
- getTaskSelectors() - Method in interface org.gradle.tooling.model.gradle.BuildInvocations
-
Returns tasks selectors that can be used to execute a build.
- getTaskType() - Method in class org.gradle.api.plugins.quality.CheckstylePlugin
- getTaskType() - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- getTaskType() - Method in class org.gradle.api.plugins.quality.PmdPlugin
- getTempDir() - Method in class org.gradle.api.tasks.compile.ForkOptions
-
Returns the directory used for temporary files that may be created to pass command line arguments to the compiler process.
- getTemplate() - Method in interface org.gradle.jvm.application.scripts.TemplateBasedScriptGenerator
-
Gets the template reader used for generating script.
- getTemporaryDir() - Method in class org.gradle.api.DefaultTask
- getTemporaryDir() - Method in interface org.gradle.api.Task
-
Returns a directory which this task can use to write temporary files to.
- getTestBinary() - Method in interface org.gradle.nativeplatform.test.cpp.CppTestSuite
-
Returns the binary to use as the default to run this test suite.
- getTestBinary() - Method in interface org.gradle.nativeplatform.test.TestSuiteComponent
-
Returns the binary to use as the default to run this test suite.
- getTestBinary() - Method in interface org.gradle.nativeplatform.test.xctest.SwiftXCTestSuite
-
Returns the binary to use as the default to run this test suite.
- getTestClassesDirs() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the directories for the compiled test sources.
- getTestComponent() - Method in interface org.gradle.tooling.model.cpp.CppProject
-
Returns the C++ unit test suite of this project, if any.
- getTestConfigurations() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Returns the test configurations.
- getTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the total number of atomic tests executed for this test.
- getTestDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
-
The set of test source directories.
- getTestDisplayName() - Method in interface org.gradle.tooling.events.test.TestOperationDescriptor
-
Returns the display name of the test.
- getTestedBinary() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
-
The tested binary.
- getTestedBinary() - Method in interface org.gradle.testing.base.TestSuiteBinarySpec
-
Returns the binary tested by this test suite.
- getTestedComponent() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteSpec
- getTestedComponent() - Method in interface org.gradle.testing.base.TestSuiteSpec
-
The tested component.
- getTestFixtures() - Method in interface org.gradle.api.plugins.jvm.TestFixturesDependencyModifiers
-
A dependency modifier that can modify a dependency to select a test fixtures variant.
- getTestFramework() - Method in class org.gradle.api.tasks.testing.Test
- getTestFramework() - Method in class org.gradle.buildinit.tasks.InitBuild
-
The test framework to be used in the generated project.
- getTestFrameworkProperty() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the configured
TestFramework
. - getTestInstallDirectory() - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
-
Sets the test suite bundle or executable location
- getTestLogging() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Allows to set options related to which test events are logged to the console, and on which detail level.
- getTestName() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Sets the default name of the test, if one is not specified in a suite XML file or in the source code.
- getTestOutputDir() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The output directory for test classes.
- getTestOutputDir() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The output directory for test classes.
- getTestOutputDir() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
-
directory to store module's test classes and resources.
- getTestReportDir() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Returns a file pointing to the root directory to be used for reports.
- getTestReportDir() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Returns a file pointing to the root directory to be used for reports.
- getTestReportDirName() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.The name of the test reports directory.
- getTestResourceDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
-
The set of test resource directories.
- getTestResourceDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Deprecated.
- getTestResourceFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The directories containing test resources.
- getTestResources() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The complete and up-to-date collection of test resource directories.
- getTestResults() - Method in class org.gradle.api.tasks.testing.TestReport
-
Returns the set of binary test results to include in the report.
- getTestResultsDir() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Returns a file pointing to the root directory of the test results.
- getTestResultsDir() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Returns a file pointing to the root directory of the test results.
- getTestResultsDirName() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.The name of the test results directory.
- getTestSourceDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Deprecated.
- getTestSourceFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
-
The directories containing the test sources.
- getTestSources() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
The complete and up-to-date collection of test source directories This should be preferred to
IdeaModule.getTestSourceDirs()
as it will include late changes to default directories. - getTestSourceSets() - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Returns the source sets executing the functional tests with TestKit.
- getTestSourceSets() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Returns the test source sets.
- getTestSuite() - Method in interface org.gradle.nativeplatform.test.cunit.CUnitTestSuiteBinarySpec
-
Returns the test suite that this binary belongs to.
- getTestSuite() - Method in interface org.gradle.nativeplatform.test.googletest.GoogleTestTestSuiteBinarySpec
-
Returns the test suite that this binary belongs to.
- getTestSuite() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
-
Returns the test suite that this binary belongs to.
- getTestSuite() - Method in interface org.gradle.testing.base.TestSuiteBinarySpec
-
Returns the test suite that this binary belongs to.
- getTestTask() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuiteTarget
-
The
Test
task that runs the tests for the associated test suite. - getTestType() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Get the test type for this test suite.
- getTestType() - Method in interface org.gradle.api.tasks.testing.AggregateTestReport
-
Contains a value representing the type of test suite this task belongs to.
- getTestType() - Method in interface org.gradle.testing.jacoco.plugins.JacocoCoverageReport
-
Contains a value representing the type of test suite this task belongs to.
- getText() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
-
The codenarc text report
- getText() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorDescription
-
The text of this description.
- getText() - Method in interface org.gradle.api.resources.ResourceHandler
-
Returns a factory for creating
TextResource
s from various sources such as strings, files, and archive entries. - getText() - Method in interface org.gradle.ide.visualstudio.TextProvider
-
The text content.
- getTextActions() - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask.SolutionSpec
-
Additional text generation actions.
- getTextOutputFactory() - Method in class org.gradle.api.reporting.components.ComponentReport
-
Deprecated.
- getTextOutputFactory() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.
- getTextOutputFactory() - Method in class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
- getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.
- getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
- getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
- getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
- getTextOutputFactory() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
- getThreadCount() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
The number of threads to use for this run.
- getThreadPoolFactoryClass() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
ThreadPoolExecutorFactory class used by TestNG
- getThreads() - Method in class org.gradle.api.plugins.quality.Pmd
-
Specifies the number of threads used by PMD.
- getThreads() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The number of threads used by PMD.
- getTimeout() - Method in class org.gradle.api.DefaultTask
- getTimeout() - Method in interface org.gradle.api.Task
-
The timeout of this task.
- getTimezone() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The timezone of this contributor.
- getTimezone() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The timezone of this developer.
- getting(K) - Method in interface org.gradle.api.provider.MapProperty
-
Returns a provider that resolves to the value of the mapping of the given key.
- getTitle() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the title for the generated documentation.
- getTitle() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the documentation title.
- getTo() - Method in interface org.gradle.api.artifacts.transform.TransformSpec
-
Attributes that match the variant that is produced.
- getToolchain() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Gets the project wide toolchain requirements that will be used for tasks requiring a tool from the toolchain (e.g.
- getToolchain() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
- getToolChain() - Method in class org.gradle.language.assembler.tasks.Assemble
-
The tool chain used for compilation.
- getToolChain() - Method in interface org.gradle.language.nativeplatform.ComponentWithNativeRuntime
-
Returns the tool chain for this component.
- getToolChain() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
The tool chain used for compilation.
- getToolChain() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
The tool chain used for compilation.
- getToolChain() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
The tool chain used for compilation.
- getToolChain() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
Returns the
NativeToolChain
that will be used to build this binary. - getToolChain() - Method in class org.gradle.nativeplatform.NativeExecutableFileSpec
-
The Tool Chain that produces the native executable.
- getToolChain() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
The tool chain used for linking.
- getToolChain() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
-
The tool chain used for linking.
- getToolChain() - Method in class org.gradle.nativeplatform.tasks.ExtractSymbols
-
The tool chain used for extracting symbols.
- getToolChain() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
The tool chain used for linking.
- getToolChain() - Method in class org.gradle.nativeplatform.tasks.StripSymbols
-
The tool chain used for striping symbols.
- getToolchainManagement() - Method in interface org.gradle.api.initialization.Settings
-
Returns the toolchain management configuration.
- getToolchainService() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
- getToolchainService() - Method in class org.gradle.api.plugins.quality.CheckstylePlugin
- getToolchainService() - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- getToolchainService() - Method in class org.gradle.api.plugins.quality.PmdPlugin
- getToolName() - Method in class org.gradle.api.plugins.quality.CheckstylePlugin
- getToolName() - Method in class org.gradle.api.plugins.quality.CodeNarcPlugin
- getToolName() - Method in class org.gradle.api.plugins.quality.PmdPlugin
- getToolVersion() - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
The version of the code quality tool to be used.
- getToolVersion() - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
-
Version of Jacoco JARs to use.
- getTop() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Returns the HTML text to appear in the top text for each page.
- getToSign() - Method in class org.gradle.plugins.signing.Signature.Generator
- getToSign() - Method in class org.gradle.plugins.signing.Signature
-
The file that is to be signed.
- getTotal() - Method in interface org.gradle.tooling.events.StatusEvent
-
The total amount of work that the build operation is in the progress of performing, or -1 if not known.
- getTotalConfigurationTime() - Method in interface org.gradle.tooling.events.configuration.ProjectConfigurationOperationResult.PluginApplicationResult
-
Returns the total configuration time of this plugin.
- getTransformer() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- getTransformer() - Method in class org.gradle.plugins.ide.api.PropertiesFileContentMerger
- getTransformer() - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
- getTransformer() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
- getTransformer() - Method in interface org.gradle.tooling.events.transform.TransformOperationDescriptor
-
Returns the display name of this transform operation.
- getType() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
-
Deprecated.Returns the type of this artifact.
- getType() - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Returns the type of this artifact.
- getType() - Method in interface org.gradle.api.artifacts.DependencyArtifactSelector
-
Returns the type of the artifact to select
- getType() - Method in interface org.gradle.api.artifacts.PublishArtifact
-
Returns the type of the published artifact.
- getType() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
- getType() - Method in interface org.gradle.api.artifacts.result.ArtifactResult
-
Returns the type of this artifact.
- getType() - Method in class org.gradle.api.attributes.Attribute
-
Returns the type of this attribute.
- getType() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
The type used to publish the artifact file, never
null
. - getType() - Method in interface org.gradle.api.publish.maven.MavenDependency
-
Deprecated.The type value for this dependency.
- getType() - Method in class org.gradle.buildinit.tasks.InitBuild
-
The desired type of project to generate, such as 'java-application' or 'kotlin-library'.
- getType() - Method in interface org.gradle.language.base.compile.CompilerVersion
-
Returns the type of the compiler.
- getType() - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- getType() - Method in class org.gradle.plugins.ide.eclipse.model.Link
- getType() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Specifies whether this ResourceFilter is including or excluding resources.
- getType() - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
-
The type of the library.
- getType() - Method in class org.gradle.plugins.signing.Signature
-
The type of the signature artifact.
- getType() - Method in interface org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult
-
Returns the type of this annotation processor.
- getType() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
-
The resource type.
- getTypeForExtension(String) - Method in class org.gradle.plugins.signing.type.AbstractSignatureTypeProvider
- getTypeForExtension(String) - Method in interface org.gradle.plugins.signing.type.SignatureTypeProvider
- getUniqueId() - Method in interface org.gradle.vcs.VersionControlSpec
-
Returns a
String
identifier which will be unique to this version control specification among other version control specifications. - getUnit() - Method in interface org.gradle.tooling.events.StatusEvent
-
The measure used to express the amount of work.
- getUnixLineSeparator() - Static method in class org.gradle.util.TextUtil
-
Deprecated.Returns the line separator for Unix.
- getUnixScript() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
Returns the full path to the Unix script.
- getUnixStartScriptGenerator() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The UNIX-like start script generator.
- getUnresolvedModuleDependencies() - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
returns dependencies that were attempted to resolve but failed.
- getUnsubscribe() - Method in interface org.gradle.api.publish.maven.MavenPomMailingList
-
The email address or link that can be used to subscribe to this mailing list.
- getUploadTaskName() - Method in interface org.gradle.api.artifacts.Configuration
-
Deprecated.
- getUpperBound() - Method in class org.gradle.api.reflect.TypeOf
-
Returns the first declared upper-bound of the wildcard type expression represented by this type.
- getUpToDate() - Method in interface org.gradle.api.tasks.TaskState
-
Returns true if the execution of this task was skipped because the task was up-to-date.
- getUri() - Method in interface org.gradle.jvm.toolchain.JavaToolchainDownload
- getUri() - Method in interface org.gradle.tooling.events.download.FileDownloadOperationDescriptor
-
Returns the URI that the file is downloaded from.
- getUri() - Method in interface org.gradle.tooling.events.ScriptPluginIdentifier
-
Returns the URI of this script plugin.
- getURI() - Method in interface org.gradle.api.resources.Resource
-
Uniform resource identifier that uniquely describes this resource
- getUrl() - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Returns a URL under which this artifact can be retrieved.
- getUrl() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
The base URL of this repository.
- getUrl() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
The base URL of this repository.
- getUrl() - Method in interface org.gradle.api.artifacts.repositories.UrlArtifactRepository
-
The base URL of this repository.
- getUrl() - Method in interface org.gradle.api.artifacts.VariantFileMetadata
-
Get the location of the file relative to the corresponding metadata file in the repository.
- getUrl() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorAuthor
-
The URL of this author.
- getUrl() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorLicense
-
The URL of this license.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPom
-
The URL of the home page for the project producing the publication represented by this POM.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPomCiManagement
-
The URL of this CI management system.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPomContributor
-
The URL of this contributor.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPomDeveloper
-
The URL of this developer.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPomIssueManagement
-
The URL of this issue management system.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPomLicense
-
The URL of this license.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPomOrganization
-
The URL of this organization.
- getUrl() - Method in interface org.gradle.api.publish.maven.MavenPomScm
-
The browsable repository URL of this SCM.
- getUrl() - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
-
Returns the base url for the external site.
- getUrl() - Method in class org.gradle.caching.http.HttpBuildCache
-
Returns the URI to the cache.
- getUrl() - Method in class org.gradle.plugins.ide.idea.model.Path
-
The url of the path.
- getUrl() - Method in interface org.gradle.tooling.events.problems.DocumentationLink
-
Documentation link as a URL.
- getUrl() - Method in interface org.gradle.vcs.git.GitVersionControlSpec
-
The URL for the repository in the specification.
- getUseDefaultListeners() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- getUseDefaults() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Should default values automatically be accepted for options that are not configured explicitly?
- getUseGlobalDependencySubstitutionRules() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Gradle implicitly registers dependency substitution rules for all configurations in the whole build tree to find projects in other included builds.
- getUseIncubating() - Method in class org.gradle.buildinit.tasks.InitBuild
-
Can the generated build use new and unstable features? When enabled, the generated build will use new patterns, APIs or features that may be unstable between minor releases.
- getUser() - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Returns the permissions the owner of the file has for the file/directory.
- getUser() - Method in interface org.gradle.api.file.FilePermissions
-
Describes what actions the owner of the file can perform on the file/directory.
- getUserHeaderSearchPaths() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
-
Returns the user search paths for this binary.
- getUserInputHandler() - Method in class org.gradle.buildinit.tasks.InitBuild
- getUsername() - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
-
Returns the user name to use when authenticating to this repository.
- getUsername() - Method in interface org.gradle.api.credentials.PasswordCredentials
-
Returns the user name to use when authenticating.
- getUsername() - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
-
Returns the user name to use when authenticating to the HTTP build cache.
- getValidateDistributionUrl() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Indicates if this task will validate the distribution url that has been configured.
- getValue() - Method in interface org.gradle.api.credentials.HttpHeaderCredentials
-
Returns the header value to use when authenticating.
- getValue() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
-
Returns the value for the key of the manifest after the merge takes place.
- getValue() - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
- getValue() - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- getValue() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
The value that applies to the limit as defined by org.jacoco.core.analysis.ICounter.CounterValue.
- getValue() - Method in interface org.gradle.tooling.model.cpp.MacroDirective
-
Returns the value of the macro, if any.
- getValue() - Method in interface org.gradle.tooling.model.eclipse.ClasspathAttribute
-
Returns the value of this attribute.
- getVariant() - Method in interface org.gradle.api.artifacts.component.LibraryBinaryIdentifier
-
The variant of the library.
- getVariant() - Method in interface org.gradle.api.artifacts.component.LibraryComponentSelector
- getVariant() - Method in interface org.gradle.api.artifacts.result.ResolvedArtifactResult
-
The variant that included this artifact.
- getVariant() - Method in interface org.gradle.platform.base.LibraryBinaryDependencySpec
-
Returns the variant of this binary.
- getVariantName() - Method in interface org.gradle.api.artifacts.ComponentVariantIdentifier
-
Returns the variant name.
- getVariantName() - Method in class org.gradle.api.tasks.diagnostics.OutgoingVariantsReportTask
-
Limits the report to a single variant.
- getVariantName() - Method in interface org.gradle.tooling.model.cpp.CppBinary
-
Returns the variant name of this binary.
- getVariants() - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Returns the variants of this configuration, if any.
- getVariants() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
-
Returns the variants that were selected for this component.
- getVariants() - Method in interface org.gradle.api.component.ComponentWithVariants
- getVariants() - Method in class org.gradle.platform.base.component.BaseComponentSpec
- getVariants() - Method in interface org.gradle.platform.base.VariantComponent
-
The variants of this component.
- getVcs() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
The vcs for the project.
- getVcs() - Method in class org.gradle.plugins.ide.idea.model.Project
-
The vcs used by the project.
- getVcsMappings() - Method in interface org.gradle.vcs.SourceControl
-
Returns the VCS mappings configuration.
- getVcsUrl() - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Returns the property holding the URL for the plugin's VCS repository.
- getVendor() - Method in interface org.gradle.jvm.toolchain.JavaInstallationMetadata
-
Returns a human-readable string for the vendor of the JVM.
- getVendor() - Method in interface org.gradle.jvm.toolchain.JavaToolchainSpec
-
The vendor of the toolchain.
- getVendor() - Method in interface org.gradle.language.base.compile.CompilerVersion
-
Returns the vendor of the compiler.
- getVersion() - Method in interface org.gradle.api.artifacts.component.ModuleComponentIdentifier
-
The module version of the component.
- getVersion() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
-
The version of the module to select the component from.
- getVersion() - Method in interface org.gradle.api.artifacts.Dependency
-
Returns the version of this dependency.
- getVersion() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
-
The version of the module
- getVersion() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
-
The version of the module.
- getVersion() - Method in interface org.gradle.api.capabilities.Capability
- getVersion() - Method in interface org.gradle.api.Project
-
Returns the version of this project.
- getVersion() - Method in interface org.gradle.api.publish.maven.MavenDependency
-
Deprecated.The version value for this dependency.
- getVersion() - Method in interface org.gradle.api.publish.maven.MavenPomRelocation
-
The new version of the artifact.
- getVersion() - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Returns the version for this publication.
- getVersion() - Method in interface org.gradle.language.base.compile.CompilerVersion
-
Returns the version of the compiler.
- getVersion() - Method in enum org.gradle.language.swift.SwiftVersion
-
Returns the Swift language version in numerical value
- getVersion() - Method in interface org.gradle.platform.base.ModuleDependencySpec
-
The version range of the module this dependency specification refers to.
- getVersion() - Method in interface org.gradle.plugin.management.PluginRequest
-
The version of the plugin if one was specified, otherwise null.
- getVersion() - Method in interface org.gradle.plugin.use.PluginDependency
- getVersion() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The version of application.xml.
- getVersion() - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- getVersion() - Method in interface org.gradle.tooling.model.GradleModuleVersion
-
The version, for example '1.0'.
- getVersion() - Method in class org.gradle.util.GradleVersion
-
Returns the string that represents this version.
- getVersionAliases() - Method in interface org.gradle.api.artifacts.VersionCatalog
-
Returns the list of version aliases defined in this version catalog.
- getVersionCatalogs() - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Returns the configurable version catalogs.
- getVersionComparator() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- getVersionComparator() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
- getVersionConstraint() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
-
The version constraint of the module to select the component from.
- getVersionConstraint() - Method in interface org.gradle.api.artifacts.DependencyConstraint
-
Returns the version constraint to be used during selection.
- getVersionConstraint() - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Returns the version of the module that is targeted by this dependency or dependency constraint.
- getVersionConstraint() - Method in interface org.gradle.api.artifacts.ExternalDependency
-
Returns the version constraint to be used during selection.
- getVersionConstraint() - Method in interface org.gradle.api.artifacts.MinimalExternalModuleDependency
- getVersionParser() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- getVersionParser() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
- getVersionRangeMapper() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
Deprecated.This method will be removed in Gradle 9.0
- getVersionSelectorScheme() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- getVersionSelectorScheme() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
- getViolationRules() - Method in class org.gradle.testing.jacoco.tasks.JacocoCoverageVerification
-
Returns the violation rules set for this task.
- getVisualStudioProject() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- getVisualStudioProject() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- getVisualStudioVersion() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
The VS version for this project.
- getWarn() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Gets logging options for warn level.
- getWarning() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
Warning to report to users after generating the project file.
- getWarningMode() - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Specifies which type of warnings should be written to the console.
- getWarningMode() - Method in class org.gradle.StartParameter
-
Specifies which type of warnings should be written to the console.
- getWbModuleEntries() - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- getWebAppDir() - Method in class org.gradle.api.plugins.WarPluginConvention
-
Deprecated.Returns the web application directory.
- getWebAppDirectory() - Method in class org.gradle.api.tasks.bundling.War
-
Returns the app directory of the task.
- getWebAppDirName() - Method in class org.gradle.api.plugins.WarPluginConvention
-
Deprecated.The name of the web application directory, relative to the project directory.
- getWebInf() - Method in class org.gradle.api.tasks.bundling.War
- getWebsite() - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Returns the property holding the URL for the plugin's website.
- getWebXml() - Method in class org.gradle.api.tasks.bundling.War
-
Returns the
web.xml
file to include in the WAR archive. - getWelcomeMessageConfiguration() - Method in class org.gradle.StartParameter
-
Returns when to display a welcome message on the command line.
- getWelcomeMessageDisplayMode() - Method in class org.gradle.api.launcher.cli.WelcomeMessageConfiguration
- getWhenMerged() - Method in class org.gradle.plugins.ide.api.FileContentMerger
- getWildcards() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
The wildcard resource patterns.
- getWildcards() - Method in class org.gradle.plugins.ide.idea.model.Project
-
A set of wildcard string to be included/excluded from the resources.
- getWindows() - Method in interface org.gradle.nativeplatform.TargetMachineFactory
-
Returns a
TargetMachineBuilder
for the Windows operating system family and the architecture of the current host. - getWindowsLineSeparator() - Static method in class org.gradle.util.TextUtil
-
Deprecated.Returns the line separator for Windows.
- getWindowsScript() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
Returns the full path to the Windows script.
- getWindowsSdkDir() - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
-
The directory where Windows SDK is installed.
- getWindowsStartScriptGenerator() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The Windows start script generator.
- getWindowTitle() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the browser window title for the documentation.
- getWindowTitle() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Returns the text to appear in the window title.
- getWindowTitle() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- getWindowTitle() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-windowtitle title
- getWorkerExecutor() - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
- getWorkerExecutor() - Method in class org.gradle.api.tasks.scala.ScalaDoc
- getWorkerExecutor() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
- getWorkerLeaseService() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.
- getWorkerProcessBuilderFactory() - Method in class org.gradle.api.plugins.antlr.AntlrTask
- getWorkingDir() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Returns the working directory for the process.
- getWorkingDir() - Method in class org.gradle.api.tasks.JavaExec
-
Returns the working directory for the process.
- getWorkingDir() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the working directory for the process.
- getWorkingDir() - Method in interface org.gradle.process.ProcessForkOptions
-
Returns the working directory for the process.
- getWorkingDirectory() - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
-
Returns the working directory property for this test.
- getWorkspace() - Method in interface org.gradle.ide.xcode.XcodeRootExtension
-
Returns the generated Xcode workspace for this Gradle build.
- getWorkspace() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
-
The Idea workspace model containing the details required to generate the workspace file.
- getWorkspace() - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA workspace information.
- getWorkspace() - Method in interface org.gradle.tooling.model.eclipse.EclipseRuntime
- getWrite() - Method in interface org.gradle.api.file.UserClassFilePermissions
-
Describes if a certain class of users has write access to a file or directory.
- getWriteDependencyVerifications() - Method in class org.gradle.StartParameter
-
Indicates if a dependency verification metadata file should be written at the end of this build.
- getWtp() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse wtp information
- getX86() - Method in interface org.gradle.nativeplatform.TargetMachineBuilder
-
Returns a
TargetMachine
for the operating system of this machine and the x86 32-bit architecture - getX86_64() - Method in interface org.gradle.nativeplatform.TargetMachineBuilder
-
Returns a
TargetMachine
for the operating system of this machine and the x86 64-bit architecture - getXcodeProject() - Method in class org.gradle.ide.xcode.tasks.GenerateSchemeFileTask
- getXcodeProject() - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeProjectFileTask
- getXcodeProjectLocations() - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeWorkspaceFileTask
- getXml() - Method in interface org.gradle.api.plugins.quality.CheckstyleReports
-
The checkstyle XML report
- getXml() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
-
The codenarc XML report
- getXml() - Method in interface org.gradle.api.plugins.quality.PmdReports
-
The pmd (single file) XML report
- getXml() - Method in interface org.gradle.testing.jacoco.tasks.JacocoReportsContainer
-
The JaCoCo (single file) XML report
- getXmlActions() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
-
Additional XML generation actions.
- getXmlTransformer() - Method in class org.gradle.plugins.ide.api.XmlFileContentMerger
- getXmlTransformer() - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
- getXmlTransformer() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
- getXmlTransformer() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseProject
- getXmlTransformer() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
- getXmlTransformer() - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
- getXmlTransformer() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaModule
- getXmlTransformer() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaProject
- getXmlTransformer() - Method in class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
- getZincClasspath() - Method in class org.gradle.api.tasks.scala.ScalaCompile
-
Returns the classpath to use to load the Zinc incremental compiler.
- getZincVersion() - Method in interface org.gradle.api.plugins.scala.ScalaPluginExtension
-
The version of the Zinc compiler to use for compiling Scala code.
- GFileUtils - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- GFileUtils() - Constructor for class org.gradle.util.GFileUtils
-
Deprecated.
- GFileUtils.TailReadingException - Exception in org.gradle.util
-
Deprecated.
- gitRepository(URI) - Method in interface org.gradle.vcs.SourceControl
-
Registers a Git repository that contains some components that should be used as source dependencies.
- gitRepository(URI, Action<? super VersionControlRepository>) - Method in interface org.gradle.vcs.SourceControl
-
Registers a Git repository that contains some components that should be used as dependencies.
- GitVersionControlSpec - Interface in org.gradle.vcs.git
-
A specification of a Git repository.
- google() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in Google's Maven repository for dependencies.
- google(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in Google's Maven repository for dependencies.
- GOOGLE_URL - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
- GoogleTestConventionPlugin - Class in org.gradle.nativeplatform.test.googletest.plugins
-
A plugin that applies the
GoogleTestPlugin
and adds conventions on top of it. - GoogleTestConventionPlugin() - Constructor for class org.gradle.nativeplatform.test.googletest.plugins.GoogleTestConventionPlugin
- GoogleTestPlugin - Class in org.gradle.nativeplatform.test.googletest.plugins
-
A plugin that sets up the infrastructure for testing native binaries with GoogleTest.
- GoogleTestPlugin() - Constructor for class org.gradle.nativeplatform.test.googletest.plugins.GoogleTestPlugin
- GoogleTestTestSuiteBinarySpec - Interface in org.gradle.nativeplatform.test.googletest
-
An executable which run a Google Test test suite.
- GoogleTestTestSuiteSpec - Interface in org.gradle.nativeplatform.test.googletest
-
Test suite of Google Test tests.
- GRAAL_VM - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
-
A constant for using GraalVM as the JVM vendor.
- Gradle - Interface in org.gradle.api.invocation
-
Represents an invocation of Gradle.
- GRADLE_ARTIFACT_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
- GRADLE_IVY_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
- GRADLE_PLATFORM_DEPENDENCIES - Static variable in class org.gradle.api.plugins.catalog.VersionCatalogPlugin
- GRADLE_PLUGIN_API_VERSION_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.plugin.GradlePluginApiVersion
-
Minimal Gradle version required.
- GRADLE_PROPERTIES - Static variable in interface org.gradle.api.Project
- GRADLE_USER_HOME - org.gradle.api.tasks.wrapper.Wrapper.PathBase
- GRADLE_USER_HOME_PROPERTY_KEY - Static variable in class org.gradle.StartParameter
- gradleApi() - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Creates a dependency on the API of the current version of Gradle.
- gradleApi() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Creates a dependency on the API of the current version of Gradle.
- gradleApi() - Method in interface org.gradle.api.artifacts.dsl.GradleDependencies
-
Creates a dependency on the API of the current version of Gradle.
- GradleBuild - Class in org.gradle.api.tasks
-
Executes a Gradle build.
- GradleBuild - Interface in org.gradle.tooling.model.gradle
-
Provides information about the structure of a Gradle build.
- GradleBuild() - Constructor for class org.gradle.api.tasks.GradleBuild
- GradleConnectionException - Exception in org.gradle.tooling
-
Thrown when there is some problem using a Gradle connection.
- GradleConnectionException(String) - Constructor for exception org.gradle.tooling.GradleConnectionException
- GradleConnectionException(String, Throwable) - Constructor for exception org.gradle.tooling.GradleConnectionException
- GradleConnector - Class in org.gradle.tooling
-
A
GradleConnector
is the main entry point to the Gradle tooling API. - GradleConnector() - Constructor for class org.gradle.tooling.GradleConnector
- GradleDependencies - Interface in org.gradle.api.artifacts.dsl
-
Dependency APIs available for
dependencies
blocks that can build software that relies on Gradle APIs. - GradleEnvironment - Interface in org.gradle.tooling.model.build
-
Informs about the Gradle environment, for example the Gradle version.
- GradleException - Exception in org.gradle.api
-
GradleException
is the base class of all exceptions thrown by Gradle. - GradleException() - Constructor for exception org.gradle.api.GradleException
- GradleException(String) - Constructor for exception org.gradle.api.GradleException
- GradleException(String, Throwable) - Constructor for exception org.gradle.api.GradleException
- gradleHomeDir - Variable in class org.gradle.StartParameter
- GradleLifecycle - Interface in org.gradle.api.invocation
-
Gradle lifecycle callbacks compatible with
Configuration Cache
andIsolated Projects
. - gradleMetadata() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates that this repository will contain Gradle metadata.
- gradleMetadata() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates that this repository will contain Gradle metadata.
- GradleModuleVersion - Interface in org.gradle.tooling.model
-
Informs about a module version, i.e.
- GradlePluginApiVersion - Interface in org.gradle.api.attributes.plugin
-
Represents a version of the minimal version of the Gradle API required by (variant of) a Gradle plugin.
- GradlePluginDevelopmentExtension - Class in org.gradle.plugin.devel
-
Configuration options for the
JavaGradlePluginPlugin
. - GradlePluginDevelopmentExtension(Project, SourceSet, SourceSet) - Constructor for class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
- GradlePluginDevelopmentExtension(Project, SourceSet, SourceSet[]) - Constructor for class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
- gradlePluginPortal() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in Gradle Central Plugin Repository for dependencies.
- gradlePluginPortal(Action<? super ArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in Gradle Central Plugin Repository for dependencies.
- GradleProject - Interface in org.gradle.tooling.model
-
Represents a Gradle project.
- gradlePropertiesPrefixedBy(String) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is a name-to-value map of the Gradle properties with the names starting with the given prefix. - gradlePropertiesPrefixedBy(Provider<String>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is a name-to-value map of the Gradle properties with the names starting with the given prefix. - gradleProperty(String) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is fetched from the Gradle property of the given name. - gradleProperty(Provider<String>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is fetched from the Gradle property of the given name. - GradlePublication - Interface in org.gradle.tooling.model.gradle
-
Represents some publication produced by a Gradle project, typically to a Maven or Ivy repository.
- GradleRunner - Class in org.gradle.testkit.runner
-
Executes a Gradle build, allowing inspection of the outcome.
- GradleRunner() - Constructor for class org.gradle.testkit.runner.GradleRunner
- GradleScript - Interface in org.gradle.tooling.model.gradle
-
Represents a Gradle script.
- GradleScriptException - Exception in org.gradle.api
-
A
GradleScriptException
is thrown when an exception occurs in the compilation or execution of a script. - GradleScriptException(String, Throwable) - Constructor for exception org.gradle.api.GradleScriptException
- GradleTask - Interface in org.gradle.tooling.model
-
Represents a task which is executable by Gradle.
- gradleTestKit() - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Creates a dependency on the Gradle test-kit API.
- gradleTestKit() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Creates a dependency on the Gradle test-kit API.
- gradleTestKit() - Method in interface org.gradle.api.artifacts.dsl.GradleDependencies
-
Creates a dependency on the Gradle test-kit API.
- GradleVersion - Class in org.gradle.util
-
Represents a Gradle version.
- GradleVersion() - Constructor for class org.gradle.util.GradleVersion
- graphPopulated(TaskExecutionGraph) - Method in interface org.gradle.api.execution.TaskExecutionGraphListener
-
This method is called when the
TaskExecutionGraph
has been populated, and before any tasks are executed. - groovy(Closure) - Method in interface org.gradle.api.tasks.GroovySourceSet
-
Deprecated.Configures the Groovy source for this set.
- groovy(Action<? super SourceDirectorySet>) - Method in interface org.gradle.api.tasks.GroovySourceSet
-
Deprecated.Configures the Groovy source for this set.
- GROOVY - org.gradle.api.tasks.testing.logging.TestStackTraceFilter
- GROOVY_RUNTIME_EXTENSION_NAME - Static variable in class org.gradle.api.plugins.GroovyBasePlugin
- GroovyBasePlugin - Class in org.gradle.api.plugins
-
Extends
JavaBasePlugin
to provide support for compiling and documenting Groovy source files. - GroovyBasePlugin(ObjectFactory, ModuleRegistry, JvmLanguageUtilities) - Constructor for class org.gradle.api.plugins.GroovyBasePlugin
- GroovyCompile - Class in org.gradle.api.tasks.compile
-
Compiles Groovy source files, and optionally, Java source files.
- GroovyCompile() - Constructor for class org.gradle.api.tasks.compile.GroovyCompile
- GroovyCompileOptions - Class in org.gradle.api.tasks.compile
-
Compilation options to be passed to the Groovy compiler.
- GroovyCompileOptions() - Constructor for class org.gradle.api.tasks.compile.GroovyCompileOptions
- Groovydoc - Class in org.gradle.api.tasks.javadoc
-
Generates HTML API documentation for Groovy source, and optionally, Java source.
- Groovydoc() - Constructor for class org.gradle.api.tasks.javadoc.Groovydoc
- GROOVYDOC_TASK_NAME - Static variable in class org.gradle.api.plugins.GroovyPlugin
- Groovydoc.Link - Class in org.gradle.api.tasks.javadoc
-
A Link class represent a link between groovydoc/javadoc output and url.
- GroovydocAccess - Enum in org.gradle.api.tasks.javadoc
-
Represents the setting for the access levels that are included in the Groovydoc.
- GroovyForkOptions - Class in org.gradle.api.tasks.compile
-
Fork options for Groovy compilation.
- GroovyForkOptions() - Constructor for class org.gradle.api.tasks.compile.GroovyForkOptions
- GroovyPlugin - Class in org.gradle.api.plugins
-
A
Plugin
which extends theJavaPlugin
to provide support for compiling and documenting Groovy source files. - GroovyPlugin() - Constructor for class org.gradle.api.plugins.GroovyPlugin
- GroovyRuntime - Class in org.gradle.api.tasks
-
Provides information related to the Groovy runtime(s) used in a project.
- GroovyRuntime(Project) - Constructor for class org.gradle.api.tasks.GroovyRuntime
- GroovySourceDirectorySet - Interface in org.gradle.api.tasks
-
Represents a Groovy source set.
- GroovySourceSet - Interface in org.gradle.api.tasks
-
Deprecated.Using convention to contribute to source sets is deprecated. You can configure the groovy sources via the
GroovySourceDirectorySet
extension (e.g.sourceSet.getExtensions().getByType(GroovySourceDirectorySet.class).setSrcDirs(...)
). This interface is scheduled for removal in Gradle 9.0. - group(String) - Method in interface org.gradle.platform.base.DependencySpecContainer
-
Defines a new module dependency, based on a module group name.
- group(String) - Method in interface org.gradle.platform.base.ModuleDependencySpecBuilder
-
Narrows this dependency specification down to a specific group.
- group(String, String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- group(String, List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- group(Map<String, List<String>>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- group(Action<? super ConfigurableUserClassFilePermissions>) - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Modifies the permissions a user, who is a member of the group that the file/directory belongs to, has for the file/directory.
- GROUP_KEY - Static variable in interface org.gradle.api.artifacts.ExcludeRule
- groupBy(Iterable<? extends V>, Transformer<? extends K, V>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- groupsFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- GUtil - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- GUtil() - Constructor for class org.gradle.util.GUtil
-
Deprecated.
- gzip(Object) - Method in interface org.gradle.api.file.ArchiveOperations
-
Creates resource that points to a gzip compressed file at the given path.
- gzip(Object) - Method in interface org.gradle.api.resources.ResourceHandler
-
Creates resource that points to a gzip compressed file at the given path.
- GZIP - org.gradle.api.tasks.bundling.Compression
H
- has(String) - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
-
Returns whether or not the extension has a property registered via the given name.
- hasAttribute(Attribute<?>) - Method in interface org.gradle.api.attributes.AttributesSchema
-
Returns true when this schema contains the given attribute.
- HasAttributes - Interface in org.gradle.api.attributes
-
Represents something that carries attributes by utilizing an
AttributeContainer
- hasAutoBuildTasks() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
-
If this method returns true then Eclipse should execute the tasks configured at
eclipse.autoBuildTasks
every time the auto-build is triggered for the target project. - hasBuildDependencies() - Method in interface org.gradle.api.BuildableComponentSpec
- hasCodependentSources() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- HasConfigurableAttributes<SELF> - Interface in org.gradle.api.attributes
-
Represents something that carries attributes by utilizing an
AttributeContainer
that is configurable. - HasConfigurableValue - Interface in org.gradle.api.provider
-
Represents an object that holds a value that is configurable, meaning that the value or some source for the value, such as a
Provider
, can be specified directly on the object. - hasError() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
Returns whether all dependencies were successfully retrieved or not.
- HasGradleProject - Interface in org.gradle.tooling.model
-
An element that is associated with a Gradle project.
- hashCode() - Method in class org.gradle.api.attributes.Attribute
- hashCode() - Method in class org.gradle.api.file.RelativePath
- hashCode() - Method in class org.gradle.api.Namer.Comparator
- hashCode() - Method in interface org.gradle.api.project.IsolatedProject
- hashCode() - Method in class org.gradle.api.reflect.TypeOf
- hashCode() - Method in class org.gradle.api.specs.CompositeSpec
- hashCode() - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
- hashCode() - Method in class org.gradle.api.tasks.util.PatternSet
- hashCode() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.AccessRule
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.BuildCommand
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.Link
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.Output
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.Project
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- hashCode() - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.JarDirectory
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.Jdk
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.Module
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.Path
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.Project
- hashCode() - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- hashCode() - Method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- hashCode() - Method in class org.gradle.StartParameter
- hashCode() - Method in class org.gradle.util.ClosureBackedAction
-
Deprecated.
- hashCode() - Method in class org.gradle.util.Path
- hashCode() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- HasImplicitReceiver - Annotation Type in org.gradle.api
-
Marks a SAM interface as a target for lambda expressions / closures where the single parameter is passed as the implicit receiver of the invocation (
this
in Kotlin,delegate
in Groovy) as if the lambda expression was an extension method of the parameter type. - HasMultipleValues<T> - Interface in org.gradle.api.provider
-
Represents a property whose value can be set using multiple elements of type
HasMultipleValues
, such as a collection property. - hasPlugin(Class<? extends Plugin>) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns true if the container has a plugin with the given type, false otherwise.
- hasPlugin(String) - Method in interface org.gradle.api.plugins.PluginContainer
-
Returns true if the container has a plugin with the given id, false otherwise.
- hasPlugin(String) - Method in interface org.gradle.api.plugins.PluginManager
-
Returns
true
if a plugin with the given ID has already been applied, otherwisefalse
. - hasProperty(String) - Method in class org.gradle.api.DefaultTask
- hasProperty(String) - Method in interface org.gradle.api.Project
-
Determines if this project has the given property.
- hasProperty(String) - Method in interface org.gradle.api.Task
-
Determines if this task has the given property.
- HasPublicType - Interface in org.gradle.api.reflect
-
Allows a scriptable object, such as a project extension, to declare its preferred public type.
- hasSelectors() - Method in interface org.gradle.api.artifacts.ArtifactSelectionDetails
-
Returns true if the dependency has requested a special artifact (either classifier, type or extension)
- hasTask(String) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Determines whether the given task is included in the execution plan.
- hasTask(Task) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Determines whether the given task is included in the execution plan.
- hasTypeForExtension(String) - Method in class org.gradle.plugins.signing.type.AbstractSignatureTypeProvider
- hasTypeForExtension(String) - Method in interface org.gradle.plugins.signing.type.SignatureTypeProvider
- header(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- header(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- HeaderExportingSourceSet - Interface in org.gradle.language.nativeplatform
-
A source set that exposes headers
- HEADERS_CPLUSPLUS - Static variable in interface org.gradle.api.attributes.LibraryElements
-
Header files for C++
- HELP_GROUP - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
- helpFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- HelpTasksPlugin - Class in org.gradle.api.plugins
-
Adds various reporting tasks that provide information about the project.
- HelpTasksPlugin() - Constructor for class org.gradle.api.plugins.HelpTasksPlugin
- HEWLETT_PACKARD - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- HierarchicalEclipseProject - Interface in org.gradle.tooling.model.eclipse
-
Represents the basic information about an Eclipse project.
- HierarchicalElement - Interface in org.gradle.tooling.model
-
Represents an element which belongs to some hierarchy.
- HTML_DEPENDENCY_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
- HtmlDependencyReportTask - Class in org.gradle.api.reporting.dependencies
-
Generates an HTML dependency report.
- HtmlDependencyReportTask() - Constructor for class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- HttpBuildCache - Class in org.gradle.caching.http
-
Configuration object for the HTTP build cache.
- HttpBuildCache() - Constructor for class org.gradle.caching.http.HttpBuildCache
- HttpBuildCacheCredentials - Class in org.gradle.caching.http
-
Password credentials for a HTTP build cache backend.
- HttpBuildCacheCredentials() - Constructor for class org.gradle.caching.http.HttpBuildCacheCredentials
- HttpHeaderAuthentication - Interface in org.gradle.authentication.http
-
Authentication scheme for HTTP header authentication over HTTP.
- HttpHeaderCredentials - Interface in org.gradle.api.credentials
-
Credentials that can be used to login to a protected server, e.g.
I
- IBM - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- IBM_SEMERU - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
-
Deprecated.We are grouping all IBM runtimes under the '
IBM
' vendor, won't keep a separate constant for Semeru ones. Just use 'IBM
' instead. - id(String) - Method in interface org.gradle.api.initialization.definition.InjectedPluginDependencies
-
Add a dependency on the plugin with the given id.
- id(String) - Method in interface org.gradle.plugin.use.PluginDependenciesSpec
-
Add a dependency on the plugin with the given id.
- id(String, String) - Method in interface org.gradle.api.problems.ProblemSpec
-
Defines simple identification for this problem.
- id(String, String, ProblemGroup) - Method in interface org.gradle.api.problems.ProblemSpec
-
Defines simple identification for this problem.
- IdeaCompilerOutput - Interface in org.gradle.tooling.model.idea
-
IDEA compiler output settings.
- IdeaContentRoot - Interface in org.gradle.tooling.model.idea
-
Contains content root information.
- IdeaDependency - Interface in org.gradle.tooling.model.idea
-
IDEA dependency.
- IdeaDependencyScope - Interface in org.gradle.tooling.model.idea
-
The scope of the IDEA dependency.
- IdeaJavaLanguageSettings - Interface in org.gradle.tooling.model.idea
-
Describes Java language settings for an IDEA module.
- IdeaLanguageLevel - Class in org.gradle.plugins.ide.idea.model
-
Java language level used by IDEA projects.
- IdeaLanguageLevel - Interface in org.gradle.tooling.model.idea
-
Language level setting for IDEA.
- IdeaLanguageLevel(Object) - Constructor for class org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
- IdeaModel - Class in org.gradle.plugins.ide.idea.model
-
DSL-friendly model of the IDEA project information.
- IdeaModel() - Constructor for class org.gradle.plugins.ide.idea.model.IdeaModel
- IdeaModule - Class in org.gradle.plugins.ide.idea.model
-
Enables fine-tuning module details (*.iml file) of the IDEA plugin.
- IdeaModule - Interface in org.gradle.tooling.model.idea
-
Represents information about the IDEA module.
- IdeaModule(Project, IdeaModuleIml) - Constructor for class org.gradle.plugins.ide.idea.model.IdeaModule
- IdeaModuleDependency - Interface in org.gradle.tooling.model.idea
-
Dependency on a module in a project.
- IdeaModuleIdentifier - Interface in org.gradle.tooling.model.idea
-
Identifies an Idea module.
- IdeaModuleIml - Class in org.gradle.plugins.ide.idea.model
-
Models the generation/parsing/merging capabilities of an IDEA module.
- IdeaModuleIml(XmlTransformer, File) - Constructor for class org.gradle.plugins.ide.idea.model.IdeaModuleIml
- IdeaPlugin - Class in org.gradle.plugins.ide.idea
-
Adds a GenerateIdeaModule task.
- IdeaPlugin(Instantiator, UniqueProjectNameProvider, IdeArtifactRegistry, ProjectStateRegistry) - Constructor for class org.gradle.plugins.ide.idea.IdeaPlugin
- IdeaProject - Class in org.gradle.plugins.ide.idea.model
-
Enables fine-tuning project details (*.ipr file) of the IDEA plugin.
- IdeaProject - Interface in org.gradle.tooling.model.idea
-
Represents the information about the IDEA project.
- IdeaProject(Project, XmlFileContentMerger) - Constructor for class org.gradle.plugins.ide.idea.model.IdeaProject
- IdeaSingleEntryLibraryDependency - Interface in org.gradle.tooling.model.idea
-
"Single-Entry Module Library" as IDEA calls it.
- IdeaSourceDirectory - Interface in org.gradle.tooling.model.idea
-
IDEA source directory.
- IdeaWorkspace - Class in org.gradle.plugins.ide.idea.model
-
Enables fine-tuning workspace details (*.iws file) of the IDEA plugin.
- IdeaWorkspace() - Constructor for class org.gradle.plugins.ide.idea.model.IdeaWorkspace
- IdeWorkspace - Interface in org.gradle.plugins.ide
-
Represents an IDE "workspace" that is generated by Gradle and can be opened in the IDE.
- ignore(String) - Method in interface org.gradle.normalization.RuntimeClasspathNormalization
-
Ignore resources in classpath entries matching
pattern
. - ignoreAttribute(String) - Method in interface org.gradle.normalization.MetaInfNormalization
-
Ignore attributes in
META-INF/MANIFEST.MF
within archives matchingname
. - ignoreCompletely() - Method in interface org.gradle.normalization.MetaInfNormalization
-
Ignore all files and subdirectories in the
META-INF
directory within archives. - ignoreEmptyDirectories() - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Ignore directories during up-to-date checks and build cache key calculations.
- ignoreEmptyDirectories(boolean) - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Sets whether directories should be considered during up-to-date checks and build cache key calculations.
- IgnoreEmptyDirectories - Annotation Type in org.gradle.api.tasks
-
Attached to an input property to specify that directories should be ignored when snapshotting inputs.
- ignoreGradleMetadataRedirection() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates that this repository will ignore Gradle module metadata redirection markers found in Ivy files.
- ignoreGradleMetadataRedirection() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates that this repository will ignore Gradle module metadata redirection markers found in POM files.
- ignoreManifest() - Method in interface org.gradle.normalization.MetaInfNormalization
-
Ignore the
META-INF/MANIFEST.MF
file within archives. - ignoreProperty(String) - Method in interface org.gradle.normalization.MetaInfNormalization
-
Ignore keys in properties files stored in
META-INF
within archives matchingname
. - ignoreProperty(String) - Method in interface org.gradle.normalization.PropertiesFileNormalization
-
Specifies that the value of a certain property should be ignored when normalizing properties files.
- IllegalDependencyNotation - Exception in org.gradle.api
-
This exceptions is thrown, if a dependency is declared with a illegal notation.
- IllegalDependencyNotation() - Constructor for exception org.gradle.api.IllegalDependencyNotation
- IllegalDependencyNotation(String) - Constructor for exception org.gradle.api.IllegalDependencyNotation
- IllegalDependencyNotation(String, Throwable) - Constructor for exception org.gradle.api.IllegalDependencyNotation
- iml(Closure) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing *.iml content is merged with gradle build information.
- iml(Action<? super IdeaModuleIml>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing *.iml content is merged with gradle build information.
- ImmutableViolationException() - Constructor for exception org.gradle.api.reporting.ReportContainer.ImmutableViolationException
- implementation(Object) - Method in interface org.gradle.language.ComponentDependencies
-
Adds an implementation dependency to this component.
- implementation(Object, Action<? super ExternalModuleDependency>) - Method in interface org.gradle.language.ComponentDependencies
-
Adds an implementation dependency to this component.
- IMPLEMENTATION_CLASSPATH_PROP_KEY - Static variable in class org.gradle.plugin.devel.tasks.PluginUnderTestMetadata
- IMPLEMENTATION_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the implementation configuration, where dependencies that are only used internally by a component should be declared.
- importBuild(Object) - Method in class org.gradle.api.AntBuilder
-
Imports an Ant build into the associated Gradle project.
- importBuild(Object, String) - Method in class org.gradle.api.AntBuilder
-
Imports an Ant build into the associated Gradle project, specifying the base directory for Gradle tasks that correspond to Ant targets.
- importBuild(Object, String, Transformer<? extends String, ? super String>) - Method in class org.gradle.api.AntBuilder
-
Imports an Ant build into the associated Gradle project, specifying the base directory and potentially providing alternative names for Gradle tasks that correspond to Ant targets.
- importBuild(Object, Transformer<? extends String, ? super String>) - Method in class org.gradle.api.AntBuilder
-
Imports an Ant build into the associated Gradle project, potentially providing alternative names for Gradle tasks that correspond to Ant targets.
- include(Closure) - Method in interface org.gradle.api.file.CopySpec
-
Adds an include spec.
- include(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an include spec.
- include(Closure) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an include spec.
- include(Closure) - Method in class org.gradle.api.tasks.testing.Test
-
Adds an include spec.
- include(Closure) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an include spec.
- include(Closure) - Method in class org.gradle.api.tasks.util.PatternSet
- include(Iterable) - Method in class org.gradle.api.tasks.util.PatternSet
- include(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
-
Adds an ANT style include pattern.
- include(Iterable<String>) - Method in interface org.gradle.api.initialization.Settings
-
Adds the given projects to the build.
- include(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an ANT style include pattern.
- include(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an ANT style include pattern.
- include(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
-
Adds include patterns for the files in the test classes directory (e.g.
- include(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an ANT style include pattern.
- include(String...) - Method in interface org.gradle.api.file.CopySpec
-
Adds an ANT style include pattern.
- include(String...) - Method in interface org.gradle.api.initialization.Settings
-
Adds the given projects to the build.
- include(String...) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an ANT style include pattern.
- include(String...) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an ANT style include pattern.
- include(String...) - Method in class org.gradle.api.tasks.testing.Test
-
Adds include patterns for the files in the test classes directory (e.g.
- include(String...) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an ANT style include pattern.
- include(String...) - Method in class org.gradle.api.tasks.util.PatternSet
- include(Spec<FileTreeElement>) - Method in interface org.gradle.api.file.CopySpec
-
Adds an include spec.
- include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds an include spec.
- include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.SourceTask
-
Adds an include spec.
- include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.testing.Test
-
Adds an include spec.
- include(Spec<FileTreeElement>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Adds an include spec.
- include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.util.PatternSet
- INCLUDE - org.gradle.api.file.DuplicatesStrategy
-
Do not attempt to prevent duplicates.
- INCLUDE_ONLY - org.gradle.plugins.ide.eclipse.model.ResourceFilterType
- includeBuild(File) - Method in class org.gradle.StartParameter
- includeBuild(Object) - Method in interface org.gradle.api.initialization.Settings
-
Includes a build at the specified path to the composite build.
- includeBuild(Object, Action<ConfigurableIncludedBuild>) - Method in interface org.gradle.api.initialization.Settings
-
Includes a build at the specified path to the composite build, with the supplied configuration.
- includeBuild(String) - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
Includes a plugin build at the specified path to the composite build.
- includeBuild(String, Action<ConfigurableIncludedPluginBuild>) - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
Includes a plugin build at the specified path to the composite build, with the supplied configuration.
- includeCategories(String...) - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
- includeClass(String) - Method in interface org.gradle.tooling.TestSpec
-
Adds the target test class to the test execution.
- includeClasses(Collection<String>) - Method in interface org.gradle.tooling.TestSpec
-
Adds the target test classes to the test execution.
- includedBuild(String) - Method in interface org.gradle.api.invocation.Gradle
-
Returns the included build with the specified name for this build.
- IncludedBuild - Interface in org.gradle.api.initialization
-
A build that is included in the composite.
- includeEngines(String...) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
-
The set of engines to run with.
- includeFlat(Iterable<String>) - Method in interface org.gradle.api.initialization.Settings
-
Adds the given projects to the build.
- includeFlat(String...) - Method in interface org.gradle.api.initialization.Settings
-
Adds the given projects to the build.
- includeGroup(String) - Method in interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptor
-
Declares that an entire group should be searched for in this repository.
- includeGroupAndSubgroups(String) - Method in interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptor
-
Declares that an entire group and its subgroups should be searched for in this repository.
- includeGroupByRegex(String) - Method in interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptor
-
Declares that an entire group should be searched for in this repository.
- includeGroups(String...) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- includeMethod(String, String) - Method in interface org.gradle.tooling.TestSpec
-
Adds the target test method to the test execution.
- includeMethods(String, Collection<String>) - Method in interface org.gradle.tooling.TestSpec
-
Adds the target test methods to the test execution.
- includeModule(String, String) - Method in interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptor
-
Declares that an entire module should be searched for in this repository.
- includeModuleByRegex(String, String) - Method in interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptor
-
Declares that an entire module should be searched for in this repository, using regular expressions.
- includePackage(String) - Method in interface org.gradle.tooling.TestSpec
-
Adds all tests declared in the target package to the test execution.
- includePackages(Collection<String>) - Method in interface org.gradle.tooling.TestSpec
-
Adds all tests declared in the target packages to the test execution.
- includePattern(String) - Method in interface org.gradle.tooling.TestSpec
-
Adds all test classes and methods to the test execution that matches the target pattern.
- includePatterns(Collection<String>) - Method in interface org.gradle.tooling.TestSpec
-
Adds all test classes and methods to the test execution that matches the target patterns.
- includes(Object) - Method in class org.gradle.language.assembler.tasks.Assemble
-
Add directories where the compiler should search for header files.
- includes(Object) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Add directories where the compiler should search for header files.
- includes(Object) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
Add directories where the compiler should search for header files.
- includeSpecs(Iterable<Spec<FileTreeElement>>) - Method in class org.gradle.api.tasks.util.PatternSet
- includeTags(String...) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
-
The set of tags to run with.
- includeTest(String, String) - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Add a test method specified by test class name and method name.
- includeTestsMatching(String) - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Appends a test name pattern to the inclusion filter.
- includeVersion(String, String, String) - Method in interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptor
-
Declares that a specific module version should be searched for in this repository.
- includeVersionByRegex(String, String, String) - Method in interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptor
-
Declares that a specific module version should be searched for in this repository, using regular expressions.
- InclusiveRepositoryContentDescriptor - Interface in org.gradle.api.artifacts.repositories
-
Descriptor of a repository content, used to avoid reaching to an external repository when not needed.
- incompatible() - Method in interface org.gradle.api.attributes.CompatibilityCheckDetails
-
Calling this method will indicate that the attributes are incompatible.
- IncompleteInputException(String, Collection) - Constructor for exception org.gradle.util.ConfigureUtil.IncompleteInputException
-
Deprecated.
- Incremental - Annotation Type in org.gradle.work
-
Track input changes for the annotated parameter.
- IncrementalCompileOptions - Class in org.gradle.api.tasks.scala
-
Options for incremental compilation of Scala code.
- IncrementalCompileOptions(ObjectFactory) - Constructor for class org.gradle.api.tasks.scala.IncrementalCompileOptions
- incrementalOptions(Action<? super IncrementalCompileOptions>) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Configure options for incremental compilation of Scala code.
- Incubating - Annotation Type in org.gradle.api
-
Indicates that a feature is incubating.
- indent(String, String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Indents every line of
text
byindent
. - inferGroovyClasspath(Iterable<File>) - Method in class org.gradle.api.tasks.GroovyRuntime
-
Searches the specified class path for Groovy Jars (
groovy(-indy)
,groovy-all(-indy)
) and returns a corresponding class path for executing Groovy tools such as the Groovy compiler and Groovydoc tool. - inferScalaClasspath(Iterable<File>) - Method in class org.gradle.api.tasks.ScalaRuntime
-
Searches the specified class path for a 'scala-library' Jar, and returns a class path containing a corresponding (same version) 'scala-compiler' Jar and its dependencies.
- info(String, Object...) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at info log level.
- info(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Configures logging options for info level.
- INFO - org.gradle.api.AntBuilder.AntMessagePriority
- INFO - org.gradle.api.logging.LogLevel
- INHERIT - org.gradle.api.file.DuplicatesStrategy
-
The default strategy, which is to inherit the strategy from the parent copy spec, if any, or
DuplicatesStrategy.INCLUDE
if the copy spec has no parent. - INHERITED - Static variable in class org.gradle.plugins.ide.idea.model.Module
- InitBuild - Class in org.gradle.buildinit.tasks
-
Generates a Gradle project structure.
- InitBuild() - Constructor for class org.gradle.buildinit.tasks.InitBuild
- initGradleCommand() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- inject(T, Iterable<? extends I>, Action<CollectionUtils.InjectionStep<T, I>>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- InjectedPluginDependencies - Interface in org.gradle.api.initialization.definition
-
The DSL for declaring plugins to inject into an included build.
- InjectedPluginDependency - Interface in org.gradle.api.initialization.definition
-
Specification of a dependency on a plugin injected into an included build.
- InjectionPointQualifier - Annotation Type in org.gradle.api.reflect
-
The annotated annotation can be used to inject elements of the supported types.
- InjectionStep(T, I) - Constructor for class org.gradle.util.CollectionUtils.InjectionStep
-
Deprecated.
- Input - Annotation Type in org.gradle.api.tasks
-
Attached to a task property to indicate that the property specifies some input value for the task.
- InputArtifact - Annotation Type in org.gradle.api.artifacts.transform
-
Attach this annotation to an abstract getter that should receive the input artifact for an artifact transform.
- InputArtifactDependencies - Annotation Type in org.gradle.api.artifacts.transform
-
Attach this annotation to an abstract getter that should receive the artifact dependencies of the
InputArtifact
of an artifact transform. - InputChanges - Interface in org.gradle.work
-
Provides access to any input files that need to be processed by an incremental work action.
- InputDirectory - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying an input directory for a task.
- InputFile - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying an input file for a task.
- InputFileDetails - Interface in org.gradle.api.tasks.incremental
-
A change to an input file.
- InputFiles - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying the input files for a task.
- InputNormalization - Interface in org.gradle.normalization
-
Input normalization configuration.
- InputNormalizationHandler - Interface in org.gradle.normalization
-
Used to configure input normalization.
- InsecureProtocolOption - Enum in org.gradle.buildinit
-
Options for handling insecure protocols when generating a project with repositories.
- install() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
- install() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
- installed - org.gradle.plugins.ide.eclipse.model.Facet.FacetType
- InstalledJdk - Interface in org.gradle.tooling.model.java
-
Represents a Java Development Kit machine installation.
- InstallExecutable - Class in org.gradle.nativeplatform.tasks
-
Installs an executable with it's dependent libraries so it can be easily executed.
- InstallExecutable(WorkerLeaseService) - Constructor for class org.gradle.nativeplatform.tasks.InstallExecutable
-
Injects a
WorkerLeaseService
instance. - InstallXCTestBundle - Class in org.gradle.nativeplatform.test.xctest.tasks
-
Creates a XCTest bundle with a run script so it can be easily executed.
- InstallXCTestBundle() - Constructor for class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
- INSTANCE - Static variable in class org.gradle.api.flow.FlowParameters.None
- INSTANCE - Static variable in class org.gradle.api.Named.Namer
- instantiator - Variable in class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
- INTEGRATION_TEST - Static variable in interface org.gradle.api.attributes.TestSuiteType
- IntermediateResultHandler<T> - Interface in org.gradle.tooling
-
A handler for an intermediate result obtained by a
BuildActionExecuter
. - Internal - 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.
- INTERNAL_EXCEPTIONS - org.gradle.api.logging.configuration.ShowStacktrace
- internalView(Class<?>) - Method in interface org.gradle.platform.base.TypeBuilder
-
Allows type registration rules to add internal views to the registered type.
- intersect() - Method in class org.gradle.api.tasks.util.PatternSet
- intersect(Collection<? extends Spec<? super T>>) - Static method in class org.gradle.api.specs.Specs
-
Returns a spec that selects the intersection of those items selected by the given specs.
- intersect(Spec<? super T>...) - Static method in class org.gradle.api.specs.Specs
-
Returns a spec that selects the intersection of those items selected by the given specs.
- intersection(Collection<? extends Collection<T>>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- into(Object) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Specifies the destination directory for a copy.
- into(Object) - Method in interface org.gradle.api.file.CopySpec
-
Specifies the destination directory for a copy.
- into(Object) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Specifies the destination directory for a copy.
- into(Object) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Specifies the destination directory *inside* the archive for the files.
- into(Object, Closure) - Method in interface org.gradle.api.file.CopySpec
-
Creates and configures a child
CopySpec
with the given destination path. - into(Object, Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Creates and configures a child
CopySpec
with the given destination path. - into(Object, Closure) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Creates and configures a child
CopySpec
with a destination directory *inside* the archive for the files. - into(Object, Action<? super CopySpec>) - Method in interface org.gradle.api.file.CopySpec
-
Creates and configures a child
CopySpec
with the given destination path. - into(Object, Action<? super CopySpec>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Creates and configures a child
CopySpec
with the given destination path. - into(Object, Action<? super CopySpec>) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Creates and configures a child
CopySpec
with a destination directory *inside* the archive for the files. - InvalidActionClosureException - Exception in org.gradle.api
- InvalidActionClosureException(Closure<?>, Object) - Constructor for exception org.gradle.api.InvalidActionClosureException
- InvalidIvyPublicationException - Exception in org.gradle.api.publish.ivy
-
Thrown when attempting to publish with an invalid
IvyPublication
. - InvalidIvyPublicationException(String, String) - Constructor for exception org.gradle.api.publish.ivy.InvalidIvyPublicationException
- InvalidIvyPublicationException(String, String, Throwable) - Constructor for exception org.gradle.api.publish.ivy.InvalidIvyPublicationException
- InvalidMavenPublicationException - Exception in org.gradle.api.publish.maven
-
Thrown when attempting to publish with an invalid
MavenPublication
. - InvalidMavenPublicationException(String, String) - Constructor for exception org.gradle.api.publish.maven.InvalidMavenPublicationException
- InvalidMavenPublicationException(String, String, Throwable) - Constructor for exception org.gradle.api.publish.maven.InvalidMavenPublicationException
- InvalidModelException - Exception in org.gradle.platform.base
-
Thrown when a component model is declared in an invalid way.
- InvalidModelException(String) - Constructor for exception org.gradle.platform.base.InvalidModelException
- InvalidModelException(String, Exception) - Constructor for exception org.gradle.platform.base.InvalidModelException
- InvalidModelRuleDeclarationException - Exception in org.gradle.model
-
Thrown when a model rule, or source of model rules, is declared in an invalid way.
- InvalidModelRuleDeclarationException(String) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
- InvalidModelRuleDeclarationException(String, Throwable) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
- InvalidModelRuleDeclarationException(ModelRuleDescriptor, String) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
- InvalidModelRuleDeclarationException(ModelRuleDescriptor, Throwable) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
- InvalidModelRuleException - Exception in org.gradle.model
-
Thrown when there is a problem with the usage of a model rule.
- InvalidModelRuleException(ModelRuleDescriptor, Throwable) - Constructor for exception org.gradle.model.InvalidModelRuleException
- InvalidPluginException - Exception in org.gradle.api.plugins
-
Thrown when a plugin is found to be invalid when it is loaded.
- InvalidPluginException(String) - Constructor for exception org.gradle.api.plugins.InvalidPluginException
- InvalidPluginException(String, Throwable) - Constructor for exception org.gradle.api.plugins.InvalidPluginException
- InvalidPluginMetadataException - Exception in org.gradle.testkit.runner
-
Thrown when the plugin under test metadata cannot be read.
- InvalidPluginMetadataException(String) - Constructor for exception org.gradle.testkit.runner.InvalidPluginMetadataException
- InvalidRunnerConfigurationException - Exception in org.gradle.testkit.runner
-
Thrown when a build cannot be executed due to the runner being in an invalid state.
- InvalidRunnerConfigurationException(String) - Constructor for exception org.gradle.testkit.runner.InvalidRunnerConfigurationException
- InvalidRunnerConfigurationException(String, UnsupportedVersionException) - Constructor for exception org.gradle.testkit.runner.InvalidRunnerConfigurationException
- InvalidUserCodeException - Exception in org.gradle.api
-
A
InvalidUserCodeException
is thrown when user-provided code cannot be executed. - InvalidUserCodeException() - Constructor for exception org.gradle.api.InvalidUserCodeException
- InvalidUserCodeException(String) - Constructor for exception org.gradle.api.InvalidUserCodeException
- InvalidUserCodeException(String, Throwable) - Constructor for exception org.gradle.api.InvalidUserCodeException
- InvalidUserDataException - Exception in org.gradle.api
-
A
InvalidUserDataException
is thrown, if a user is providing illegal data for the build. - InvalidUserDataException() - Constructor for exception org.gradle.api.InvalidUserDataException
- InvalidUserDataException(String) - Constructor for exception org.gradle.api.InvalidUserDataException
- InvalidUserDataException(String, Throwable) - Constructor for exception org.gradle.api.InvalidUserDataException
- ipr(Closure) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing *.ipr content is merged with Gradle build information.
- ipr(Action<? super XmlFileContentMerger>) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
Enables advanced configuration like tinkering with the output XML or affecting the way existing *.ipr content is merged with Gradle build information.
- isAbsolute() - Method in class org.gradle.util.Path
- isAdded() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
-
Was the file added?
- isAllowInsecureProtocol() - Method in interface org.gradle.api.artifacts.repositories.UrlArtifactRepository
-
Specifies whether it is acceptable to communicate with a repository over an insecure HTTP connection.
- isAllowInsecureProtocol() - Method in class org.gradle.caching.http.HttpBuildCache
-
Specifies whether it is acceptable to communicate with a build cache over an insecure HTTP connection.
- isAllowUntrustedServer() - Method in class org.gradle.caching.http.HttpBuildCache
-
Specifies whether it is acceptable to communicate with an HTTP build cache backend with an untrusted SSL certificate.
- isArray() - Method in class org.gradle.api.reflect.TypeOf
-
Queries whether this object represents an array, generic or otherwise.
- isArtifactEnabled() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates if this repository only contains artifacts.
- isArtifactEnabled() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates if this repository only contains artifacts.
- isAssertionFailure() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns true if the represented failure is recognized as an assertion failure.
- isAssertKeyword() - Method in class org.gradle.plugins.ide.idea.model.Jdk
- isAssignableFrom(Type) - Method in class org.gradle.api.reflect.TypeOf
-
Is this type assignable from the given type?
- isAssignableFrom(TypeOf<?>) - Method in class org.gradle.api.reflect.TypeOf
-
Is this type assignable from the given type?
- isAuthor() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-author
- isAutomatedPublishing() - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Whether the plugin should automatically configure the publications for the plugins.
- isBreakIterator() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
-breakiterator
- isBreakIterator() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- isBuildable() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- isBuildable() - Method in interface org.gradle.platform.base.BinarySpec
-
Can this binary be built in the current environment?
- isBuildCacheDebugLogging() - Method in class org.gradle.StartParameter
-
Whether build cache debug logging is enabled.
- isBuildCacheEnabled() - Method in class org.gradle.StartParameter
-
Returns true if the build cache is enabled.
- isBuildProjectDependencies() - Method in class org.gradle.StartParameter
-
Returns true if project dependencies are to be built, false if they should not be.
- isBuildScan() - Method in class org.gradle.StartParameter
-
Returns true if build scan should be created.
- isCanBeConsumed() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns true if this configuration can be consumed from another project, or published.
- isCanBeDeclared() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns true if it is allowed to declare dependencies upon this configuration.
- isCanBeResolved() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns true if it is allowed to query or resolve this configuration.
- isCancellationRequested() - Method in interface org.gradle.tooling.CancellationToken
-
Gets whether cancellation has been requested for this token.
- isCaseSensitive() - Method in interface org.gradle.api.file.CopySpec
-
Specifies whether case-sensitive pattern matching should be used.
- isCaseSensitive() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Specifies whether case-sensitive pattern matching should be used.
- isCaseSensitive() - Method in class org.gradle.api.tasks.util.PatternSet
- isChanging() - Method in interface org.gradle.api.artifacts.ComponentMetadata
-
Tells whether the component is changing or immutable.
- isChanging() - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
-
Returns whether or not Gradle should always check for a change in the remote repository.
- isCompatibleWith(JavaVersion) - Method in enum org.gradle.api.JavaVersion
-
Returns if this version is compatible with the given version
- isComposite() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
-
Is this test a composite test?
- isCompositeSubstitution() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
-
Informs whether the selected component is a project substitute from a build participating in a composite build.
- isConfigurationCacheRequested() - Method in class org.gradle.StartParameter
-
Deprecated.Use
Configuration Cache build feature
instead. - isConfigureOnDemand() - Method in class org.gradle.StartParameter
-
If the configure-on-demand mode is active
- isConflictResolution() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
-
Informs whether the component was selected by conflict resolution.
- isConsoleOutput() - Method in class org.gradle.api.plugins.quality.Pmd
-
Whether or not to write PMD results to
System.out
. - isConsoleOutput() - Method in class org.gradle.api.plugins.quality.PmdExtension
-
Whether or not to write PMD results to
System.out
. - isConstrained() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
-
Informs whether the selected component version has been influenced by a dependency constraint.
- isConstraint() - Method in interface org.gradle.api.artifacts.result.DependencyResult
-
Indicates if this dependency edge originated from a dependency constraint.
- isContinueOnFailure() - Method in class org.gradle.StartParameter
-
Specifies whether the build should continue on task failure.
- isContinuous() - Method in class org.gradle.StartParameter
- isCurrent() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
-
Is this the current OS?
- isCurrentBuild() - Method in interface org.gradle.api.artifacts.component.BuildIdentifier
-
Deprecated.Compare
BuildIdentifier.getBuildPath()
with the build path of the current build instead. - isCurrentJvm() - Method in interface org.gradle.jvm.toolchain.JavaInstallationMetadata
-
Returns true if this installation corresponds to the build JVM.
- isDebug() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to include debugging information in the generated class files.
- isDebug() - Method in class org.gradle.testkit.runner.GradleRunner
-
Indicates whether the build should be executed “in process” so that it is debuggable.
- isDebuggable() - Method in interface org.gradle.language.nativeplatform.ComponentWithNativeRuntime
-
Returns true if this component has debugging enabled.
- isDebuggable() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Should the compiler generate debuggable code?
- isDebuggable() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Should the compiler generate debuggable code?
- isDebuggable() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
Create a debuggable binary?
- isDependencyOrderEntry(Object) - Method in class org.gradle.plugins.ide.idea.model.Module
- isDeprecation() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to log details of usage of deprecated members or classes.
- isDeprecation() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Tells whether to generate deprecation information.
- isDeprecation() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Generate deprecation information.
- isDetail() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
- isDirectory() - Method in interface org.gradle.api.file.FileTreeElement
-
Returns true if this element is a directory, or false if this element is a regular file.
- isDocFilesSubDirs() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-docfilessubdirs.
- isDownloadJavadoc() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Whether to download and associate Javadoc Jars with the dependency Jars.
- isDownloadJavadoc() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Whether to download and add javadoc associated with the dependency jars.
- isDownloadSources() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Whether to download and associate source Jars with the dependency Jars.
- isDownloadSources() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Whether to download and add sources associated with the dependency jars.
- isDryRun() - Method in class org.gradle.StartParameter
- isDumpOnExit() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Whether or not to dump the coverage data at VM shutdown.
- isDynamicMode() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepositoryMetaDataProvider
-
Returns true if dynamic resolve mode should be used for Ivy modules.
- isEmpty() - Method in interface org.gradle.api.attributes.AttributeContainer
-
Returns true if this container is empty.
- isEmpty() - Method in interface org.gradle.api.file.FileCollection
-
Returns true if this collection is empty.
- isEmpty() - Method in interface org.gradle.api.reporting.ReportContainer
- isEmpty() - Method in class org.gradle.api.specs.CompositeSpec
- isEmpty() - Method in class org.gradle.api.tasks.util.PatternSet
-
The PatternSet is considered empty when no includes or excludes have been added.
- isEmpty() - Method in interface org.gradle.model.ModelMap
-
Returns true if this collection contains no items.
- isEmpty() - Method in interface org.gradle.platform.base.DependencySpecContainer
-
Returns true if this container doesn't hold any dependency.
- isEnabled() - Method in class org.gradle.caching.configuration.AbstractBuildCache
-
Returns whether the build cache is enabled.
- isEnabled() - Method in interface org.gradle.caching.configuration.BuildCache
-
Returns whether the build cache is enabled.
- isEnabled() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Whether or not the task should generate execution data.
- isEnabled() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
Indicates if the rule should be used when checking generated coverage metrics.
- isEnabled(LogLevel) - Method in interface org.gradle.api.logging.Logger
-
Returns true if the given log level is enabled for this logger.
- isEndorsingStrictVersions() - Method in interface org.gradle.api.artifacts.DirectDependencyMetadata
-
Are the
VersionConstraint.getStrictVersion()
strict version} dependency constraints of the target module endorsed? - isEndorsingStrictVersions() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Are the
VersionConstraint.getStrictVersion()
strict version} dependency constraints of the target module endorsed? - isExpected() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
-
Informs whether the component is the requested selection of all dependency declarations, and was not replaced for some reason, such as conflict resolution.
- isExported() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- isExported() - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- isExported() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
-
Whether the library is exported to dependent modules.
- isExported() - Method in interface org.gradle.tooling.model.eclipse.EclipseClasspathContainer
-
Marks this container as exported.
- isExported() - Method in interface org.gradle.tooling.model.eclipse.EclipseProjectDependency
-
Marks this dependency as exported.
- isExported() - Method in interface org.gradle.tooling.model.ExternalDependency
-
Marks this dependency as exported.
- isExportKeys() - Method in class org.gradle.StartParameter
-
If true, after writing the dependency verification file, a public keyring file will be generated with all keys seen during generation of the file.
- isFailOnError() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to fail the build when compilation fails.
- isFailOnError() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Tells whether the compilation task should fail if compile errors occurred.
- isFailOnError() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Specifies whether this task should fail when errors are encountered during Javadoc generation.
- isFailOnError() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Fail the build on compilation errors.
- isFailOnNoMatchingTests() - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Returns whether the task should fail if no matching tests where found.
- isFailOnViolation() - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRulesContainer
-
Specifies whether build should fail in case of rule violations.
- isFile() - Method in class org.gradle.api.file.RelativePath
- isFileComparisonFailure() - Method in interface org.gradle.api.tasks.testing.TestFailureDetails
-
Returns true if the represented failure is recognized as a file comparison failure.
- isFollowSymlinks() - Method in class org.gradle.api.tasks.Delete
-
Returns if symlinks should be followed when doing a delete.
- isForce() - Method in interface org.gradle.api.artifacts.ExternalDependency
-
Returns whether or not the version of this dependency should be enforced in the case of version conflicts.
- isForce() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Whether to force the compilation of all files.
- isForced() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
-
Informs whether the component was forced.
- isFork() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to run the compiler in its own process.
- isFork() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Tells whether to run the Groovy compiler in a separate process.
- isFreeBSD() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
-
Is it FreeBSD?
- isFromCache() - Method in interface org.gradle.tooling.events.task.TaskSuccessResult
-
Returns whether the output for this task was pulled from a build cache when using task output caching.
- isGenerated() - Method in interface org.gradle.tooling.model.idea.IdeaSourceDirectory
-
Return
true
if this source directory is generated. - isGradleMetadataEnabled() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates if this repository contains Gradle module metadata.
- isGradleMetadataEnabled() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates if this repository contains Gradle module metadata.
- isGroupByInstances() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Indicates whether the tests should be grouped by instances.
- isIgnoreExitValue() - Method in class org.gradle.api.tasks.AbstractExecTask
-
Tells whether a non-zero exit value is ignored, or an exception thrown.
- isIgnoreExitValue() - Method in class org.gradle.api.tasks.Exec
-
Tells whether a non-zero exit value is ignored, or an exception thrown.
- isIgnoreExitValue() - Method in class org.gradle.api.tasks.JavaExec
-
Tells whether a non-zero exit value is ignored, or an exception thrown.
- isIgnoreExitValue() - Method in interface org.gradle.process.BaseExecSpec
-
Tells whether a non-zero exit value is ignored, or an exception thrown.
- isIgnoreFailures() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Whether the build should break when the verifications performed by this task fail.
- isIgnoreFailures() - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
Whether to allow the build to continue if there are warnings.
- isIgnoreFailures() - Method in class org.gradle.nativeplatform.test.tasks.RunTestExecutable
- isIgnoreGradleMetadataRedirectionEnabled() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates if this repository ignores Gradle module metadata redirection markers.
- isIgnoreGradleMetadataRedirectionEnabled() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates if this repository ignores Gradle module metadata redirection markers.
- isIncludeNoLocationClasses() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Whether or not classes without source location should be instrumented.
- isIncremental() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
informs whether to use incremental compilation feature.
- isIncremental() - Method in interface org.gradle.tooling.events.task.TaskExecutionResult
-
Returns whether this task was executed incrementally.
- isIncremental() - Method in interface org.gradle.work.InputChanges
-
Indicates if it was possible for Gradle to determine which input files were out of date compared to a previous execution.
- isInheritOutputDirs() - Method in class org.gradle.plugins.ide.idea.model.Module
-
If true, output directories for this module will be located below the output directory for the project; otherwise,
Module.outputDir
andModule.testOutputDir
will take effect. - isIvyDescriptorEnabled() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates if this repository contains Ivy descriptors.
- isJava10() - Method in enum org.gradle.api.JavaVersion
- isJava10Compatible() - Method in enum org.gradle.api.JavaVersion
- isJava11() - Method in enum org.gradle.api.JavaVersion
-
Returns if the version is Java 11.
- isJava11Compatible() - Method in enum org.gradle.api.JavaVersion
-
Returns if the version is Java 11 compatible.
- isJava12() - Method in enum org.gradle.api.JavaVersion
-
Returns if the version is Java 12.
- isJava12Compatible() - Method in enum org.gradle.api.JavaVersion
-
Returns if the version is Java 12 compatible.
- isJava5() - Method in enum org.gradle.api.JavaVersion
- isJava5Compatible() - Method in enum org.gradle.api.JavaVersion
- isJava6() - Method in enum org.gradle.api.JavaVersion
- isJava6Compatible() - Method in enum org.gradle.api.JavaVersion
- isJava7() - Method in enum org.gradle.api.JavaVersion
- isJava7Compatible() - Method in enum org.gradle.api.JavaVersion
- isJava8() - Method in enum org.gradle.api.JavaVersion
- isJava8Compatible() - Method in enum org.gradle.api.JavaVersion
- isJava9() - Method in enum org.gradle.api.JavaVersion
- isJava9Compatible() - Method in enum org.gradle.api.JavaVersion
- isJavaAnnotationProcessing() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Whether the Groovy code should be subject to Java annotation processing.
- isJdk15() - Method in class org.gradle.plugins.ide.idea.model.Jdk
- isJmx() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Whether or not to expose functionality via JMX under
org.jacoco:type=Runtime
. - isKeepStubs() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Tells whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
- isKeyWords() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-keywords.
- isKnown() - Method in interface org.gradle.tooling.events.problems.Severity
- isLegacyBinary() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- isLenient() - Method in interface org.gradle.api.artifacts.ArtifactView.ViewConfiguration
-
Determines whether the view should be resolved in a 'lenient' fashion.
- isLifecycleEnabled() - Method in interface org.gradle.api.logging.Logger
-
Returns true if lifecycle log level is enabled for this logger.
- isLinkSource() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-linksource
- isLinux() - Method in class org.gradle.nativeplatform.OperatingSystemFamily
-
Is this the Linux operating system family?
- isLinux() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
-
Is it Linux?
- isListFiles() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to log the files to be compiled.
- isListFiles() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Tells whether to print which source files are to be compiled.
- isListFiles() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
List files to be compiled.
- isMacOs() - Method in class org.gradle.nativeplatform.OperatingSystemFamily
-
Is this the macOS operating system family?
- isMacOsX() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
-
Is it macOS?
- isMain(SourceSet) - Static method in interface org.gradle.api.tasks.SourceSet
-
Determines if this source set is the main source set
- isMavenPomEnabled() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates if this repository contains Maven POM files.
- isModified() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
-
Was the file modified?
- isNoBuildScan() - Method in class org.gradle.StartParameter
-
Returns true when build scan creation is explicitly disabled.
- isNoComment() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-nocomment.
- isNoDeprecated() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-nodeprecated
- isNoDeprecatedList() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-nodeprecatedlist
- isNoHelp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-nohelp
- isNoIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-noindex
- isNoNavBar() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-nonavbar
- isNoSince() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-nosince
- isNoTimestamp() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns whether to include timestamp within hidden comment in generated HTML (Groovy >= 2.4.6).
- isNoTimestamp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- isNoTree() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-notree
- isNoVersionStamp() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns whether to include version stamp within hidden comment in generated HTML (Groovy >= 2.4.6).
- isOffline() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
If true then external artifacts (e.g.
- isOffline() - Method in class org.gradle.StartParameter
-
Specifies whether the build should be performed offline (ie without network access).
- IsolatedAction<T> - Interface in org.gradle.api
-
Defines an action that is applied to objects of type
IsolatedAction
, with each target getting its own isolated action instance. - IsolatedProject - Interface in org.gradle.api.project
-
An isolated view of
Project
that exposes only those properties that are safe to access from outside ofthis
project, from the perspective of isolated projects. - ISOLATING - org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
- IsolationMode - Enum in org.gradle.workers
-
Deprecated.
- isOpen() - Method in interface org.gradle.tooling.model.eclipse.EclipseWorkspaceProject
-
The status of the eclipse project.
- isOptimize() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Run optimizations.
- isOptimized() - Method in interface org.gradle.language.nativeplatform.ComponentWithNativeRuntime
-
Returns true if this component is optimized.
- isOptimized() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Should the compiler generate optimized code?
- isOptimized() - Method in class org.gradle.language.swift.tasks.SwiftCompile
-
Should the compiler generate debuggable code?
- isOutputPerTestCase() - Method in interface org.gradle.api.tasks.testing.JUnitXmlReport
-
Should the output be associated with individual test cases instead of at the suite level.
- isParallelProjectExecutionEnabled() - Method in interface org.gradle.concurrent.ParallelismConfiguration
-
Returns true if parallel project execution is enabled.
- isParallelProjectExecutionEnabled() - Method in class org.gradle.StartParameter
-
Returns true if parallel project execution is enabled.
- isParameterized() - Method in class org.gradle.api.reflect.TypeOf
-
Queries whether this object represents a parameterized type.
- isParameters() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Whether the Groovy compiler generate metadata for reflection on method parameter names on JDK 8 and above.
- isPositionIndependentCode() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Should the compiler generate position independent code?
- isPresent() - Method in interface org.gradle.api.provider.Provider
-
Returns
true
if there is a value present, otherwisefalse
. - isPreserveFileTimestamps() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Specifies whether file timestamps should be preserved in the archive.
- isPreserveOrder() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Indicates whether the tests should be run in deterministic order.
- isProfile() - Method in class org.gradle.StartParameter
-
Returns true if a profile report will be generated.
- isProjectDependenciesOnly() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- isPublic() - Method in class org.gradle.api.reflect.TypeOf
-
Queries whether the type represented by this object is public (
Modifier.isPublic(int)
). - isPublic() - Method in interface org.gradle.tooling.model.Launchable
-
Returns whether launchable is public or not.
- isPush() - Method in class org.gradle.caching.configuration.AbstractBuildCache
-
Returns whether a given build can store outputs in the build cache.
- isPush() - Method in interface org.gradle.caching.configuration.BuildCache
-
Returns whether a given build can store outputs in the build cache.
- isQuietEnabled() - Method in interface org.gradle.api.logging.Logger
-
Returns true if quiet log level is enabled for this logger.
- isRecursive() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Indicates whether this ResourceFilter applies recursively to all children of the project it is created on.
- isRecursive() - Method in class org.gradle.plugins.ide.idea.model.JarDirectory
- isRefreshDependencies() - Method in class org.gradle.StartParameter
-
Specifies whether the dependencies should be refreshed..
- isRefreshKeys() - Method in class org.gradle.StartParameter
-
If true, Gradle will try to download missing keys again.
- isRelativeToPathVariable() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
-
Returns true if this reference is relative to a path variable.
- isRemoved() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
-
Was the file removed?
- isReproducibleFileOrder() - Method in interface org.gradle.api.file.ReproducibleFileVisitor
-
Whether the
FileVisitor
should receive the files in a reproducible order independent of the underlying file system. - isReproducibleFileOrder() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Specifies whether to enforce a reproducible file order when reading files from directories.
- isRequired() - Method in class org.gradle.plugins.signing.Sign
-
Whether or not this task should fail if no signatory or signature type are configured at generation time.
- isRequired() - Method in interface org.gradle.plugins.signing.SignatureSpec
-
Whether or not it is required that this signature be generated.
- isRequired() - Method in class org.gradle.plugins.signing.SigningExtension
-
Whether this task should fail if no signatory or signature type are configured at generation time.
- isRequired() - Method in class org.gradle.plugins.signing.SignOperation
- isRerunTasks() - Method in class org.gradle.StartParameter
-
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
- isResolved() - Method in interface org.gradle.tooling.model.eclipse.EclipseExternalDependency
-
Returns
true
if the current instance represents a resolved dependency. - isSatisfiedBy(T) - Method in class org.gradle.api.specs.AndSpec
- isSatisfiedBy(T) - Method in class org.gradle.api.specs.NotSpec
- isSatisfiedBy(T) - Method in class org.gradle.api.specs.OrSpec
- isSatisfiedBy(T) - Method in interface org.gradle.api.specs.Spec
- isScanForTestClasses() - Method in class org.gradle.api.tasks.testing.Test
-
Specifies whether test classes should be detected.
- isSecureUrl(URI) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- isSelectedByRule() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
-
Informs whether the component was selected by the dependency substitution rule.
- isSerialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-serialwarn
- isShowHidden() - Method in class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- isShowNonBuildable() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.Should this include non-buildable components in the report?
- isShowSinglePathToDependency() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Tells if the report should only show one path to each dependency.
- isShowTestSuites() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.Should this include test suites in the report?
- isShowViolations() - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Whether rule violations are to be displayed on the console.
- isShowViolations() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
Whether rule violations are to be displayed on the console.
- isSimple() - Method in class org.gradle.api.reflect.TypeOf
-
Queries whether this object represents a simple (non-composite) type, not an array and not a generic type.
- isSnapshot() - Method in class org.gradle.util.GradleVersion
-
Returns
true
if this instance represent a snapshot version (e.g. - isSolaris() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
-
Is it Solaris?
- isSplitIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-splitindex
- issueManagement(Action<? super MavenPomIssueManagement>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the issue management for the publication represented by this POM.
- isSynthetic() - Method in class org.gradle.api.reflect.TypeOf
-
Queries whether this object represents a synthetic type as defined by
Class.isSynthetic()
. - isTestable() - Method in interface org.gradle.language.swift.SwiftBinary
-
Returns true if this binary has testing enabled.
- isTrace() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Specifies that all rules call
traceIn
/traceOut
. - isTraceLexer() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Specifies that all lexer rules call
traceIn
/traceOut
. - isTraceParser() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Specifies that all parser rules call
traceIn
/traceOut
. - isTraceTreeWalker() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Specifies that all tree walker rules call
traceIn
/traceOut
. - isTransitive() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns the transitivity of this configuration.
- isTransitive() - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Returns whether this dependency should be resolved including or excluding its transitive dependencies.
- isTransitive() - Method in interface org.gradle.api.publish.ivy.IvyDependency
-
Deprecated.The transitive value for this dependency.
- isTrue(Object) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- isUnchecked() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Tells whether to generate unchecked information.
- isUnchecked() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Generate unchecked information.
- isUploadDescriptor() - 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.
- isUpToDate() - Method in interface org.gradle.tooling.events.task.TaskSuccessResult
-
Returns whether this task was up-to-date.
- isUse() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns whether to create class and package usage pages.
- isUse() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-use
- isUseDefaultListeners() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Whether the default listeners and reporters should be used.
- isUseExpectContinue() - Method in class org.gradle.caching.http.HttpBuildCache
-
Specifies whether HTTP expect-continue should be used for store requests.
- isValid() - Method in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- isVerbose() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to produce verbose output.
- isVerbose() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Tells whether to turn on verbose output.
- isVerbose() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Deprecated.This method duplicates the functionality of
getOptions().isVerbose()
. It will be removed in Gradle 9.0. - isVerbose() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- isVerbose() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- isVersion() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
-version
- isVisible() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns true if this is a visible configuration.
- isWarnings() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to log warning messages.
- isWildcard() - Method in class org.gradle.api.reflect.TypeOf
-
Queries whether this object represents a wildcard type expression, such as
?
,? extends Number
, or? super Integer
. - isWindows() - Method in class org.gradle.nativeplatform.OperatingSystemFamily
-
Is this the Windows operating system family?
- isWindows() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
-
Is it Windows?
- isWriteDependencyLocks() - Method in class org.gradle.StartParameter
-
Returns true when dependency resolution is to be persisted for locking
- isZip64() - Method in class org.gradle.api.tasks.bundling.Zip
-
Whether the zip can contain more than 65535 files and/or support files greater than 4GB in size.
- ivy(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds and configures an Ivy repository.
- ivy(String) - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
-
Adds an Ivy pattern to define where ivy files are located in this repository.
- ivy(Action<? super IvyArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds and configures an Ivy repository.
- IVY_ARTIFACT_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
- IvyArtifact - Interface in org.gradle.api.publish.ivy
-
An artifact published as part of a
IvyPublication
. - IvyArtifactRepository - Interface in org.gradle.api.artifacts.repositories
-
An artifact repository which uses an Ivy format to store artifacts and meta-data.
- IvyArtifactRepository.MetadataSources - Interface in org.gradle.api.artifacts.repositories
-
Allows configuring the sources of metadata for a specific repository.
- IvyArtifactRepositoryMetaDataProvider - Interface in org.gradle.api.artifacts.repositories
-
The meta-data provider for an Ivy repository.
- IvyArtifactSet - Interface in org.gradle.api.publish.ivy
-
A Collection of
IvyArtifact
s to be included in anIvyPublication
. - IvyConfiguration - Interface in org.gradle.api.publish.ivy
-
A configuration included in an
IvyPublication
, which will be published in the ivy descriptor file generated. - IvyConfigurationContainer - Interface in org.gradle.api.publish.ivy
-
The set of
IvyConfiguration
s that will be included in theIvyPublication
. - IvyDependency - Interface in org.gradle.api.publish.ivy
-
Deprecated.This type is not referenced by any other public API classes. It will be removed in Gradle 9.0
- ivyDescriptor() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository.MetadataSources
-
Indicates that this repository will contain Ivy descriptors.
- IvyDescriptorArtifact - Interface in org.gradle.ivy
-
An Ivy descriptor artifact.
- IvyExtraInfo - Interface in org.gradle.api.artifacts.ivy
-
Represents the set of "extra" info elements in the Ivy descriptor.
- IvyExtraInfoSpec - Interface in org.gradle.api.publish.ivy
-
Represents a modifiable form of IvyExtraInfo so that "extra" info elements can be configured on an Ivy publication.
- IvyModule - Interface in org.gradle.ivy
-
An Ivy Module component.
- IvyModuleDescriptor - Interface in org.gradle.api.artifacts.ivy
-
The metadata about an Ivy module that acts as an input to a component metadata rule.
- IvyModuleDescriptorAuthor - Interface in org.gradle.api.publish.ivy
-
An author of an Ivy publication.
- IvyModuleDescriptorDescription - Interface in org.gradle.api.publish.ivy
-
The description of an Ivy publication.
- IvyModuleDescriptorLicense - Interface in org.gradle.api.publish.ivy
-
A license of an Ivy publication.
- IvyModuleDescriptorSpec - Interface in org.gradle.api.publish.ivy
-
The descriptor of any Ivy publication.
- ivyPattern(String) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Adds an independent pattern that will be used to locate ivy files in this repository.
- IvyPatternRepositoryLayout - Interface in org.gradle.api.artifacts.repositories
-
A repository layout that uses user-supplied patterns.
- IvyPublication - Interface in org.gradle.api.publish.ivy
-
An
IvyPublication
is the representation/configuration of how Gradle should publish something in Ivy format, to an Ivy repository. - IvyPublishPlugin - Class in org.gradle.api.publish.ivy.plugins
-
Adds the ability to publish in the Ivy format to Ivy repositories.
- IvyPublishPlugin(Instantiator, ObjectFactory, DependencyMetaDataProvider, FileResolver, ProviderFactory) - Constructor for class org.gradle.api.publish.ivy.plugins.IvyPublishPlugin
- iws(Closure) - Method in class org.gradle.plugins.ide.idea.model.IdeaWorkspace
-
Enables advanced manipulation of the output XML.
- iws(Action<? super XmlFileContentMerger>) - Method in class org.gradle.plugins.ide.idea.model.IdeaWorkspace
-
Enables advanced manipulation of the output XML.
J
- J9 - Static variable in class org.gradle.jvm.toolchain.JvmImplementation
-
Eclipse OpenJ9 (previously known as IBM J9) virtual machine implementation.
- JACOCO_AGGREGATION_CONFIGURATION_NAME - Static variable in class org.gradle.testing.jacoco.plugins.JacocoReportAggregationPlugin
- JACOCO_RESULTS - Static variable in interface org.gradle.api.attributes.VerificationType
-
Binary results of running tests containing pass/fail information
- JacocoBase - Class in org.gradle.testing.jacoco.tasks
-
Base class for Jacoco tasks.
- JacocoBase() - Constructor for class org.gradle.testing.jacoco.tasks.JacocoBase
- JacocoCoverageReport - Interface in org.gradle.testing.jacoco.plugins
-
A container for the inputs of an aggregated JaCoCo code coverage report.
- JacocoCoverageVerification - Class in org.gradle.testing.jacoco.tasks
-
Task for verifying code coverage metrics.
- JacocoCoverageVerification() - Constructor for class org.gradle.testing.jacoco.tasks.JacocoCoverageVerification
- JacocoLimit - Interface in org.gradle.testing.jacoco.tasks.rules
-
Defines a Jacoco rule limit.
- JacocoPlugin - Class in org.gradle.testing.jacoco.plugins
-
Plugin that provides support for generating Jacoco coverage data.
- JacocoPlugin(Instantiator) - Constructor for class org.gradle.testing.jacoco.plugins.JacocoPlugin
- JacocoPluginExtension - Class in org.gradle.testing.jacoco.plugins
-
Extension including common properties and methods for Jacoco.
- JacocoPluginExtension(Project, JacocoAgentJar) - Constructor for class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
-
Creates a Jacoco plugin extension.
- JacocoReport - Class in org.gradle.testing.jacoco.tasks
-
Task to generate HTML, Xml and CSV reports of Jacoco coverage data.
- JacocoReport() - Constructor for class org.gradle.testing.jacoco.tasks.JacocoReport
- JacocoReportAggregationPlugin - Class in org.gradle.testing.jacoco.plugins
-
Adds configurations to for resolving variants containing JaCoCo code coverage results, which may span multiple subprojects.
- JacocoReportAggregationPlugin() - Constructor for class org.gradle.testing.jacoco.plugins.JacocoReportAggregationPlugin
- JacocoReportBase - Class in org.gradle.testing.jacoco.tasks
-
Base class for Jacoco report tasks.
- JacocoReportBase() - Constructor for class org.gradle.testing.jacoco.tasks.JacocoReportBase
- JacocoReportsContainer - Interface in org.gradle.testing.jacoco.tasks
-
The reporting configuration for the
JacocoReport
task. - JacocoTaskExtension - Class in org.gradle.testing.jacoco.plugins
-
Extension for tasks that should run with a Jacoco agent to generate coverage execution data.
- JacocoTaskExtension(ObjectFactory, JacocoAgentJar, JavaForkOptions) - Constructor for class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Creates a Jacoco task extension.
- JacocoTaskExtension.Output - Enum in org.gradle.testing.jacoco.plugins
-
The types of output that the agent can use for execution data.
- JacocoViolationRule - Interface in org.gradle.testing.jacoco.tasks.rules
-
Defines a Jacoco violation rule.
- JacocoViolationRulesContainer - Interface in org.gradle.testing.jacoco.tasks.rules
-
The violation rules configuration for the
JacocoReport
task. - Jar - Class in org.gradle.api.tasks.bundling
-
Assembles a JAR archive.
- Jar - Class in org.gradle.jvm.tasks
-
Assembles a JAR archive.
- Jar() - Constructor for class org.gradle.api.tasks.bundling.Jar
- Jar() - Constructor for class org.gradle.jvm.tasks.Jar
- JAR - Static variable in interface org.gradle.api.attributes.LibraryElements
-
The JVM archive format
- JAR_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the task which generates the component main jar.
- JAR_TYPE - Static variable in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Represents a JAR file.
- JarDirectory - Class in org.gradle.plugins.ide.idea.model
-
Represents a jar directory element of an idea module library.
- JarDirectory(Path, boolean) - Constructor for class org.gradle.plugins.ide.idea.model.JarDirectory
- java(Closure) - Method in interface org.gradle.api.tasks.SourceSet
-
Configures the Java source for this set.
- java(Action<? super SourceDirectorySet>) - Method in interface org.gradle.api.tasks.SourceSet
-
Configures the Java source for this set.
- JAVA_API - Static variable in interface org.gradle.api.attributes.Usage
-
The Java API of a library, packaged as class path elements, either a JAR or a classes directory.
- JAVA_RUNTIME - Static variable in interface org.gradle.api.attributes.Usage
-
The Java runtime of a component, packaged as class path elements, either a JAR or a classes directory.
- JavaApplication - Interface in org.gradle.api.plugins
-
Configuration for a Java application, defining how to assemble the application.
- JavaAppStartScriptGenerationDetails - Interface in org.gradle.jvm.application.scripts
-
Details for generating Java-based application start scripts.
- JavaBasePlugin - Class in org.gradle.api.plugins
-
A
Plugin
which compiles and tests Java source, and assembles it into a JAR file. - JavaBasePlugin(ObjectFactory, JvmPluginServices) - Constructor for class org.gradle.api.plugins.JavaBasePlugin
- JavaCompile - Class in org.gradle.api.tasks.compile
-
Compiles Java source files.
- JavaCompile() - Constructor for class org.gradle.api.tasks.compile.JavaCompile
- JavaCompiler - Interface in org.gradle.jvm.toolchain
-
A java compiler used by compile tasks.
- JavaCompileTaskOperationResult - Interface in org.gradle.tooling.events.task.java
-
Describes the result of a
JavaCompile
task. - JavaCompileTaskOperationResult.AnnotationProcessorResult - Interface in org.gradle.tooling.events.task.java
-
The results of an annotation processor used during compilation.
- JavaCompileTaskOperationResult.AnnotationProcessorResult.Type - Enum in org.gradle.tooling.events.task.java
-
Type of annotation processor.
- JavaDebugOptions - Interface in org.gradle.process
-
Contains a subset of the Java Debug Wire Protocol properties.
- Javadoc - Class in org.gradle.api.tasks.javadoc
-
Generates HTML API documentation for Java classes.
- Javadoc() - Constructor for class org.gradle.api.tasks.javadoc.Javadoc
- JAVADOC - Static variable in interface org.gradle.api.attributes.DocsType
-
The typical documentation for Java APIs
- JAVADOC_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the javadoc elements configuration.
- JAVADOC_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the task which generates the component javadoc.
- JavadocArtifact - Interface in org.gradle.language.java.artifact
-
An artifact containing Javadoc documentation.
- JavadocMemberLevel - Enum in org.gradle.external.javadoc
-
This enum maps to the -public, -protected, -package and -private options of the javadoc executable.
- JavadocOfflineLink - Class in org.gradle.external.javadoc
-
This class is used to hold the information that can be provided to the javadoc executable via the -linkoffline option.
- JavadocOfflineLink(String, String) - Constructor for class org.gradle.external.javadoc.JavadocOfflineLink
- JavadocOptionFileOption<T> - Interface in org.gradle.external.javadoc
-
Represents a Javadoc command-line option.
- JavadocOutputLevel - Enum in org.gradle.external.javadoc
-
This enum maps to the -verbose and -quiet options of the javadoc executable.
- JavadocTool - Interface in org.gradle.jvm.toolchain
-
Generates HTML API documentation for Java classes.
- javadocToolFor(Action<? super JavaToolchainSpec>) - Method in interface org.gradle.jvm.toolchain.JavaToolchainService
-
Obtain a
JavadocTool
matching theJavaToolchainSpec
, as configured by the provided action. - javadocToolFor(JavaToolchainSpec) - Method in interface org.gradle.jvm.toolchain.JavaToolchainService
-
Obtain a
JavadocTool
matching theJavaToolchainSpec
. - JavaEnvironment - Interface in org.gradle.tooling.model.build
-
Informs about the Java environment, for example the Java home or the JVM args used.
- javaexec(Closure) - Method in interface org.gradle.api.Project
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.javaexec(Action)
orProviderFactory.javaexec(Action)
instead. - javaexec(Closure) - Method in interface org.gradle.api.Script
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.javaexec(Action)
orProviderFactory.javaexec(Action)
instead. - javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.api.Project
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.javaexec(Action)
orProviderFactory.javaexec(Action)
instead. - javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Allows lazy access to the output of the external java process.
- javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.api.Script
-
Deprecated.Since 8.11. This method will be removed in Gradle 9.0. Use
ExecOperations.javaexec(Action)
orProviderFactory.javaexec(Action)
instead. - javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.process.ExecOperations
-
Executes the specified external
java
process. - JavaExec - Class in org.gradle.api.tasks
-
Executes a Java application in a child process.
- JavaExec() - Constructor for class org.gradle.api.tasks.JavaExec
- JavaExecSpec - Interface in org.gradle.process
-
Specifies the options for executing a Java application.
- JavaForkOptions - Interface in org.gradle.process
-
Specifies the options to use to fork a Java process.
- JavaGradlePluginPlugin - Class in org.gradle.plugin.devel.plugins
-
A plugin for building java gradle plugins.
- JavaGradlePluginPlugin() - Constructor for class org.gradle.plugin.devel.plugins.JavaGradlePluginPlugin
- JavaInstallationMetadata - Interface in org.gradle.jvm.toolchain
-
Metadata about a Java tool obtained from a toolchain.
- JavaLanguageVersion - Interface in org.gradle.jvm.toolchain
-
Represents a Java Language version
- JavaLauncher - Interface in org.gradle.jvm.toolchain
-
A java executable used to execute applications or run tests.
- JavaLibraryDistributionPlugin - Class in org.gradle.api.plugins
-
A
Plugin
which package a Java project as a distribution including the JAR and runtime dependencies. - JavaLibraryDistributionPlugin() - Constructor for class org.gradle.api.plugins.JavaLibraryDistributionPlugin
- JavaLibraryPlugin - Class in org.gradle.api.plugins
-
A
Plugin
which extends the capabilities of theJava plugin
by cleanly separating the API and implementation dependencies of a library. - JavaLibraryPlugin() - Constructor for class org.gradle.api.plugins.JavaLibraryPlugin
- JavaPlatformExtension - Interface in org.gradle.api.plugins
-
The extension to configure a Java platform project.
- JavaPlatformPlugin - Class in org.gradle.api.plugins
-
The Java platform plugin allows building platform components for Java, which are usually published as BOM files (for Maven) or Gradle platforms (Gradle metadata).
- JavaPlatformPlugin(SoftwareComponentFactory) - Constructor for class org.gradle.api.plugins.JavaPlatformPlugin
- JavaPlugin - Class in org.gradle.api.plugins
-
A
Plugin
which compiles and tests Java source, and assembles it into a JAR file. - JavaPlugin() - Constructor for class org.gradle.api.plugins.JavaPlugin
- JavaPluginConvention - Class in org.gradle.api.plugins
-
Deprecated.Replaced by
JavaPluginExtension
. This class is scheduled for removal in Gradle 9.0. - JavaPluginConvention() - Constructor for class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.
- JavaPluginExtension - Interface in org.gradle.api.plugins
-
Common configuration for JVM (Java) based projects.
- javaRepositories(Action<? super JavaToolchainRepositoryHandler>) - Method in interface org.gradle.jvm.toolchain.JvmToolchainManagement
-
NamedDomainObjectList
based handler for configuring an ordered collection of Java toolchain repositories: - JavaResolutionConsistency - Interface in org.gradle.api.plugins
-
Dependency resolution consistency configuration for the Java derived plugins.
- JavaRuntime - Interface in org.gradle.tooling.model.java
-
Represents a Java virtual machine installation.
- JavaTestFixturesPlugin - Class in org.gradle.api.plugins
-
Adds support for producing test fixtures.
- JavaTestFixturesPlugin() - Constructor for class org.gradle.api.plugins.JavaTestFixturesPlugin
- JavaToolchainDownload - Interface in org.gradle.jvm.toolchain
-
The response provided by a
JavaToolchainResolver
to a specificJavaToolchainRequest
. - JavaToolchainRepository - Interface in org.gradle.jvm.toolchain
-
Named configuration of
JavaToolchainResolver
implementations, identified by their implementation class. - JavaToolchainRepositoryHandler - Interface in org.gradle.jvm.toolchain
-
NamedDomainObjectList
based handler for configuring an ordered collection ofJavaToolchainRepository
implementations. - JavaToolchainRequest - Interface in org.gradle.jvm.toolchain
-
Describes Java toolchains that need to be auto-provisioned, including their properties (see
JavaToolchainSpec
} and the build environment they are needed in. - JavaToolchainResolver - Interface in org.gradle.jvm.toolchain
-
Interface that needs to be implemented by Java toolchain provisioning plugins.
- JavaToolchainResolverRegistry - Interface in org.gradle.jvm.toolchain
-
The build level object/service provided by Gradle which Java toolchain provisioning plugins can access to register their
JavaToolchainResolver
implementations/build services into. - JavaToolchainService - Interface in org.gradle.jvm.toolchain
- JavaToolchainSpec - Interface in org.gradle.jvm.toolchain
-
Requirements for selecting a Java toolchain.
- JavaVersion - Enum in org.gradle.api
-
An enumeration of Java versions.
- jcenter() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Deprecated.JFrog announced JCenter's sunset in February 2021. Use
RepositoryHandler.mavenCentral()
instead. - jcenter(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Deprecated.JFrog announced JCenter's sunset in February 2021. Use
RepositoryHandler.mavenCentral()
instead. - Jdk - Class in org.gradle.plugins.ide.idea.model
-
Represents information for the project Java SDK.
- Jdk(boolean, boolean, String, String) - Constructor for class org.gradle.plugins.ide.idea.model.Jdk
- Jdk(String, IdeaLanguageLevel) - Constructor for class org.gradle.plugins.ide.idea.model.Jdk
- jdt(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse java compatibility information (jdt)
- jdt(Action<? super EclipseJdt>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse java compatibility information (jdt)
- Jdt - Class in org.gradle.plugins.ide.eclipse.model
-
Represents the Eclipse JDT settings.
- Jdt(PropertiesTransformer) - Constructor for class org.gradle.plugins.ide.eclipse.model.Jdt
- JETBRAINS - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
-
A constant for using JetBrains Runtime as the JVM vendor.
- jFlags(String...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- jFlags(String...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- join(String, Iterable<?>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Creates a string with
toString()
of each object with the given separator. - join(String, Object[]) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Creates a string with
toString()
of each object with the given separator. - JUnitOptions - Class in org.gradle.api.tasks.testing.junit
-
The JUnit specific test options.
- JUnitOptions() - Constructor for class org.gradle.api.tasks.testing.junit.JUnitOptions
- JUnitPlatformOptions - Class in org.gradle.api.tasks.testing.junitplatform
-
The JUnit platform specific test options.
- JUnitPlatformOptions() - Constructor for class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- JUnitXmlReport - Interface in org.gradle.api.tasks.testing
-
The JUnit XML files, commonly used to communicate results to CI servers.
- JVM_CLASS_DIRECTORY - Static variable in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Represents a directory tree containing class files.
- JVM_RESOURCES_DIRECTORY - Static variable in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Represents a directory tree containing jvm classpath resource files.
- jvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
-
Adds some arguments to use to launch the JVM for the process.
- jvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.testing.Test
-
Adds some arguments to use to launch the JVM for the process.
- jvmArgs(Iterable<?>) - Method in interface org.gradle.process.JavaForkOptions
-
Adds some arguments to use to launch the JVM for the process.
- jvmArgs(Object...) - Method in class org.gradle.api.tasks.JavaExec
-
Adds some arguments to use to launch the JVM for the process.
- jvmArgs(Object...) - Method in class org.gradle.api.tasks.testing.Test
-
Adds some arguments to use to launch the JVM for the process.
- jvmArgs(Object...) - Method in interface org.gradle.process.JavaForkOptions
-
Adds some arguments to use to launch the JVM for the process.
- JvmComponentDependencies - Interface in org.gradle.api.plugins.jvm
-
This DSL element is used to add dependencies to a component, for instance a
TestSuite
implementation
dependencies are used at compilation and runtime.compileOnly
dependencies are used only at compilation and are not available at runtime.runtimeOnly
dependencies are not available at compilation and are used only at runtime.annotationProcessor
dependencies are used only at compilation for the annotation processor classpath - JvmEcosystemPlugin - Class in org.gradle.api.plugins
-
A base plugin for projects working in a JVM world.
- JvmEcosystemPlugin(ObjectFactory, SourceSetContainer) - Constructor for class org.gradle.api.plugins.JvmEcosystemPlugin
- JvmImplementation - Class in org.gradle.jvm.toolchain
-
Represents a filter for a implementation of a Java Virtual Machine.
- JvmLibrary - Interface in org.gradle.jvm
-
A Library component that runs on the Java Virtual Machine.
- JvmTestKind - Enum in org.gradle.tooling.events.test
-
Enumerates the different kinds of JVM tests.
- JvmTestOperationDescriptor - Interface in org.gradle.tooling.events.test
-
Describes a test that runs on the JVM and for which an event has occurred.
- JvmTestSuite - Interface in org.gradle.api.plugins.jvm
-
A test suite is a collection of JVM-based tests.
- JvmTestSuitePlugin - Class in org.gradle.api.plugins
-
A
Plugin
that adds extensions for declaring, compiling and runningJvmTestSuite
s. - JvmTestSuitePlugin() - Constructor for class org.gradle.api.plugins.JvmTestSuitePlugin
- JvmTestSuiteTarget - Interface in org.gradle.api.plugins.jvm
-
Defines the target environment against which a
JvmTestSuite
will be run. - JvmToolchainManagement - Interface in org.gradle.jvm.toolchain
-
Dynamic extension added to
ToolchainManagement
at runtime, by thejvm-toolchain-management
plugin. - JvmToolchainManagementPlugin - Class in org.gradle.api.plugins
-
A plugin that provides JVM specific
ToolchainManagement
configuration. - JvmToolchainManagementPlugin() - Constructor for class org.gradle.api.plugins.JvmToolchainManagementPlugin
- JvmToolchainsPlugin - Class in org.gradle.api.plugins
-
A plugin that provides JVM toolchains for projects that need to execute Java from local JVM installations or run the tools included in a JDK.
- JvmToolchainsPlugin(JavaToolchainQueryService) - Constructor for class org.gradle.api.plugins.JvmToolchainsPlugin
- JvmVendorSpec - Class in org.gradle.jvm.toolchain
-
Represents a filter for a vendor of a Java Virtual Machine implementation.
- JvmVendorSpec() - Constructor for class org.gradle.jvm.toolchain.JvmVendorSpec
K
- KeepAliveMode - Enum in org.gradle.language.scala.tasks
-
Describes whether a Scala compiler daemon should be reused.
- keySet() - Method in interface org.gradle.api.attributes.AttributeContainer
-
Returns the set of attribute keys of this container.
- keySet() - Method in interface org.gradle.api.provider.MapProperty
-
Returns a
Provider
that returns the set of keys for the map that is the property value. - keySet() - Method in interface org.gradle.model.ModelMap
-
Returns the names of the items in this collection.
- keyWords() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- keyWords(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- knownCoreOptionNames - Variable in class org.gradle.external.javadoc.CoreJavadocOptions
-
Core options which are known, and have corresponding fields in this class.
- knownOptionNames() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
Gets a set of all the options that are known to this class and have separate properties.
- knownOptionNames() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
Gets a set of all the options that are known to this class and its super class and have separate properties.
- KotlinDslModelsParameters - Class in org.gradle.tooling.model.kotlin.dsl
-
Parameters for Kotlin DSL models.
- KotlinDslModelsParameters() - Constructor for class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- KotlinDslScriptModel - Interface in org.gradle.tooling.model.kotlin.dsl
-
Model for a Kotlin DSL script.
- KotlinDslScriptsModel - Interface in org.gradle.tooling.model.kotlin.dsl
-
Editor model for a set of Kotlin DSL scripts.
L
- LanguageBasePlugin - Class in org.gradle.language.base.plugins
-
Base plugin for language support.
- LanguageBasePlugin() - Constructor for class org.gradle.language.base.plugins.LanguageBasePlugin
- languageLevel - Variable in class org.gradle.plugins.ide.idea.model.IdeaModule
- languageLevel - Variable in class org.gradle.plugins.ide.idea.model.IdeaProject
- LanguageSourceSet - Interface in org.gradle.language.base
-
A set of sources for a programming language.
- last(Comparator<? super T>, T) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- Launchable - Interface in org.gradle.tooling.model
-
Represents an object that can be used to launch a Gradle build, such as a task.
- launcherFor(Action<? super JavaToolchainSpec>) - Method in interface org.gradle.jvm.toolchain.JavaToolchainService
-
Obtain a
JavaLauncher
matching theJavaToolchainSpec
, as configured by the provided action. - launcherFor(JavaToolchainSpec) - Method in interface org.gradle.jvm.toolchain.JavaToolchainService
-
Obtain a
JavaLauncher
matching theJavaToolchainSpec
. - layout(String) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Specifies how the items of the repository are organized.
- leftOnly - Variable in class org.gradle.util.CollectionUtils.SetDiff
-
Deprecated.
- length() - Method in class org.gradle.api.file.RelativePath
- lenient(boolean) - Method in interface org.gradle.api.artifacts.ArtifactView.ViewConfiguration
-
Specify if the view should be resolved in a 'lenient' fashion.
- LENIENT - org.gradle.api.artifacts.dsl.LockMode
- LENIENT - org.gradle.api.artifacts.verification.DependencyVerificationMode
- LenientConfiguration - Interface in org.gradle.api.artifacts
-
Resolved configuration that does not fail eagerly when some dependencies are not resolved, or some artifacts do not exist.
- lib(Closure) - Method in class org.gradle.plugins.ear.Ear
-
Adds dependency libraries to include in the 'lib' directory of the EAR archive.
- lib(Object) - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
-
Adds a library that this source set requires.
- lib(Object) - Method in interface org.gradle.nativeplatform.NativeBinarySpec
-
Adds a library as input to this binary.
- lib(Object) - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
Adds a set of library files to be linked.
- lib(Object) - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
-
Adds a set of library files to be installed.
- lib(Action<? super CopySpec>) - Method in class org.gradle.plugins.ear.Ear
-
Adds dependency libraries to include in the 'lib' directory of the EAR archive.
- libDirName(String) - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.Allows changing the library directory in the EAR file.
- libraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>>) - Method in interface org.gradle.nativeplatform.NativeComponentExtension
-
Configure the
NativeLibrarySpec
components produced by the build. - library() - Method in interface org.gradle.api.artifacts.VariantSelectionDetails
-
Selects the library variant of a component
- library(String) - Method in interface org.gradle.platform.base.DependencySpecContainer
-
Defines a new dependency, based on a library name.
- library(String) - Method in interface org.gradle.platform.base.ProjectDependencySpecBuilder
-
Narrows this dependency specification down to a specific library.
- library(String, String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Declare a library alias in full.
- library(String, String, String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Entry point for registering a library alias.
- Library - Class in org.gradle.plugins.ide.eclipse.model
-
A classpath entry representing a library.
- Library - Interface in org.gradle.platform.base
-
A library that can be linked into or depended on by another software element.
- Library(Node, FileReferenceFactory) - Constructor for class org.gradle.plugins.ide.eclipse.model.Library
- Library(FileReference) - Constructor for class org.gradle.plugins.ide.eclipse.model.Library
- LIBRARY - Static variable in interface org.gradle.api.attributes.Category
-
The library category
- LIBRARY_ELEMENTS_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.LibraryElements
- LibraryBinaryDependencySpec - Interface in org.gradle.platform.base
-
A dependency onto a specific binary of a library published by a project.
- LibraryBinaryIdentifier - Interface in org.gradle.api.artifacts.component
-
An identifier for a library instance that is built as part of the current build.
- LibraryBinarySpec - Interface in org.gradle.platform.base
-
A binary produced from a `
LibrarySpec
`. - LibraryComponentSelector - Interface in org.gradle.api.artifacts.component
-
Criteria for selecting a library instance that is built as part of the current build.
- LibraryDependencies - Interface in org.gradle.language
-
Allows the API and implementation dependencies of a library to be specified.
- LibraryElements - Interface in org.gradle.api.attributes
-
Attribute representing the technical elements of a library variant.
- LibrarySpec - Interface in org.gradle.platform.base
-
A specification of a
Library
. - license(Action<? super IvyModuleDescriptorLicense>) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Creates, configures and adds a license to this publication.
- license(Action<? super MavenPomLicense>) - Method in interface org.gradle.api.publish.maven.MavenPomLicenseSpec
-
Creates, configures and adds a license to the publication.
- licenses(Action<? super MavenPomLicenseSpec>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the licenses for the publication represented by this POM.
- lifecycle(String) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at lifecycle log level.
- lifecycle(String, Object...) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at lifecycle log level.
- lifecycle(String, Throwable) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at lifecycle log level.
- lifecycle(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Configures logging options for lifecycle level.
- LIFECYCLE - org.gradle.api.logging.LogLevel
- LIFECYCLE - Static variable in class org.gradle.api.logging.Logging
- LifecycleBasePlugin - Class in org.gradle.language.base.plugins
-
A
Plugin
which defines a basic project lifecycle. - LifecycleBasePlugin() - Constructor for class org.gradle.language.base.plugins.LifecycleBasePlugin
- limit(Action<? super JacocoLimit>) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
Adds a limit for this rule.
- lineInFileLocation(String, int) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares that this problem is in a file on a line.
- lineInFileLocation(String, int, int) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares that this problem is in a file with on a line at a certain position.
- lineInFileLocation(String, int, int, int) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares that this problem is in a file with on a line at a certain position.
- LineInFileLocation - Interface in org.gradle.tooling.events.problems
-
A basic location pointing to a specific part of a file using line number, column, and length for coordinates.
- link() - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
- link() - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
- link(String, String...) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Add links to groovydoc/javadoc output at the given URL.
- Link - Class in org.gradle.plugins.ide.eclipse.model
-
Link.
- Link(String, String...) - Constructor for class org.gradle.api.tasks.javadoc.Groovydoc.Link
-
Constructs a
Link
. - Link(String, String, String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.Link
- LINK_ARCHIVE - Static variable in interface org.gradle.api.attributes.LibraryElements
-
Link archives for native modules
- Linkage - Enum in org.gradle.nativeplatform
-
Specify how a native library should be linked into another binary.
- LINKAGE_ATTRIBUTE - Static variable in interface org.gradle.language.cpp.CppBinary
-
The dependency resolution attribute use to indicate which linkage a binary uses.
- LinkageDetails - Interface in org.gradle.tooling.model.cpp
-
Represents the linkage details for a binary.
- linkedResource(Map<String, String>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Adds a resource link (aka 'source link') to the eclipse project.
- LinkExecutable - Class in org.gradle.nativeplatform.tasks
-
Links a binary executable from object files and libraries.
- LinkExecutable() - Constructor for class org.gradle.nativeplatform.tasks.LinkExecutable
- LinkMachOBundle - Class in org.gradle.nativeplatform.tasks
-
Links a binary bundle from object files and imported libraries.
- LinkMachOBundle() - Constructor for class org.gradle.nativeplatform.tasks.LinkMachOBundle
- links(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- linksFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- LinkSharedLibrary - Class in org.gradle.nativeplatform.tasks
-
Links a binary shared library from object files and imported libraries.
- LinkSharedLibrary() - Constructor for class org.gradle.nativeplatform.tasks.LinkSharedLibrary
- linksOffline(String, String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- linksOfflineFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- linkSource() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- linkSource(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- LINUX - org.gradle.platform.OperatingSystem
- LINUX - Static variable in class org.gradle.nativeplatform.OperatingSystemFamily
-
The Linux operating system family.
- listed(List<String>) - Method in interface org.gradle.api.artifacts.ComponentMetadataListerDetails
-
List the versions of the requested component.
- ListenerFailedException - Exception in org.gradle.tooling
-
Thrown whenever a listener fails with an exception, which in general implies that the build completed like it should, but that one of the listeners failed with an exception.
- ListenerFailedException(String, List<? extends Throwable>) - Constructor for exception org.gradle.tooling.ListenerFailedException
- listFiles(File, String[], boolean) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- listProperty(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
- ListProperty<T> - Interface in org.gradle.api.provider
-
Represents a property whose type is a
List
of elements of typeListProperty
. - load(Node) - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- load(Node) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- load(Node) - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- load(Node) - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- load(Node) - Method in class org.gradle.plugins.ide.idea.model.Module
- load(Node) - Method in class org.gradle.plugins.ide.idea.model.Project
- load(Node) - Method in class org.gradle.plugins.ide.idea.model.Workspace
- load(Properties) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
- load(BuildCacheKey, BuildCacheEntryReader) - Method in interface org.gradle.caching.BuildCacheService
-
Load the cached entry corresponding to the given cache key.
- load(BuildCacheKey, BuildCacheEntryReader) - Method in class org.gradle.caching.MapBasedBuildCacheService
- loadProperties(File) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- loadProperties(InputStream) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- loadProperties(URL) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- local(Action<? super DirectoryBuildCache>) - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
-
Executes the given action against the local configuration.
- locale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- locale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- localGroovy() - Method in interface org.gradle.api.artifacts.dsl.DependencyFactory
-
Creates a dependency on the version of Groovy that is distributed with the current version of Gradle.
- localGroovy() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Creates a dependency on the Groovy that is distributed with the current version of Gradle.
- localGroovy() - Method in interface org.gradle.api.artifacts.dsl.GradleDependencies
-
Creates a dependency on the version of Groovy that is distributed with the current version of Gradle.
- LocalState - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying local state for a task.
- Location - Interface in org.gradle.tooling.events.problems
-
Marker interface for problem location.
- lockAllConfigurations() - Method in interface org.gradle.api.artifacts.dsl.DependencyLockingHandler
-
Convenience method for doing: configurations.all { resolutionStrategy.activateDependencyLocking() }
- LockMode - Enum in org.gradle.api.artifacts.dsl
-
The supported lock modes:
DEFAULT
will load the lock state and verify resolution matches itSTRICT
in addition to theDEFAULT
behaviour, will fail resolution if a locked configuration does not have lock state definedLENIENT
will load the lock state, to anchor dynamic versions, but otherwise be lenient about modifications of the dependency resolution, allowing versions to change and module to be added or removed - log(LogLevel, String) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at the given log level.
- log(LogLevel, String, Object...) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at the given log level.
- log(LogLevel, String, Throwable) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at the given log level.
- Logger - Interface in org.gradle.api.logging
-
An extension to the SLF4J
Logger
interface, which adds thequiet
andlifecycle
log levels. - LOGGER - Static variable in class org.gradle.language.scala.tasks.AbstractScalaCompile
- Logging - Class in org.gradle.api.logging
-
The main entry point for Gradle's logging system.
- Logging() - Constructor for class org.gradle.api.logging.Logging
- LoggingConfiguration - Interface in org.gradle.api.logging.configuration
-
A
LoggingConfiguration
defines the logging settings for a Gradle build. - LoggingManager - Interface in org.gradle.api.logging
-
A
LoggingManager
provides access to and control over the Gradle logging system. - LoggingOutput - Interface in org.gradle.api.logging
-
Provides access to the output of the Gradle logging system.
- LogLevel - Enum in org.gradle.api.logging
-
The log levels supported by Gradle.
- LongRunningOperation - Interface in org.gradle.tooling
-
Offers ways to communicate both ways with a Gradle operation, be it building a model or running tasks.
M
- MAC_OS - org.gradle.platform.OperatingSystem
- MachineArchitecture - Class in org.gradle.nativeplatform
-
Represents a target architecture of a component.
- MachineArchitecture() - Constructor for class org.gradle.nativeplatform.MachineArchitecture
- MACOS - Static variable in class org.gradle.nativeplatform.OperatingSystemFamily
-
The macOS operating system family.
- MacroDirective - Interface in org.gradle.tooling.model.cpp
-
Represent a macro directive.
- mailingList(Action<? super MavenPomMailingList>) - Method in interface org.gradle.api.publish.maven.MavenPomMailingListSpec
-
Creates, configures and adds a mailing list to the publication.
- mailingLists(Action<? super MavenPomMailingListSpec>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the mailing lists for the publication represented by this POM.
- MAIN_DISTRIBUTION_NAME - Static variable in class org.gradle.api.distribution.plugins.DistributionPlugin
-
Name of the main distribution
- MAIN_SOURCE_SET_NAME - Static variable in interface org.gradle.api.tasks.SourceSet
-
The name of the main source set.
- MAIN_SOURCES - Static variable in interface org.gradle.api.attributes.VerificationType
-
A list of directories containing source code, includes code in transitive dependencies
- Managed - Annotation Type in org.gradle.model
-
A managed type is transparent to the model space, and enforces immutability at the appropriate times in the object's lifecycle.
- manifest() - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Creates a new instance of a
Manifest
. - manifest() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Creates a new instance of a
Manifest
. - manifest(Closure) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Creates and configures a new instance of a
Manifest
. - manifest(Closure) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Creates and configures a new instance of a
Manifest
. - manifest(Closure<?>) - Method in class org.gradle.api.tasks.bundling.Jar
- manifest(Closure<?>) - Method in class org.gradle.jvm.tasks.Jar
-
Configures the manifest for this JAR archive.
- manifest(Action<? super Manifest>) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Creates and configures a new instance of a
Manifest
. - manifest(Action<? super Manifest>) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Creates and configures a new instance of a
Manifest
. - manifest(Action<? super Manifest>) - Method in class org.gradle.jvm.tasks.Jar
-
Configures the manifest for this JAR archive.
- Manifest - Interface in org.gradle.api.java.archives
-
Represents the manifest file of a JAR file.
- ManifestException - Exception in org.gradle.api.java.archives
-
Is thrown in the case an operation is applied against a
Manifest
that violates the Manifest specification. - ManifestException(String) - Constructor for exception org.gradle.api.java.archives.ManifestException
- ManifestException(String, Throwable) - Constructor for exception org.gradle.api.java.archives.ManifestException
- ManifestMergeDetails - Interface in org.gradle.api.java.archives
-
Details of a value being merged from two different manifests.
- ManifestMergeSpec - Interface in org.gradle.api.java.archives
-
Specifies how the entries of multiple manifests should be merged together.
- map(Object...) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- map(Transformer<? extends S, ? super T>) - Method in interface org.gradle.api.provider.Provider
-
Returns a new
Provider
whose value is the value of this provider transformed using the given function. - MapBasedBuildCacheService - Class in org.gradle.caching
-
Simple build cache implementation that delegates to a
ConcurrentMap
. - MapBasedBuildCacheService(ConcurrentMap<String, byte[]>) - Constructor for class org.gradle.caching.MapBasedBuildCacheService
- mapProperty(Class<K>, Class<V>) - Method in interface org.gradle.api.model.ObjectFactory
- MapProperty<K,V> - Interface in org.gradle.api.provider
-
Represents a property whose type is a
Map
of keys of typeMapProperty
and values of typeMapProperty
. - mapToMavenScope(String) - Method in interface org.gradle.api.component.ConfigurationVariantDetails
-
Provides information about how to publish to a Maven POM file.
- mapToOptional() - Method in interface org.gradle.api.component.ConfigurationVariantDetails
-
Provides information about the optional status of this added configuration variant.
- MarkingStrategy - Interface in org.gradle.api.cache
-
Represents a method of marking a cache directory.
- matcher(Action<? super ResourceFilterMatcher>) - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Configures the matcher of this resource filter.
- matcher(Action<? super ResourceFilterMatcher>) - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilterMatcher
-
Adds a child/nested matcher to this matcher.
- matches(String) - Method in class org.gradle.jvm.toolchain.JvmVendorSpec
-
Determines if the vendor passed as an argument matches this spec.
- matchesStrictly(ComponentIdentifier) - Method in interface org.gradle.api.artifacts.component.ComponentSelector
-
Checks if selector matches component identifier.
- matchesStrictly(ModuleVersionIdentifier) - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
-
To match strictly means that the given identifier needs to have equal group, module name and version.
- matching(Closure) - Method in interface org.gradle.api.DomainObjectCollection
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- matching(Closure) - Method in interface org.gradle.api.DomainObjectSet
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- matching(Closure) - Method in interface org.gradle.api.file.FileTree
-
Restricts the contents of this tree to those files matching the given filter.
- matching(Closure) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- matching(Closure) - Method in interface org.gradle.api.NamedDomainObjectList
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- matching(Closure) - Method in interface org.gradle.api.NamedDomainObjectSet
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- matching(Closure) - Method in interface org.gradle.api.plugins.PluginCollection
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- matching(Closure) - Method in interface org.gradle.api.tasks.TaskCollection
-
Returns a collection which contains the objects in this collection which meet the given closure specification.
- matching(String) - Static method in class org.gradle.jvm.toolchain.JvmVendorSpec
-
Returns a vendor spec that matches a VM by its vendor.
- matching(Action<? super PatternFilterable>) - Method in interface org.gradle.api.file.FileTree
-
Restricts the contents of this tree to those files matching the given filter.
- matching(Spec<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
-
Returns a collection which contains the objects in this collection which meet the given specification.
- matching(Spec<? super T>) - Method in interface org.gradle.api.DomainObjectSet
-
Returns a collection which contains the objects in this collection which meet the given specification.
- matching(Spec<? super T>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Returns a collection which contains the objects in this collection which meet the given specification.
- matching(Spec<? super T>) - Method in interface org.gradle.api.NamedDomainObjectList
-
Returns a collection which contains the objects in this collection which meet the given specification.
- matching(Spec<? super T>) - Method in interface org.gradle.api.NamedDomainObjectSet
-
Returns a collection which contains the objects in this collection which meet the given specification.
- matching(Spec<? super T>) - Method in interface org.gradle.api.plugins.PluginCollection
-
Returns a collection which contains the objects in this collection which meet the given specification.
- matching(Spec<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
-
Returns a collection which contains the objects in this collection which meet the given specification.
- matching(PatternFilterable) - Method in interface org.gradle.api.file.FileTree
-
Restricts the contents of this tree to those files matching the given filter.
- MatchingTask - org.gradle.api.file.FileCollection.AntType
- maven(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds and configures a Maven repository.
- maven(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds and configures a Maven repository.
- MAVEN_ARTIFACT_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
- MAVEN_CENTRAL_URL - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
- MAVEN_IVY_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
- MavenArtifact - Interface in org.gradle.api.publish.maven
-
An artifact published as part of a
MavenPublication
. - MavenArtifactRepository - Interface in org.gradle.api.artifacts.repositories
-
An artifact repository which uses a Maven format to store artifacts and meta-data.
- MavenArtifactRepository.MetadataSources - Interface in org.gradle.api.artifacts.repositories
-
Allows configuring the sources of metadata for a specific repository.
- MavenArtifactSet - Interface in org.gradle.api.publish.maven
-
A Collection of
MavenArtifact
s to be included in aMavenPublication
. - mavenCentral() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in the Maven central repository for dependencies.
- mavenCentral(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in the Maven central repository for dependencies.
- mavenCentral(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in the Maven central repository for dependencies.
- mavenContent(Action<? super MavenRepositoryContentDescriptor>) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Configures the content of this Maven repository.
- MavenDependency - Interface in org.gradle.api.publish.maven
-
Deprecated.This type is not referenced by any other public API classes. It will be removed in Gradle 9.0
- mavenLocal() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in the local Maven cache for dependencies.
- mavenLocal(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
-
Adds a repository which looks in the local Maven cache for dependencies.
- MavenModule - Interface in org.gradle.maven
-
A Maven Module component.
- mavenPom() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository.MetadataSources
-
Indicates that this repository will contain Maven POM files.
- MavenPom - Interface in org.gradle.api.publish.maven
-
The POM for a Maven publication.
- MavenPomArtifact - Interface in org.gradle.maven
-
A Maven POM artifact.
- MavenPomCiManagement - Interface in org.gradle.api.publish.maven
-
The CI management system of a Maven publication.
- MavenPomContributor - Interface in org.gradle.api.publish.maven
-
A contributor of a Maven publication.
- MavenPomContributorSpec - Interface in org.gradle.api.publish.maven
-
Allows to add contributors of a Maven publication.
- MavenPomDeveloper - Interface in org.gradle.api.publish.maven
-
A developer of a Maven publication.
- MavenPomDeveloperSpec - Interface in org.gradle.api.publish.maven
-
Allows to add developers to a Maven publication.
- MavenPomDistributionManagement - Interface in org.gradle.api.publish.maven
-
The distribution management configuration of a Maven publication.
- MavenPomIssueManagement - Interface in org.gradle.api.publish.maven
-
The issue management system of a Maven publication.
- MavenPomLicense - Interface in org.gradle.api.publish.maven
-
A license of a Maven publication.
- MavenPomLicenseSpec - Interface in org.gradle.api.publish.maven
-
Allows to add licenses to a Maven publication.
- MavenPomMailingList - Interface in org.gradle.api.publish.maven
-
A mailing list of a Maven publication.
- MavenPomMailingListSpec - Interface in org.gradle.api.publish.maven
-
Allows to add mailing lists to a Maven publication.
- MavenPomOrganization - Interface in org.gradle.api.publish.maven
-
The organization of a Maven publication.
- MavenPomRelocation - Interface in org.gradle.api.publish.maven
-
The relocation information of a Maven publication that has been moved to a new group and/or artifact ID.
- MavenPomScm - Interface in org.gradle.api.publish.maven
-
The SCM (source control management) of a Maven publication.
- MavenPublication - Interface in org.gradle.api.publish.maven
-
A
MavenPublication
is the representation/configuration of how Gradle should publish something in Maven format. - MavenPublishPlugin - Class in org.gradle.api.publish.maven.plugins
-
Adds the ability to publish in the Maven format to Maven repositories.
- MavenPublishPlugin(InstantiatorFactory, ObjectFactory, DependencyMetaDataProvider, FileResolver, ImmutableAttributesFactory, ProviderFactory, TaskDependencyFactory) - Constructor for class org.gradle.api.publish.maven.plugins.MavenPublishPlugin
- MavenRepositoryContentDescriptor - Interface in org.gradle.api.artifacts.repositories
-
Extends the repository content descriptor with Maven repositories specific options.
- maybeAddVariant(String, String, Action<? super VariantMetadata>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
This is the lenient version of
ComponentMetadataDetails.addVariant(String, String, Action)
. - maybeCreate(String) - Method in interface org.gradle.api.NamedDomainObjectContainer
-
Looks for an item with the given name, creating and adding it to this container if it does not exist.
- maybeCreate(String, Class<U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
-
Looks for an item with the given name and type, creating and adding it to this container if it does not exist.
- mergeXmlClasspath(Classpath) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- mergeXmlComponent(WtpComponent) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- mergeXmlFacet(WtpFacet) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
- mergeXmlModule(Module) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- mergeXmlProject(Project) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- mergeXmlProject(Project) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- mergeXmlWorkspace(Workspace) - Method in class org.gradle.plugins.ide.idea.model.IdeaWorkspace
- METADATA_FILE_NAME - Static variable in class org.gradle.plugin.devel.tasks.PluginUnderTestMetadata
- metadataSources(Action<? super IvyArtifactRepository.MetadataSources>) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Configures the metadata sources for this repository.
- metadataSources(Action<? super MavenArtifactRepository.MetadataSources>) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Configures the metadata sources for this repository.
- MetadataSupplierAware - Interface in org.gradle.api.artifacts.repositories
-
Interface for repositories which support custom metadata suppliers and/or version listers.
- metaInf(Closure<?>) - Method in class org.gradle.jvm.tasks.Jar
-
Adds content to this JAR archive's META-INF directory.
- metaInf(Action<? super CopySpec>) - Method in class org.gradle.jvm.tasks.Jar
-
Adds content to this JAR archive's META-INF directory.
- metaInf(Action<? super MetaInfNormalization>) - Method in interface org.gradle.normalization.RuntimeClasspathNormalization
-
Configures the normalization strategy for the
META-INF
directory in archives. - MetaInfNormalization - Interface in org.gradle.normalization
-
Configuration of manifest normalization.
- methodMissing(String, Object) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- MICROSOFT - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
-
A constant for using Microsoft OpenJDK as the JVM vendor.
- MicrosoftVisualCppCompilerPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
-
A
Plugin
which makes the Microsoft Visual C++ compiler available to compile C/C++ code. - MicrosoftVisualCppCompilerPlugin() - Constructor for class org.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppCompilerPlugin
- MinimalExternalModuleDependency - Interface in org.gradle.api.artifacts
-
The minimal information Gradle needs to address an external module.
- MinimalJavadocOptions - Interface in org.gradle.external.javadoc
-
Provides the core Javadoc options.
- minus(String, String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Same behavior as Groovy minus operator between Strings
- minus(FileCollection) - Method in interface org.gradle.api.file.FileCollection
-
Returns a
FileCollection
which contains the difference between this collection and the given collection. - MISSING - org.gradle.api.file.FileType
-
Element of an input property pointing to a non-existing file.
- MissingResourceException - Exception in org.gradle.api.resources
-
Exception thrown when the resource does not exist
- MissingResourceException(String) - Constructor for exception org.gradle.api.resources.MissingResourceException
- MissingResourceException(String, Throwable) - Constructor for exception org.gradle.api.resources.MissingResourceException
- MissingResourceException(URI, String) - Constructor for exception org.gradle.api.resources.MissingResourceException
- MissingResourceException(URI, String, Throwable) - Constructor for exception org.gradle.api.resources.MissingResourceException
- mkdir(Object) - Method in interface org.gradle.api.Project
-
Creates a directory and returns a file pointing to it.
- mkdir(Object) - Method in interface org.gradle.api.Script
-
Creates a directory and returns a file pointing to it.
- mkdirs(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.Like
File.mkdirs()
, except throws an informative error if a dir cannot be created. - model(Class<T>) - Method in interface org.gradle.tooling.ProjectConnection
-
Creates a builder which can be used to query the model of the given type.
- Model - Interface in org.gradle.tooling.model
-
A model that is buildable by the Tooling API.
- Model - Annotation Type in org.gradle.model
-
Denotes that the
RuleSource
method rule carrying this annotation creates a new top level element in the model space. - MODEL_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
- ModelBuilder<T> - Interface in org.gradle.tooling
-
A
ModelBuilder
allows you to fetch a snapshot of some model for a project or a build. - ModelElement - Interface in org.gradle.model
-
Represents an element in a model.
- ModelInstantiationException - Exception in org.gradle.platform.base
-
Thrown when a model element cannot be instantiated for some reason.
- ModelInstantiationException(String) - Constructor for exception org.gradle.platform.base.ModelInstantiationException
- ModelInstantiationException(String, Throwable) - Constructor for exception org.gradle.platform.base.ModelInstantiationException
- ModelMap<T> - Interface in org.gradle.model
-
Model backed map like structure allowing adding of items where instantiation is managed.
- ModelReport - Class in org.gradle.api.reporting.model
-
Deprecated.
- ModelReport() - Constructor for class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- ModelReport.Format - Enum in org.gradle.api.reporting.model
-
Deprecated.The report format.
- ModelRuleBindingException - Exception in org.gradle.model
-
Thrown when there is a problem binding the model element references of a model rule.
- ModelRuleBindingException(String) - Constructor for exception org.gradle.model.ModelRuleBindingException
- ModelSet<T> - Interface in org.gradle.model
-
A set of managed model objects.
- ModelViewClosedException - Exception in org.gradle.model
-
Thrown when at attempt is made to mutate a subject of a rule after the rule has completed.
- ModelViewClosedException(ModelPath, ModelType<?>, ModelRuleDescriptor) - Constructor for exception org.gradle.model.ModelViewClosedException
- MODIFIED - org.gradle.work.ChangeType
- modify(D) - Method in class org.gradle.api.artifacts.dsl.DependencyModifier
-
Takes a given
ModuleDependency
and modifies the dependency to select the variant of the given module. - modify(CharSequence) - Method in class org.gradle.api.artifacts.dsl.DependencyModifier
-
Create an
ExternalModuleDependency
from the given notation and modifies it to select the variant of the given module as described inDependencyModifier.modify(ModuleDependency)
. - modify(Provider<D>) - Method in class org.gradle.api.artifacts.dsl.DependencyModifier
-
Takes a given
Provider
to aExternalModuleDependency
and modifies the dependency to select the variant of the given module as described inDependencyModifier.modify(ModuleDependency)
. - modify(ProviderConvertible<? extends MinimalExternalModuleDependency>) - Method in class org.gradle.api.artifacts.dsl.DependencyModifier
-
Takes a given
Provider
to aMinimalExternalModuleDependency
and modifies the dependency to select the variant of the given module as described inDependencyModifier.modify(ModuleDependency)
. - modifyImplementation(ModuleDependency) - Method in class org.gradle.api.artifacts.dsl.DependencyModifier
-
Modify the given dependency.
- modifyImplementation(ModuleDependency) - Method in class org.gradle.api.plugins.jvm.PlatformDependencyModifiers.EnforcedPlatformDependencyModifier
-
Modify the given dependency.
- modifyImplementation(ModuleDependency) - Method in class org.gradle.api.plugins.jvm.PlatformDependencyModifiers.PlatformDependencyModifier
-
Modify the given dependency.
- modifyImplementation(ModuleDependency) - Method in class org.gradle.api.plugins.jvm.TestFixturesDependencyModifiers.TestFixturesDependencyModifier
-
Modify the given dependency.
- ModularitySpec - Interface in org.gradle.api.jvm
-
Description of the modularity of a classpath.
- module(Closure) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA module information.
- module(CharSequence) - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Create an
ExternalModuleDependency
from the given notation. - module(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Deprecated.Please use component metadata rules instead. This method will be removed in Gradle 9.0.
- module(Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Deprecated.Please use component metadata rules instead. This method will be removed in Gradle 9.0.
- module(Object, Action<? super ComponentModuleMetadataDetails>) - Method in interface org.gradle.api.artifacts.dsl.ComponentModuleMetadataHandler
-
Enables configuring component module metadata.
- module(String) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
-
Create a ModuleComponentSelector from the provided input string.
- module(String) - Method in interface org.gradle.platform.base.DependencySpecContainer
-
Defines a new module dependency, based on a module id or a simple name.
- module(String) - Method in interface org.gradle.platform.base.ModuleDependencySpecBuilder
-
Narrows this dependency specification down to a specific module.
- module(String, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Add a module to the deployment descriptor.
- module(String, String, String) - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Create an
ExternalModuleDependency
from a series of strings. - module(Action<? super IdeaModule>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA module information.
- module(EarModule, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Add a module to the deployment descriptor.
- Module - Class in org.gradle.plugins.ide.idea.model
-
Represents the customizable elements of an iml (via XML hooks everything of the iml is customizable).
- Module(XmlTransformer, PathFactory) - Constructor for class org.gradle.plugins.ide.idea.model.Module
- MODULE_KEY - Static variable in interface org.gradle.api.artifacts.ExcludeRule
- ModuleComponentIdentifier - Interface in org.gradle.api.artifacts.component
-
An identifier for a component instance which is available as a module version.
- ModuleComponentSelector - Interface in org.gradle.api.artifacts.component
-
Criteria for selecting a component instance that is available as a module version.
- ModuleDependency - Class in org.gradle.plugins.ide.idea.model
-
Represents an orderEntry of type module in the iml XML.
- ModuleDependency - Interface in org.gradle.api.artifacts
-
A
ModuleDependency
is aDependency
on a component that exists outside of the current project. - ModuleDependency(String, String) - Constructor for class org.gradle.plugins.ide.idea.model.ModuleDependency
- ModuleDependencyCapabilitiesHandler - Interface in org.gradle.api.artifacts
-
The capabilities requested for a dependency.
- ModuleDependencySpec - Interface in org.gradle.platform.base
-
A dependency onto a module.
- ModuleDependencySpecBuilder - Interface in org.gradle.platform.base
-
A builder of a
ModuleDependencySpec
. - ModuleIdentifier - Interface in org.gradle.api.artifacts
-
The identifier of a module.
- ModuleLibrary - Class in org.gradle.plugins.ide.idea.model
-
Represents an orderEntry of type module-library in the iml XML.
- ModuleLibrary(Collection<? extends Path>, Collection<? extends Path>, Collection<? extends Path>, Collection<JarDirectory>, String) - Constructor for class org.gradle.plugins.ide.idea.model.ModuleLibrary
- modulePath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- modulePath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
-
The --module-path.
- modules(Action<? super ComponentModuleMetadataHandler>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures module metadata for this project.
- ModuleVersionIdentifier - Interface in org.gradle.api.artifacts
-
The identifier of a module version.
- ModuleVersionSelector - Interface in org.gradle.api.artifacts
-
Selects a module version.
- moveDirectory(File, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- moveExistingDirectory(File, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- moveExistingFile(File, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- moveFile(File, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- MultipleCandidatesDetails<T> - Interface in org.gradle.api.attributes
-
Provides context about candidates for an attribute.
- mustRunAfter(Object...) - Method in class org.gradle.api.DefaultTask
- mustRunAfter(Object...) - Method in interface org.gradle.api.Task
-
Specifies that this task must run after all of the supplied tasks.
- MutableCapabilitiesMetadata - Interface in org.gradle.api.capabilities
-
Describes the capabilities of a component in a mutable way.
- MutableVariantFilesMetadata - Interface in org.gradle.api.artifacts
-
Mutable information about the files that belong to a variant.
- MutableVersionCatalogContainer - Interface in org.gradle.api.initialization.resolve
-
The container for declaring version catalogs
- MutableVersionConstraint - Interface in org.gradle.api.artifacts
-
A configurable version constraint.
- Mutate - Annotation Type in org.gradle.model
-
Denotes that the
RuleSource
method rule carrying this annotation mutates the rule subject.
N
- NAME - Static variable in interface org.gradle.api.plugins.antlr.AntlrSourceDirectorySet
-
Name of the source set extension contributed by the antlr plugin.
- NAME - Static variable in interface org.gradle.api.publish.PublishingExtension
-
The name of this extension when installed by the
PublishingPlugin
("publishing"). - NAME - Static variable in class org.gradle.api.reporting.ReportingExtension
-
The name of this extension (""reporting"")
- NAME_ONLY - org.gradle.api.tasks.PathSensitivity
-
Consider only the name of files and directories.
- named(Class<T>, String) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a simple immutable
Named
object of the given type and name. - named(String) - Method in interface org.gradle.api.artifacts.VersionCatalogsExtension
-
Returns the catalog with the supplied name or throws an exception if it doesn't exist.
- named(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates a object by name, without triggering its creation or configuration, failing if there is no such object.
- named(String) - Method in interface org.gradle.api.tasks.TaskCollection
-
Locates a task by name, without triggering its creation or configuration, failing if there is no such object.
- named(String, Class<? extends RuleSource>) - Method in interface org.gradle.model.ModelMap
-
Applies the given rule source class to the given item, when the item is required.
- named(String, Class<S>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates a object by name and type, without triggering its creation or configuration, failing if there is no such object.
- named(String, Class<S>) - Method in interface org.gradle.api.tasks.TaskCollection
-
Locates a object by name and type, without triggering its creation or configuration, failing if there is no such object.
- named(String, Class<S>, Action<? super S>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates a object by name and type, without triggering its creation or configuration, failing if there is no such object.
- named(String, Class<S>, Action<? super S>) - Method in interface org.gradle.api.tasks.TaskCollection
-
Locates a object by name and type, without triggering its creation or configuration, failing if there is no such object.
- named(String, Action<? super T>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Locates a object by name, without triggering its creation or configuration, failing if there is no such object.
- named(String, Action<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
-
Locates a object by name, without triggering its creation or configuration, failing if there is no such object.
- named(String, Action<? super T>) - Method in interface org.gradle.model.ModelMap
-
Applies the given action to the given item, when the item is required.
- named(Spec<String>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Returns a collection containing the objects with names matching the provided filter.
- named(Spec<String>) - Method in interface org.gradle.api.NamedDomainObjectList
-
Returns a collection containing the objects with names matching the provided filter.
- named(Spec<String>) - Method in interface org.gradle.api.NamedDomainObjectSet
-
Returns a collection containing the objects with names matching the provided filter.
- named(Spec<String>) - Method in interface org.gradle.api.tasks.TaskCollection
-
Returns a collection containing the objects with names matching the provided filter.
- Named - Interface in org.gradle.api
-
Types can implement this interface and use the embedded
Named.Namer
implementation, to satisfy API that calls for a namer. - Named.Namer - Class in org.gradle.api
-
An implementation of the namer interface for objects implementing the named interface.
- NamedDomainObjectCollection<T> - Interface in org.gradle.api
-
A
NamedDomainObjectCollection
represents a collection of objects that have an inherent, constant, name. - NamedDomainObjectCollectionSchema - Interface in org.gradle.api
-
Schema of named domain object collections.
- NamedDomainObjectCollectionSchema.NamedDomainObjectSchema - Interface in org.gradle.api
-
Schema of a named domain object.
- NamedDomainObjectContainer<T> - Interface in org.gradle.api
-
A named domain object container is a specialization of
NamedDomainObjectSet
that adds the ability to create instances of the element type. - NamedDomainObjectFactory<T> - Interface in org.gradle.api
-
A factory for named objects of type
T
. - namedDomainObjectList(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
NamedDomainObjectList
for managing named objects of the specified type. - NamedDomainObjectList<T> - Interface in org.gradle.api
-
A specialization of
NamedDomainObjectCollection
that also implementsList
. - NamedDomainObjectProvider<T> - Interface in org.gradle.api
-
Provides a domain object of the given type.
- namedDomainObjectSet(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
NamedDomainObjectSet
for managing named objects of the specified type. - NamedDomainObjectSet<T> - Interface in org.gradle.api
-
A specialization of
NamedDomainObjectCollection
that also implementsSet
and orders objects by their inherent name. - NameMatcher - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- NameMatcher() - Constructor for class org.gradle.util.NameMatcher
-
Deprecated.
- Namer<T> - Interface in org.gradle.api
-
A namer is capable of providing a name based on some inherent characteristic of an object.
- Namer() - Constructor for class org.gradle.api.artifacts.Configuration.Namer
-
Deprecated.
- Namer() - Constructor for class org.gradle.api.Named.Namer
- Namer() - Constructor for class org.gradle.api.Task.Namer
-
Deprecated.
- NAMER - Static variable in interface org.gradle.api.reporting.Report
- Namer.Comparator<T> - Class in org.gradle.api
-
A comparator implementation based on the names returned by the given namer.
- NameValidator - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- NATIVE_LINK - Static variable in interface org.gradle.api.attributes.Usage
-
The native link files of a library, packaged as static or shared library.
- NATIVE_RUNTIME - Static variable in interface org.gradle.api.attributes.Usage
-
The native runtime files of a library, packaged as a shared library.
- NativeBasePlugin - Class in org.gradle.language.plugins
-
A common base plugin for the native plugins.
- NativeBasePlugin(TargetMachineFactory) - Constructor for class org.gradle.language.plugins.NativeBasePlugin
- NativeBinariesTestPlugin - Class in org.gradle.nativeplatform.test.plugins
-
A plugin that sets up the infrastructure for testing native binaries.
- NativeBinariesTestPlugin() - Constructor for class org.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin
- NativeBinary - Interface in org.gradle.nativeplatform
-
Represents a particular binary artifact.
- NativeBinarySpec - Interface in org.gradle.nativeplatform
-
Represents a binary artifact that is the result of building a native component.
- NativeComponentExtension - Interface in org.gradle.nativeplatform
-
The configuration for native components generated by this build.
- NativeComponentModelPlugin - Class in org.gradle.nativeplatform.plugins
-
A plugin that sets up the infrastructure for defining native binaries.
- NativeComponentModelPlugin(Instantiator, CollectionCallbackActionDecorator) - Constructor for class org.gradle.nativeplatform.plugins.NativeComponentModelPlugin
- NativeComponentPlugin - Class in org.gradle.nativeplatform.plugins
-
A plugin that creates tasks used for constructing native binaries.
- NativeComponentPlugin() - Constructor for class org.gradle.nativeplatform.plugins.NativeComponentPlugin
- NativeComponentSpec - Interface in org.gradle.nativeplatform
-
Definition of a software component that is to be built by Gradle to run a on JVM platform.
- NativeDependencySet - Interface in org.gradle.nativeplatform
-
Models a collection of native type dependencies.
- NativeExecutable - Interface in org.gradle.nativeplatform
-
An executable native component that is built by Gradle.
- NativeExecutableBinary - Interface in org.gradle.nativeplatform
-
A binary artifact for a
NativeExecutable
, targeted at a particular platform with specific configuration. - NativeExecutableBinarySpec - Interface in org.gradle.nativeplatform
-
An binary built by Gradle for a native application.
- NativeExecutableBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform
-
Provides access to key tasks used for building the binary.
- NativeExecutableFileSpec - Class in org.gradle.nativeplatform
-
Specifies how to build and where to place a native executable file.
- NativeExecutableFileSpec() - Constructor for class org.gradle.nativeplatform.NativeExecutableFileSpec
- NativeExecutableSpec - Interface in org.gradle.nativeplatform
-
Definition of a native executable component that is to be built by Gradle.
- NativeInstallationSpec - Class in org.gradle.nativeplatform
-
Specifies the installation location for a native executable.
- NativeInstallationSpec() - Constructor for class org.gradle.nativeplatform.NativeInstallationSpec
- NativeLibrary - Interface in org.gradle.nativeplatform
-
A library component that is built by a gradle project.
- NativeLibraryBinary - Interface in org.gradle.nativeplatform
-
A physical representation of a
NativeLibrary
component. - NativeLibraryBinarySpec - Interface in org.gradle.nativeplatform
-
Represents a binary artifact that is the result of building a native library component.
- NativeLibraryRequirement - Interface in org.gradle.nativeplatform
-
A dependency on a native library within the build.
- NativeLibrarySpec - Interface in org.gradle.nativeplatform
-
Definition of a native library component that is to be built by Gradle.
- NativePlatform - Interface in org.gradle.nativeplatform.platform
-
A target platform for building native binaries.
- NativePlatformToolChain - Interface in org.gradle.nativeplatform.toolchain
-
A platform specific configurable tool chain.
- NativeResourceSet - Interface in org.gradle.language.nativeplatform
-
A source set that provides resources.
- NativeTestingBasePlugin - Class in org.gradle.nativeplatform.test.plugins
-
Common base plugin for all native testing plugins.
- NativeTestingBasePlugin(TargetMachineFactory) - Constructor for class org.gradle.nativeplatform.test.plugins.NativeTestingBasePlugin
- NativeTestSuiteBinarySpec - Interface in org.gradle.nativeplatform.test
-
An executable which runs a suite of tests.
- NativeTestSuiteBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform.test
-
Provides access to key tasks used for building the binary.
- NativeTestSuiteSpec - Interface in org.gradle.nativeplatform.test
-
A component representing a suite of tests that will be executed together.
- NativeToolChain - Interface in org.gradle.nativeplatform.toolchain
-
A set of compilers and linkers that are used together to construct a native binary.
- NativeToolChainRegistry - Interface in org.gradle.nativeplatform.toolchain
-
A container for
NativeToolChain
s. - natures(String...) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Appends natures entries to the eclipse project.
- negate(Spec<? super T>) - Static method in class org.gradle.api.specs.Specs
-
Returns a spec that selects everything that is not selected by the given spec.
- Nested - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying a nested bean, whose properties should be checked for annotations.
- NEVER - org.gradle.api.launcher.cli.WelcomeMessageDisplayMode
- newBuild() - Method in class org.gradle.StartParameter
-
Creates the parameters for a new build, using these parameters as a template.
- newBuild() - Method in interface org.gradle.tooling.ProjectConnection
-
Creates a launcher which can be used to execute a build.
- newCancellationTokenSource() - Static method in class org.gradle.tooling.GradleConnector
-
Creates a new
CancellationTokenSource
that can be used to cancel one or moreLongRunningOperation
executions. - newConnector() - Static method in class org.gradle.tooling.GradleConnector
-
Creates a new connector instance.
- newInstance() - Method in class org.gradle.StartParameter
-
Duplicates this
StartParameter
instance. - newInstance(Class<? extends T>, Object...) - Method in interface org.gradle.api.model.ObjectFactory
-
Create a new instance of T, using
parameters
as the construction parameters. - newTestLauncher() - Method in interface org.gradle.tooling.ProjectConnection
-
Creates a test launcher which can be used to execute tests.
- NO_SOURCE - org.gradle.testkit.runner.TaskOutcome
-
The task was skipped due to all input files declared with
@SkipWhenEmpty
being empty. - noComment() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noComment(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noDeprecated() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noDeprecated(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noDeprecatedList() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noDeprecatedList(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noHelp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noHelp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noIsolation() - Method in interface org.gradle.workers.WorkerExecutor
-
Creates a
WorkQueue
to submit work for asynchronous execution with no isolation. - noIsolation(Action<? super WorkerSpec>) - Method in interface org.gradle.workers.WorkerExecutor
-
Creates a
WorkQueue
to submit work for asynchronous execution with no isolation and the requirements specified in the suppliedWorkerSpec
. - noNavBar() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noNavBar(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- None - org.gradle.api.logging.configuration.WarningMode
-
No deprecation warnings at all.
- NONE - org.gradle.api.PathValidation
- NONE - org.gradle.api.tasks.bundling.Compression
- NONE - org.gradle.api.tasks.PathSensitivity
-
Ignore file paths and directories altogether.
- NONE - org.gradle.testing.jacoco.plugins.JacocoTaskExtension.Output
- NONE - org.gradle.workers.IsolationMode
-
Deprecated.Don't attempt to isolate the work, use in-process workers.
- NONE - Static variable in interface org.gradle.api.cache.MarkingStrategy
-
Marking strategy that does not mark the cache directory.
- nonEmptyOrNull(Iterable<T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- NonExtensible - Annotation Type in org.gradle.api
-
Indicates that the type, when DSL enhanced, does not support extensibility.
- NonNullApi - Annotation Type in org.gradle.api
-
Marks a type or a whole package as providing a non-null API by default.
- noQualifier(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noQualifiers(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- normaliseFileAndLineSeparators(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.
- normaliseFileSeparators(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Converts all native file separators in the specified string to '/'.
- normaliseLineSeparators(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Converts all line separators in the specified nullable string to a single new line character (
\n
). - normalization(Action<? super InputNormalizationHandler>) - Method in interface org.gradle.api.Project
-
Configures input normalization.
- normalizeKeyId(String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- normalizeLineEndings() - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Normalize line endings in text files during up-to-date checks and build cache key calculations.
- normalizeLineEndings(boolean) - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Sets whether line endings should be normalized during up-to-date checks and build cache key calculations.
- NormalizeLineEndings - Annotation Type in org.gradle.work
-
Attached to an input property to specify that line endings should be normalized when snapshotting inputs.
- normalizePath(String) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- noSince() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noSince(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- notCompatibleWithConfigurationCache(String) - Method in interface org.gradle.api.Task
-
Specifies that this task is not compatible with the configuration cache.
- notForConfigurations(String...) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that this repository should not be used for a specific set of configurations.
- notifyDaemonsAboutChangedPaths(List<Path>) - Method in interface org.gradle.tooling.ProjectConnection
-
Notifies all daemons about file changes made by an external process, like an IDE.
- noTimestamp - Variable in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noTimestamp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noTimestamp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noTree() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- noTree(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- NotSpec<T> - Class in org.gradle.api.specs
-
A
Spec
implementation which negates anotherSpec
. - NotSpec(Spec<? super T>) - Constructor for class org.gradle.api.specs.NotSpec
O
- ObjectConfigurationAction - Interface in org.gradle.api.plugins
-
An
ObjectConfigurationAction
allows you to applyPlugin
s and scripts to an object or objects. - objectFactory - Variable in class org.gradle.language.base.sources.BaseLanguageSourceSet
-
This is here as a convenience for subclasses to create additional SourceDirectorySets
- ObjectFactory - Interface in org.gradle.api.model
-
A factory for creating various kinds of model objects.
- ObjectFile - Class in org.gradle.nativeplatform
-
LanguageOutputType marking object file output type.
- ObjectFile() - Constructor for class org.gradle.nativeplatform.ObjectFile
- ObjectFilesToBinary - Interface in org.gradle.nativeplatform.tasks
-
A task that combines a set of object files into a single binary.
- ObjectInstantiationException - Exception in org.gradle.api.reflect
-
Thrown when an object cannot be instantiated.
- ObjectInstantiationException(Class<?>, Throwable) - Constructor for exception org.gradle.api.reflect.ObjectInstantiationException
- ObjectiveCCompile - Class in org.gradle.language.objectivec.tasks
-
Compiles Objective-C source files into object files.
- ObjectiveCCompile() - Constructor for class org.gradle.language.objectivec.tasks.ObjectiveCCompile
- ObjectiveCLangPlugin - Class in org.gradle.language.objectivec.plugins
-
Adds core Objective-C language support.
- ObjectiveCLangPlugin() - Constructor for class org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
- ObjectiveCPlugin - Class in org.gradle.language.objectivec.plugins
-
A plugin for projects wishing to build native binary components from Objective-C sources.
- ObjectiveCPlugin() - Constructor for class org.gradle.language.objectivec.plugins.ObjectiveCPlugin
- ObjectiveCppCompile - Class in org.gradle.language.objectivecpp.tasks
-
Compiles Objective-C++ source files into object files.
- ObjectiveCppCompile() - Constructor for class org.gradle.language.objectivecpp.tasks.ObjectiveCppCompile
- ObjectiveCppLangPlugin - Class in org.gradle.language.objectivecpp.plugins
-
Adds core Objective-Cpp language support.
- ObjectiveCppLangPlugin() - Constructor for class org.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin
- ObjectiveCppPlugin - Class in org.gradle.language.objectivecpp.plugins
-
A plugin for projects wishing to build native binary components from Objective-C++ sources.
- ObjectiveCppPlugin() - Constructor for class org.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
- ObjectiveCppPreCompiledHeaderCompile - Class in org.gradle.language.objectivecpp.tasks
-
Compiles Objective C++ header source files into object files.
- ObjectiveCppPreCompiledHeaderCompile() - Constructor for class org.gradle.language.objectivecpp.tasks.ObjectiveCppPreCompiledHeaderCompile
- ObjectiveCppSourceSet - Interface in org.gradle.language.objectivecpp
-
A set of Objective-C++ source files.
- ObjectiveCPreCompiledHeaderCompile - Class in org.gradle.language.objectivec.tasks
-
Compiles Objective C header source files into object files.
- ObjectiveCPreCompiledHeaderCompile() - Constructor for class org.gradle.language.objectivec.tasks.ObjectiveCPreCompiledHeaderCompile
- ObjectiveCSourceSet - Interface in org.gradle.language.objectivec
-
A set of Objective-C source files.
- OBJECTS - Static variable in interface org.gradle.api.attributes.LibraryElements
-
Objects for native modules
- obtain() - Method in interface org.gradle.api.provider.ValueSource
-
Obtains the value from the source.
- of(int) - Static method in interface org.gradle.jvm.toolchain.JavaLanguageVersion
- of(Closure<?>) - Static method in class org.gradle.util.ClosureBackedAction
-
Deprecated.
- of(Class<? extends ValueSource<T, P>>, Action<? super ValueSourceSpec<P>>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is obtained from the givenValueSource
. - of(Class<T>) - Static method in class org.gradle.api.attributes.Attribute
-
Creates a new attribute of the given type, inferring the name of the attribute from the simple type name.
- of(String) - Static method in interface org.gradle.jvm.toolchain.JavaLanguageVersion
- of(String, Class<T>) - Static method in class org.gradle.api.attributes.Attribute
-
Creates a new attribute of the given name with the given type.
- OFF - org.gradle.api.artifacts.verification.DependencyVerificationMode
- offsetInFileLocation(String, int, int) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares that this problem is in a file at a certain global position with a given length.
- OffsetInFileLocation - Interface in org.gradle.tooling.events.problems
-
A basic location pointing to a specific part of a file using a global offset and length for coordinates.
- onApply(Project) - Method in class org.gradle.ide.visualstudio.plugins.VisualStudioPlugin
- onApply(Project) - Method in class org.gradle.ide.xcode.plugins.XcodePlugin
- onApply(Project) - Method in class org.gradle.plugins.ide.eclipse.EclipsePlugin
- onApply(Project) - Method in class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
- onApply(Project) - Method in class org.gradle.plugins.ide.idea.IdeaPlugin
- ONCE - org.gradle.api.launcher.cli.WelcomeMessageDisplayMode
- onComplete(T) - Method in interface org.gradle.tooling.IntermediateResultHandler
-
Handles successful completion of the action.
- onComplete(T) - Method in interface org.gradle.tooling.ResultHandler
-
Handles successful completion of the operation.
- onFailure(GradleConnectionException) - Method in interface org.gradle.tooling.ResultHandler
-
Handles a failed operation.
- onFinish(FinishEvent) - Method in interface org.gradle.tooling.events.OperationCompletionListener
-
Called when an operation completes.
- onlyForAttribute(Attribute<T>, T...) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that this repository will only be searched if the consumer requires a specific attribute.
- onlyForConfigurations(String...) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
-
Declares that this repository should only be used for a specific set of configurations.
- onlyIf(Closure) - Method in class org.gradle.api.DefaultTask
- onlyIf(Closure) - Method in interface org.gradle.api.Task
-
Execute the task only if the given closure returns true.
- onlyIf(String, Spec<? super Task>) - Method in class org.gradle.api.DefaultTask
- onlyIf(String, Spec<? super Task>) - Method in interface org.gradle.api.Task
-
Execute the task only if the given spec is satisfied.
- onlyIf(Spec<? super Task>) - Method in class org.gradle.api.DefaultTask
- onlyIf(Spec<? super Task>) - Method in interface org.gradle.api.Task
-
Execute the task only if the given spec is satisfied.
- onOutput(Closure) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Adds a closure to be notified when output from the test received.
- onOutput(CharSequence) - Method in interface org.gradle.api.logging.StandardOutputListener
-
Called when some output is written by the logging system.
- onOutput(TestDescriptor, TestOutputEvent) - Method in interface org.gradle.api.tasks.testing.TestOutputListener
-
Fired when during test execution anything is printed to standard output or error
- onTaskCompletion(Provider<? extends OperationCompletionListener>) - Method in interface org.gradle.build.event.BuildEventsListenerRegistry
-
Subscribes the given listener to the finish events for tasks, if not already subscribed.
- onValue(Object) - Method in interface org.gradle.tooling.StreamedValueListener
-
Handles the next value.
- open() - Method in interface org.gradle.api.file.FileTreeElement
-
Opens this file as an input stream.
- openInputStream(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- OPERATING_SYSTEM_ATTRIBUTE - Static variable in class org.gradle.nativeplatform.OperatingSystemFamily
- operatingSystem(String) - Method in interface org.gradle.nativeplatform.platform.NativePlatform
-
Sets the operating system being targeted.
- OperatingSystem - Enum in org.gradle.platform
-
Constants for various operating systems Gradle runs on.
- OperatingSystem - Interface in org.gradle.nativeplatform.platform
-
A machine operating system.
- OperatingSystemFamily - Class in org.gradle.nativeplatform
-
Represents the operating system of a configuration.
- OperatingSystemFamily() - Constructor for class org.gradle.nativeplatform.OperatingSystemFamily
- OperationCompletionListener - Interface in org.gradle.tooling.events
-
A listener which is notified when operations run as part of the build complete.
- OperationDescriptor - Interface in org.gradle.tooling.events
-
Describes an operation for which an event has occurred.
- OperationResult - Interface in org.gradle.tooling.events
-
Describes the result of running an operation.
- OperationType - Enum in org.gradle.tooling.events
-
Enumerates the different types of operations for which progress events can be received.
- OPTIMIZED_ATTRIBUTE - Static variable in interface org.gradle.language.cpp.CppBinary
-
The dependency resolution attribute use to indicate whether a binary is optimized or not.
- option() - Method in annotation type org.gradle.api.tasks.options.Option
-
The option to map to this property.
- Option - Annotation Type in org.gradle.api.tasks.options
-
Marks a property of a
Task
as being configurable from the command-line. - optional() - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Marks a task property as optional.
- optional() - Method in interface org.gradle.api.tasks.TaskOutputFilePropertyBuilder
-
Marks a task property as optional.
- optional(boolean) - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Sets whether the task property is optional.
- optional(boolean) - Method in interface org.gradle.api.tasks.TaskInputPropertyBuilder
-
Sets whether the task property is optional.
- optional(boolean) - Method in interface org.gradle.api.tasks.TaskOutputFilePropertyBuilder
-
Sets whether the task property is optional.
- Optional - Annotation Type in org.gradle.api.tasks
-
Marks a task property as optional.
- optionFile - Variable in class org.gradle.external.javadoc.CoreJavadocOptions
- optionFiles(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- optionFiles(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- OptionLessJavadocOptionFileOption<T> - Interface in org.gradle.external.javadoc
-
Represents a Javadoc option.
- options(Closure) - Method in class org.gradle.api.tasks.testing.Test
-
Configures test framework specific options.
- options(Closure<?>) - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Convenience method for configuring Javadoc generation options.
- options(Action<? super TestFrameworkOptions>) - Method in class org.gradle.api.tasks.testing.Test
-
Configures test framework specific options.
- options(Action<? super MinimalJavadocOptions>) - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Convenience method for configuring Javadoc generation options.
- OptionValues - Annotation Type in org.gradle.api.tasks.options
- or(Spec<? super T>...) - Method in class org.gradle.api.specs.OrSpec
- or(WorkResult) - Method in interface org.gradle.api.tasks.WorkResult
-
Returns this result if it did work, otherwise returns the result given as a parameter.
- ORACLE - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- ordered(boolean, Comparator<T>) - Method in interface org.gradle.api.attributes.AttributeMatchingStrategy
-
A short-hand way to define both a compatibility rule and a disambiguation rule based on an order defined by the provided
Comparator
. - ordered(Comparator<? super T>) - Method in interface org.gradle.api.attributes.CompatibilityRuleChain
-
Adds an ordered check rule to this chain.
- ordered(Comparator<T>) - Method in interface org.gradle.api.attributes.AttributeMatchingStrategy
-
A short-hand way to define both a compatibility rule and a disambiguation rule based on an order defined by the provided
Comparator
. - orElse(Provider<? extends T>) - Method in interface org.gradle.api.provider.Provider
-
Returns a
Provider
whose value is the value of this provider, if present, otherwise uses the value from the given provider, if present. - orElse(T) - Method in interface org.gradle.api.provider.Provider
-
Returns a
Provider
whose value is the value of this provider, if present, otherwise the given default value. - org.gradle - package org.gradle
-
Classes for embedding Gradle.
- org.gradle.api - package org.gradle.api
-
Gradle's build language API, which is available from your build files.
- org.gradle.api.artifacts - package org.gradle.api.artifacts
-
Classes for declaring and using artifacts and artifact dependencies.
- org.gradle.api.artifacts.capability - package org.gradle.api.artifacts.capability
-
Classes related to requesting and providing capabilities of variants.
- org.gradle.api.artifacts.component - package org.gradle.api.artifacts.component
-
Classes that provide meta-data about software components.
- org.gradle.api.artifacts.dsl - package org.gradle.api.artifacts.dsl
-
Classes used in the artifact DSL.
- org.gradle.api.artifacts.ivy - package org.gradle.api.artifacts.ivy
-
Classes for declaring and using Ivy modules.
- org.gradle.api.artifacts.maven - package org.gradle.api.artifacts.maven
-
Classes for declaring and using Maven modules.
- org.gradle.api.artifacts.query - package org.gradle.api.artifacts.query
-
Classes used for querying the artifacts.
- org.gradle.api.artifacts.repositories - package org.gradle.api.artifacts.repositories
-
Classes for declaring and using artifact repositories.
- org.gradle.api.artifacts.result - package org.gradle.api.artifacts.result
-
Classes that compose the resolution result
- org.gradle.api.artifacts.transform - package org.gradle.api.artifacts.transform
-
Provides classes, interfaces and annotations for registering and implementing artifact transforms.
- org.gradle.api.artifacts.type - package org.gradle.api.artifacts.type
-
Types related to artifact type definitions.
- org.gradle.api.artifacts.verification - package org.gradle.api.artifacts.verification
-
Dependency verification related configuration classes
- org.gradle.api.attributes - package org.gradle.api.attributes
-
Classes for dealing with configuration and artifact attributes.
- org.gradle.api.attributes.java - package org.gradle.api.attributes.java
-
Attributes specific to the Java ecosystem.
- org.gradle.api.attributes.plugin - package org.gradle.api.attributes.plugin
-
Attributes specific to Gradle's plugin system.
- org.gradle.api.cache - package org.gradle.api.cache
-
Classes for configuring cache-related components.
- org.gradle.api.capabilities - package org.gradle.api.capabilities
-
Classes for dealing with capabilities.
- org.gradle.api.component - package org.gradle.api.component
-
Types for declaring and using Software Components.
- org.gradle.api.configuration - package org.gradle.api.configuration
-
Classes related to build configuration.
- org.gradle.api.credentials - package org.gradle.api.credentials
-
general credentials related classes.
- org.gradle.api.distribution - package org.gradle.api.distribution
-
The main interfaces and classes of the distribution plugin.
- org.gradle.api.distribution.plugins - package org.gradle.api.distribution.plugins
-
The distribution plugin itself.
- org.gradle.api.execution - package org.gradle.api.execution
-
Classes for managing and monitoring build execution.
- org.gradle.api.file - package org.gradle.api.file
-
Classes for working with files.
- org.gradle.api.flow - package org.gradle.api.flow
-
Gradle Flow API.
- org.gradle.api.initialization - package org.gradle.api.initialization
-
Classes for managing and monitoring build initialization.
- org.gradle.api.initialization.definition - package org.gradle.api.initialization.definition
-
Types related to the build definition for included builds.
- org.gradle.api.initialization.dsl - package org.gradle.api.initialization.dsl
-
Classes used in the initialization DSL.
- org.gradle.api.initialization.resolve - package org.gradle.api.initialization.resolve
-
Classes for managing cross-project dependency resolution.
- org.gradle.api.invocation - package org.gradle.api.invocation
-
Classes for invoking and monitoring gradle builds.
- org.gradle.api.java.archives - package org.gradle.api.java.archives
-
Classes for working with JAR manifests.
- org.gradle.api.jvm - package org.gradle.api.jvm
-
Interfaces for configuring the Java Platform Module System (JPMS).
- org.gradle.api.launcher.cli - package org.gradle.api.launcher.cli
-
Interfaces for configuring the cli client.
- org.gradle.api.logging - package org.gradle.api.logging
-
Classes for managing logging in Gradle.
- org.gradle.api.logging.configuration - package org.gradle.api.logging.configuration
-
Classes for logging configuration.
- org.gradle.api.model - package org.gradle.api.model
-
Classes that operate on the Gradle model.
- org.gradle.api.plugins - package org.gradle.api.plugins
-
The standard
Plugin
implementations. - org.gradle.api.plugins.antlr - package org.gradle.api.plugins.antlr
-
A
Plugin
for generating parsers from Antlr grammars. - org.gradle.api.plugins.catalog - package org.gradle.api.plugins.catalog
- org.gradle.api.plugins.jvm - package org.gradle.api.plugins.jvm
-
Dependency modifiers that can access platform and enforced platforms in
dependencies
blocks. - org.gradle.api.plugins.quality - package org.gradle.api.plugins.quality
-
Plugins which measure and enforce code quality.
- org.gradle.api.plugins.scala - package org.gradle.api.plugins.scala
-
A
Plugin
which compiles and tests Scala sources. - org.gradle.api.problems - package org.gradle.api.problems
-
new Problems API
- org.gradle.api.project - package org.gradle.api.project
-
Project
specific APIs. - org.gradle.api.provider - package org.gradle.api.provider
-
The interfaces for value providers.
- org.gradle.api.publish - package org.gradle.api.publish
-
Classes that deal with publishing artifacts.
- org.gradle.api.publish.ivy - package org.gradle.api.publish.ivy
-
Types that deal with publishing in the Ivy format.
- org.gradle.api.publish.ivy.plugins - package org.gradle.api.publish.ivy.plugins
-
Plugins for Ivy publishing.
- org.gradle.api.publish.ivy.tasks - package org.gradle.api.publish.ivy.tasks
-
Tasks for Ivy publishing.
- org.gradle.api.publish.maven - package org.gradle.api.publish.maven
-
Types that deal with publishing in the Maven format.
- org.gradle.api.publish.maven.plugins - package org.gradle.api.publish.maven.plugins
-
Plugins for publishing in the Maven format.
- org.gradle.api.publish.maven.tasks - package org.gradle.api.publish.maven.tasks
-
Tasks for publishing in the Maven format.
- org.gradle.api.publish.plugins - package org.gradle.api.publish.plugins
-
Publishing plugin.
- org.gradle.api.publish.tasks - package org.gradle.api.publish.tasks
-
Tasks used for publishing to a binary repository.
- org.gradle.api.reflect - package org.gradle.api.reflect
-
Classes and API for the reflection and types.
- org.gradle.api.reporting - package org.gradle.api.reporting
-
Classes for reporting
- org.gradle.api.reporting.components - package org.gradle.api.reporting.components
-
Component reporting tasks.
- org.gradle.api.reporting.dependencies - package org.gradle.api.reporting.dependencies
-
Types responsible for generating dependency reports.
- org.gradle.api.reporting.dependents - package org.gradle.api.reporting.dependents
-
Types responsible for generating dependents components reports.
- org.gradle.api.reporting.model - package org.gradle.api.reporting.model
-
Configuration model reporting tasks.
- org.gradle.api.reporting.plugins - package org.gradle.api.reporting.plugins
-
Plugins for reporting
- org.gradle.api.resources - package org.gradle.api.resources
-
Interfaces and API for the 'Resources' concept.
- org.gradle.api.services - package org.gradle.api.services
-
Types for defining and using build services.
- org.gradle.api.specs - package org.gradle.api.specs
-
Classes for defining general purpose criteria.
- org.gradle.api.tasks - package org.gradle.api.tasks
-
The standard
Task
implementations. - org.gradle.api.tasks.ant - package org.gradle.api.tasks.ant
-
The Ant integration
Task
implementations. - org.gradle.api.tasks.application - package org.gradle.api.tasks.application
-
Tasks for creating and running java applications.
- org.gradle.api.tasks.bundling - package org.gradle.api.tasks.bundling
-
Classes related to archiving that ended up being used more broadly in the implementation.
- org.gradle.api.tasks.compile - package org.gradle.api.tasks.compile
-
The compilation
Task
implementations. - org.gradle.api.tasks.diagnostics - package org.gradle.api.tasks.diagnostics
-
The diagnostic
Task
implementations. - org.gradle.api.tasks.diagnostics.configurations - package org.gradle.api.tasks.diagnostics.configurations
-
Diagnostic tasks which report information about configurations.
- org.gradle.api.tasks.incremental - package org.gradle.api.tasks.incremental
-
API classes for implementing incremental tasks.
- org.gradle.api.tasks.javadoc - package org.gradle.api.tasks.javadoc
-
The documentation generation
Task
implementations. - org.gradle.api.tasks.options - package org.gradle.api.tasks.options
-
Annotations for exposing task properties as command line options.
- org.gradle.api.tasks.scala - package org.gradle.api.tasks.scala
- org.gradle.api.tasks.testing - package org.gradle.api.tasks.testing
-
The unit testing
Task
implementations. - org.gradle.api.tasks.testing.junit - package org.gradle.api.tasks.testing.junit
-
JUnit specific testing classes.
- org.gradle.api.tasks.testing.junitplatform - package org.gradle.api.tasks.testing.junitplatform
- org.gradle.api.tasks.testing.logging - package org.gradle.api.tasks.testing.logging
-
Types related to logging of test related information to the console.
- org.gradle.api.tasks.testing.testng - package org.gradle.api.tasks.testing.testng
-
TestNG specific testing classes.
- org.gradle.api.tasks.util - package org.gradle.api.tasks.util
-
Utility classes used by the standard task implementations.
- org.gradle.api.tasks.wrapper - package org.gradle.api.tasks.wrapper
-
The Gradle wrapper
Task
. - org.gradle.api.toolchain.management - package org.gradle.api.toolchain.management
-
APIs to influence how toolchains are resolved.
- org.gradle.authentication - package org.gradle.authentication
-
Classes related to transport authentication protocols.
- org.gradle.authentication.aws - package org.gradle.authentication.aws
-
Classes related to transport authentication protocols for S3.
- org.gradle.authentication.http - package org.gradle.authentication.http
-
Classes related to transport authentication protocols for HTTP.
- org.gradle.build.event - package org.gradle.build.event
-
Types for receiving build events.
- org.gradle.buildconfiguration.tasks - package org.gradle.buildconfiguration.tasks
-
Public types for updating the Gradle Daemon JVM criteria.
- org.gradle.buildinit - package org.gradle.buildinit
-
Build init plugins and tasks.
- org.gradle.buildinit.plugins - package org.gradle.buildinit.plugins
-
Build init plugins.
- org.gradle.buildinit.tasks - package org.gradle.buildinit.tasks
-
Build init plugins.
- org.gradle.caching - package org.gradle.caching
-
Types to extend build cache functionality.
- org.gradle.caching.configuration - package org.gradle.caching.configuration
-
Classes for configuring build caches.
- org.gradle.caching.http - package org.gradle.caching.http
-
Classes for HTTP build cache service.
- org.gradle.caching.local - package org.gradle.caching.local
-
Classes for local build cache services.
- org.gradle.concurrent - package org.gradle.concurrent
-
Classes related to Gradle parallelism and concurrency.
- org.gradle.external.javadoc - package org.gradle.external.javadoc
-
Classes to run Javadoc.
- org.gradle.ide.visualstudio - package org.gradle.ide.visualstudio
-
Model classes for visual studio.
- org.gradle.ide.visualstudio.plugins - package org.gradle.ide.visualstudio.plugins
-
Plugins for Visual Studio integration.
- org.gradle.ide.visualstudio.tasks - package org.gradle.ide.visualstudio.tasks
-
Task classes for visual studio.
- org.gradle.ide.xcode - package org.gradle.ide.xcode
-
Model classes for XCode.
- org.gradle.ide.xcode.plugins - package org.gradle.ide.xcode.plugins
-
Plugins for XCode integration.
- org.gradle.ide.xcode.tasks - package org.gradle.ide.xcode.tasks
-
Task classes for XCode.
- org.gradle.ivy - package org.gradle.ivy
-
Component types for Ivy modules.
- org.gradle.jvm - package org.gradle.jvm
-
Types for support of JVM runtime.
- org.gradle.jvm.application.scripts - package org.gradle.jvm.application.scripts
-
Classes that enable JVM application script generation.
- org.gradle.jvm.application.tasks - package org.gradle.jvm.application.tasks
-
Tasks for the JVM application plugin.
- org.gradle.jvm.tasks - package org.gradle.jvm.tasks
-
Tasks that add support for JVM runtime.
- org.gradle.jvm.toolchain - package org.gradle.jvm.toolchain
-
Defines tools that can build things that run on the JVM.
- org.gradle.language - package org.gradle.language
-
Model classes for managing language sources.
- org.gradle.language.assembler - package org.gradle.language.assembler
-
Model classes for building from Assembler language sources.
- org.gradle.language.assembler.plugins - package org.gradle.language.assembler.plugins
-
Plugins for building from Assembler language sources.
- org.gradle.language.assembler.tasks - package org.gradle.language.assembler.tasks
-
Tasks for assembling Assembler sources for a native runtime.
- org.gradle.language.base - package org.gradle.language.base
-
General purpose types for language support.
- org.gradle.language.base.artifact - package org.gradle.language.base.artifact
-
Classes representing artifacts relevant to languages in general.
- org.gradle.language.base.compile - package org.gradle.language.base.compile
-
General purpose types for related to compiling.
- org.gradle.language.base.plugins - package org.gradle.language.base.plugins
-
Base plugins for language support.
- org.gradle.language.base.sources - package org.gradle.language.base.sources
-
General purpose types for language sources support.
- org.gradle.language.c - package org.gradle.language.c
-
Model classes for building from C language sources.
- org.gradle.language.c.plugins - package org.gradle.language.c.plugins
-
Plugins for building from C language sources.
- org.gradle.language.c.tasks - package org.gradle.language.c.tasks
-
Tasks for compiling C sources for a native runtime.
- org.gradle.language.cpp - package org.gradle.language.cpp
-
Model classes for building from C++ language sources.
- org.gradle.language.cpp.plugins - package org.gradle.language.cpp.plugins
-
Plugins for building from C++ language sources.
- org.gradle.language.cpp.tasks - package org.gradle.language.cpp.tasks
-
Tasks for compiling C++ sources for a native runtime.
- org.gradle.language.java.artifact - package org.gradle.language.java.artifact
-
Classes representing artifacts relevant to the Java language.
- org.gradle.language.jvm.tasks - package org.gradle.language.jvm.tasks
-
Tasks for support for JVM languages.
- org.gradle.language.nativeplatform - package org.gradle.language.nativeplatform
-
Model classes for managing language sources.
- org.gradle.language.nativeplatform.tasks - package org.gradle.language.nativeplatform.tasks
-
Base classes for native language compile tasks.
- org.gradle.language.objectivec - package org.gradle.language.objectivec
-
Model classes for building from Objective-C language sources.
- org.gradle.language.objectivec.plugins - package org.gradle.language.objectivec.plugins
-
Plugins for building from Objective-C language sources.
- org.gradle.language.objectivec.tasks - package org.gradle.language.objectivec.tasks
-
Tasks for compiling Objective-C sources for a native runtime.
- org.gradle.language.objectivecpp - package org.gradle.language.objectivecpp
-
Model classes for building from Objective-C++ language sources.
- org.gradle.language.objectivecpp.plugins - package org.gradle.language.objectivecpp.plugins
-
Plugins for building from Objective-C++ language sources.
- org.gradle.language.objectivecpp.tasks - package org.gradle.language.objectivecpp.tasks
-
Tasks for compiling Objective-C++ sources for a native runtime.
- org.gradle.language.plugins - package org.gradle.language.plugins
-
Base plugins for the native languages.
- org.gradle.language.rc - package org.gradle.language.rc
-
Model classes for building from Windows Resource scripts.
- org.gradle.language.rc.plugins - package org.gradle.language.rc.plugins
-
Plugins for building from Windows Resource scripts.
- org.gradle.language.rc.tasks - package org.gradle.language.rc.tasks
-
Tasks for compiling Windows resources for a native runtime.
- org.gradle.language.scala.tasks - package org.gradle.language.scala.tasks
-
Tasks that add support for Scala language.
- org.gradle.language.swift - package org.gradle.language.swift
-
Model classes for building from Swift language sources.
- org.gradle.language.swift.plugins - package org.gradle.language.swift.plugins
-
Plugins for building from Swift language sources.
- org.gradle.language.swift.tasks - package org.gradle.language.swift.tasks
-
Tasks for compiling Swift sources for a native runtime.
- org.gradle.maven - package org.gradle.maven
-
Component types for Maven modules.
- org.gradle.model - package org.gradle.model
-
Classes that operate upon the Gradle model.
- org.gradle.nativeplatform - package org.gradle.nativeplatform
-
Classes that model aspects of native component projects.
- org.gradle.nativeplatform.platform - package org.gradle.nativeplatform.platform
-
Classes that allow defining a native binary platform.
- org.gradle.nativeplatform.plugins - package org.gradle.nativeplatform.plugins
-
Plugins for building native component projects.
- org.gradle.nativeplatform.tasks - package org.gradle.nativeplatform.tasks
-
Tasks for building native component projects.
- org.gradle.nativeplatform.test - package org.gradle.nativeplatform.test
-
API classes for testing native binaries.
- org.gradle.nativeplatform.test.cpp - package org.gradle.nativeplatform.test.cpp
-
API classes for C++ test integration.
- org.gradle.nativeplatform.test.cpp.plugins - package org.gradle.nativeplatform.test.cpp.plugins
-
Plugins for C++ test integration.
- org.gradle.nativeplatform.test.cunit - package org.gradle.nativeplatform.test.cunit
-
API classes for cunit integration.
- org.gradle.nativeplatform.test.cunit.plugins - package org.gradle.nativeplatform.test.cunit.plugins
-
Plugins for cunit testing.
- org.gradle.nativeplatform.test.cunit.tasks - package org.gradle.nativeplatform.test.cunit.tasks
-
Tasks for cunit integration.
- org.gradle.nativeplatform.test.googletest - package org.gradle.nativeplatform.test.googletest
-
API classes for Google Test integration.
- org.gradle.nativeplatform.test.googletest.plugins - package org.gradle.nativeplatform.test.googletest.plugins
-
Plugins for Google Test testing.
- org.gradle.nativeplatform.test.plugins - package org.gradle.nativeplatform.test.plugins
-
Plugin classes for generic support for testing native binaries.
- org.gradle.nativeplatform.test.tasks - package org.gradle.nativeplatform.test.tasks
-
Tasks for test execution.
- org.gradle.nativeplatform.test.xctest - package org.gradle.nativeplatform.test.xctest
-
Model classes for the XCTest plugins.
- org.gradle.nativeplatform.test.xctest.plugins - package org.gradle.nativeplatform.test.xctest.plugins
-
Plugins for XCTest testing.
- org.gradle.nativeplatform.test.xctest.tasks - package org.gradle.nativeplatform.test.xctest.tasks
-
Tasks for XCTest execution.
- org.gradle.nativeplatform.toolchain - package org.gradle.nativeplatform.toolchain
-
Classes that allow C++ tool chains to be configured.
- org.gradle.nativeplatform.toolchain.plugins - package org.gradle.nativeplatform.toolchain.plugins
-
Built-in tool chain support.
- org.gradle.normalization - package org.gradle.normalization
-
Interfaces and API for input normalization.
- org.gradle.platform - package org.gradle.platform
-
Types to define build environment.
- org.gradle.platform.base - package org.gradle.platform.base
-
General purpose types for runtime support.
- org.gradle.platform.base.binary - package org.gradle.platform.base.binary
-
General purpose types for binary support.
- org.gradle.platform.base.component - package org.gradle.platform.base.component
-
General purpose types for library support.
- org.gradle.platform.base.plugins - package org.gradle.platform.base.plugins
-
Base plugins for software model support.
- org.gradle.plugin.devel - package org.gradle.plugin.devel
-
Classes for assisting with plugin development.
- org.gradle.plugin.devel.plugins - package org.gradle.plugin.devel.plugins
-
Plugins for assisting with plugin development.
- org.gradle.plugin.devel.tasks - package org.gradle.plugin.devel.tasks
-
Tasks for assisting with plugin development.
- org.gradle.plugin.management - package org.gradle.plugin.management
-
APIs to influence how plugins are resolved.
- org.gradle.plugin.use - package org.gradle.plugin.use
-
Classes for managing plugin resolution and use.
- org.gradle.plugins.ear - package org.gradle.plugins.ear
-
Support for generating EAR archives in a Gradle build
- org.gradle.plugins.ear.descriptor - package org.gradle.plugins.ear.descriptor
-
Classes for working with EAR deployment descriptors.
- org.gradle.plugins.ide - package org.gradle.plugins.ide
-
General purpose IDE types.
- org.gradle.plugins.ide.api - package org.gradle.plugins.ide.api
-
General ide plugin api.
- org.gradle.plugins.ide.eclipse - package org.gradle.plugins.ide.eclipse
-
A
Plugin
for generating Eclipse files. - org.gradle.plugins.ide.eclipse.model - package org.gradle.plugins.ide.eclipse.model
-
Classes for the model used by the eclipse plugins.
- org.gradle.plugins.ide.idea - package org.gradle.plugins.ide.idea
-
A
Plugin
for generating IDEA files. - org.gradle.plugins.ide.idea.model - package org.gradle.plugins.ide.idea.model
-
Classes for the model used by the
IdeaPlugin
. - org.gradle.plugins.signing - package org.gradle.plugins.signing
-
The signing plugin.
- org.gradle.plugins.signing.signatory - package org.gradle.plugins.signing.signatory
-
The signing plugin signatory types.
- org.gradle.plugins.signing.signatory.pgp - package org.gradle.plugins.signing.signatory.pgp
-
PGP signing support.
- org.gradle.plugins.signing.type - package org.gradle.plugins.signing.type
-
The signing plugin signature types.
- org.gradle.plugins.signing.type.pgp - package org.gradle.plugins.signing.type.pgp
-
PGP signing support.
- org.gradle.process - package org.gradle.process
-
Classes for executing system and Java processes.
- org.gradle.swiftpm - package org.gradle.swiftpm
-
Model classes that describe a Swift Package Manager package.
- org.gradle.swiftpm.plugins - package org.gradle.swiftpm.plugins
-
Plugins that produce Swift Package Manager manifests from the Gradle model.
- org.gradle.swiftpm.tasks - package org.gradle.swiftpm.tasks
-
Tasks that produce Swift Package Manager manifests from the Gradle model.
- org.gradle.testfixtures - package org.gradle.testfixtures
-
Classes and interfaces for testing custom task and plugin implementations.
- org.gradle.testing.base - package org.gradle.testing.base
-
General purpose types for test suite support.
- org.gradle.testing.base.plugins - package org.gradle.testing.base.plugins
-
Plugin classes for generic support for testing.
- org.gradle.testing.jacoco.plugins - package org.gradle.testing.jacoco.plugins
-
Plugins to work with the JaCoCo code coverage library.
- org.gradle.testing.jacoco.tasks - package org.gradle.testing.jacoco.tasks
-
Tasks to work with the JaCoCo code coverage library.
- org.gradle.testing.jacoco.tasks.rules - package org.gradle.testing.jacoco.tasks.rules
-
Implementations for Jacoco code coverage rules.
- org.gradle.testkit.runner - package org.gradle.testkit.runner
-
Support for executing contrived Gradle builds for the purpose of testing build logic.
- org.gradle.tooling - package org.gradle.tooling
-
The main interfaces and classes of the Gradle tooling API.
- org.gradle.tooling.events - package org.gradle.tooling.events
-
The interfaces and classes related to registering for event notifications and listening to dispatched events.
- org.gradle.tooling.events.configuration - package org.gradle.tooling.events.configuration
-
Project configuration specific interfaces and classes related to event notifications.
- org.gradle.tooling.events.download - package org.gradle.tooling.events.download
-
File download specific interfaces and classes related to event notifications.
- org.gradle.tooling.events.lifecycle - package org.gradle.tooling.events.lifecycle
-
Build lifecycle interfaces and classes related to event notifications.
- org.gradle.tooling.events.problems - package org.gradle.tooling.events.problems
-
Problem specific interfaces and classes related to event notifications.
- org.gradle.tooling.events.task - package org.gradle.tooling.events.task
-
Task execution specific interfaces and classes related to event notifications.
- org.gradle.tooling.events.task.java - package org.gradle.tooling.events.task.java
-
Task execution result interfaces specific to Java projects.
- org.gradle.tooling.events.test - package org.gradle.tooling.events.test
-
Test execution specific interfaces and classes related to event notifications.
- org.gradle.tooling.events.transform - package org.gradle.tooling.events.transform
-
Artifact transform execution specific interfaces and classes related to event notifications.
- org.gradle.tooling.events.work - package org.gradle.tooling.events.work
-
Work item execution specific interfaces and classes related to event notifications.
- org.gradle.tooling.exceptions - package org.gradle.tooling.exceptions
-
Exceptions thrown when using the tooling API.
- org.gradle.tooling.model - package org.gradle.tooling.model
-
The general-purpose tooling model types, provided by the tooling API.
- org.gradle.tooling.model.build - package org.gradle.tooling.model.build
-
Tooling models for the build environment, which includes information such as Gradle or Java versions.
- org.gradle.tooling.model.cpp - package org.gradle.tooling.model.cpp
-
Types that represent the tooling model for C++ projects.
- org.gradle.tooling.model.eclipse - package org.gradle.tooling.model.eclipse
-
Eclipse-centric tooling models.
- org.gradle.tooling.model.gradle - package org.gradle.tooling.model.gradle
-
The tooling models for Gradle builds and projects.
- org.gradle.tooling.model.idea - package org.gradle.tooling.model.idea
-
IntelliJ IDEA centric tooling models.
- org.gradle.tooling.model.java - package org.gradle.tooling.model.java
-
Java-specific details for tooling models.
- org.gradle.tooling.model.kotlin.dsl - package org.gradle.tooling.model.kotlin.dsl
-
Kotlin DSL related tooling models.
- org.gradle.tooling.provider.model - package org.gradle.tooling.provider.model
-
Interfaces and classes that allow tooling models to be made available to the tooling API client.
- org.gradle.util - package org.gradle.util
-
Contains Gradle utility classes.
- org.gradle.vcs - package org.gradle.vcs
-
Packages for version control systems.
- org.gradle.vcs.git - package org.gradle.vcs.git
-
The API for dealing with Version Control Systems in Gradle.
- org.gradle.work - package org.gradle.work
-
Classes used for implementing units of work.
- org.gradle.workers - package org.gradle.workers
-
Workers allow running pieces of work in the background, either in-process in isolated classloaders or out-of-process in reusable daemons.
- organization(Action<? super MavenPomOrganization>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the organization for the publication represented by this POM.
- OrSpec<T> - Class in org.gradle.api.specs
-
A
CompositeSpec
which requires any one of its specs to be true in order to evaluate to true. - OrSpec() - Constructor for class org.gradle.api.specs.OrSpec
- OrSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.OrSpec
- OrSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.OrSpec
- os(String) - Method in interface org.gradle.nativeplatform.TargetMachineFactory
-
Returns a
TargetMachineBuilder
representing the specified operating system and the architecture of the current host. - other(Action<? super ConfigurableUserClassFilePermissions>) - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Modifies the permissions all other users (non-owner, non-group) have for the file/directory.
- outgoing(Action<? super ConfigurationPublications>) - Method in interface org.gradle.api.artifacts.Configuration
-
Configures the outgoing
ConfigurationPublications
instance that advertises and allows configuring the artifacts and variants published by this configuration. - OUTGOING_VARIANTS_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
-
The name of the outgoing variants report task.
- OutgoingVariantsReportTask - Class in org.gradle.api.tasks.diagnostics
-
A task which reports the outgoing variants of a project on the command line.
- OutgoingVariantsReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.OutgoingVariantsReportTask
- Output - Class in org.gradle.plugins.ide.eclipse.model
-
A classpath entry representing an output folder.
- Output(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.Output
- Output(String) - Constructor for class org.gradle.plugins.ide.eclipse.model.Output
- OutputDirectories - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying one or more output directories for a task.
- OutputDirectory - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying an output directory for a task.
- OutputFile - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying an output file for a task.
- OutputFiles - Annotation Type in org.gradle.api.tasks
-
Marks a property as specifying one or more output files for a task.
- overview(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
Fluent setter for the overview option.
- overview(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
P
- Package - Interface in org.gradle.swiftpm
-
Represents a Swift Package Manager package.
- PACKAGE - org.gradle.api.tasks.javadoc.GroovydocAccess
- PACKAGE - org.gradle.external.javadoc.JavadocMemberLevel
-
Shows only package, protected, and public classes and members.
- ParallelismConfiguration - Interface in org.gradle.concurrent
-
A
ParallelismConfiguration
defines the parallel settings for a Gradle build. - ParameterizedToolingModelBuilder<T> - Interface in org.gradle.tooling.provider.model
-
A
ToolingModelBuilder
which can be parameterized by the client. - parameterizedTypeOf(TypeOf<?>, TypeOf<?>...) - Static method in class org.gradle.api.reflect.TypeOf
-
Constructs a new parameterized type from a given parameterized type definition and an array of type arguments.
- parameters(Action<? super P>) - Method in interface org.gradle.api.flow.FlowActionSpec
-
Configures the
parameters
for theflow action
. - parameters(Action<? super P>) - Method in interface org.gradle.api.provider.ValueSourceSpec
-
Configure the parameters for the value source.
- parameters(Action<? super P>) - Method in interface org.gradle.api.services.BuildServiceSpec
-
Runs the given action to configure the parameters.
- parameters(Action<? super T>) - Method in interface org.gradle.api.artifacts.transform.TransformSpec
-
Configure the parameters for the transform action.
- params(Object...) - Method in interface org.gradle.api.ActionConfiguration
-
Adds initialization parameters to use when constructing an instance of the implementation class.
- parentMkdirs(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.Makes the parent directory of the file, and any non existent parents.
- parse(boolean, String) - Static method in class org.gradle.api.file.RelativePath
- parse(boolean, RelativePath, String) - Static method in class org.gradle.api.file.RelativePath
- parse(String) - Static method in class org.gradle.util.VersionNumber
-
Deprecated.
- parse(String) - Method in interface org.gradle.util.VersionNumber.Scheme
-
Deprecated.
- partition(Iterable<T>, Spec<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Partition given Collection into a Pair of Collections.
- PASSED - org.gradle.api.tasks.testing.logging.TestLogEvent
-
A test has completed successfully.
- PasswordCredentials - Interface in org.gradle.api.artifacts.repositories
-
A username/password credentials that can be used to login to password-protected remote repository.
- PasswordCredentials - Interface in org.gradle.api.credentials
-
A username/password credentials that can be used to login to something protected by a username and password.
- path - Variable in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- path(File) - Method in class org.gradle.plugins.ide.idea.model.PathFactory
-
Creates a path for the given file.
- path(File, boolean) - Method in class org.gradle.plugins.ide.idea.model.PathFactory
-
Creates a path for the given file.
- path(Object...) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
-
Append an entry or entries to the tool chain path.
- path(Object...) - Method in interface org.gradle.nativeplatform.toolchain.Swiftc
-
Append an entry or entries to the tool chain path.
- path(String) - Method in class org.gradle.plugins.ide.idea.model.PathFactory
-
Creates a path for the given URL.
- path(String) - Static method in class org.gradle.util.Path
- path(String, String) - Method in class org.gradle.plugins.ide.idea.model.PathFactory
-
Creates a path for the given URL.
- Path - Class in org.gradle.plugins.ide.idea.model
-
Represents a path in a format as used often in ipr and iml files.
- Path - Class in org.gradle.util
-
Represents a path in Gradle.
- Path - Annotation Type in org.gradle.model
-
Specifies a model path on a parameter
- Path(String) - Constructor for class org.gradle.plugins.ide.idea.model.Path
- Path(String, String, String) - Constructor for class org.gradle.plugins.ide.idea.model.Path
- PATH_SEPARATOR - Static variable in interface org.gradle.api.Project
-
The hierarchy separator for project and task path names.
- PathFactory - Class in org.gradle.plugins.ide.idea.model
-
Path Factory.
- PathFactory() - Constructor for class org.gradle.plugins.ide.idea.model.PathFactory
- PathSensitive - Annotation Type in org.gradle.api.tasks
-
Annotates a task file property, specifying which part of the file paths should be considered during up-to-date checks.
- PathSensitivity - Enum in org.gradle.api.tasks
-
Enumeration of different path handling strategies for task properties.
- PathValidation - Enum in org.gradle.api
-
An enumeration for describing validation policies for file paths.
- pathVariables(Map<String, File>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Adds path variables to be used for replacing absolute paths in classpath entries.
- pathVariables(Map<String, File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.).
- PatternFilterable - Interface in org.gradle.api.tasks.util
-
A
PatternFilterable
represents some file container which Ant-style include and exclude patterns or specs can be applied to. - patternLayout(Action<? super IvyPatternRepositoryLayout>) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Specifies how the items of the repository are organized.
- PatternSet - Class in org.gradle.api.tasks.util
-
Standalone implementation of
PatternFilterable
. - PatternSet() - Constructor for class org.gradle.api.tasks.util.PatternSet
- PatternSet(PatternSpecFactory) - Constructor for class org.gradle.api.tasks.util.PatternSet
- PatternSet(PatternSet) - Constructor for class org.gradle.api.tasks.util.PatternSet
- PERFORMANCE_TEST - Static variable in interface org.gradle.api.attributes.TestSuiteType
- permissions(int) - Method in interface org.gradle.api.file.FileSystemOperations
-
Creates file/directory access permissions and initializes them via a Unix style numeric permissions.
- permissions(String) - Method in interface org.gradle.api.file.FileSystemOperations
-
Creates file/directory access permissions and initializes them via a Unix style permission string.
- permissions(Action<? super ConfigurableFilePermissions>) - Method in interface org.gradle.api.file.FileCopyDetails
-
Configuration action for specifying file and directory access permissions.
- permissions(Provider<String>) - Method in interface org.gradle.api.file.FileSystemOperations
-
Provider
based version ofFileSystemOperations.permissions(String)
, to facilitate wiring into property chains. - PgpKeyId - Class in org.gradle.plugins.signing.signatory.pgp
-
A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
- PgpKeyId(long) - Constructor for class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- PgpKeyId(String) - Constructor for class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- PgpKeyId(PGPPublicKey) - Constructor for class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- PgpKeyId(PGPSignature) - Constructor for class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- PgpSignatory - Class in org.gradle.plugins.signing.signatory.pgp
-
PGP signatory from PGP key and password.
- PgpSignatory(String, PGPSecretKey, String) - Constructor for class org.gradle.plugins.signing.signatory.pgp.PgpSignatory
- PgpSignatoryFactory - Class in org.gradle.plugins.signing.signatory.pgp
-
Creates
PgpSignatory
instances. - PgpSignatoryFactory() - Constructor for class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- PgpSignatoryProvider - Class in org.gradle.plugins.signing.signatory.pgp
-
A
SignatoryProvider
ofPgpSignatory
instances. - PgpSignatoryProvider() - Constructor for class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryProvider
- pickFirst(Comparator<? super T>) - Method in interface org.gradle.api.attributes.DisambiguationRuleChain
-
Adds an ordered disambiguation rule.
- pickLast(Comparator<? super T>) - Method in interface org.gradle.api.attributes.DisambiguationRuleChain
-
Adds an ordered disambiguation rule.
- Plain - org.gradle.api.logging.configuration.ConsoleOutput
-
Disable all color and rich output.
- platform() - Method in interface org.gradle.api.artifacts.dsl.ExternalModuleDependencyVariantSpec
-
Configures the dependency to select the "platform" variant.
- platform() - Method in interface org.gradle.api.artifacts.VariantSelectionDetails
-
Selects the platform variant of a component
- platform(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Declares a dependency on a platform.
- platform(Object, Action<? super Dependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Declares a dependency on a platform.
- platform(ComponentSelector) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
-
Transforms the provided selector into a platform selector.
- platform(Provider<MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures this dependency provider to select the platform variant of the target component
- platform(ProviderConvertible<MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures this dependency provider to select the platform variant of the target component
- Platform - Interface in org.gradle.platform.base
-
The platform or runtime that a binary is designed to run on.
- PlatformAwareComponentSpec - Interface in org.gradle.platform.base
-
Defines Platform specific operations for ComponentSpecs
- PlatformContainer - Interface in org.gradle.platform.base
-
A container of
Platform
s. - PlatformDependencyModifier() - Constructor for class org.gradle.api.plugins.jvm.PlatformDependencyModifiers.PlatformDependencyModifier
- PlatformDependencyModifiers - Interface in org.gradle.api.plugins.jvm
-
Dependency modifier APIs that can find platform and enforced platforms in other modules for
dependencies
blocks. - PlatformDependencyModifiers.EnforcedPlatformDependencyModifier - Class in org.gradle.api.plugins.jvm
-
Implementation for the enforced platform dependency modifier.
- PlatformDependencyModifiers.PlatformDependencyModifier - Class in org.gradle.api.plugins.jvm
-
Implementation for the platform dependency modifier.
- plugin(Class<? extends Plugin>) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
-
Adds a
Plugin
to use to configure the target objects. - plugin(String) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
-
Adds a
Plugin
to use to configure the target objects. - plugin(String, String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Entry point for registering a plugin alias.
- Plugin<T> - Interface in org.gradle.api
-
A
Plugin
represents an extension to Gradle. - PLUGIN_EXTENSION_NAME - Static variable in class org.gradle.testing.jacoco.plugins.JacocoPlugin
- PluginAware - Interface in org.gradle.api.plugins
-
Something that can have plugins applied to it.
- PluginCollection<T extends Plugin> - Interface in org.gradle.api.plugins
-
A
PluginCollection
represents a collection ofPlugin
instances. - PluginContainer - Interface in org.gradle.api.plugins
-
A
PluginContainer
is used to manage a set ofPlugin
instances applied to a particular project. - PluginDeclaration - Class in org.gradle.plugin.devel
-
Describes a Gradle plugin under development.
- PluginDeclaration(String) - Constructor for class org.gradle.plugin.devel.PluginDeclaration
- PluginDependenciesSpec - Interface in org.gradle.plugin.use
-
The DSL for declaring plugins to use in a script.
- PluginDependency - Interface in org.gradle.plugin.use
-
A plugin dependency.
- PluginDependencySpec - Interface in org.gradle.plugin.use
-
A mutable specification of a dependency on a plugin.
- PluginId - Interface in org.gradle.plugin.use
-
A description of a plugin.
- PluginIdentifier - Interface in org.gradle.tooling.events
-
Identifies a Gradle plugin.
- PluginIdLocation - Interface in org.gradle.tooling.events.problems
-
Represents a plugin ID.
- PluginInstantiationException - Exception in org.gradle.api.plugins
-
A
PluginInstantiationException
is thrown when a plugin cannot be instantiated. - PluginInstantiationException(String) - Constructor for exception org.gradle.api.plugins.PluginInstantiationException
- PluginInstantiationException(String, Throwable) - Constructor for exception org.gradle.api.plugins.PluginInstantiationException
- pluginManagement(Action<? super PluginManagementSpec>) - Method in interface org.gradle.api.initialization.Settings
-
Configures plugin management.
- PluginManagementSpec - Interface in org.gradle.plugin.management
-
Configures how plugins are resolved.
- PluginManager - Interface in org.gradle.api.plugins
-
Facilitates applying plugins and determining which plugins have been applied to a
PluginAware
object. - PluginRequest - Interface in org.gradle.plugin.management
-
Contains information about a plugin that has been requested for resolution.
- PluginResolutionStrategy - Interface in org.gradle.plugin.management
-
Allows modification of
PluginRequest
s before they are resolved. - PluginResolveDetails - Interface in org.gradle.plugin.management
-
Allows plugin resolution rules to inspect a requested plugin and modify which target plugin will be used.
- plugins(Action<? super InjectedPluginDependencies>) - Method in interface org.gradle.vcs.VersionControlRepository
-
Defines the plugins to be injected into the build.
- plugins(Action<? super InjectedPluginDependencies>) - Method in interface org.gradle.vcs.VersionControlSpec
-
Configure injected plugins into this build.
- plugins(Action<? super NamedDomainObjectContainer<PluginDeclaration>>) - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Configures the declared plugins.
- plugins(Action<? super PluginDependenciesSpec>) - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
Configure the default plugin versions.
- pluginSourceSet(SourceSet) - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Provides the source set that compiles the code under test.
- PluginUnderTestMetadata - Class in org.gradle.plugin.devel.tasks
-
Custom task for generating the metadata for a plugin user test.
- PluginUnderTestMetadata() - Constructor for class org.gradle.plugin.devel.tasks.PluginUnderTestMetadata
- plus(FileCollection) - Method in interface org.gradle.api.file.FileCollection
-
Returns a
FileCollection
which contains the union of this collection and the given collection. - plus(FileTree) - Method in interface org.gradle.api.file.FileTree
-
Returns a
FileTree
which contains the union of this tree and the given tree. - plus(RelativePath) - Method in class org.gradle.api.file.RelativePath
-
Appends the given path to the end of this path.
- Pmd - Class in org.gradle.api.plugins.quality
-
Runs a set of static code analysis rules on Java source code files and generates a report of problems found.
- Pmd() - Constructor for class org.gradle.api.plugins.quality.Pmd
- PmdExtension - Class in org.gradle.api.plugins.quality
-
Configuration options for the PMD plugin.
- PmdExtension(Project) - Constructor for class org.gradle.api.plugins.quality.PmdExtension
- PmdPlugin - Class in org.gradle.api.plugins.quality
-
A plugin for the PMD source code analyzer.
- PmdPlugin() - Constructor for class org.gradle.api.plugins.quality.PmdPlugin
- PmdReports - Interface in org.gradle.api.plugins.quality
-
The reporting configuration for the
Pmd
task. - polymorphicDomainObjectContainer(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a new
ExtensiblePolymorphicDomainObjectContainer
for managing named objects of the specified type. - PolymorphicDomainObjectContainer<T> - Interface in org.gradle.api
-
A
NamedDomainObjectContainer
that allows you to create objects with different types. - pom(Action<? super MavenPom>) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Configures the POM that will be published.
- PomModuleDescriptor - Interface in org.gradle.api.artifacts.maven
-
The metadata about a Maven POM that acts as an input to a component metadata rule.
- PrebuiltLibraries - Interface in org.gradle.nativeplatform
-
A container of
PrebuiltLibrary
instances. - PrebuiltLibrary - Interface in org.gradle.nativeplatform
-
A library component that is not built by gradle.
- PrebuiltSharedLibraryBinary - Interface in org.gradle.nativeplatform
-
A shared library that exists at a known location on the filesystem.
- PrebuiltStaticLibraryBinary - Interface in org.gradle.nativeplatform
-
A static library that exists at a known location on the filesystem.
- prefer(String) - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
-
Sets the preferred version of this module.
- PREFER_PROJECT - org.gradle.api.initialization.resolve.RepositoriesMode
-
If this mode is set, any repository declared on a project will cause the project to use the repositories declared by the project, ignoring those declared in settings.
- PREFER_PROJECT - org.gradle.api.initialization.resolve.RulesMode
-
If this mode is set, any component metadata rule declared on a project will cause the project to use the rules declared by the project, ignoring those declared in settings.
- PREFER_SETTINGS - 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 be ignored.
- PREFER_SETTINGS - 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 be ignored.
- preferProjectModules() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Gradle can resolve conflicts purely by version number or prioritize project dependencies over binary.
- prefix(String, Collection<String>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- PrefixHeaderFileGenerateTask - Class in org.gradle.nativeplatform.tasks
-
Generates a prefix header file from a list of headers to be precompiled.
- PrefixHeaderFileGenerateTask(WorkerExecutor) - Constructor for class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
-
Injects a
WorkerExecutor
instance. - PREPARATION_TASK_NAME - Static variable in class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- prepareNewBuild(StartParameter) - Method in class org.gradle.StartParameter
- prepareNewInstance(StartParameter) - Method in class org.gradle.StartParameter
- prepend(String...) - Method in class org.gradle.api.file.RelativePath
-
Prepends the given names to the start of this path.
- PreprocessingTool - Interface in org.gradle.nativeplatform
-
A tool that permits configuration of the C preprocessor.
- preserve(Action<? super PatternFilterable>) - Method in interface org.gradle.api.file.SyncSpec
-
Configures the filter that defines which files to preserve in the destination directory.
- preserve(Action<? super PatternFilterable>) - Method in class org.gradle.api.tasks.Sync
-
Configures the filter that defines which files to preserve in the destination directory.
- PRIVATE - org.gradle.api.tasks.javadoc.GroovydocAccess
- PRIVATE - org.gradle.external.javadoc.JavadocMemberLevel
-
Shows all classes and members.
- privateHeaders(Action<? super ConfigurableFileCollection>) - Method in interface org.gradle.language.cpp.CppComponent
-
Configures the private header directories for this component.
- ProblemAggregation - Interface in org.gradle.tooling.events.problems
-
Represents a list of aggregated problems.
- ProblemAggregationEvent - Interface in org.gradle.tooling.events.problems
-
Represents a list of aggregated problems.
- ProblemContext - Interface in org.gradle.tooling.events.problems
-
Describes a problem event.
- ProblemDefinition - Interface in org.gradle.tooling.events.problems
-
Represents a problem definition.
- ProblemEvent - Interface in org.gradle.tooling.events.problems
-
An event representing a problem.
- ProblemGroup - Interface in org.gradle.api.problems
-
Represents a group of problems.
- ProblemGroup - Interface in org.gradle.tooling.events.problems
-
Represents a problem group.
- ProblemId - Interface in org.gradle.api.problems
-
Represents an identifier for a problem definition.
- ProblemId - Interface in org.gradle.tooling.events.problems
-
Represents a problem id.
- ProblemReporter - Interface in org.gradle.api.problems
-
Defines different ways to report problems.
- Problems - Interface in org.gradle.api.problems
-
Problems API service.
- PROBLEMS - org.gradle.tooling.events.OperationType
-
Flag for problem events.
- ProblemSpec - Interface in org.gradle.api.problems
-
Provides options to configure problems.
- PROCESS - org.gradle.workers.IsolationMode
-
Deprecated.Isolate the work in a separate process, use out-of-process workers.
- PROCESS_RESOURCES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the task that processes resources.
- PROCESS_TEST_RESOURCES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the task which processes the test resources.
- ProcessForkOptions - Interface in org.gradle.process
-
Specifies the options to use to fork a process.
- processIsolation() - Method in interface org.gradle.workers.WorkerExecutor
-
Creates a
WorkQueue
to submit work for asynchronous execution in a daemon process. - processIsolation(Action<? super ProcessWorkerSpec>) - Method in interface org.gradle.workers.WorkerExecutor
-
Creates a
WorkQueue
to submit work for asynchronous execution in a daemon process. - ProcessResources - Class in org.gradle.language.jvm.tasks
-
Copies resources from their source to their target directory, potentially processing them.
- ProcessResources() - Constructor for class org.gradle.language.jvm.tasks.ProcessResources
- ProcessWorkerSpec - Interface in org.gradle.workers
-
A worker spec providing the requirements of a forked process with a custom classpath.
- producesModule(String) - Method in interface org.gradle.vcs.VersionControlRepository
-
Declares that this repository produces (or may produce) component with the given group and module names.
- Product - Interface in org.gradle.swiftpm
-
A product in a Swift Package Manager package.
- ProductionComponent - Interface in org.gradle.language
-
Represents a component that is the main product of a project.
- ProductionCppComponent - Interface in org.gradle.language.cpp
-
Represents a C++ component that is the main product of a project.
- ProductionSwiftComponent - Interface in org.gradle.language.swift
-
Represents a Swift component that is the main product of a project.
- ProgressEvent - Interface in org.gradle.tooling.events
-
Root interface for all events that signal progress while executing an operation.
- ProgressEvent - Interface in org.gradle.tooling
-
Some information about a piece of work of a long running operation.
- ProgressListener - Interface in org.gradle.tooling.events
-
A listener which is notified when operations that are executed as part of running a build make progress.
- ProgressListener - Interface in org.gradle.tooling
-
A listener which is notified as some long running operation makes progress.
- project() - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Returns the current project as a
ProjectDependency
. - project(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse project information
- project(Closure) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA project information.
- project(File) - Method in interface org.gradle.api.initialization.Settings
-
Returns the project with the given project directory.
- project(String) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
-
Create a ProjectComponentSelector from the provided input string.
- project(String) - Method in interface org.gradle.api.artifacts.dsl.Dependencies
-
Converts an absolute or relative path to a project into a
ProjectDependency
. - project(String) - Method in interface org.gradle.api.initialization.Settings
-
Returns the project with the given path.
- project(String) - Method in interface org.gradle.api.Project
-
Locates a project by path.
- project(String) - Method in interface org.gradle.platform.base.DependencySpecContainer
-
Defines a new dependency, based on a project path.
- project(String) - Method in interface org.gradle.platform.base.ProjectDependencySpecBuilder
-
Narrows this dependency specification down to a specific project.
- project(String, Closure) - Method in interface org.gradle.api.Project
-
Locates a project by path and configures it using the given closure.
- project(String, Action<? super Project>) - Method in interface org.gradle.api.Project
-
Locates a project by path and configures it using the given action.
- project(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Creates a dependency on a project.
- project(Action<? super EclipseProject>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse project information
- project(Action<? super IdeaProject>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA project information.
- Project - Class in org.gradle.plugins.ide.eclipse.model
-
Represents the customizable elements of an eclipse project file.
- Project - Class in org.gradle.plugins.ide.idea.model
-
Represents the customizable elements of an ipr (via XML hooks everything of the ipr is customizable).
- Project - Interface in org.gradle.api
-
This interface is the main API you use to interact with Gradle from your build file.
- Project(XmlTransformer) - Constructor for class org.gradle.plugins.ide.eclipse.model.Project
- Project(XmlTransformer, Object) - Constructor for class org.gradle.plugins.ide.idea.model.Project
- PROJECT - org.gradle.api.tasks.wrapper.Wrapper.PathBase
- PROJECT_CONFIGURATION - org.gradle.tooling.events.OperationType
-
Flag for project configuration operation progress events.
- PROJECT_FILE_NAME - Static variable in class org.gradle.plugins.ide.eclipse.model.Project
- PROJECT_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
- ProjectBasedReportTask - Class in org.gradle.api.tasks.diagnostics
-
Deprecated.Use
AbstractProjectBasedReportTask
instead. - ProjectBasedReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.ProjectBasedReportTask
-
Deprecated.
- ProjectBuilder - Class in org.gradle.testfixtures
-
Creates dummy instances of
Project
which you can use in testing custom task and plugin implementations. - ProjectComponentIdentifier - Interface in org.gradle.api.artifacts.component
-
An identifier for a component instance that is built as part of the current build.
- ProjectComponentSelector - Interface in org.gradle.api.artifacts.component
-
Criteria for selecting a component instance that is built as part of the current build.
- ProjectConfigurationException - Exception in org.gradle.api
-
Indicates a problem that occurs during project configuration.
- ProjectConfigurationException(String, Iterable<? extends Throwable>) - Constructor for exception org.gradle.api.ProjectConfigurationException
-
Creates an exception with the given message and causes.
- ProjectConfigurationException(String, Throwable) - Constructor for exception org.gradle.api.ProjectConfigurationException
- ProjectConfigurationFailureResult - Interface in org.gradle.tooling.events.configuration
-
Describes how a project configuration operation finished with failures.
- ProjectConfigurationFinishEvent - Interface in org.gradle.tooling.events.configuration
-
An event that informs about a project configuration operation having finished its execution.
- ProjectConfigurationOperationDescriptor - Interface in org.gradle.tooling.events.configuration
-
Describes a project configuration operation for which an event has occurred.
- ProjectConfigurationOperationResult - Interface in org.gradle.tooling.events.configuration
-
Describes the result of running a project configuration operation.
- ProjectConfigurationOperationResult.PluginApplicationResult - Interface in org.gradle.tooling.events.configuration
-
Describes the result of applying a plugin.
- ProjectConfigurationProgressEvent - Interface in org.gradle.tooling.events.configuration
-
Root interface for all events that signal progress while configuring a project.
- ProjectConfigurationStartEvent - Interface in org.gradle.tooling.events.configuration
-
An event that informs about a project configuration operation having started its execution.
- ProjectConfigurationSuccessResult - Interface in org.gradle.tooling.events.configuration
-
Describes how a project configuration operation finished successfully.
- ProjectConnection - Interface in org.gradle.tooling
-
Represents a long-lived connection to a Gradle project.
- ProjectDependency - Class in org.gradle.plugins.ide.eclipse.model
-
A classpath entry representing a project dependency.
- ProjectDependency - Interface in org.gradle.api.artifacts
-
A
ProjectDependency
is aDependency
on another project in the current project hierarchy. - ProjectDependency - Interface in org.gradle.tooling.model
-
Represents a dependency on another project.
- ProjectDependency(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.ProjectDependency
- ProjectDependency(String) - Constructor for class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Create a dependency on another Eclipse project.
- ProjectDependencySpec - Interface in org.gradle.platform.base
-
A dependency onto a library published by a project.
- ProjectDependencySpecBuilder - Interface in org.gradle.platform.base
-
A builder of a
ProjectDependencySpec
. - ProjectDescriptor - Interface in org.gradle.api.initialization
-
A
ProjectDescriptor
declares the configuration required to create and evaluate aProject
. - ProjectEvaluationListener - Interface in org.gradle.api
-
An
ProjectEvaluationListener
is notified when a project is evaluated. - ProjectIdentifier - Interface in org.gradle.tooling.model
-
Identifies a Gradle project.
- ProjectLayout - Interface in org.gradle.api.file
-
Provides access to several important locations for a project.
- ProjectLibrary - Class in org.gradle.plugins.ide.idea.model
-
A project-level IDEA library.
- ProjectLibrary() - Constructor for class org.gradle.plugins.ide.idea.model.ProjectLibrary
- ProjectModel - Interface in org.gradle.tooling.model
-
Represents a model that is associated with some Gradle project.
- ProjectPublications - Interface in org.gradle.tooling.model.gradle
-
A model providing information about the publications of a Gradle project.
- ProjectReportsPlugin - Class in org.gradle.api.plugins
-
A
Plugin
which adds some project visualization report tasks to a project. - ProjectReportsPlugin() - Constructor for class org.gradle.api.plugins.ProjectReportsPlugin
- ProjectReportsPluginConvention - Class in org.gradle.api.plugins
-
Deprecated.Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.
- ProjectReportsPluginConvention() - Constructor for class org.gradle.api.plugins.ProjectReportsPluginConvention
-
Deprecated.
- ProjectReportTask - Class in org.gradle.api.tasks.diagnostics
-
Displays a list of projects in the build.
- ProjectReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.ProjectReportTask
- ProjectReportTask.ProjectReportModel - Class in org.gradle.api.tasks.diagnostics
-
Report model.
- projectsEvaluated(Closure) - Method in interface org.gradle.api.invocation.Gradle
-
Adds a closure to be called when all projects for the build have been evaluated.
- projectsEvaluated(Action<? super Gradle>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to be called when all projects for the build have been evaluated.
- projectsEvaluated(Gradle) - Method in class org.gradle.BuildAdapter
- projectsEvaluated(Gradle) - Method in interface org.gradle.BuildListener
-
Called when all projects for the build have been evaluated.
- projectsLoaded(Closure) - Method in interface org.gradle.api.invocation.Gradle
-
Adds a closure to be called when the projects for the build have been created from the settings.
- projectsLoaded(Action<? super Gradle>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to be called when the projects for the build have been created from the settings.
- projectsLoaded(Gradle) - Method in class org.gradle.BuildAdapter
- projectsLoaded(Gradle) - Method in interface org.gradle.BuildListener
-
Called when the projects for the build have been created from the settings.
- projectsLoaded(BuildAction<T>, IntermediateResultHandler<? super T>) - Method in interface org.gradle.tooling.BuildActionExecuter.Builder
-
Executes the given action after projects are loaded and sends its result to the given result handler.
- ProjectSourceSet - Interface in org.gradle.language.base
-
A container of
LanguageSourceSet
s. - ProjectState - Interface in org.gradle.api
-
ProjectState
provides information about the execution state of a project. - properties(String, Action<? super PropertiesFileNormalization>) - Method in interface org.gradle.normalization.RuntimeClasspathNormalization
-
Normalize files matching
pattern
as properties files, ignoring comments and property order, applying the rules provided byconfiguration
. - properties(Map<String, ?>) - Method in interface org.gradle.api.tasks.TaskInputs
-
Registers a set of input properties for this task.
- properties(Map<String, Object>) - Method in class org.gradle.api.tasks.WriteProperties
-
Adds multiple properties to be written to the properties file.
- properties(Action<? super PropertiesFileNormalization>) - Method in interface org.gradle.normalization.RuntimeClasspathNormalization
-
Normalize all properties files according to the rules provided by
configuration
. - PROPERTIES_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
- PropertiesFileContentMerger - Class in org.gradle.plugins.ide.api
-
Models the generation/parsing/merging capabilities.
- PropertiesFileContentMerger(PropertiesTransformer) - Constructor for class org.gradle.plugins.ide.api.PropertiesFileContentMerger
- PropertiesFileNormalization - Interface in org.gradle.normalization
-
Specifies how properties files should be normalized.
- PropertiesGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> - Class in org.gradle.plugins.ide.api
-
A convenience superclass for those tasks which generate Properties configuration files from a domain object of type T.
- PropertiesGeneratorTask() - Constructor for class org.gradle.plugins.ide.api.PropertiesGeneratorTask
- property(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a
Property
implementation to hold values of the given type. - property(String) - Method in class org.gradle.api.DefaultTask
- property(String) - Method in interface org.gradle.api.Project
-
Returns the value of the given property.
- property(String) - Method in interface org.gradle.api.Task
-
Returns the value of the given property of this task.
- property(String, Object) - Method in interface org.gradle.api.tasks.TaskInputs
-
Registers an input property for this task.
- property(String, Object) - Method in class org.gradle.api.tasks.WriteProperties
-
Adds a property to be written to the properties file.
- property(Map<String, String>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Adds a property.
- Property<T> - Interface in org.gradle.api.provider
-
A container object that represents a configurable value of a specific type.
- PROPERTY_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
- PropertyListGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> - Class in org.gradle.plugins.ide.api
-
A convenience superclass for those tasks which generate Property List configuration files from a domain object of type T.
- PropertyListGeneratorTask() - Constructor for class org.gradle.plugins.ide.api.PropertyListGeneratorTask
- propertyMissing(String) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- propertyMissing(String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryProvider
- PropertyReportTask - Class in org.gradle.api.tasks.diagnostics
-
Displays the properties of a project.
- PropertyReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.PropertyReportTask
- PropertyReportTask.PropertyReportModel - Class in org.gradle.api.tasks.diagnostics
-
Model for the report.
- PROTECTED - org.gradle.api.tasks.javadoc.GroovydocAccess
- PROTECTED - org.gradle.external.javadoc.JavadocMemberLevel
-
Shows only protected and public classes and members.
- PROVIDED_COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
- PROVIDED_RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
- provider(Callable<? extends T>) - Method in interface org.gradle.api.Project
-
Creates a
Provider
implementation based on the provided value. - provider(Callable<? extends T>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is calculated using the givenCallable
. - provider(Callable<T>) - Method in interface org.gradle.api.Script
-
Creates a
Provider
implementation based on the provided value. - Provider<T> - Interface in org.gradle.api.provider
-
A container object that provides a value of a specific type.
- PROVIDER_MODE_SYSTEM_PROPERTY_NAME - Static variable in class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- ProviderAwareCompilerDaemonForkOptions - Class in org.gradle.api.tasks.compile
-
Fork options for compilation that can accept user-defined
CommandLineArgumentProvider
objects. - ProviderAwareCompilerDaemonForkOptions() - Constructor for class org.gradle.api.tasks.compile.ProviderAwareCompilerDaemonForkOptions
- ProviderConvertible<T> - Interface in org.gradle.api.provider
-
An object that can be converted to a
Provider
. - ProviderFactory - Interface in org.gradle.api.provider
-
A factory for creating instances of
Provider
. - PUBLIC - org.gradle.api.tasks.javadoc.GroovydocAccess
- PUBLIC - org.gradle.external.javadoc.JavadocMemberLevel
-
Shows only public classes and members.
- Publication - Interface in org.gradle.api.publish
-
A publication is a description of a consumable representation of one or more artifacts, and possibly associated metadata.
- PublicationArtifact - Interface in org.gradle.api.publish
-
An artifact published as part of a
Publication
. - PublicationContainer - Interface in org.gradle.api.publish
-
A
PublicationContainer
is responsible for creating and managingPublication
instances. - publications(Action<? super PublicationContainer>) - Method in interface org.gradle.api.publish.PublishingExtension
-
Configures the publications of this project.
- publicHeaders(Action<? super ConfigurableFileCollection>) - Method in interface org.gradle.language.cpp.CppLibrary
-
Configures the public header directories for this component.
- publish() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
- publish() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenLocal
- publish() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
- PUBLISH_LIFECYCLE_TASK_NAME - Static variable in class org.gradle.api.publish.plugins.PublishingPlugin
- PUBLISH_LOCAL_LIFECYCLE_TASK_NAME - Static variable in class org.gradle.api.publish.maven.plugins.MavenPublishPlugin
- PUBLISH_TASK_GROUP - Static variable in class org.gradle.api.publish.plugins.PublishingPlugin
- PublishableComponent - Interface in org.gradle.api.component
-
Represents a component that can be published.
- PublishArtifact - Interface in org.gradle.api.artifacts
-
A
PublishArtifact
is an artifact produced by a project. - PublishArtifactSet - Interface in org.gradle.api.artifacts
-
A set of artifacts to be published.
- PublishException - Exception in org.gradle.api.artifacts
-
A
PublishException
is thrown when a dependency configuration cannot be published for some reason. - PublishException(String) - Constructor for exception org.gradle.api.artifacts.PublishException
- PublishException(String, Throwable) - Constructor for exception org.gradle.api.artifacts.PublishException
- PublishingExtension - Interface in org.gradle.api.publish
-
The configuration of how to “publish” the different components of a project.
- PublishingPlugin - Class in org.gradle.api.publish.plugins
-
Installs a
PublishingExtension
with name "publishing". - PublishingPlugin(ArtifactPublicationServices, Instantiator, ProjectPublicationRegistry, CollectionCallbackActionDecorator) - Constructor for class org.gradle.api.publish.plugins.PublishingPlugin
- PublishToIvyRepository - Class in org.gradle.api.publish.ivy.tasks
-
Publishes an IvyPublication to an IvyArtifactRepository.
- PublishToIvyRepository() - Constructor for class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
- PublishToMavenLocal - Class in org.gradle.api.publish.maven.tasks
-
Publishes a
MavenPublication
to the Maven Local repository. - PublishToMavenLocal() - Constructor for class org.gradle.api.publish.maven.tasks.PublishToMavenLocal
- PublishToMavenRepository - Class in org.gradle.api.publish.maven.tasks
-
Publishes a
MavenPublication
to aMavenArtifactRepository
. - PublishToMavenRepository() - Constructor for class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
- put(String, T) - Method in interface org.gradle.model.ModelMap
-
Adds an element to this
ModelMap
. - put(K, Provider<? extends V>) - Method in interface org.gradle.api.provider.MapProperty
-
Adds a map entry to the property value.
- put(K, V) - Method in interface org.gradle.api.provider.MapProperty
-
Adds a map entry to the property value.
- putAll(Map<? extends K, ? extends V>) - Method in interface org.gradle.api.provider.MapProperty
-
Adds all entries from another
Map
to the property value. - putAll(Provider<? extends Map<? extends K, ? extends V>>) - Method in interface org.gradle.api.provider.MapProperty
-
Adds all entries from another
Map
to the property value.
Q
- quiet() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- quiet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- quiet(String) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at quiet log level.
- quiet(String, Object...) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at quiet log level.
- quiet(String, Throwable) - Method in interface org.gradle.api.logging.Logger
-
Logs the given message at quiet log level.
- quiet(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Configures logging options for quiet level.
- QUIET - org.gradle.api.logging.LogLevel
- QUIET - org.gradle.external.javadoc.JavadocOutputLevel
-
-quiet Shuts off non-error and non-warning messages, leaving only the warnings and errors appear, making them easier to view.
- QUIET - Static variable in class org.gradle.api.logging.Logging
R
- read() - Method in interface org.gradle.api.resources.ReadableResource
-
Returns an unbuffered
InputStream
that provides means to read the resource. - ReadableResource - Interface in org.gradle.api.resources
-
A resource that can be read.
- readFile(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- readFile(File, String) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- readFileQuietly(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.Reads and returns file contents.
- readFrom(InputStream) - Method in interface org.gradle.caching.BuildCacheEntryReader
-
Read a build cache entry from the given input stream.
- readFrom(Reader) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Reads the deployment descriptor from a reader.
- readFrom(Object) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Reads the deployment descriptor from a file.
- ReadOnlyModelViewException - Exception in org.gradle.model
-
Thrown when an attempt is made to change the value of a model element that is not writable at the time.
- ReadOnlyModelViewException(String) - Constructor for exception org.gradle.model.ReadOnlyModelViewException
- ReadOnlyModelViewException(ModelPath, ModelType<?>, ModelRuleDescriptor) - Constructor for exception org.gradle.model.ReadOnlyModelViewException
- readProperties(Project, String, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- readProperties(Project, String, String, boolean) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- readSecretKey(InputStream, String, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- readSecretKey(String, File) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- readSecretKey(PGPSecretKeyRingCollection, PgpKeyId, String) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryFactory
- referencedProjects(String...) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
The referenced projects of this Eclipse project (*not*: java build path project references).
- register(Class<T>) - Method in interface org.gradle.jvm.toolchain.JavaToolchainResolverRegistry
-
Registers a
JavaToolchainResolver
implementation. - register(Object...) - Method in interface org.gradle.api.tasks.TaskDestroyables
-
Registers files or directories that this task destroys.
- register(Object...) - Method in interface org.gradle.api.tasks.TaskLocalState
-
Registers files and directories as local state of this task.
- register(String) - Method in interface org.gradle.api.NamedDomainObjectContainer
-
Defines a new object, which will be created when it is required.
- register(String) - Method in interface org.gradle.api.tasks.TaskContainer
-
Defines a new task, which will be created when it is required.
- register(String, Class<T>) - Method in interface org.gradle.api.tasks.TaskContainer
-
Defines a new task, which will be created when it is required.
- register(String, Class<T>, Object...) - Method in interface org.gradle.api.tasks.TaskContainer
-
Defines a new task, which will be created when it is required passing the given arguments to the
@Inject
-annotated constructor. - register(String, Class<T>, Action<? super T>) - Method in interface org.gradle.api.tasks.TaskContainer
-
Defines a new task, which will be created and configured when it is required.
- register(String, Class<U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
-
Defines a new object, which will be created when it is required.
- register(String, Class<U>, Action<? super U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
-
Defines a new object, which will be created and configured when it is required.
- register(String, Action<? super Task>) - Method in interface org.gradle.api.tasks.TaskContainer
-
Defines a new task, which will be created and configured when it is required.
- register(String, Action<? super T>) - Method in interface org.gradle.api.NamedDomainObjectContainer
-
Defines a new object, which will be created and configured when it is required.
- register(SignatureType) - Method in class org.gradle.plugins.signing.type.AbstractSignatureTypeProvider
- register(ToolingModelBuilder) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilderRegistry
- registerBinding(Class<U>, Class<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
-
Registers a binding from the specified "public" domain object type to the specified implementation type.
- registerBuildCacheService(Class<T>, Class<? extends BuildCacheServiceFactory<? super T>>) - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
-
Registers a custom build cache type.
- registerFactory(Class<U>, Closure<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
-
Registers a factory for creating elements of the specified type.
- registerFactory(Class<U>, NamedDomainObjectFactory<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
-
Registers a factory for creating elements of the specified type.
- registerFeature(String, Action<? super FeatureSpec>) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Registers a feature.
- registerIfAbsent(String, Class<T>) - Method in interface org.gradle.api.services.BuildServiceRegistry
-
Registers a service, if a service with the given name is not already registered.
- registerIfAbsent(String, Class<T>, Action<? super BuildServiceSpec<P>>) - Method in interface org.gradle.api.services.BuildServiceRegistry
-
Registers a service, if a service with the given name is not already registered.
- registerTransform(Class<? extends TransformAction<T>>, Action<? super TransformSpec<T>>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Registers an artifact transform.
- REGULAR_PLATFORM - Static variable in interface org.gradle.api.attributes.Category
-
The platform category
- RegularFile - Interface in org.gradle.api.file
-
Represents a regular file at a fixed location on the file system.
- RegularFileProperty - Interface in org.gradle.api.file
-
Represents some configurable regular file location, whose value is mutable.
- reject(String) - Method in interface org.gradle.api.artifacts.ComponentSelection
-
Rejects the candidate for the resolution.
- reject(String...) - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
-
Declares a list of rejected versions.
- rejectAll() - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
-
Rejects all versions of this component.
- REJECTION - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected because another version was rejected by a rule
- RELATIVE - org.gradle.api.tasks.PathSensitivity
-
Use the location of the file related to a hierarchy.
- relativePath(File, File) - Static method in class org.gradle.util.RelativePathUtil
-
Deprecated.Returns a relative path from 'from' to 'to'
- relativePath(Object) - Method in interface org.gradle.api.Project
-
Returns the relative path from the project directory to the given path.
- relativePath(Object) - Method in interface org.gradle.api.Script
-
Returns the relative path from the directory containing this script to the given path.
- relativePath(String) - Method in class org.gradle.util.Path
-
Calculates a path relative to this path.
- relativePath(String, File) - Method in class org.gradle.plugins.ide.idea.model.PathFactory
-
Creates a path relative to the given path variable.
- relativePath(Path) - Method in class org.gradle.util.Path
- RelativePath - Class in org.gradle.api.file
-
Represents a relative path from some base directory to a file.
- RelativePath(boolean, String...) - Constructor for class org.gradle.api.file.RelativePath
-
Creates a
RelativePath
. - relativePathOf(File, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.Returns the path of target relative to base.
- RelativePathUtil - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- RelativePathUtil() - Constructor for class org.gradle.util.RelativePathUtil
-
Deprecated.
- relativeProjectPath(String) - Method in interface org.gradle.api.Project
-
Converts a name to a project path relative to this project.
- releasedWrappers(Action<? super CacheResourceConfiguration>) - Method in interface org.gradle.api.cache.CacheConfigurations
-
Configures caching for wrapper distributions that are released Gradle versions.
- releasesOnly() - Method in interface org.gradle.api.artifacts.repositories.MavenRepositoryContentDescriptor
-
Declares that this repository only contains releases.
- relocation(Action<? super MavenPomRelocation>) - Method in interface org.gradle.api.publish.maven.MavenPomDistributionManagement
-
Configures the relocation information.
- remote(Class<T>) - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
-
Configures a remote cache with the given type.
- remote(Class<T>, Action<? super T>) - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
-
Configures a remote cache with the given type.
- remote(Action<? super BuildCache>) - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
-
Executes the given action against the currently configured remote cache.
- remove(Object) - Method in interface org.gradle.api.plugins.PluginCollection
-
Deprecated.plugins cannot be removed.
- remove(String) - Method in interface org.gradle.jvm.toolchain.JavaToolchainRepositoryHandler
-
Removes the repository with the given name.
- removeAll(Collection<?>) - Method in interface org.gradle.api.plugins.PluginCollection
-
Deprecated.plugins cannot be removed.
- removeAllFiles() - Method in interface org.gradle.api.artifacts.MutableVariantFilesMetadata
-
Remove all files already defined for the variant.
- removeCapability(String, String) - Method in interface org.gradle.api.capabilities.MutableCapabilitiesMetadata
-
Removes a capability.
- REMOVED - org.gradle.work.ChangeType
- removeFirstSegments(int) - Method in class org.gradle.util.Path
- removeListener(Object) - Method in interface org.gradle.api.invocation.Gradle
-
Removes the given listener from this build.
- removeProjectEvaluationListener(ProjectEvaluationListener) - Method in interface org.gradle.api.invocation.Gradle
-
Removes the given listener from this build.
- removeStandardErrorListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
-
Removes a listener from standard error.
- removeStandardOutputListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
-
Removes a listener from standard output.
- removeTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Remove a listener from this graph.
- removeTaskExecutionListener(TaskExecutionListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Deprecated.This method is not supported when configuration caching is enabled.
- removeTestListener(TestListener) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Unregisters a test listener with this task.
- removeTestOutputListener(TestOutputListener) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Unregisters a test output listener with this task.
- rename(Closure) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Renames a source file.
- rename(Closure) - Method in interface org.gradle.api.file.CopySpec
-
Renames a source file.
- rename(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Renames a source file.
- rename(String, String) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Renames files based on a regular expression.
- rename(String, String) - Method in interface org.gradle.api.file.CopySpec
-
Renames files based on a regular expression.
- rename(String, String) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Renames files based on a regular expression.
- rename(Pattern, String) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Renames files based on a regular expression.
- rename(Pattern, String) - Method in interface org.gradle.api.file.CopySpec
-
Renames files based on a regular expression.
- rename(Pattern, String) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Renames files based on a regular expression.
- rename(Transformer<String, String>) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Renames a source file.
- rename(Transformer<String, String>) - Method in interface org.gradle.api.file.CopySpec
-
Renames a source file.
- rename(Transformer<String, String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Renames a source file.
- replace(String) - Method in interface org.gradle.api.tasks.TaskContainer
-
Creates a
Task
with the given name and adds it to this container, replacing any existing task with the same name. - replace(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, replacing any existing task of the same name. - replace(List<E>, Spec<? super E>, Transformer<? extends E, ? super E>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- replacedBy(Object) - Method in interface org.gradle.api.artifacts.ComponentModuleMetadataDetails
-
Configures a replacement module for this module.
- replacedBy(Object, String) - Method in interface org.gradle.api.artifacts.ComponentModuleMetadataDetails
-
Configures a replacement module for this module and provides an explanation for the replacement.
- ReplacedBy - Annotation Type in org.gradle.api.model
-
Attached to a task property to indicate that the property has been replaced by another.
- replaceLastName(String) - Method in class org.gradle.api.file.RelativePath
-
Returns a copy of this path, with the last name replaced with the given name.
- replaceLineSeparatorsOf(CharSequence, String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Converts all line separators in the specified non-null
CharSequence
to the specified line separator. - replaceSingleDirectory(Set<File>, File) - Static method in class org.gradle.platform.base.binary.BaseBinarySpec
- report() - Method in class org.gradle.api.reporting.components.ComponentReport
-
Deprecated.
- report() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.
- report() - Method in class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- report() - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
- report() - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
- Report - Interface in org.gradle.api.reporting
-
A file based report to be created.
- Report.OutputType - Enum in org.gradle.api.reporting
-
The type of output the report produces
- ReportContainer<T extends Report> - Interface in org.gradle.api.reporting
-
A container of
Report
objects, that represent potential reports. - ReportContainer.ImmutableViolationException - Exception in org.gradle.api.reporting
-
The exception thrown when any of this container's mutation methods are called.
- reporting(Action<ProblemSpec>) - Method in interface org.gradle.api.problems.ProblemReporter
-
Configures and reports a new problem.
- Reporting<T extends ReportContainer> - Interface in org.gradle.api.reporting
-
An object that provides reporting options.
- ReportingBasePlugin - Class in org.gradle.api.plugins
-
A
Plugin
which provides the basic skeleton for reporting. - ReportingBasePlugin() - Constructor for class org.gradle.api.plugins.ReportingBasePlugin
- ReportingExtension - Class in org.gradle.api.reporting
-
A project extension named "reporting" that provides basic reporting settings and utilities.
- ReportingExtension(Project) - Constructor for class org.gradle.api.reporting.ReportingExtension
- reportOn(Object...) - Method in class org.gradle.api.tasks.testing.TestReport
-
Deprecated.
- reports(Closure) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Configures the reports to be generated by this task.
- reports(Closure) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
Configures the reports to be generated by this task.
- reports(Closure) - Method in class org.gradle.api.plugins.quality.Pmd
-
Configures the reports to be generated by this task.
- reports(Closure) - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- reports(Closure) - Method in class org.gradle.api.reporting.GenerateBuildDashboard
-
Configures the reports to be generated by this task.
- reports(Closure) - Method in interface org.gradle.api.reporting.Reporting
-
Allow configuration of the report container by closure.
- reports(Closure) - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
-
Configures the reports to be generated by this task.
- reports(Closure) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Configures the reports that this task potentially produces.
- reports(Closure) - Method in class org.gradle.testing.jacoco.tasks.JacocoReport
-
Configures the reports to be generated by this task.
- reports(Action<? super CheckstyleReports>) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Configures the reports to be generated by this task.
- reports(Action<? super CodeNarcReports>) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
Configures the reports to be generated by this task.
- reports(Action<? super PmdReports>) - Method in class org.gradle.api.plugins.quality.Pmd
-
Configures the reports to be generated by this task.
- reports(Action<? super BuildDashboardReports>) - Method in class org.gradle.api.reporting.GenerateBuildDashboard
-
Configures the reports to be generated by this task.
- reports(Action<? super DependencyReportContainer>) - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
- reports(Action<? super ConfigurationReports>) - Method in class org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask
-
Configures the reports to be generated by this task.
- reports(Action<? super TestTaskReports>) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Configures the reports that this task potentially produces.
- reports(Action<? super JacocoReportsContainer>) - Method in class org.gradle.testing.jacoco.tasks.JacocoReport
- reports(Action<? super T>) - Method in interface org.gradle.api.reporting.Reporting
-
Allow configuration of the report container by closure.
- ReportSpec - Interface in org.gradle.api.reporting
-
Common parent for aggregation report types
- repositories(Closure) - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Configures the repositories for the script dependencies.
- repositories(Closure) - Method in interface org.gradle.api.Project
-
Configures the repositories for this project.
- repositories(Closure) - 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.
- repositories(Action<? super RepositoryHandler>) - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Configures the repositories used by all projects
- repositories(Action<? super RepositoryHandler>) - Method in interface org.gradle.api.publish.PublishingExtension
-
Configures the container of possible repositories to publish to.
- repositories(Action<? super RepositoryHandler>) - 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.
- repositories(Action<? super RepositoryHandler>) - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
Defines the plugin repositories to use.
- Repositories - Interface in org.gradle.nativeplatform
-
The repositories that Gradle will search for prebuilt libraries.
- RepositoriesMode - Enum in org.gradle.api.initialization.resolve
-
The repository mode configures how repositories are setup in the build.
- repository(String, Action<? super JavaToolchainRepository>) - Method in interface org.gradle.jvm.toolchain.JavaToolchainRepositoryHandler
-
Utility method for creating a named
JavaToolchainRepository
based on a configuration block. - RepositoryContentDescriptor - Interface in org.gradle.api.artifacts.repositories
-
Descriptor of a repository content, used to avoid reaching to an external repository when not needed.
- RepositoryHandler - Interface in org.gradle.api.artifacts.dsl
-
A
RepositoryHandler
manages a set of repositories, allowing repositories to be defined and queried. - RepositoryLayout - Interface in org.gradle.api.artifacts.repositories
-
Represents the directory structure for a repository.
- RepositoryResourceAccessor - Interface in org.gradle.api.artifacts.repositories
-
Provides access to resources on an artifact repository.
- ReproducibleFileVisitor - Interface in org.gradle.api.file
-
Visitor which can request a reproducible file order.
- REQUESTED - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected because it was requested directly.
- require(String) - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
-
Sets the required version of this module.
- requireCapabilities(Object...) - Method in interface org.gradle.api.artifacts.ModuleDependencyCapabilitiesHandler
-
Requires multiple capabilities.
- requireCapability(Object) - Method in interface org.gradle.api.artifacts.ModuleDependencyCapabilitiesHandler
-
Requires a single capability.
- required(boolean) - Method in class org.gradle.plugins.signing.Sign
-
Change whether or not this task should fail if no signatory or signature type are configured at the time of generation.
- requireFeature(String) - Method in interface org.gradle.api.artifacts.ModuleDependencyCapabilitiesHandler
-
Require a capability of a component based on the name of the feature provided by the component.
- requireFeature(Provider<String>) - Method in interface org.gradle.api.artifacts.ModuleDependencyCapabilitiesHandler
-
Lazily require a capability of a component based on the name of the feature provided by the component.
- ResolutionResult - Interface in org.gradle.api.artifacts.result
-
Contains the information about the result of dependency resolution.
- resolutionStrategy(Closure) - Method in interface org.gradle.api.artifacts.Configuration
-
The resolution strategy provides extra details on how to resolve this configuration.
- resolutionStrategy(Action<? super ResolutionStrategy>) - Method in interface org.gradle.api.artifacts.Configuration
-
The resolution strategy provides extra details on how to resolve this configuration.
- resolutionStrategy(Action<? super PluginResolutionStrategy>) - Method in interface org.gradle.plugin.management.PluginManagementSpec
-
Configure the plugin resolution strategy.
- ResolutionStrategy - Interface in org.gradle.api.artifacts
-
Defines the strategies around dependency resolution.
- ResolutionStrategy.SortOrder - Enum in org.gradle.api.artifacts
-
Defines the sort order for components and artifacts produced by the configuration.
- resolvable(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Registers a
ResolvableConfiguration
with an immutable role. - resolvable(String, Action<? super ResolvableConfiguration>) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
-
Registers a
ResolvableConfiguration
viaConfigurationContainer.resolvable(String)
and then configures it with the provided action. - RESOLVABLE_CONFIGURATIONS_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
-
The name of the requested configurations report task.
- ResolvableConfiguration - Interface in org.gradle.api.artifacts
-
A
Configuration
which performs dependency resolution to build dependency graphs and resolve artifacts. - ResolvableConfigurationsReportTask - Class in org.gradle.api.tasks.diagnostics
-
A task which reports the configurations of a project which can be resolved on the command line.
- ResolvableConfigurationsReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.ResolvableConfigurationsReportTask
- ResolvableDependencies - Interface in org.gradle.api.artifacts
-
The primary view of the results of resolving a
Configuration
. - resolve() - Method in interface org.gradle.api.artifacts.Configuration
-
Resolves this configuration.
- resolve() - Method in interface org.gradle.api.artifacts.FileCollectionDependency
-
Deprecated.This class will no longer implement
SelfResolvingDependency
in Gradle 9.0. UseFileCollectionDependency.getFiles()
instead. - resolve() - Method in interface org.gradle.api.artifacts.ProjectDependency
-
Deprecated.This class will no longer implement
SelfResolvingDependency
in Gradle 9.0 - resolve() - Method in interface org.gradle.api.artifacts.SelfResolvingDependency
-
Deprecated.
- resolve(boolean) - Method in interface org.gradle.api.artifacts.FileCollectionDependency
-
Deprecated.This class will no longer implement
SelfResolvingDependency
in Gradle 9.0. UseFileCollectionDependency.getFiles()
instead. - resolve(boolean) - Method in interface org.gradle.api.artifacts.ProjectDependency
-
Deprecated.This class will no longer implement
SelfResolvingDependency
in Gradle 9.0 - resolve(boolean) - Method in interface org.gradle.api.artifacts.SelfResolvingDependency
-
Deprecated.
- resolve(JavaToolchainRequest) - Method in interface org.gradle.jvm.toolchain.JavaToolchainResolver
-
Returns a
JavaToolchainDownload
if a Java toolchain matching the provided specification can be provided. - RESOLVED - org.gradle.api.artifacts.Configuration.State
- RESOLVED_WITH_FAILURES - org.gradle.api.artifacts.Configuration.State
- ResolvedArtifact - Interface in org.gradle.api.artifacts
-
Information about a resolved artifact.
- ResolvedArtifactResult - Interface in org.gradle.api.artifacts.result
-
The result of successfully resolving an artifact.
- ResolvedComponentResult - Interface in org.gradle.api.artifacts.result
-
Represents a component instance in the resolved dependency graph.
- ResolvedConfiguration - Interface in org.gradle.api.artifacts
-
A
ResolvedConfiguration
represents the result of resolving aConfiguration
, and provides access to both the graph and artifacts of the result. - ResolvedDependency - Interface in org.gradle.api.artifacts
-
Information about a resolved dependency.
- ResolvedDependencyResult - Interface in org.gradle.api.artifacts.result
-
A dependency that was resolved successfully.
- resolveDependencies() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
-
Calculates, resolves and returns dependency entries of this classpath.
- resolveDependencies() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Resolves and returns the module's dependencies.
- ResolvedModuleVersion - Interface in org.gradle.api.artifacts
-
Represents meta-data about a resolved module version.
- ResolvedVariantResult - Interface in org.gradle.api.artifacts.result
-
The result of successfully resolving a component variant.
- ResolveException - Exception in org.gradle.api.artifacts
-
An opaque exception, thrown when dependency resolution fails for some reason.
- ResolveException(String, Iterable<? extends Throwable>) - Constructor for exception org.gradle.api.artifacts.ResolveException
-
Deprecated.This constructor will be made protected in 9.0
- ResolveException(String, Iterable<? extends Throwable>, boolean) - Constructor for exception org.gradle.api.artifacts.ResolveException
-
The actual constructor called by concrete resolve exception implementations.
- ResolveException(String, Throwable) - Constructor for exception org.gradle.api.artifacts.ResolveException
-
Deprecated.This constructor will be removed in 9.0
- resolveLibrary(String) - Method in interface org.gradle.nativeplatform.PrebuiltLibraries
- resource(Map<String, String>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Adds a wb-resource.
- Resource - Interface in org.gradle.api.resources
-
A generic resource of some kind.
- RESOURCE_NAME - Static variable in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- ResourceCollection - org.gradle.api.file.FileCollection.AntType
- ResourceException - Exception in org.gradle.api.resources
-
Generic resource exception that all other resource-related exceptions inherit from.
- ResourceException() - Constructor for exception org.gradle.api.resources.ResourceException
- ResourceException(String) - Constructor for exception org.gradle.api.resources.ResourceException
- ResourceException(String, Throwable) - Constructor for exception org.gradle.api.resources.ResourceException
- ResourceException(URI, String) - Constructor for exception org.gradle.api.resources.ResourceException
- ResourceException(URI, String, Throwable) - Constructor for exception org.gradle.api.resources.ResourceException
- resourceFilter(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Adds a resource filter to the eclipse project.
- resourceFilter(Action<? super ResourceFilter>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Adds a resource filter to the eclipse project.
- ResourceFilter - Interface in org.gradle.plugins.ide.eclipse.model
-
The gradle DSL model of an Eclipse resource filter.
- ResourceFilterAppliesTo - Enum in org.gradle.plugins.ide.eclipse.model
-
Specifies the type of resource that the Eclipse
ResourceFilter
applies to. - ResourceFilterMatcher - Interface in org.gradle.plugins.ide.eclipse.model
-
The model of an Eclipse resource filter matcher.
- ResourceFilterType - Enum in org.gradle.plugins.ide.eclipse.model
-
Specifies whether an Eclipse
ResourceFilter
is including or excluding resources. - ResourceHandler - Interface in org.gradle.api.resources
-
Provides access to resource-specific utility methods, for example factory methods that create various resources.
- resources(Closure) - Method in interface org.gradle.api.tasks.SourceSet
-
Configures the non-Java resources for this set.
- resources(Action<? super SourceDirectorySet>) - Method in interface org.gradle.api.tasks.SourceSet
-
Configures the non-Java resources for this set.
- RESOURCES - Static variable in interface org.gradle.api.attributes.LibraryElements
-
JVM resources
- ResultHandler<T> - Interface in org.gradle.tooling
-
A handler for an asynchronous operation which returns an object of type T.
- rethrowFailure() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
A resolve of a configuration that is not successful does not automatically throws an exception.
- rethrowFailure() - Method in interface org.gradle.api.ProjectState
-
Throws the project failure, if any.
- rethrowFailure() - Method in interface org.gradle.api.tasks.TaskState
-
Throws the task failure, if any.
- rethrowFailure() - Method in class org.gradle.BuildResult
-
Rethrows the build failure.
- rethrowFailure() - Method in interface org.gradle.process.ExecResult
-
Re-throws any failure executing this process.
- reverseOrdered(Comparator<? super T>) - Method in interface org.gradle.api.attributes.CompatibilityRuleChain
-
Adds an reverse ordered check rule to this chain.
- Rich - org.gradle.api.logging.configuration.ConsoleOutput
-
Enable color and rich output, regardless of whether the current process is attached to a console or not.
- rightOnly - Variable in class org.gradle.util.CollectionUtils.SetDiff
-
Deprecated.
- ROOT - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected because it's the root component.
- ROOT - Static variable in class org.gradle.util.Path
- rootProject(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to execute against the root project of this build.
- rule(Action<? super JacocoViolationRule>) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRulesContainer
-
Adds a violation rule.
- Rule - Interface in org.gradle.api
-
A
Rule
represents some action to perform when an unknown domain object is referenced. - RuleInput - Annotation Type in org.gradle.model
-
Attached to the getter for a property on a
RuleSource
to denote that the property defines an implicit input for all rules defined by the rule source. - Rules - Annotation Type in org.gradle.model
-
Denotes that the
RuleSource
method rule carrying this annotation defines additional rules based on its inputs. - ruleSetFiles(Object...) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
Convenience method for adding rule set files.
- ruleSets(String...) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
Convenience method for adding rule sets.
- RulesMode - Enum in org.gradle.api.initialization.resolve
-
The rules mode determines how component metadata rules should be applied.
- RuleSource - Class in org.gradle.model
-
A marker type for a class that is a collection of rules.
- RuleSource() - Constructor for class org.gradle.model.RuleSource
- RuleTarget - Annotation Type in org.gradle.model
-
Attached to the getter for a property on a
RuleSource
to denote that the property defines the target for the rule source. - run() - Method in class org.gradle.api.plugins.quality.Checkstyle
- run() - Method in class org.gradle.api.plugins.quality.CodeNarc
- run() - Method in class org.gradle.api.plugins.quality.Pmd
- run() - Method in class org.gradle.testkit.runner.GradleRunner
-
Executes a build, without expecting a particular outcome.
- run() - Method in interface org.gradle.tooling.BuildActionExecuter
-
Runs the action, blocking until its result is available.
- run() - Method in interface org.gradle.tooling.BuildLauncher
-
Executes the build, blocking until it is complete.
- run() - Method in interface org.gradle.tooling.TestLauncher
-
Executes the tests, blocking until complete.
- run(Collection<? extends BuildAction<? extends T>>) - Method in interface org.gradle.tooling.BuildController
-
Runs the given actions and returns their results.
- run(ResultHandler<? super Void>) - Method in interface org.gradle.tooling.BuildLauncher
-
Launches the build.
- run(ResultHandler<? super Void>) - Method in interface org.gradle.tooling.TestLauncher
-
Starts executing the tests.
- run(ResultHandler<? super T>) - Method in interface org.gradle.tooling.BuildActionExecuter
-
Starts executing the action, passing the result to the given handler when complete.
- RunClosedProjectBuildDependencies - Interface in org.gradle.tooling.model.eclipse
-
A tooling model that instructs Gradle to run tasks to build artifacts for closed projects.
- RunEclipseAutoBuildTasks - Interface in org.gradle.tooling.model.eclipse
-
A tooling model that instructs Gradle to run tasks from the Eclipse plugin configuration.
- RunEclipseSynchronizationTasks - Interface in org.gradle.tooling.model.eclipse
-
A tooling model that instructs Gradle to run tasks from the Eclipse plugin configuration.
- RunTestExecutable - Class in org.gradle.nativeplatform.test.tasks
-
Runs a compiled and installed test executable.
- RunTestExecutable() - Constructor for class org.gradle.nativeplatform.test.tasks.RunTestExecutable
- RUNTIME_CLASSPATH_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the runtime classpath configuration, used by a component to query its own runtime classpath.
- RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlatformPlugin
- RUNTIME_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlatformPlugin
- RUNTIME_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the runtime elements configuration, that should be used by consumers to query the runtime dependencies of a component.
- RUNTIME_ONLY_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the runtime only dependencies configuration, used to declare dependencies that should only be found at runtime.
- runtimeClasspath(Action<? super RuntimeClasspathNormalization>) - Method in interface org.gradle.normalization.InputNormalizationHandler
-
Configures the normalization strategy for the runtime classpath.
- RuntimeClasspathNormalization - Interface in org.gradle.normalization
-
Configuration of runtime classpath normalization.
S
- SAMPLES - Static variable in interface org.gradle.api.attributes.DocsType
-
Samples illustrating how to use the software module
- SAP - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
- SATISFIES_ALL - Static variable in class org.gradle.api.specs.Specs
- SATISFIES_NONE - Static variable in class org.gradle.api.specs.Specs
- satisfyAll() - Static method in class org.gradle.api.specs.Specs
- satisfyNone() - Static method in class org.gradle.api.specs.Specs
- saveProperties(Properties, File) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- saveProperties(Properties, OutputStream) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- scala(Closure) - Method in interface org.gradle.api.tasks.ScalaSourceSet
-
Deprecated.Configures the Scala source for this set.
- scala(Action<? super SourceDirectorySet>) - Method in interface org.gradle.api.tasks.ScalaSourceSet
-
Deprecated.Configures the Scala source for this set.
- SCALA_COMPILER_PLUGINS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.scala.ScalaBasePlugin
-
Configuration for scala compiler plugins.
- SCALA_DOC_TASK_NAME - Static variable in class org.gradle.api.plugins.scala.ScalaPlugin
- SCALA_RUNTIME_EXTENSION_NAME - Static variable in class org.gradle.api.plugins.scala.ScalaBasePlugin
- ScalaBasePlugin - Class in org.gradle.api.plugins.scala
-
A
Plugin
which compiles and tests Scala sources. - ScalaBasePlugin(ObjectFactory, JvmPluginServices) - Constructor for class org.gradle.api.plugins.scala.ScalaBasePlugin
- ScalaCompile - Class in org.gradle.api.tasks.scala
-
Compiles Scala source files, and optionally, Java source files.
- ScalaCompile() - Constructor for class org.gradle.api.tasks.scala.ScalaCompile
- ScalaCompileOptions - Class in org.gradle.api.tasks.scala
-
Options for Scala Compilation.
- ScalaCompileOptions() - Constructor for class org.gradle.api.tasks.scala.ScalaCompileOptions
- ScalaDoc - Class in org.gradle.api.tasks.scala
-
Generates HTML API documentation for Scala source files.
- ScalaDoc() - Constructor for class org.gradle.api.tasks.scala.ScalaDoc
- scalaDocOptions(Action<? super ScalaDocOptions>) - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Configures the ScalaDoc generation options.
- ScalaDocOptions - Class in org.gradle.api.tasks.scala
-
Options for the ScalaDoc tool.
- ScalaDocOptions() - Constructor for class org.gradle.api.tasks.scala.ScalaDocOptions
- ScalaForkOptions - Class in org.gradle.api.tasks.scala
-
Fork options for Scala compilation.
- ScalaForkOptions() - Constructor for class org.gradle.api.tasks.scala.ScalaForkOptions
- ScalaPlugin - Class in org.gradle.api.plugins.scala
-
A
Plugin
which sets up a Scala project. - ScalaPlugin() - Constructor for class org.gradle.api.plugins.scala.ScalaPlugin
- ScalaPluginExtension - Interface in org.gradle.api.plugins.scala
-
Common configuration for Scala based projects.
- ScalaRuntime - Class in org.gradle.api.tasks
-
Provides information related to the Scala runtime(s) used in a project.
- ScalaRuntime(Project) - Constructor for class org.gradle.api.tasks.ScalaRuntime
- ScalaSourceDirectorySet - Interface in org.gradle.api.tasks
-
A
ScalaSourceDirectorySet
defines the properties and methods added to aSourceSet
by theScalaPlugin
. - ScalaSourceSet - Interface in org.gradle.api.tasks
-
Deprecated.Using conventions to contribute source sets is deprecated. You can configure the groovy sources via the
ScalaSourceDirectorySet
extension (e.g.sourceSet.getExtensions().getByType(ScalaSourceDirectorySet.class).setSrcDirs(...)
). This interface is scheduled for removal in Gradle 9.0. - scheme() - Static method in class org.gradle.util.VersionNumber
-
Deprecated.Returns the default MAJOR.MINOR.MICRO-QUALIFIER scheme.
- scm(Action<? super MavenPomScm>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Configures the SCM (source control management) for the publication represented by this POM.
- Script - Interface in org.gradle.api
-
This interface is implemented by all Gradle Groovy DSL scripts to add in some Gradle-specific methods.
- ScriptGenerator - Interface in org.gradle.jvm.application.scripts
-
Generates a script to start a JVM application.
- ScriptHandler - Interface in org.gradle.api.initialization.dsl
-
A
ScriptHandler
allows you to manage the compilation and execution of a build script. - ScriptPluginIdentifier - Interface in org.gradle.tooling.events
-
Identifies a Gradle script plugin.
- SCRIPTS_GRADLE_PROPERTY_NAME - Static variable in interface org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptsModel
-
Gradle property name for the set of scripts to be queried for.
- securityRole(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Add a security role to the deployment descriptor.
- securityRole(Action<? super EarSecurityRole>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Add a security role to the deployment descriptor after configuring it with the given action.
- securityRole(EarSecurityRole) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Add a security role to the deployment descriptor.
- segment(int) - Method in class org.gradle.util.Path
- segmentCount() - Method in class org.gradle.util.Path
- segmentIterator() - Method in class org.gradle.api.file.RelativePath
- segments() - Method in class org.gradle.util.Path
-
returns an immutable list of the segments of this path
- select(Object) - Method in interface org.gradle.api.artifacts.CapabilityResolutionDetails
-
Selects a particular candidate to solve the conflict.
- select(ComponentVariantIdentifier) - Method in interface org.gradle.api.artifacts.CapabilityResolutionDetails
-
Selects a particular candidate to solve the conflict.
- selectArtifact(String, String, String) - Method in interface org.gradle.api.artifacts.ArtifactSelectionDetails
-
Adds an artifact to substitute.
- selectArtifact(DependencyArtifactSelector) - Method in interface org.gradle.api.artifacts.ArtifactSelectionDetails
-
Adds an artifact to substitute.
- SELECTED_BY_RULE - org.gradle.api.artifacts.result.ComponentSelectionCause
-
This component was selected by a rule.
- selectHighestVersion() - Method in interface org.gradle.api.artifacts.CapabilityResolutionDetails
-
Automatically selects the candidate module which has the highest version of the capability.
- SelfResolvingDependency - Interface in org.gradle.api.artifacts
-
Deprecated.Dependencies should not be resolved outside a resolvable configuration. To resolve this dependency, add it to a resolvable configuration and resolve that configuration.
- send(Object) - Method in interface org.gradle.tooling.BuildController
-
Streams an object to the client application.
- SEPARATOR - Static variable in class org.gradle.util.Path
- serialize(Object) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- serialize(Object, OutputStream) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- serialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- serialWarn(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- ServiceReference - Annotation Type in org.gradle.api.services
-
Marks a task property as being a holder to a
BuildService
. - SESSION - org.gradle.language.scala.tasks.KeepAliveMode
-
The compiler is kept alive for a session.
- set(File) - Method in interface org.gradle.api.file.FileSystemLocationProperty
-
Sets the location of this file, using a
File
instance. - set(Iterable<? extends T>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Sets the value of the property to the elements of the given iterable, and replaces any existing value.
- set(String, Object) - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
-
Updates the value for, or creates, the registered property with the given name to the given value.
- set(Map<? extends K, ? extends V>) - Method in interface org.gradle.api.provider.MapProperty
-
Sets the value of this property to the entries of the given Map, and replaces any existing value.
- set(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Sets the property to have the same value of the given provider, and replaces any existing value.
- set(Provider<? extends Map<? extends K, ? extends V>>) - Method in interface org.gradle.api.provider.MapProperty
-
Sets the property to have the same value of the given provider, and replaces any existing value.
- set(Provider<? extends T>) - Method in interface org.gradle.api.provider.Property
-
Sets the property to have the same value as the given provider, replacing whatever value the property already had.
- set(T) - Method in interface org.gradle.api.provider.Property
-
Sets the value of the property to the given value, replacing whatever value the property already had.
- setAccessKey(String) - Method in interface org.gradle.api.credentials.AwsCredentials
-
Sets the access key to use to authenticate with AWS.
- setAccessRules(Set<AccessRule>) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- setActions(List<Action<? super Task>>) - Method in class org.gradle.api.DefaultTask
- setActions(List<Action<? super Task>>) - Method in interface org.gradle.api.Task
-
Sets the sequence of
Action
objects which will be executed by this task. - setAdditionalParameters(List<String>) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets the additional parameters passed to the compiler.
- setAdditionalParameters(List<String>) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Sets the additional parameters.
- setAddress(String) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setAllJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the full set of arguments to use to launch the JVM for the process.
- setAllJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the full set of arguments to use to launch the JVM for the process.
- setAllJvmArgs(Iterable<?>) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the full set of arguments to use to launch the JVM for the process.
- setAllJvmArgs(List<String>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the full set of arguments to use to launch the JVM for the process.
- setAllJvmArgs(List<String>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the full set of arguments to use to launch the JVM for the process.
- setAllJvmArgs(List<String>) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the full set of arguments to use to launch the JVM for the process.
- setAllowInsecureProtocol(boolean) - Method in interface org.gradle.api.artifacts.repositories.UrlArtifactRepository
-
Specifies whether it is acceptable to communicate with a repository over an insecure HTTP connection.
- setAllowInsecureProtocol(boolean) - Method in class org.gradle.caching.http.HttpBuildCache
-
Specifies whether it is acceptable to communicate with a build cache over an insecure HTTP connection.
- setAllowUntrustedServer(boolean) - Method in class org.gradle.caching.http.HttpBuildCache
-
Specifies whether it is acceptable to communicate with an HTTP build cache backend with an untrusted SSL certificate.
- setAltDeployDescriptor(String) - Method in interface org.gradle.plugins.ear.descriptor.EarModule
- setAnnotationProcessorGeneratedSourcesDirectory(File) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Deprecated.Use
CompileOptions.getGeneratedSourceOutputDirectory()
.set() instead. This method will be removed in Gradle 9.0. - setAnnotationProcessorGeneratedSourcesDirectory(Provider<File>) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Deprecated.Use
CompileOptions.getGeneratedSourceOutputDirectory()
.set() instead. This method will be removed in Gradle 9.0. - setAnnotationProcessorPath(FileCollection) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Set the classpath to use to load annotation processors.
- setAnnotationProcessorPath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
-
Set the classpath to use to load annotation processors when compiling this source set.
- setAntGroovydoc(AntGroovydoc) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
- setAntlrClasspath(FileCollection) - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Specifies the classpath containing the Ant ANTLR task implementation.
- setAppDirName(String) - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.
- setApplicationDefaultJvmArgs(Iterable<String>) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.Array of string arguments to pass to the JVM when running the application
- setApplicationDefaultJvmArgs(Iterable<String>) - Method in interface org.gradle.api.plugins.JavaApplication
-
Array of string arguments to pass to the JVM when running the application
- setApplicationDistribution(CopySpec) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.
- setApplicationDistribution(CopySpec) - Method in interface org.gradle.api.plugins.JavaApplication
- setApplicationName(String) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.The name of the application.
- setApplicationName(String) - Method in interface org.gradle.api.plugins.JavaApplication
-
The name of the application.
- setApplicationName(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setApplicationName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setAppliesTo(ResourceFilterAppliesTo) - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Indicates whether this ResourceFilter applies to files, folders, or both.
- setArchiveBase(Wrapper.PathBase) - 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.
- setArchiveName(String) - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
-
Set the archiveName for this module.
- setArchivePath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Set's the path where the gradle distributions archive should be saved (i.e.
- setArchivesBaseName(String) - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.
- setArchivesBaseName(String) - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Deprecated.Use
BasePluginExtension.getArchivesName()
. This method is scheduled for removal in Gradle 9.0. - setArgs(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the arguments for the command to be executed.
- setArgs(Iterable<?>) - Method in class org.gradle.api.tasks.Exec
-
Sets the arguments for the command to be executed.
- setArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the args for the main class to be executed.
- setArgs(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
-
Sets the arguments for the command to be executed.
- setArgs(Iterable<?>) - Method in interface org.gradle.process.JavaExecSpec
-
Sets the args for the main class to be executed.
- setArgs(List<String>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the arguments for the command to be executed.
- setArgs(List<String>) - Method in class org.gradle.api.tasks.Exec
-
Sets the arguments for the command to be executed.
- setArgs(List<String>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the args for the main class to be executed.
- setArgs(List<String>) - Method in interface org.gradle.process.ExecSpec
-
Sets the arguments for the command to be executed.
- setArgs(List<String>) - Method in interface org.gradle.process.JavaExecSpec
-
Sets the args for the main class to be executed.
- setArgsString(String) - Method in class org.gradle.api.tasks.JavaExec
-
Parses an argument list from
args
and passes it toJavaExec.setArgs(List)
. - setArguments(String) - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilterMatcher
-
Sets the arguments of the matcher.
- setArguments(List<String>) - Method in class org.gradle.api.plugins.antlr.AntlrTask
- setArguments(Map<String, String>) - Method in class org.gradle.plugins.ide.eclipse.model.BuildCommand
- setArtifactId(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Sets the artifactId for this publication.
- setArtifacts(Iterable<?>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Sets the artifacts for this publication.
- setArtifacts(Iterable<?>) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Clears any previously added artifacts from
MavenPublication.getArtifacts()
and creates artifacts from the specified sources. - setArtifactUrls(Iterable<?>) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Sets the additional URLs to use to find artifact files.
- setArtifactUrls(Set<URI>) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Sets the additional URLs to use to find artifact files.
- setAssemblerArgs(List<String>) - Method in class org.gradle.language.assembler.tasks.Assemble
- setAssertKeyword(boolean) - Method in class org.gradle.plugins.ide.idea.model.Jdk
- setAttemptedSelector(ComponentSelector) - Method in class org.gradle.plugins.ide.eclipse.model.UnresolvedLibrary
- setAttributeDisambiguationPrecedence(List<Attribute<?>>) - Method in interface org.gradle.api.attributes.AttributesSchema
-
Sets the order of precedence of attributes when resolving ambiguity.
- setAuthor(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setAutomatedPublishing(boolean) - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Configures whether the plugin should automatically configure the publications for the plugins.
- setBaseDir(File) - Method in class org.gradle.api.reporting.ReportingExtension
-
Sets the base directory to use for all reports
- setBaseDir(File) - Method in class org.gradle.api.tasks.ant.AntTarget
-
Sets the Ant project base directory to use when executing the target.
- setBaseDir(Object) - Method in class org.gradle.api.reporting.ReportingExtension
-
Sets the base directory to use for all reports
- setBaseName(String) - Method in interface org.gradle.nativeplatform.NativeComponentSpec
-
Sets the name that is used to construct the output file names when building this component.
- setBeforeMerged(MutableActionSet) - Method in class org.gradle.plugins.ide.api.FileContentMerger
- setBootClasspath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setBootClasspath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setBootstrapClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets the bootstrap classpath to be used for the compiler process.
- setBootstrapClasspath(FileCollection) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the bootstrap classpath to use for the process.
- setBootstrapClasspath(FileCollection) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the bootstrap classpath to use for the process.
- setBootstrapClasspath(FileCollection) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the bootstrap classpath to use for the process.
- setBottom(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets the HTML text to appear in the bottom text for each page.
- setBottom(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setBranch(String) - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
-
Specifies the branch to select versions from.
- setBranch(String) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Sets the branch for this publication
- setBreakIterator(boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setBreakIterator(boolean) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setBuildable(boolean) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- setBuildCacheDebugLogging(boolean) - Method in class org.gradle.StartParameter
-
Whether build cache debug logging is enabled.
- setBuildCacheEnabled(boolean) - Method in class org.gradle.StartParameter
-
Enables/disables the build cache.
- setBuildCommands(List<BuildCommand>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
The build commands to be added to this Eclipse project.
- setBuildCommands(List<BuildCommand>) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- setBuildDir(File) - Method in interface org.gradle.api.Project
-
Deprecated.Use
getLayout().getBuildDirectory()
and set theDirectoryProperty
- setBuildDir(Object) - Method in interface org.gradle.api.Project
-
Deprecated.Use
getLayout().getBuildDirectory()
and set theDirectoryProperty
- setBuildFile(File) - Method in class org.gradle.api.tasks.GradleBuild
-
Deprecated.Use
GradleBuild.setDir(File)
instead to set the root of the nested build. This method will be removed in Gradle 9.0. - setBuildFile(File) - Method in class org.gradle.StartParameter
-
Deprecated.Setting custom build file to select the default project has been deprecated. Please use
StartParameter.setProjectDir(File)
to specify the directory of the default project instead. This method will be removed in Gradle 9.0. - setBuildFile(Object) - Method in class org.gradle.api.tasks.GradleBuild
-
Deprecated.Use
GradleBuild.setDir(Object)
instead to set the root of the nested build. This method will be removed in Gradle 9.0. - setBuildFileName(String) - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Sets the name of the build file.
- setBuildName(String) - Method in class org.gradle.api.tasks.GradleBuild
-
Sets build name to use for the nested build.
- setBuildProjectDependencies(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether project dependencies should be built.
- setBuildScan(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether a build scan should be created.
- setBuildTask(Task) - Method in interface org.gradle.api.BuildableComponentSpec
-
Specifies the task responsible for building this component.
- setBuiltBy(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Sets the tasks which build the files of this collection.
- setBuiltBy(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileTree
-
Sets the tasks which build the files of this collection.
- setCanBeConsumed(boolean) - Method in interface org.gradle.api.artifacts.Configuration
-
Configures if a configuration can be consumed.
- setCanBeDeclared(boolean) - Method in interface org.gradle.api.artifacts.Configuration
-
Configures if a configuration can have dependencies declared upon it.
- setCanBeResolved(boolean) - Method in interface org.gradle.api.artifacts.Configuration
-
Configures if a configuration can be resolved.
- setCaseSensitive(boolean) - Method in interface org.gradle.api.file.CopySpec
-
Specifies whether case-sensitive pattern matching should be used for this CopySpec.
- setCaseSensitive(boolean) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Specifies whether case-sensitive pattern matching should be used for this CopySpec.
- setCaseSensitive(boolean) - Method in class org.gradle.api.tasks.util.PatternSet
- setChanging(boolean) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Sets whether the component is changing or immutable.
- setChanging(boolean) - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
-
Sets whether or not Gradle should always check for a change in the remote repository.
- setCharSet(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setCheckstyleClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The class path containing the Checkstyle library to be used.
- setCheckTask(Task) - Method in interface org.gradle.api.CheckableComponentSpec
-
Specifies the task responsible for checking this component.
- setClassDumpDir(File) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Sets path to dump all class files the agent sees are dumped to.
- setClasses(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
-
A set of Jar files or directories containing source code.
- setClasses(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- setClassesDeployPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setClassFolders(List<File>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setClassifier(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
-
Sets the classifier of this artifact.
- setClassifier(String) - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Sets the classifier of this artifact.
- setClassifier(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
Sets the classifier used to publish the artifact file.
- setClassifier(String) - Method in interface org.gradle.api.publish.maven.MavenArtifact
-
Sets the classifier used to publish the artifact file.
- setClassifier(String) - Method in class org.gradle.plugins.signing.Signature
- setClasspath(Object) - Method in class org.gradle.api.tasks.bundling.War
-
Sets the classpath to include in the WAR archive.
- setClasspath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setClasspath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The class path containing the compiled classes for the source files to be analyzed.
- setClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.Pmd
-
Compile class path for the classes to be analyzed.
- setClasspath(FileCollection) - Method in class org.gradle.api.tasks.bundling.War
-
Sets the classpath to include in the WAR archive.
- setClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Sets the classpath to use to compile the source files.
- setClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets the classpath used to locate classes referenced by the documented sources.
- setClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Sets the classpath to use to resolve type references in this source code.
- setClasspath(FileCollection) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the classpath for executing the main class.
- setClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaDoc
- setClasspath(FileCollection) - Method in class org.gradle.api.tasks.testing.Test
- setClasspath(FileCollection) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setClasspath(FileCollection) - Method in interface org.gradle.process.JavaExecSpec
-
Sets the classpath for executing the main class.
- setClasspath(EclipseClasspath) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
- setClasspath(EclipseClasspath) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
- setCodenarcClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The class path containing the CodeNarc library to be used.
- setColorOutput(boolean) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Specifies whether to generate colored (ANSI encoded) output for logging.
- setColorOutput(boolean) - Method in interface org.gradle.tooling.LongRunningOperation
-
Specifies whether to generate colored (ANSI encoded) output for logging.
- setCommandLine(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the full command line, including the executable to be executed plus its arguments.
- setCommandLine(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
-
Sets the full command line, including the executable to be executed plus its arguments.
- setCommandLine(Object...) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the full command line, including the executable to be executed plus its arguments.
- setCommandLine(Object...) - Method in interface org.gradle.process.ExecSpec
-
Sets the full command line, including the executable to be executed plus its arguments.
- setCommandLine(List<String>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the full command line, including the executable to be executed plus its arguments.
- setCommandLine(List<String>) - Method in interface org.gradle.process.ExecSpec
-
Sets the full command line, including the executable to be executed plus its arguments.
- setComment(String) - Method in class org.gradle.api.tasks.WriteProperties
-
Sets the optional comment to add at the beginning of the properties file.
- setComment(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
A comment used for the eclipse project.
- setComment(String) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- setCompilationClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The class path to be used by CodeNarc when compiling classes during analysis.
- setCompileClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
-
Sets the classpath used to compile this source.
- setCompiler(Compiler<ScalaJavaJointCompileSpec>) - Method in class org.gradle.api.tasks.scala.ScalaCompile
-
For testing only.
- setCompilerArgs(List<String>) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets any additional arguments to be passed to the compiler.
- setCompilerClasspath(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- setComponent(EclipseWtpComponent) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
- setComponent(EclipseWtpComponent) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
- setComponents(List<String>) - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.Sets the components to generate the report for.
- setComponentVersionsLister(Class<? extends ComponentMetadataVersionLister>) - Method in interface org.gradle.api.artifacts.repositories.MetadataSupplierAware
-
Sets a custom component versions lister.
- setComponentVersionsLister(Class<? extends ComponentMetadataVersionLister>, Action<? super ActionConfiguration>) - Method in interface org.gradle.api.artifacts.repositories.MetadataSupplierAware
-
Sets a custom component versions lister.
- setCompression(Compression) - Method in class org.gradle.api.tasks.bundling.Tar
-
Configures the compressor based on passed in compression.
- setConf(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
Sets a comma separated list of public configurations in which this artifact is published.
- setConfig(TextResource) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The Checkstyle configuration to use.
- setConfig(TextResource) - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The Checkstyle configuration to use.
- setConfig(TextResource) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The CodeNarc configuration to use.
- setConfig(TextResource) - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The CodeNarc configuration to use.
- setConfigFailurePolicy(String) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setConfigFile(File) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The Checkstyle configuration file to use.
- setConfigFile(File) - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The Checkstyle configuration file to use.
- setConfigFile(File) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The CodeNarc configuration file to use.
- setConfigFile(File) - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The CodeNarc configuration file to use.
- setConfigProperties(Map<String, Object>) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
The properties available for use in the configuration file.
- setConfigProperties(Map<String, Object>) - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
The properties available for use in the configuration file.
- setConfiguration(String) - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
-
Sets the single configuration (by name) to generate the report for.
- setConfiguration(String) - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Sets the configuration (via name) to look the dependency in.
- setConfiguration(Configuration) - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Sets the configuration to look the dependency in.
- setConfiguration(Configuration) - 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.
- setConfiguration(Configuration) - Method in class org.gradle.plugins.signing.SigningExtension
- setConfigurations(Set<Configuration>) - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
-
Sets the configurations to generate the report for.
- setConfigurationScript(File) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets the path to the groovy configuration file.
- setConfigureOnDemand(boolean) - Method in class org.gradle.StartParameter
- setConsoleOutput(boolean) - Method in class org.gradle.api.plugins.quality.Pmd
-
Whether or not to write PMD results to
System.out
. - setConsoleOutput(boolean) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
Whether or not to write PMD results to
System.out
. - setConsoleOutput(ConsoleOutput) - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Specifies the style of logging output that should be written to the console.
- setConsoleOutput(ConsoleOutput) - Method in class org.gradle.StartParameter
-
Specifies the style of logging output that should be written to the console.
- setContainers(Set<String>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setContentCharset(String) - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
-
The character set used to decode the merged manifest content.
- setContentPath(Path) - Method in class org.gradle.plugins.ide.idea.model.Module
- setContentRoot(File) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setContextPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setContextPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- setContextRoot(String) - Method in interface org.gradle.plugins.ear.descriptor.EarWebModule
- setContinueOnFailure(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether the build should continue on task failure.
- setContinuous(boolean) - Method in class org.gradle.StartParameter
- setCounter(String) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
Sets the counter that applies to the limit.
- setCurrentDir(File) - Method in class org.gradle.StartParameter
-
Sets the directory to use to select the default project, and to search for the settings file.
- setDate(Date) - Method in class org.gradle.plugins.signing.Signature
- setDebug(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets whether to include debugging information in the generated class files.
- setDebug(boolean) - Method in class org.gradle.api.tasks.JavaExec
-
Enable or disable debugging for the process.
- setDebug(boolean) - Method in class org.gradle.api.tasks.testing.Test
-
Enable or disable debugging for the process.
- setDebug(boolean) - Method in interface org.gradle.process.JavaForkOptions
-
Enable or disable debugging for the process.
- setDebug(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Sets logging options for debug level.
- setDebuggable(boolean) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Should the compiler generate debuggable code?
- setDebugLevel(String) - Method in class org.gradle.api.tasks.compile.DebugOptions
-
Sets which debug information is to be generated during compilation.
- setDebugLevel(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setDebugOptions(DebugOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Deprecated.Setting a new instance of this property is unnecessary. This method will be removed in Gradle 9.0. Use
CompileOptions.debugOptions(Action)
instead. - setDefaultCharacterEncoding(String) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the default character encoding to use.
- setDefaultCharacterEncoding(String) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the default character encoding to use.
- setDefaultCharacterEncoding(String) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the default character encoding to use.
- setDefaultJvmOpts(Iterable<String>) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setDefaultOutputDir(File) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setDefaultTasks(List<String>) - Method in interface org.gradle.api.Project
-
Sets the names of the default tasks of this project.
- setDefaultType(String) - Method in class org.gradle.plugins.signing.type.AbstractSignatureTypeProvider
- setDefaultType(String) - Method in interface org.gradle.plugins.signing.type.SignatureTypeProvider
- setDelete(Object) - Method in class org.gradle.api.tasks.Delete
-
Sets the files to be deleted by this task.
- setDelete(Set<Object>) - Method in class org.gradle.api.tasks.Delete
-
Sets the files to be deleted by this task.
- setDependencies(Set<Dependency>) - Method in class org.gradle.plugins.ide.idea.model.Module
- setDependencySpec(Object) - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Configures the dependency to show the report for.
- setDependencySpec(Spec<DependencyResult>) - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
The dependency spec selects the dependency (or dependencies if multiple matches found) to show the report for.
- setDependencyVerificationMode(DependencyVerificationMode) - Method in class org.gradle.StartParameter
-
Sets the dependency verification mode.
- setDependsOn(Iterable<?>) - Method in class org.gradle.api.DefaultTask
- setDependsOn(Iterable<?>) - Method in interface org.gradle.api.Task
-
Sets the dependencies of this task.
- setDeploymentDescriptor(DeploymentDescriptor) - Method in class org.gradle.plugins.ear.Ear
- setDeploymentDescriptor(DeploymentDescriptor) - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.
- setDeployName(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setDeployName(String) - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- setDeployPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- setDeployPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- setDeprecation(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets whether to log details of usage of deprecated members or classes.
- setDeprecation(boolean) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets whether to generate deprecation information.
- setDeprecation(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setDescription(String) - Method in interface org.gradle.api.artifacts.Configuration
-
Sets the description for this configuration.
- setDescription(String) - Method in class org.gradle.api.DefaultTask
- setDescription(String) - Method in interface org.gradle.api.Project
-
Sets a description for this project.
- setDescription(String) - Method in interface org.gradle.api.Task
-
Sets a description for this task.
- setDescription(String) - Method in class org.gradle.api.tasks.ant.AntTarget
-
Sets a description for this task.
- setDescription(String) - Method in class org.gradle.plugin.devel.PluginDeclaration
-
Sets the description for this plugin declaration.
- setDescription(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setDescription(String) - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
- setDescriptor(IvyModuleDescriptorSpec) - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
- setDescriptorDestination(File) - 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.
- setDestination(File) - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
-
Sets the destination the descriptor will be written to.
- setDestination(File) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
Sets the destination the descriptor will be written to.
- setDestination(File) - Method in interface org.gradle.api.reporting.ConfigurableReport
-
Deprecated.Use
Report.getOutputLocation()
.set() instead. This method will be removed in Gradle 9.0. - setDestination(Object) - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
-
Sets the destination the descriptor will be written to.
- setDestination(Object) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
Sets the destination the descriptor will be written to.
- setDestinationDir(File) - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Deprecated.Use
AbstractCompile.getDestinationDirectory()
.set() instead. This method will be removed in Gradle 9.0. - setDestinationDir(File) - Method in class org.gradle.api.tasks.Copy
-
Sets the directory to copy files into.
- setDestinationDir(File) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets the directory to generate the documentation into.
- setDestinationDir(File) - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Sets the directory to generate the documentation into.
- setDestinationDir(File) - Method in class org.gradle.api.tasks.scala.ScalaDoc
- setDestinationDir(File) - Method in class org.gradle.api.tasks.Sync
-
Sets the directory to copy files into.
- setDestinationDir(File) - Method in class org.gradle.api.tasks.testing.TestReport
-
Deprecated.
- setDestinationDir(Provider<File>) - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Deprecated.Use
AbstractCompile.getDestinationDirectory()
.set() instead. This method will be removed in Gradle 9.0. - setDestinationDirectory(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setDestinationDirectory(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setDestinationFile(File) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setDestinationFile(Provider<File>) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
-
Set the provider for calculating the destination file.
- setDidWork(boolean) - Method in class org.gradle.api.DefaultTask
- setDidWork(boolean) - Method in interface org.gradle.api.Task
-
Sets whether the task actually did any work.
- SetDiff() - Constructor for class org.gradle.util.CollectionUtils.SetDiff
-
Deprecated.
- setDir(File) - Method in class org.gradle.api.tasks.GradleBuild
-
Sets the project directory for the build.
- setDir(File) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- setDir(Object) - Method in interface org.gradle.api.file.ConfigurableFileTree
-
Specifies base directory for this file tree using the given path.
- setDir(Object) - Method in class org.gradle.api.tasks.GradleBuild
-
Sets the project directory for the build.
- setDirectory(File) - Method in class org.gradle.nativeplatform.NativeInstallationSpec
- setDirectory(Object) - Method in class org.gradle.caching.local.DirectoryBuildCache
-
Sets the directory to use to store the build cache.
- setDirMode(Integer) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Deprecated.Use
CopyProcessingSpec.dirPermissions(Action)
instead. This method is scheduled for removal in Gradle 9.0. - setDirMode(Integer) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Deprecated.
- setDirs(Iterable<?>) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
-
Sets the directories where this repository will look for artifacts.
- setDirs(Set<File>) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
-
Sets the directories where this repository will look for artifacts.
- setDisplayGranularity(int) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the display granularity of the events to be logged.
- setDisplayGroup(String) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
-
Set a specific task group to be displayed.
- setDisplayGroups(List<String>) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
-
Add a specific task group to be displayed.
- setDisplayName(String) - Method in class org.gradle.plugin.devel.PluginDeclaration
-
Sets the display name for this plugin declaration.
- setDisplayName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setDistributionBase(Wrapper.PathBase) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
- setDistributionPath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Sets the path where the gradle distributions needed by the wrapper are unzipped.
- setDistributionSha256Sum(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The SHA-256 hash sum of the gradle distribution.
- setDistributionType(Wrapper.DistributionType) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The type of the Gradle distribution to be used by the wrapper.
- setDistributionUrl(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The URL to download the gradle distribution from.
- setDistsDirName(String) - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.
- setDistsDirName(String) - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Deprecated.Use
BasePluginExtension.getDistsDirectory()
. This method is scheduled for removal in Gradle 9.0. - setDocEncoding(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setDocFilesSubDirs(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setDoclet(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setDoclet(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setDocletpath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setDocletpath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setDocsDirName(String) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.
- setDocTitle(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets title for the package index(first) page (optional).
- setDocTitle(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets the HTML text to appear in the main frame title.
- setDocTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setDownloadJavadoc(boolean) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setDownloadJavadoc(boolean) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setDownloadSources(boolean) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setDownloadSources(boolean) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setDryRun(boolean) - Method in class org.gradle.StartParameter
- setDsl(String) - Method in class org.gradle.buildinit.tasks.InitBuild
-
Set the build script DSL to be used.
- setDumpOnExit(boolean) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setDuplicatesStrategy(DuplicatesStrategy) - Method in interface org.gradle.api.file.CopySpec
-
The strategy to use when trying to copy more than one file to the same destination.
- setDuplicatesStrategy(DuplicatesStrategy) - Method in interface org.gradle.api.file.FileCopyDetails
-
The strategy to use if there is already a file at this file's destination.
- setDuplicatesStrategy(DuplicatesStrategy) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
The strategy to use when trying to copy more than one file to the same destination.
- setDynamicMode(boolean) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepositoryMetaDataProvider
-
Specifies whether dynamic resolve mode should be used for Ivy modules.
- setElement(String) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
Sets element for the rule.
- setEnableAssertions(boolean) - Method in class org.gradle.api.tasks.JavaExec
-
Enable or disable assertions for the process.
- setEnableAssertions(boolean) - Method in class org.gradle.api.tasks.testing.Test
-
Enable or disable assertions for the process.
- setEnableAssertions(boolean) - Method in interface org.gradle.process.JavaForkOptions
-
Enable or disable assertions for the process.
- setEnabled(boolean) - Method in class org.gradle.api.DefaultTask
- setEnabled(boolean) - Method in interface org.gradle.api.Task
-
Set the enabled state of a task.
- setEnabled(boolean) - Method in class org.gradle.caching.configuration.AbstractBuildCache
-
Sets whether the build cache is enabled.
- setEnabled(boolean) - Method in interface org.gradle.caching.configuration.BuildCache
-
Sets whether the build cache is enabled.
- setEnabled(boolean) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setEnabled(boolean) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
- setEncoding(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets the character encoding to be used when reading source files.
- setEncoding(String) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets the source encoding.
- setEncoding(String) - Method in class org.gradle.api.tasks.WriteProperties
-
Sets the encoding used to write the properties file.
- setEncoding(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setEncoding(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setEncoding(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setEntries(List<ClasspathEntry>) - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- setEntryCompression(ZipEntryCompression) - Method in class org.gradle.api.tasks.bundling.Zip
-
Sets the compression level of the entries of the archive.
- setEnvironment(Map<String, ?>) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the environment variable to use for the process.
- setEnvironment(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the environment variable to use for the process.
- setEnvironment(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the environment variable to use for the process.
- setEnvironment(Map<String, ?>) - Method in interface org.gradle.process.ProcessForkOptions
-
Sets the environment variable to use for the process.
- setEnvironmentVariables(Map<String, String>) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Specifies the environment variables to use for this operation.
- setEnvironmentVariables(Map<String, String>) - Method in interface org.gradle.tooling.LongRunningOperation
-
Specifies the environment variables to use for this operation.
- setError(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Sets logging options for error level.
- setErrorOutput(OutputStream) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the output stream to consume standard error from the process executing the command.
- setErrorOutput(OutputStream) - Method in class org.gradle.api.tasks.Exec
-
Sets the output stream to consume standard error from the process executing the command.
- setErrorOutput(OutputStream) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the output stream to consume standard error from the process executing the command.
- setErrorOutput(OutputStream) - Method in interface org.gradle.process.BaseExecSpec
-
Sets the output stream to consume standard error from the process executing the command.
- setEvents(Iterable<?>) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the events to be logged.
- setEvents(Set<TestLogEvent>) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the events to be logged.
- setExceptionFormat(Object) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the format to be used for logging test exceptions.
- setExceptionFormat(TestExceptionFormat) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the format to be used for logging test exceptions.
- setExcludeCategories(Set<String>) - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
-
The set of categories to exclude.
- setExcludeClassLoaders(List<String>) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setExcludeDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setExcludeDocFilesSubDir(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setExcludedTaskNames(Iterable<String>) - Method in class org.gradle.StartParameter
-
Sets the tasks to exclude from this build.
- setExcludeEngines(Set<String>) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- setExcludeFolders(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Module
- setExcludeGroups(Set<String>) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setExcludePatterns(String...) - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Sets the test name patterns to be excluded in the filter.
- setExcludes(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
-
Set the allowable exclude patterns.
- setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Set the allowable exclude patterns.
- setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
-
Set the allowable exclude patterns.
- setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the exclude patterns for test execution.
- setExcludes(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Set the allowable exclude patterns.
- setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.util.PatternSet
- setExcludes(List<String>) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- setExcludes(List<String>) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setExcludes(List<String>) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
Sets list of elements that should be excluded from check.
- setExcludeTags(Set<String>) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- setExecutable(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the name of the executable to use.
- setExecutable(Object) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the name of the executable to use.
- setExecutable(Object) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the name of the executable to use.
- setExecutable(Object) - Method in interface org.gradle.process.ProcessForkOptions
-
Sets the name of the executable to use.
- setExecutable(String) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the name of the executable to use.
- setExecutable(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
-
Sets the compiler executable to be used.
- setExecutable(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
- setExecutable(String) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the name of the executable to use.
- setExecutable(String) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the name of the executable to use.
- setExecutable(String) - Method in interface org.gradle.nativeplatform.toolchain.GccCommandLineToolConfiguration
-
Set the name of the executable file for this tool.
- setExecutable(String) - Method in interface org.gradle.process.ProcessForkOptions
-
Sets the name of the executable to use.
- setExecutableDir(String) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.Directory to place executables in
- setExecutableDir(String) - Method in interface org.gradle.api.plugins.JavaApplication
-
Directory to place executables in
- setExecutableDir(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
The directory to write the scripts into in the distribution.
- setExecute(boolean) - Method in interface org.gradle.api.file.ConfigurableUserClassFilePermissions
-
Enables or disables execute access to a file or directory for a certain class of users.
- setExitEnvironmentVar(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setExported(boolean) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- setExported(boolean) - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- setExported(boolean) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- setExportKeys(boolean) - Method in class org.gradle.StartParameter
-
If true, after writing the dependency verification file, a public keyring file will be generated with all keys seen during generation of the file.
- setExtDirs(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setExtDirs(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setExtendsFrom(Iterable<Configuration>) - Method in interface org.gradle.api.artifacts.Configuration
-
Sets the configurations which this configuration extends from.
- setExtension(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
-
Sets the extension of this artifact.
- setExtension(String) - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Sets the extension of this artifact.
- setExtension(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
Sets the extension used to publish the artifact file.
- setExtension(String) - Method in interface org.gradle.api.publish.maven.MavenArtifact
-
Sets the extension used to publish the artifact file.
- setExtension(String) - Method in class org.gradle.plugins.signing.Signature
- setExtensionDirs(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets the extension dirs to be used for the compiler process.
- setFacet(EclipseWtpFacet) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
- setFacet(EclipseWtpFacet) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtp
- setFacets(List<Facet>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
- setFacets(List<Facet>) - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- setFailFast(boolean) - Method in class org.gradle.api.tasks.testing.Test
-
Enables fail fast behavior causing the task to fail on the first failed test.
- setFailOnError(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets whether to fail the build when compilation fails.
- setFailOnError(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets whether the compilation task should fail if compile errors occurred.
- setFailOnError(boolean) - Method in class org.gradle.api.tasks.javadoc.Javadoc
- setFailOnError(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setFailOnNoMatchingTests(boolean) - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Let the test task fail if a filter configuration was provided but no test matched the given configuration.
- setFailOnViolation(boolean) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRulesContainer
-
Indicates whether build should fail in case of rule violation.
- setFile(File) - Method in class org.gradle.nativeplatform.NativeExecutableFileSpec
- setFile(XmlFileContentMerger) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setFileExtensions(List<String>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets the list of acceptable source file extensions.
- setFileMode(Integer) - Method in interface org.gradle.api.file.CopyProcessingSpec
-
Deprecated.Use
CopyProcessingSpec.filePermissions(Action)
instead. This method is scheduled for removal in Gradle 9.0. - setFileMode(Integer) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Deprecated.
- setFileName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setFilteringCharset(String) - Method in interface org.gradle.api.file.CopySpec
-
Specifies the charset used to read and write files when filtering.
- setFilteringCharset(String) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Specifies the charset used to read and write files when filtering.
- setFinalizedBy(Iterable<?>) - Method in class org.gradle.api.DefaultTask
- setFinalizedBy(Iterable<?>) - Method in interface org.gradle.api.Task
-
Specifies the set of finalizer tasks for this task.
- setFollowSymlinks(boolean) - Method in interface org.gradle.api.file.DeleteSpec
-
Specifies whether or not symbolic links should be followed during deletion.
- setFollowSymlinks(boolean) - Method in class org.gradle.api.tasks.Delete
-
Set if symlinks should be followed.
- setFooter(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets footer text for each page (optional).
- setFooter(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets the HTML text to appear in the footer for each page.
- setFooter(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setForce(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setForcedModules(Object...) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Allows forcing certain versions of dependencies, including transitive dependencies.
- setFork(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets whether to run the compiler in its own process.
- setFork(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets whether to run the Groovy compiler in a separate process.
- setForkEvery(long) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the maximum number of test classes to execute in a forked test process.
- setForkEvery(Long) - Method in class org.gradle.api.tasks.testing.Test
-
Deprecated.Use
Test.setForkEvery(long)
instead. - setForkOptions(ForkOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Deprecated.Setting a new instance of this property is unnecessary. This method will be removed in Gradle 9.0. Use
CompileOptions.forkOptions(Action)
instead. - setForkOptions(GroovyForkOptions) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Deprecated.Setting a new instance of this property is unnecessary. This method will be removed in Gradle 9.0. Use
GroovyCompileOptions.forkOptions(Action)
instead. - setForkOptions(ScalaForkOptions) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Deprecated.Setting a new instance of this property is unnecessary. This method will be removed in Gradle 9.0. Use
BaseScalaCompileOptions.forkOptions(Action)
instead. - setFormat(String) - Method in class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- setFrom(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Sets the source paths for this collection.
- setFrom(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
-
Sets the source paths for this collection.
- setGeneratedSourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setGeneratedSourceFolders(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Module
- setGenerateTo(File) - Method in class org.gradle.plugins.ide.idea.model.IdeaModuleIml
- setGradleArgs(String) - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- setGradleExe(String) - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- setGradleUserHomeDir(File) - Method in class org.gradle.StartParameter
-
Sets the directory to use as the user home directory.
- setGradleVersion(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The version of the gradle distribution required by the wrapper.
- setGroovyClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
Sets the classpath containing the version of Groovy to use for compilation.
- setGroovyClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets the classpath containing the Groovy library to be used.
- setGroup(Object) - Method in interface org.gradle.api.Project
-
Sets the group of this project.
- setGroup(String) - Method in class org.gradle.api.DefaultTask
- setGroup(String) - Method in interface org.gradle.api.Task
-
Sets the task group which this task belongs to.
- setGroupByInstances(boolean) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setGroupId(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Sets the groupId for this publication.
- setGroups(Map<String, List<String>>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setHandle(String) - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- setHeader(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets header text for each page (optional).
- setHeader(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets the HTML text to appear in the header for each page.
- setHeader(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setHeader(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setHeader(String) - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
- setHeaderDir(File) - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
- setHelpFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setId(String) - Method in class org.gradle.plugin.devel.PluginDeclaration
- setId(String) - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilterMatcher
-
Sets the id of the matcher type.
- setIdeaProject(IdeaProject) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaProject
- setIgnoreExitValue(boolean) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setIgnoreExitValue(boolean) - Method in class org.gradle.api.tasks.Exec
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setIgnoreExitValue(boolean) - Method in class org.gradle.api.tasks.JavaExec
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setIgnoreExitValue(boolean) - Method in interface org.gradle.process.BaseExecSpec
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.quality.AbstractCodeQualityTask
-
Specifies whether the build should break when the verifications performed by this task fail.
- setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
Whether to allow the build to continue if there are warnings.
- setIgnoreFailures(boolean) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Specifies whether the build should break when the verifications performed by this task fail.
- setIgnoreFailures(boolean) - Method in interface org.gradle.api.tasks.VerificationTask
-
Specifies whether the build should break when the verifications performed by this task fail.
- setIgnoreFailures(boolean) - Method in class org.gradle.nativeplatform.test.tasks.RunTestExecutable
-
Specifies whether the build should break when the verifications performed by this task fail.
- setImplementationClass(String) - Method in class org.gradle.plugin.devel.PluginDeclaration
- setIncludeCategories(Set<String>) - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
-
The set of categories to run.
- setIncludedBuilds(List<File>) - Method in class org.gradle.StartParameter
- setIncludeEmptyDirs(boolean) - Method in interface org.gradle.api.file.CopySpec
-
Controls if empty target directories should be included in the copy.
- setIncludeEmptyDirs(boolean) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Controls if empty target directories should be included in the copy.
- setIncludeEngines(Set<String>) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- setIncludeGroups(Set<String>) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setIncludeNoLocationClasses(boolean) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setIncludePatterns(String...) - Method in interface org.gradle.api.tasks.testing.TestFilter
-
Sets the test name patterns to be included in the filter.
- setIncludes(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
-
Set the allowable include patterns.
- setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Set the allowable include patterns.
- setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
-
Set the allowable include patterns.
- setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the include patterns for test execution.
- setIncludes(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
-
Set the allowable include patterns.
- setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.util.PatternSet
- setIncludes(List<String>) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- setIncludes(List<String>) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setIncludes(List<String>) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoViolationRule
-
Sets list of elements that should be included in check.
- setIncludeTags(Set<String>) - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
- setIncremental(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Configure the java compilation to be incremental (e.g.
- setIncrementalOptions(IncrementalCompileOptions) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
-
Deprecated.Setting a new instance of this property is unnecessary. This method will be removed in Gradle 9.0. Use
BaseScalaCompileOptions.incrementalOptions(Action)
instead. - setInfo(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Sets logging options for info level.
- setInheritOutputDirs(boolean) - Method in class org.gradle.plugins.ide.idea.model.Module
- setInheritOutputDirs(Boolean) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setInitializeInOrder(Boolean) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setInitScripts(List<File>) - Method in class org.gradle.StartParameter
-
Sets the list of init scripts to be run before the build starts.
- setInputFile(File) - Method in class org.gradle.plugins.ide.api.GeneratorTask
-
Sets the input file to load the initial configuration from.
- setInstallDir(Object) - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
-
The directory where Visual Studio or Visual C++ is installed.
- setIws(XmlFileContentMerger) - Method in class org.gradle.plugins.ide.idea.model.IdeaWorkspace
- setJacocoClasspath(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoBase
- setJarDirectories(Set<JarDirectory>) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- setJarFile(File) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The file to write the wrapper jar file to.
- setJarFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The file to write the wrapper jar file to.
- setJavaAnnotationProcessing(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets whether Java annotation processors should process annotations on stubs.
- setJavadoc(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- setJavadoc(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- setJavadocPath(FileReference) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- setJavaHome(File) - Method in class org.gradle.api.tasks.compile.ForkOptions
-
Deprecated.
- setJavaHome(File) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Specifies the Java home directory to use for this operation.
- setJavaHome(File) - Method in interface org.gradle.tooling.LongRunningOperation
-
Specifies the Java home directory to use for this operation.
- setJavaRuntimeName(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
- setJdk(Jdk) - Method in class org.gradle.plugins.ide.idea.model.Project
- setJdk15(boolean) - Method in class org.gradle.plugins.ide.idea.model.Jdk
- setJdkName(String) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setJdkName(String) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setJdkName(String) - Method in class org.gradle.plugins.ide.idea.model.Module
- setJdt(EclipseJdt) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
- setJdt(EclipseJdt) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
- setJFlags(List<String>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setJFlags(List<String>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setJmx(boolean) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArgs(Iterable<?>) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArgs(List<String>) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
-
Sets any additional JVM arguments for the compiler process.
- setJvmArgs(List<String>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArgs(List<String>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArgs(List<String>) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArguments(Iterable<String>) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Specifies the Java VM arguments to use for this operation.
- setJvmArguments(Iterable<String>) - Method in interface org.gradle.tooling.LongRunningOperation
-
Specifies the Java VM arguments to use for this operation.
- setJvmArguments(String...) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Specifies the Java VM arguments to use for this operation.
- setJvmArguments(String...) - Method in interface org.gradle.tooling.LongRunningOperation
-
Specifies the Java VM arguments to use for this operation.
- setKeepStubs(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
- setKeyWords(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setKind(String) - Method in class org.gradle.plugins.ide.eclipse.model.AccessRule
- setLanguageLevel(Object) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
Sets the java language level for the project.
- setLanguageLevel(String) - Method in class org.gradle.plugins.ide.idea.model.Jdk
- setLanguageLevel(IdeaLanguageLevel) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setLanguageLevel(IdeaLanguageLevel) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
-
Sets the java language level for the project.
- setLenient(boolean) - Method in interface org.gradle.api.artifacts.ArtifactView.ViewConfiguration
-
Specify if the view should be resolved in a 'lenient' fashion.
- setLevel(String) - Method in class org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
- setLibConfigurations(Set<Configuration>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setLibDeployPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setLibDirName(String) - Method in class org.gradle.plugins.ear.Ear
- setLibDirName(String) - Method in class org.gradle.plugins.ear.EarPluginConvention
-
Deprecated.
- setLibrary(FileReference) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- setLibraryDirectory(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setLibs(FileCollection) - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
- setLibs(FileCollection) - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
- setLibsDirName(String) - Method in class org.gradle.api.plugins.BasePluginConvention
-
Deprecated.
- setLibsDirName(String) - Method in interface org.gradle.api.plugins.BasePluginExtension
-
Deprecated.Use
BasePluginExtension.getLibsDirectory()
. This method is scheduled for removal in Gradle 9.0. - setLifecycle(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Sets logging options for lifecycle level.
- setLifecycleLogLevel(String) - Method in class org.gradle.api.AntBuilder
-
Sets the Ant message priority that should correspond to the Gradle "lifecycle" log level.
- setLifecycleLogLevel(AntBuilder.AntMessagePriority) - Method in class org.gradle.api.AntBuilder
-
Sets the Ant message priority that should correspond to the Gradle "lifecycle" log level.
- setLineSeparator(String) - Method in class org.gradle.api.tasks.WriteProperties
-
Sets the line separator to be used when creating the properties file.
- setLinkedResources(Set<Link>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
The linked resources to be added to this Eclipse project.
- setLinkedResources(Set<Link>) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- setLinks(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setLinks(Set<Groovydoc.Link>) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets links to groovydoc/javadoc output at the given URL.
- setLinksOffline(List<JavadocOfflineLink>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setLinkSource(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setListeners(Set<String>) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setListFiles(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets whether to log the files to be compiled.
- setListFiles(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets whether to print which source files are to be compiled.
- setListFiles(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setLocale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setLocale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setLocation(Object) - Method in interface org.gradle.ide.visualstudio.ConfigFile
-
Specify the location where this file will be generated.
- setLocation(String) - Method in class org.gradle.plugins.ide.eclipse.model.Link
- setLocationUri(String) - Method in class org.gradle.plugins.ide.eclipse.model.Link
- setLockedDependenciesToUpdate(List<String>) - Method in class org.gradle.StartParameter
-
Indicates that specified dependencies are to be allowed to update their version.
- setLoggingLevel(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setLoggingPhases(List<String>) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setLogLevel(LogLevel) - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Specifies the minimum logging level to use.
- setLogLevel(LogLevel) - Method in class org.gradle.StartParameter
-
Specifies the minimum logging level to use.
- setM2compatible(boolean) - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
-
Sets whether a Maven style layout is to be used for the 'organisation' part, replacing any dots with forward slashes.
- setMacros(Map<String, String>) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- setMacros(Map<String, String>) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
- setMain(String) - Method in interface org.gradle.process.JavaExecSpec
-
Deprecated.Use
JavaExecSpec.getMainClass()
.set(main) instead. This method will be removed in Gradle 9.0. - setMainClassName(String) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
-
Deprecated.The fully qualified name of the application's main class.
- setMainClassName(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
-
Deprecated.
- setManifest(Manifest) - Method in class org.gradle.jvm.tasks.Jar
-
Sets the manifest for this JAR archive.
- setManifestContentCharset(String) - Method in class org.gradle.jvm.tasks.Jar
-
The character set used to encode the manifest content.
- setMaxErrors(int) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Set the maximum number of errors that are tolerated before breaking the build.
- setMaxErrors(int) - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
Set the maximum number of errors that are tolerated before breaking the build.
- setMaxGranularity(int) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Returns the maximum granularity of the events to be logged.
- setMaxHeapSize(String) - Method in class org.gradle.api.plugins.antlr.AntlrTask
- setMaxHeapSize(String) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the maximum heap size for the process.
- setMaxHeapSize(String) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the maximum heap size for the process.
- setMaxHeapSize(String) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the maximum heap size for the process.
- setMaximum(BigDecimal) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
Sets the maximum expected value for limit.
- setMaxMemory(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Sets the amount of memory allocated to this task.
- setMaxParallelForks(int) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the maximum number of test processes to start in parallel.
- setMaxPriority1Violations(int) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The maximum number of priority 1 violations allowed before failing the build.
- setMaxPriority1Violations(int) - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The maximum number of priority 1 violations allowed before failing the build.
- setMaxPriority2Violations(int) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The maximum number of priority 2 violations allowed before failing the build.
- setMaxPriority2Violations(int) - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The maximum number of priority 2 violations allowed before failing the build.
- setMaxPriority3Violations(int) - Method in class org.gradle.api.plugins.quality.CodeNarc
-
The maximum number of priority 3 violations allowed before failing the build.
- setMaxPriority3Violations(int) - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The maximum number of priority 3 violations allowed before failing the build.
- setMaxWarnings(int) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Set the maximum number of warnings that are tolerated before breaking the build.
- setMaxWarnings(int) - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
Set the maximum number of warnings that are tolerated before breaking the build.
- setMaxWorkerCount(int) - Method in interface org.gradle.concurrent.ParallelismConfiguration
-
Specifies the maximum number of concurrent workers used for underlying build operations.
- setMaxWorkerCount(int) - Method in class org.gradle.StartParameter
-
Specifies the maximum number of concurrent workers used for underlying build operations.
- setMemberLevel(JavadocMemberLevel) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setMemberLevel(JavadocMemberLevel) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setMemoryInitialSize(String) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
-
Sets the initial heap size for the compiler process.
- setMemoryMaximumSize(String) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
-
Sets the maximum heap size for the compiler process.
- setMetadataCharset(String) - Method in class org.gradle.api.tasks.bundling.Zip
-
The character set used to encode ZIP metadata like file names.
- setMetadataCharset(String) - Method in class org.gradle.jvm.tasks.Jar
-
The character set used to encode JAR metadata like file names.
- setMetadataSupplier(Class<? extends ComponentMetadataSupplier>) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Sets a custom metadata rule, which is capable of supplying the metadata of a component (status, status scheme, changing flag) whenever a dynamic version is requested.
- setMetadataSupplier(Class<? extends ComponentMetadataSupplier>) - Method in interface org.gradle.api.artifacts.repositories.MetadataSupplierAware
-
Sets a custom metadata rule, which is capable of supplying the metadata of a component (status, status scheme, changing flag) whenever a dynamic version is requested.
- setMetadataSupplier(Class<? extends ComponentMetadataSupplier>, Action<? super ActionConfiguration>) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Sets a custom metadata rule, possibly configuring the rule.
- setMetadataSupplier(Class<? extends ComponentMetadataSupplier>, Action<? super ActionConfiguration>) - Method in interface org.gradle.api.artifacts.repositories.MetadataSupplierAware
-
Sets a custom metadata rule, possibly configuring the rule.
- setMinGranularity(int) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the minimum granularity of the events to be logged.
- setMinHeapSize(String) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the minimum heap size for the process.
- setMinHeapSize(String) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the minimum heap size for the process.
- setMinHeapSize(String) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the minimum heap size for the process.
- setMinimum(BigDecimal) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
Sets the minimum expected value for limit.
- setMinusConfigurations(Collection<Configuration>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setMinusConfigurations(Set<Configuration>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setMode(int) - Method in interface org.gradle.api.file.FileCopyDetails
-
Deprecated.Use
FileCopyDetails.permissions(Action)
instead. This method is scheduled for removal in Gradle 9.0. - setModule(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Sets the module for this publication.
- setModule(IdeaModule) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaModule
- setModule(IdeaModule) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
- setModulePath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setModulePath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
-
The --module-path.
- setModulePaths(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Project
- setModules(List<IdeaModule>) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setModules(Set<EarModule>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setModuleTypeMappings(Map<String, String>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setModuleVersion(ModuleVersionIdentifier) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- setModuleVersion(ModuleVersionIdentifier) - Method in class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
- setMustRunAfter(Iterable<?>) - Method in class org.gradle.api.DefaultTask
- setMustRunAfter(Iterable<?>) - Method in interface org.gradle.api.Task
-
Specifies the set of tasks that this task must run after.
- setName(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
-
Sets the name of this artifact.
- setName(String) - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Sets the name of this artifact.
- setName(String) - Method in interface org.gradle.api.artifacts.repositories.ArtifactRepository
-
Sets the name for this repository.
- setName(String) - Method in interface org.gradle.api.credentials.HttpHeaderCredentials
-
Sets the header name to use when authenticating.
- setName(String) - Method in interface org.gradle.api.file.FileCopyDetails
-
Sets the destination name of this file.
- setName(String) - Method in interface org.gradle.api.initialization.ConfigurableIncludedBuild
-
Sets the name of the included build.
- setName(String) - Method in interface org.gradle.api.initialization.ConfigurableIncludedPluginBuild
-
Sets the name of the included plugin build.
- setName(String) - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Sets the name of this project.
- setName(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
Sets the name used to publish the artifact file.
- setName(String) - Method in class org.gradle.plugins.ide.eclipse.model.BuildCommand
- setName(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
Configures eclipse project name.
- setName(String) - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- setName(String) - Method in class org.gradle.plugins.ide.eclipse.model.Link
- setName(String) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- setName(String) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- setName(String) - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- setName(String) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setName(String) - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- setName(String) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- setName(String) - Method in class org.gradle.plugins.signing.Signature
- setNamingScheme(BinaryNamingScheme) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
- setNativeLibraryLocation(String) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- setNatures(List<String>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
The natures to be added to this Eclipse project.
- setNatures(List<String>) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- setNoBuildScan(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether build scan creation is explicitly disabled.
- setNoComment(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoDeprecated(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoDeprecatedList(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoHelp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoNavBar(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoQualifiers(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoSince(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoTimestamp(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets whether to include timestamp within hidden comment in generated HTML (Groovy >= 2.4.6).
- setNoTimestamp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoTree(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setNoVersionStamp(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets whether to include version stamp within hidden comment in generated HTML (Groovy >= 2.4.6).
- setObjectFileDir(File) - Method in class org.gradle.language.assembler.tasks.Assemble
- setOffline(boolean) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setOffline(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether the build should be performed offline (ie without network access).
- setOnlyIf(Closure) - Method in class org.gradle.api.DefaultTask
- setOnlyIf(Closure) - Method in interface org.gradle.api.Task
-
Execute the task only if the given closure returns true.
- setOnlyIf(String, Spec<? super Task>) - Method in class org.gradle.api.DefaultTask
- setOnlyIf(String, Spec<? super Task>) - Method in interface org.gradle.api.Task
-
Execute the task only if the given spec is satisfied.
- setOnlyIf(Spec<? super Task>) - Method in class org.gradle.api.DefaultTask
- setOnlyIf(Spec<? super Task>) - Method in interface org.gradle.api.Task
-
Execute the task only if the given spec is satisfied.
- setOptimizationOptions(Map<String, Boolean>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets optimization options for the Groovy compiler.
- setOptimize(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setOptimized(boolean) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Should the compiler generate optimized code?
- setOptionFiles(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setOptionFiles(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setOptsEnvironmentVar(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setOrganisation(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Sets the organisation for this publication.
- setOutput(String) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- setOutput(JacocoTaskExtension.Output) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setOutputDir(File) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setOutputDir(File) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
- setOutputDir(File) - Method in class org.gradle.nativeplatform.test.tasks.RunTestExecutable
- setOutputDir(File) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setOutputDir(Path) - Method in class org.gradle.plugins.ide.idea.model.Module
- setOutputDirectory(File) - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Specifies the directory to generate the parser source files into.
- setOutputDirectory(File) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setOutputFile(File) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.Sets the file which the report will be written to.
- setOutputFile(File) - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
-
Sets the file which the report will be written to.
- setOutputFile(File) - Method in class org.gradle.api.tasks.WriteProperties
-
Deprecated.Use
WriteProperties.getDestinationFile()
instead. - setOutputFile(File) - Method in class org.gradle.plugins.ide.api.GeneratorTask
-
Sets the output file to write the final configuration to.
- setOutputFile(File) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaModule
- setOutputFile(File) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaProject
- setOutputFile(File) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setOutputFile(File) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setOutputFile(Object) - Method in class org.gradle.api.tasks.WriteProperties
-
Deprecated.Use
WriteProperties.getDestinationFile()
instead. - setOutputLevel(JavadocOutputLevel) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setOutputLevel(JavadocOutputLevel) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setOutputPerTestCase(boolean) - Method in interface org.gradle.api.tasks.testing.JUnitXmlReport
-
Should the output be associated with individual test cases instead of at the suite level.
- setOverview(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setOverview(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setOverviewText(TextResource) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets a HTML text to be used for overview documentation (optional).
- setPackageName(String) - Method in class org.gradle.buildinit.tasks.InitBuild
-
Set the package name.
- setPackaging(String) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Sets the packaging for the publication represented by this POM.
- setParallel(String) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setParallelProjectExecutionEnabled(boolean) - Method in interface org.gradle.concurrent.ParallelismConfiguration
-
Enables/disables parallel project execution.
- setParallelProjectExecutionEnabled(boolean) - Method in class org.gradle.StartParameter
-
Enables/disables parallel project execution.
- setParameters(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets whether metadata for reflection on method parameter names should be generated.
- setParams(Object...) - Method in interface org.gradle.api.ActionConfiguration
-
Sets any initialization parameters to use when constructing an instance of the implementation class.
- setPassword(String) - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
-
Sets the password to use when authenticating to this repository.
- setPassword(String) - Method in interface org.gradle.api.credentials.PasswordCredentials
-
Sets the password to use when authenticating.
- setPassword(String) - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
-
Sets the password to use when authenticating to the HTTP build cache.
- setPath(String) - Method in interface org.gradle.api.file.FileCopyDetails
-
Sets the destination path of this file.
- setPath(String) - Method in interface org.gradle.plugins.ear.descriptor.EarModule
- setPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- setPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.Output
- setPath(Path) - Method in class org.gradle.plugins.ide.idea.model.JarDirectory
-
The value for the recursive attribute of the jar directory element.
- setPathFactory(PathFactory) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setPathFactory(PathFactory) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setPathVariables(Map<String, File>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setPathVariables(Map<String, File>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setPathVariables(Map<String, File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setPattern(String) - Method in class org.gradle.plugins.ide.eclipse.model.AccessRule
- setPermissions(FilePermissions) - Method in interface org.gradle.api.file.FileCopyDetails
-
Set file and directory access permissions based on an externally provided permission instance.
- setPlusConfigurations(Collection<Configuration>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setPlusConfigurations(Set<Configuration>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
-
Synonym for
EclipseWtpComponent.setLibConfigurations(Set)
. - setPmdClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.Pmd
-
The class path containing the PMD library to be used.
- setPom(MavenPom) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
- setPort(int) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setPositionIndependentCode(boolean) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
- setPreCompiledHeader(String) - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
-
Sets the pre-compiled header to be used when compiling sources in this source set.
- setPreCompiledHeader(PreCompiledHeader) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask
- setPrefixHeaderFile(File) - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
- setPreserveFileTimestamps(boolean) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Specifies whether file timestamps should be preserved in the archive.
- setPreserveOrder(boolean) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setProfile(boolean) - Method in class org.gradle.StartParameter
-
Specifies if a profile report should be generated.
- setProject(EclipseProject) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
- setProject(IdeaProject) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
- setProjectCacheDir(File) - Method in class org.gradle.StartParameter
-
Sets the project's cache location.
- setProjectDependenciesOnly(boolean) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setProjectDir(File) - Method in interface org.gradle.api.initialization.ProjectDescriptor
-
Sets the project directory of this project.
- setProjectDir(File) - Method in class org.gradle.StartParameter
-
Sets the project directory to use to select the default project.
- setProjectJdkName(String) - Method in class org.gradle.plugins.ide.idea.model.Jdk
- setProjectLibraries(Set<ProjectLibrary>) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setProjectLibraries(Set<ProjectLibrary>) - Method in class org.gradle.plugins.ide.idea.model.Project
- setProjectModel(EclipseProject) - Method in class org.gradle.plugins.ide.eclipse.GenerateEclipseProject
- setProjectName(String) - Method in class org.gradle.buildinit.tasks.InitBuild
-
Set the project name.
- setProjectProperties(Map<String, String>) - Method in class org.gradle.StartParameter
- setProjectReportDirName(String) - Method in class org.gradle.api.plugins.ProjectReportsPluginConvention
-
Deprecated.
- setProjects(Set<Project>) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Deprecated.Specifies the set of projects to generate this report for.
- setProjects(Set<Project>) - Method in class org.gradle.api.tasks.diagnostics.ConventionReportTask
-
Specifies the set of projects to generate this report for.
- setProperties(List<WbProperty>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setProperties(Map<String, Object>) - Method in class org.gradle.api.tasks.WriteProperties
-
Sets all properties to be written to the properties file replacing any existing properties.
- setProperty(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
- setProperty(String, Object) - Method in class org.gradle.api.DefaultTask
- setProperty(String, Object) - Method in interface org.gradle.api.Project
-
Sets a property of this project.
- setProperty(String, Object) - Method in interface org.gradle.api.Task
-
Sets a property of this task.
- SetProperty<T> - Interface in org.gradle.api.provider
-
Represents a property whose type is a
Set
of elements of typeSetProperty
. - setPublication(IvyPublication) - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
-
Sets the publication to be published.
- setPublication(MavenPublication) - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
-
Sets the publication to be published.
- setPublication(FileReference) - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Sets the file that can replace this ProjectDependency
- setPublicationJavadocPath(FileReference) - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Sets the javadoc artifact of the project publication
- setPublicationSourcePath(FileReference) - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
-
Sets the source artifact of the project publication
- setPush(boolean) - Method in class org.gradle.caching.configuration.AbstractBuildCache
-
Sets whether a given build can store outputs in the build cache.
- setPush(boolean) - Method in interface org.gradle.caching.configuration.BuildCache
-
Sets whether a given build can store outputs in the build cache.
- setQuiet(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Sets logging options for quiet level.
- setRead(boolean) - Method in interface org.gradle.api.file.ConfigurableUserClassFilePermissions
-
Enables or disables read access to a file or directory for a certain class of users.
- setRecursive(boolean) - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Sets whether this ResourceFilter applies recursively or not.
- setRecursive(boolean) - Method in class org.gradle.plugins.ide.idea.model.JarDirectory
- setReferencedProjects(Set<String>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseProject
-
The referenced projects of this Eclipse project (*not*: java build path project references).
- setReferencedProjects(Set<String>) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- setRefreshDependencies(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether the dependencies should be refreshed..
- setRefreshKeys(boolean) - Method in class org.gradle.StartParameter
-
Sets the key refresh flag.
- setRelativePath(RelativePath) - Method in interface org.gradle.api.file.FileCopyDetails
-
Sets the destination path of this file.
- setRemoveUnusedEntriesAfterDays(int) - Method in interface org.gradle.api.cache.CacheResourceConfiguration
-
Sets the interval (in days) after which unused entries will be considered stale and removed from the cache.
- setRemoveUnusedEntriesAfterDays(int) - Method in class org.gradle.caching.local.DirectoryBuildCache
-
Deprecated.
- setRenderer(DependencyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
-
Set the renderer to use to build a report.
- setRenderer(PropertyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
- setRenderer(TaskReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
- setReportFormat(String) - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
-
The format type of the CodeNarc report.
- setReportsDir(File) - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
The directory where reports will be generated.
- setRepository(IvyArtifactRepository) - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
-
Sets the repository to publish to.
- setRepository(MavenArtifactRepository) - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
-
Sets the repository to publish to.
- setReproducibleFileOrder(boolean) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
-
Specifies whether to enforce a reproducible file order when reading files from directories.
- setRequired(boolean) - Method in class org.gradle.plugins.signing.Sign
- setRequired(boolean) - Method in interface org.gradle.plugins.signing.SignatureSpec
-
Whether or not it is required that this signature be generated.
- setRequired(boolean) - Method in class org.gradle.plugins.signing.SigningExtension
-
Whether this task should fail if no signatory or signature type are configured at generation time.
- setRequired(boolean) - Method in class org.gradle.plugins.signing.SignOperation
- setRequired(Object) - Method in class org.gradle.plugins.signing.SigningExtension
-
Whether this task should fail if no signatory or signature type are configured at generation time.
- setRerunTasks(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
- setResourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Sets the directories containing resources.
- setResourceFilters(Set<ResourceFilter>) - Method in class org.gradle.plugins.ide.eclipse.model.Project
-
Sets the resource filters of this Eclipse project.
- setResourceFolders(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Module
-
Sets the directories containing resources.
- setResources(List<WbResource>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setResourcesDir(File) - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Sets the output directory for resources
- setResourcesDir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
-
Sets the output directory for resources
- setRevision(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Sets the revision for this publication.
- setRoleName(String) - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
- setRootConfigurations(Set<Configuration>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setRootDir(String) - Method in interface org.gradle.vcs.VersionControlRepository
-
Sets the relative path to the root of the build within the repository.
- setRootDir(String) - Method in interface org.gradle.vcs.VersionControlSpec
-
Sets the relative path to the root of the build within the repository.
- setRuleSetConfig(TextResource) - Method in class org.gradle.api.plugins.quality.Pmd
-
The custom rule set to be used (if any).
- setRuleSetConfig(TextResource) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The custom rule set to be used (if any).
- setRuleSetFiles(FileCollection) - Method in class org.gradle.api.plugins.quality.Pmd
-
The custom rule set files to be used.
- setRuleSetFiles(FileCollection) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The custom rule set files to be used.
- setRuleSets(List<String>) - Method in class org.gradle.api.plugins.quality.Pmd
-
The built-in rule sets to be used.
- setRuleSets(List<String>) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
The built-in rule sets to be used.
- setRuntimeClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
-
Sets the classpath used to execute this source.
- setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
- setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaDoc
- setScalaCompilerPlugins(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
-
Sets the Scala compiler plugins to use.
- setScalaDocOptions(ScalaDocOptions) - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Deprecated.Setting a new instance of this property is unnecessary. This method will be removed in Gradle 9.0. Use
ScalaDoc.scalaDocOptions(Action)
instead. - setScanForTestClasses(boolean) - Method in class org.gradle.api.tasks.testing.Test
- setScope(String) - Method in interface org.gradle.plugins.ide.idea.model.Dependency
-
The scope of this library.
- setScope(String) - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- setScope(String) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- setScopes(Map<String, Map<String, Collection<Configuration>>>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setScriptFile(File) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The file to write the wrapper script to.
- setScriptFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
The file to write the wrapper script to.
- setSecretKey(String) - Method in interface org.gradle.api.credentials.AwsCredentials
-
Sets the secret key to use to authenticate with AWS.
- setSecurityRoles(Set<EarSecurityRole>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setSerialWarn(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setSessionId(String) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
- setSessionToken(String) - Method in interface org.gradle.api.credentials.AwsCredentials
-
Sets the secret key to use to authenticate with AWS.
- setSettingsFile(File) - Method in class org.gradle.StartParameter
-
Deprecated.Setting custom settings file for the build has been deprecated. Please use
StartParameter.setProjectDir(File)
to specify the directory of the default project instead. This method will be removed in Gradle 9.0. - setSharedLibraryFile(File) - Method in interface org.gradle.nativeplatform.PrebuiltSharedLibraryBinary
-
The shared library file.
- setSharedLibraryFile(File) - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
-
The shared library file.
- setSharedLibraryLinkFile(File) - Method in interface org.gradle.nativeplatform.PrebuiltSharedLibraryBinary
-
The shared library link file.
- setSharedLibraryLinkFile(File) - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
-
The shared library link file.
- setShouldRunAfter(Iterable<?>) - Method in class org.gradle.api.DefaultTask
- setShouldRunAfter(Iterable<?>) - Method in interface org.gradle.api.Task
-
Specifies the set of tasks that this task should run after.
- setShowAll(boolean) - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.Set this to include both non buildable components and test suites in the report.
- setShowCauses(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets whether causes of exceptions that occur during test execution will be logged.
- setShowDetail(boolean) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
-
Sets whether to show "invisible" tasks without a group or dependent tasks.
- setShowExceptions(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets whether exceptions that occur during test execution will be logged.
- setShowHidden(boolean) - Method in class org.gradle.api.reporting.model.ModelReport
-
Deprecated.
- setShowNonBuildable(boolean) - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.
- setShowSinglePathToDependency(boolean) - Method in class org.gradle.api.tasks.diagnostics.DependencyInsightReportTask
-
Tells if the report should only display a single path to each dependency, which can be useful when the graph is large.
- setShowStacktrace(ShowStacktrace) - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Sets the detail that should be included in stacktraces.
- setShowStacktrace(ShowStacktrace) - Method in class org.gradle.StartParameter
-
Sets the detail that should be included in stacktraces.
- setShowStackTraces(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets whether stack traces of exceptions that occur during test execution will be logged.
- setShowStandardStreams(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets whether output on standard out and standard error will be logged.
- setShowTestSuites(boolean) - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
-
Deprecated.
- setShowViolations(boolean) - Method in class org.gradle.api.plugins.quality.Checkstyle
-
Whether rule violations are to be displayed on the console.
- setShowViolations(boolean) - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
-
Whether rule violations are to be displayed on the console.
- setSignatories(SignatoryProvider<?>) - Method in class org.gradle.plugins.signing.SigningExtension
- setSignatory(Signatory) - Method in class org.gradle.plugins.signing.Sign
- setSignatory(Signatory) - Method in interface org.gradle.plugins.signing.SignatureSpec
-
Sets the signatory that will be signing the input.
- setSignatory(Signatory) - Method in class org.gradle.plugins.signing.SignOperation
- setSignatureSpec(SignatureSpec) - Method in class org.gradle.plugins.signing.Signature
- setSignatureType(SignatureType) - Method in class org.gradle.plugins.signing.Sign
- setSignatureType(SignatureType) - Method in interface org.gradle.plugins.signing.SignatureSpec
-
Sets the signature representation that the signatures will be produced as.
- setSignatureType(SignatureType) - Method in class org.gradle.plugins.signing.SignOperation
- setSignatureTypes(SignatureTypeProvider) - Method in class org.gradle.plugins.signing.SigningExtension
- setSingleEntryLibraries(Map<String, Iterable<File>>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setSource(Object) - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Sets the source for this task.
- setSource(Object) - Method in class org.gradle.api.tasks.SourceTask
-
Sets the source for this task.
- setSource(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setSource(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setSource(FileCollection) - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
- setSource(FileTree) - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
Sets the source for this task.
- setSource(FileTree) - Method in class org.gradle.api.tasks.SourceTask
-
Sets the source for this task.
- setSourceCompatibility(Object) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Sets the source compatibility used for compiling Java sources.
- setSourceCompatibility(Object) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Sets the source compatibility used for compiling Java sources.
- setSourceCompatibility(Object) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
- setSourceCompatibility(String) - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Sets the Java language level to use to compile the source files.
- setSourceCompatibility(JavaVersion) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Sets the source compatibility used for compiling Java sources.
- setSourceCompatibility(JavaVersion) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Sets the source compatibility used for compiling Java sources.
- setSourceCompatibility(JavaVersion) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
-
Sets source compatibility.
- setSourceCompatibility(JavaVersion) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
-
Sets the source compatibility for the compiler.
- setSourceDir(File) - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
- setSourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
- setSourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setSourceFolders(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Module
- setSourceNames(List<String>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- setSourceNames(List<String>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setSourcepath(FileCollection) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets the source path to use for the compilation.
- setSourcePath(String) - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- setSourcePath(FileReference) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- setSources(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- setSources(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- setSourceSets(Iterable<SourceSet>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
- setSourceSets(Collection<SourceSet>) - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
The source sets to be analyzed as part of the
check
andbuild
tasks. - setSplitIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setSrcDirs(Iterable<?>) - Method in interface org.gradle.api.file.SourceDirectorySet
-
Sets the source directories for this set.
- setStackTraceFilters(Iterable<?>) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the set of filters to be used for sanitizing test stack traces.
- setStackTraceFilters(Set<TestStackTraceFilter>) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Sets the set of filters to be used for sanitizing test stack traces.
- setStandardError(OutputStream) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Sets the
OutputStream
which should receive standard error logging generated while running the operation. - setStandardError(OutputStream) - Method in interface org.gradle.tooling.LongRunningOperation
-
Sets the
OutputStream
which should receive standard error logging generated while running the operation. - setStandardInput(InputStream) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the standard input stream for the process executing the command.
- setStandardInput(InputStream) - Method in class org.gradle.api.tasks.Exec
-
Sets the standard input stream for the process executing the command.
- setStandardInput(InputStream) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the standard input stream for the process executing the command.
- setStandardInput(InputStream) - Method in interface org.gradle.process.BaseExecSpec
-
Sets the standard input stream for the process executing the command.
- setStandardInput(InputStream) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Sets the
InputStream
that will be used as standard input for this operation. - setStandardInput(InputStream) - Method in interface org.gradle.tooling.LongRunningOperation
-
Sets the
InputStream
that will be used as standard input for this operation. - setStandardOutput(OutputStream) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the output stream to consume standard output from the process executing the command.
- setStandardOutput(OutputStream) - Method in class org.gradle.api.tasks.Exec
-
Sets the output stream to consume standard output from the process executing the command.
- setStandardOutput(OutputStream) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the output stream to consume standard output from the process executing the command.
- setStandardOutput(OutputStream) - Method in interface org.gradle.process.BaseExecSpec
-
Sets the output stream to consume standard output from the process executing the command.
- setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Sets the
OutputStream
which should receive standard output logging generated while running the operation. - setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.LongRunningOperation
-
Sets the
OutputStream
which should receive standard output logging generated while running the operation. - setStartParameter(StartParameter) - Method in class org.gradle.api.tasks.GradleBuild
-
Sets the full set of parameters that will be used to execute the build.
- setStaticLibraryFile(File) - Method in interface org.gradle.nativeplatform.PrebuiltStaticLibraryBinary
-
The static library binary file.
- setStaticLibraryFile(File) - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
-
The static library binary file.
- setStatus(Object) - Method in interface org.gradle.api.Project
-
Sets the status of this project.
- setStatus(String) - Method in interface org.gradle.api.artifacts.ComponentMetadataBuilder
-
Sets the status of this component
- setStatus(String) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Sets the status of the component.
- setStatus(String) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Sets the status for this publication.
- setStatusScheme(List<String>) - Method in interface org.gradle.api.artifacts.ComponentMetadataBuilder
-
Sets the status scheme of this component
- setStatusScheme(List<String>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Sets the status scheme of the component.
- setStreamedValueListener(StreamedValueListener) - Method in interface org.gradle.tooling.BuildActionExecuter
-
Sets the listener to use to streamed values sent from the action via
BuildController.send(Object)
. - setStubDir(File) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
- setStylesheet(TextResource) - Method in interface org.gradle.api.reporting.CustomizableHtmlReport
-
The stylesheet to use to generate the report.
- setStylesheetFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setSuiteName(String) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setSuiteXmlBuilder(MarkupBuilder) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setSuiteXmlFiles(List<File>) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setSuiteXmlWriter(StringWriter) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setSystemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the system properties to use for the process.
- setSystemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the system properties to use for the process.
- setSystemProperties(Map<String, ?>) - Method in interface org.gradle.process.JavaForkOptions
-
Sets the system properties to use for the process.
- setSystemPropertiesArgs(Map<String, String>) - Method in class org.gradle.StartParameter
- setTagletPath(List<File>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setTaglets(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setTags(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setTarget(Target) - Method in class org.gradle.api.tasks.ant.AntTarget
-
Sets the Ant target to execute.
- setTargetBytecodeVersion(JavaVersion) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setTargetBytecodeVersion(JavaVersion) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setTargetCompatibility(Object) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Sets the target compatibility used for compiling Java sources.
- setTargetCompatibility(Object) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Sets the target compatibility used for compiling Java sources.
- setTargetCompatibility(Object) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
- setTargetCompatibility(String) - Method in class org.gradle.api.tasks.compile.AbstractCompile
-
Sets the target JVM to generate the
.class
files for. - setTargetCompatibility(JavaVersion) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Sets the target compatibility used for compiling Java sources.
- setTargetCompatibility(JavaVersion) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Sets the target compatibility used for compiling Java sources.
- setTargetCompatibility(JavaVersion) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
-
Sets target compatibility.
- setTargetCompatibility(JavaVersion) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
-
Sets the target compatibility for the compiler.
- setTargetConfiguration(String) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Sets the requested target configuration of this dependency.
- setTargetJdk(Object) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
Sets the target jdk used with pmd.
- setTargetJdk(TargetJdk) - Method in class org.gradle.api.plugins.quality.Pmd
-
The target JDK to use with PMD.
- setTargetJdk(TargetJdk) - Method in class org.gradle.api.plugins.quality.PmdExtension
-
Sets the target jdk used with pmd.
- setTargets(String...) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
-
Override the current platform configuration with target platforms specified by name
- setTargetVersion(String) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
- setTaskNames(Iterable<String>) - Method in class org.gradle.StartParameter
-
Sets the tasks to execute in this build.
- setTaskRequests(Iterable<? extends TaskExecutionRequest>) - Method in class org.gradle.StartParameter
-
Sets the task parameters to execute in this build.
- setTasks(Collection<String>) - Method in class org.gradle.api.tasks.GradleBuild
-
Sets the tasks that should be executed for this build.
- setTasks(List<String>) - Method in class org.gradle.api.tasks.GradleBuild
-
Sets the tasks that should be executed for this build.
- setTempDir(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
-
Sets the directory used for temporary files that may be created to pass command line arguments to the compiler process.
- setTemplate(TextResource) - Method in interface org.gradle.jvm.application.scripts.TemplateBasedScriptGenerator
-
Sets the template text resource used for generating script.
- setTestClassesDirs(FileCollection) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the directories to scan for compiled test sources.
- setTestedComponent(ComponentSpec) - Method in interface org.gradle.testing.base.TestSuiteSpec
-
Sets the tested component.
- setTestFramework(String) - Method in class org.gradle.buildinit.tasks.InitBuild
-
Set the test framework to be used.
- setTestName(String) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setTestNameIncludePatterns(List<String>) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Sets the test name patterns to be included in execution.
- setTestNameIncludePatterns(List<String>) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the test name patterns to be included in execution.
- setTestNameIncludePatterns(List<String>) - Method in class org.gradle.nativeplatform.test.xctest.tasks.XCTest
-
Sets the test name patterns to be included in execution.
- setTestOutputDir(File) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
- setTestOutputDir(Path) - Method in class org.gradle.plugins.ide.idea.model.Module
- setTestReportDirName(String) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.
- setTestResourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Deprecated.
- setTestResourceFolders(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Module
-
Sets the directories containing test resources.
- setTestResultsDirName(String) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.
- setTestSourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
-
Deprecated.
- setTestSourceFolders(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Module
- setText(String) - Method in interface org.gradle.ide.visualstudio.TextProvider
-
Replace the content.
- setThreadCount(int) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setThreadPoolFactoryClass(String) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Sets a custom threadPoolExecutorFactory class.
- Settings - Interface in org.gradle.api.initialization
-
Declares the configuration required to instantiate and configure the hierarchy of
Project
instances which are to participate in a build. - settingsEvaluated(Closure) - Method in interface org.gradle.api.invocation.Gradle
-
Adds a closure to be called when the build settings have been loaded and evaluated.
- settingsEvaluated(Action<? super Settings>) - Method in interface org.gradle.api.invocation.Gradle
-
Adds an action to be called when the build settings have been loaded and evaluated.
- settingsEvaluated(Settings) - Method in class org.gradle.BuildAdapter
- settingsEvaluated(Settings) - Method in interface org.gradle.BuildListener
-
Called when the build settings have been loaded and evaluated.
- setTitle(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Sets the title for the generated documentation.
- setTitle(String) - Method in class org.gradle.api.tasks.scala.ScalaDoc
- setToolChain(NativeToolChain) - Method in class org.gradle.nativeplatform.NativeExecutableFileSpec
-
Sets the Tool Chain that produces the native executable.
- setToolVersion(String) - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
-
The version of the code quality tool to be used.
- setToolVersion(String) - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
- setTop(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets the HTML text to appear in the top text for each page.
- setTrace(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
- setTraceLexer(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
- setTraceParser(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
- setTraceTreeWalker(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
- setTransformer(PropertiesTransformer) - Method in class org.gradle.plugins.ide.api.PropertiesFileContentMerger
- setTransitive(boolean) - Method in interface org.gradle.api.artifacts.Configuration
-
Sets the transitivity of this configuration.
- setTransitive(boolean) - Method in interface org.gradle.api.artifacts.ModuleDependency
-
Sets whether this dependency should be resolved including or excluding its transitive dependencies.
- setType(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
-
Sets the type of this artifact.
- setType(String) - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Sets the type of this artifact.
- setType(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
-
Sets the type used to publish the artifact file.
- setType(String) - Method in class org.gradle.buildinit.tasks.InitBuild
- setType(String) - Method in class org.gradle.plugins.ide.eclipse.model.Link
- setType(String) - Method in class org.gradle.plugins.ide.idea.model.ProjectLibrary
- setType(String) - Method in class org.gradle.plugins.signing.Signature
- setType(Facet.FacetType) - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- setType(ResourceFilterType) - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
-
Sets the ResourceFilterType
- setUnchecked(boolean) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets whether to generate unchecked information.
- setUnchecked(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
- setUnixStartScriptGenerator(ScriptGenerator) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setUploadDescriptor(boolean) - 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.
- setupProjectLayout() - Method in class org.gradle.buildinit.tasks.InitBuild
- setUrl(Object) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Sets the base URL of this repository.
- setUrl(Object) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Sets the base URL of this repository.
- setUrl(Object) - Method in interface org.gradle.api.artifacts.repositories.UrlArtifactRepository
-
Sets the base URL of this repository.
- setUrl(String) - Method in interface org.gradle.api.artifacts.DependencyArtifact
-
Sets the URL for this artifact.
- setUrl(String) - Method in class org.gradle.caching.http.HttpBuildCache
-
Sets the URL of the cache.
- setUrl(String) - Method in interface org.gradle.vcs.git.GitVersionControlSpec
-
Sets the URL of the repository.
- setUrl(URI) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
-
Sets the base URL of this repository.
- setUrl(URI) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
-
Sets the base URL of this repository.
- setUrl(URI) - Method in interface org.gradle.api.artifacts.repositories.UrlArtifactRepository
-
Sets the base URL of this repository.
- setUrl(URI) - Method in class org.gradle.caching.http.HttpBuildCache
-
Sets the URL of the cache.
- setUrl(URI) - Method in interface org.gradle.vcs.git.GitVersionControlSpec
-
Sets the URL of the repository.
- setUrl(URL) - Method in class org.gradle.caching.http.HttpBuildCache
-
Sets the URL of the cache.
- setUse(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets whether to create class and package usage pages.
- setUse(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setUseDefaultListeners(boolean) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- setUseExpectContinue(boolean) - Method in class org.gradle.caching.http.HttpBuildCache
-
Specifies whether HTTP expect-continue should be used for store requests.
- setUsername(String) - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
-
Sets the user name to use when authenticating to this repository.
- setUsername(String) - Method in interface org.gradle.api.credentials.PasswordCredentials
-
Sets the user name to use when authenticating.
- setUsername(String) - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
-
Sets the user name to use when authenticating to the HTTP build cache.
- setValue(String) - Method in interface org.gradle.api.credentials.HttpHeaderCredentials
-
Sets the header value to use when authenticating.
- setValue(String) - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
-
Set's the value for the key of the manifest after the merge takes place.
- setValue(String) - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- setValue(String) - Method in interface org.gradle.testing.jacoco.tasks.rules.JacocoLimit
-
Sets the value that applies to the limit.
- setValue(T) - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
- setVcs(String) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setVcs(String) - Method in class org.gradle.plugins.ide.idea.model.Project
- setVerbose(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets whether to produce verbose output.
- setVerbose(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Sets whether to turn on verbose output.
- setVerbose(boolean) - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Deprecated.This method duplicates the functionality of
getOptions().verbose()
. It will be removed in Gradle 9.0. - setVersion(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setVersion(Object) - Method in interface org.gradle.api.Project
-
Sets the version of this project.
- setVersion(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Sets the version for this publication.
- setVersion(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
- setVersion(String) - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- setVisible(boolean) - Method in interface org.gradle.api.artifacts.Configuration
-
Sets the visibility of this configuration.
- setVisualStudioProject(VisualStudioProject) - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
- setVisualStudioProject(VisualStudioProject) - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
- setVisualStudioSolution(VisualStudioSolution) - Method in class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
- setWarn(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Sets logging options for warn level.
- setWarningMode(WarningMode) - Method in interface org.gradle.api.logging.configuration.LoggingConfiguration
-
Specifies which type of warnings should be written to the console.
- setWarningMode(WarningMode) - Method in class org.gradle.StartParameter
-
Specifies which type of warnings should be written to the console.
- setWarnings(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Sets whether to log warning messages.
- setWbModuleEntries(List<WbModuleEntry>) - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- setWebAppDirName(String) - Method in class org.gradle.api.plugins.WarPluginConvention
-
Deprecated.
- setWebXml(File) - Method in class org.gradle.api.tasks.bundling.War
-
Sets the
web.xml
file to include in the WAR archive. - setWelcomeMessageConfiguration(WelcomeMessageConfiguration) - Method in class org.gradle.StartParameter
-
Updates when to display a welcome message on the command line.
- setWelcomeMessageDisplayMode(WelcomeMessageDisplayMode) - Method in class org.gradle.api.launcher.cli.WelcomeMessageConfiguration
- setWhenMerged(MutableActionSet) - Method in class org.gradle.plugins.ide.api.FileContentMerger
- setWildcards(Set<String>) - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
- setWildcards(Set<String>) - Method in class org.gradle.plugins.ide.idea.model.Project
- setWindowsSdkDir(Object) - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
-
The directory where Windows SDK is installed.
- setWindowsStartScriptGenerator(ScriptGenerator) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
- setWindowTitle(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Sets the browser window title for the documentation.
- setWindowTitle(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
-
Sets the text to appear in the window title.
- setWindowTitle(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- setWindowTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- setWorkingDir(File) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the working directory for the process.
- setWorkingDir(File) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the working directory for the process.
- setWorkingDir(File) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the working directory for the process.
- setWorkingDir(File) - Method in interface org.gradle.process.ProcessForkOptions
-
Sets the working directory for the process.
- setWorkingDir(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the working directory for the process.
- setWorkingDir(Object) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the working directory for the process.
- setWorkingDir(Object) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the working directory for the process.
- setWorkingDir(Object) - Method in interface org.gradle.process.ProcessForkOptions
-
Sets the working directory for the process.
- setWorkspace(IdeaWorkspace) - Method in class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
- setWorkspace(IdeaWorkspace) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
- setWorkspace(EclipseWorkspace) - Method in interface org.gradle.tooling.model.eclipse.EclipseRuntime
-
The eclipse workspace
- setWrapperVersionsResources(WrapperVersionsResources) - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Set Wrapper versions resources.
- setWrite(boolean) - Method in interface org.gradle.api.file.ConfigurableUserClassFilePermissions
-
Enables or disables write access to a file or directory for a certain class of users.
- setWriteDependencyLocks(boolean) - Method in class org.gradle.StartParameter
-
Specifies whether dependency resolution needs to be persisted for locking
- setWriteDependencyVerifications(List<String>) - Method in class org.gradle.StartParameter
-
Tells if a dependency verification metadata file should be written at the end of this build.
- setWtp(EclipseWtp) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
- setXcodeProject(XcodeProject) - Method in class org.gradle.ide.xcode.tasks.GenerateSchemeFileTask
- setXcodeProject(XcodeProject) - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeProjectFileTask
- setXcodeProjectLocations(FileCollection) - Method in class org.gradle.ide.xcode.tasks.GenerateXcodeWorkspaceFileTask
- setXmlTransformer(XmlTransformer) - Method in class org.gradle.plugins.ide.api.XmlFileContentMerger
- setZincClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
- setZip64(boolean) - Method in class org.gradle.api.tasks.bundling.Zip
-
Enables building zips with more than 65535 files or bigger than 4GB.
- severity(Severity) - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares the severity of the problem.
- Severity - Enum in org.gradle.api.problems
-
A problem severity.
- Severity - Interface in org.gradle.tooling.events.problems
-
Represents a problem severity.
- SHADOWED - Static variable in interface org.gradle.api.attributes.Bundling
-
Dependencies are packaged within the main component artifact but also in a different namespace to prevent conflicts.
- SHARED - org.gradle.nativeplatform.Linkage
-
Dynamically link binaries together.
- SharedLibraryBinary - Interface in org.gradle.nativeplatform
-
A
NativeLibrary
that has been compiled and linked as a shared library. - SharedLibraryBinarySpec - Interface in org.gradle.nativeplatform
-
A shared library binary built by Gradle for a native library.
- SharedLibraryBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform
-
Provides access to key tasks used for building the binary.
- SharedModelDefaults - Interface in org.gradle.api.initialization
-
Shared model defaults for configuring software types.
- SharedProblemGroup - Class in org.gradle.api.problems
-
A registry of shared problem groups.
- SHORT - org.gradle.api.reporting.model.ModelReport.Format
-
Deprecated.
- SHORT - org.gradle.api.tasks.testing.logging.TestExceptionFormat
-
Short display of exceptions.
- shorterOf(String, String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.
- shouldBePublished() - Method in class org.gradle.plugins.signing.Signature
- shouldDisplayMessages() - Method in enum org.gradle.api.logging.configuration.WarningMode
-
Indicates whether deprecation messages are to be printed in-line
- shouldResolveConsistentlyWith(Configuration) - Method in interface org.gradle.api.artifacts.Configuration
-
Tells that this configuration, when resolved, should resolve versions consistently from the resolution result of another resolvable configuration.
- shouldRunAfter(Object...) - Method in class org.gradle.api.DefaultTask
- shouldRunAfter(Object...) - Method in interface org.gradle.api.Task
-
Specifies that this task should run after all of the supplied tasks.
- showAll() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- showAll() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- showFromPackage() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- showFromPackage() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- showFromPrivate() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- showFromPrivate() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- showFromProtected() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- showFromProtected() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- showFromPublic() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- showFromPublic() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- ShowStacktrace - Enum in org.gradle.api.logging.configuration
-
Specifies the detail to include in stacktraces.
- sign(Closure<?>) - Method in class org.gradle.plugins.signing.SigningExtension
-
Creates a new
sign operation
using the given closure to configure it before executing it. - sign(File...) - Method in class org.gradle.plugins.signing.Sign
-
Configures the task to sign each of the given files
- sign(File...) - Method in class org.gradle.plugins.signing.SigningExtension
-
Digitally signs the files, generating signature files alongside them.
- sign(File...) - Method in class org.gradle.plugins.signing.SignOperation
-
Registers signatures for the given files.
- sign(InputStream) - Method in interface org.gradle.plugins.signing.signatory.Signatory
-
Exhausts
toSign
, and returns the raw signature bytes. - sign(InputStream) - Method in class org.gradle.plugins.signing.signatory.SignatorySupport
- sign(InputStream, OutputStream) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatory
-
Exhausts
toSign
, and writes the signature tosignatureDestination
. - sign(InputStream, OutputStream) - Method in interface org.gradle.plugins.signing.signatory.Signatory
-
Exhausts
toSign
, and writes the signature tosignatureDestination
. - sign(String, File...) - Method in class org.gradle.plugins.signing.Sign
-
Configures the task to sign each of the given artifacts, using the given classifier as the classifier for the resultant signature publish artifact.
- sign(String, File...) - Method in class org.gradle.plugins.signing.SigningExtension
-
Digitally signs the files, generating signature files alongside them.
- sign(String, File...) - Method in class org.gradle.plugins.signing.SignOperation
-
Registers signatures (with the given classifier) for the given files
- sign(Action<SignOperation>) - Method in class org.gradle.plugins.signing.SigningExtension
-
Creates a new
sign operation
using the given action to configure it before executing it. - sign(Configuration...) - Method in class org.gradle.plugins.signing.Sign
-
Configures the task to sign every artifact of the given configurations
- sign(Configuration...) - Method in class org.gradle.plugins.signing.SigningExtension
-
Creates signing tasks that sign
all artifacts
of the given configurations. - sign(PublishArtifact...) - Method in class org.gradle.plugins.signing.Sign
-
Configures the task to sign each of the given artifacts
- sign(PublishArtifact...) - Method in class org.gradle.plugins.signing.SigningExtension
-
Digitally signs the publish artifacts, generating signature files alongside them.
- sign(PublishArtifact...) - Method in class org.gradle.plugins.signing.SignOperation
-
Registers signatures for the given artifacts.
- sign(DomainObjectCollection<Publication>) - Method in class org.gradle.plugins.signing.SigningExtension
-
Creates signing tasks that sign all publishable artifacts of the given publication collection.
- sign(Publication...) - Method in class org.gradle.plugins.signing.Sign
-
Configures the task to sign every artifact of the given publications
- sign(Publication...) - Method in class org.gradle.plugins.signing.SigningExtension
-
Creates signing tasks that sign all publishable artifacts of the given publications.
- sign(Task...) - Method in class org.gradle.plugins.signing.Sign
-
Configures the task to sign the archive produced for each of the given tasks (which must be archive tasks).
- sign(Task...) - Method in class org.gradle.plugins.signing.SigningExtension
-
Creates signing tasks that depend on and sign the "archive" produced by the given tasks.
- sign(Signatory, File) - Method in class org.gradle.plugins.signing.type.AbstractSignatureType
- sign(Signatory, File) - Method in interface org.gradle.plugins.signing.type.SignatureType
-
Signs the given file and returns the file where the signature has been written to.
- sign(Signatory, InputStream, OutputStream) - Method in class org.gradle.plugins.signing.type.AbstractSignatureType
- sign(Signatory, InputStream, OutputStream) - Method in class org.gradle.plugins.signing.type.pgp.ArmoredSignatureType
- sign(Signatory, InputStream, OutputStream) - Method in interface org.gradle.plugins.signing.type.SignatureType
-
Signs the data from the given InputStream and stores the signature in the given OutputStream.
- Sign - Class in org.gradle.plugins.signing
-
A task for creating digital signature files for one or more; tasks, files, publishable artifacts or configurations.
- Sign() - Constructor for class org.gradle.plugins.signing.Sign
- signatories(Closure<?>) - Method in class org.gradle.plugins.signing.SigningExtension
-
Configures the signatory provider (delegating to its
configure method
). - signatory(Signatory) - Method in class org.gradle.plugins.signing.Sign
-
Changes the signatory of the signatures.
- signatory(Signatory) - Method in class org.gradle.plugins.signing.SignOperation
-
Change the signatory for signature generation.
- Signatory - Interface in org.gradle.plugins.signing.signatory
-
A signatory is an object capable of providing a signature for an arbitrary stream of bytes.
- SignatoryProvider<T extends Signatory> - Interface in org.gradle.plugins.signing.signatory
-
Provides implementations of signatory implementations for a project.
- SignatorySupport - Class in org.gradle.plugins.signing.signatory
-
Convenience base class for
Signatory
implementations. - SignatorySupport() - Constructor for class org.gradle.plugins.signing.signatory.SignatorySupport
- Signature - Class in org.gradle.plugins.signing
-
A digital signature file artifact.
- Signature(Closure<File>, Closure<String>, SignatureSpec, Object...) - Constructor for class org.gradle.plugins.signing.Signature
-
Creates a signature artifact for the file returned by the
toSign
closure. - Signature(File, String, SignatureSpec, Object...) - Constructor for class org.gradle.plugins.signing.Signature
-
Creates a signature artifact for the given file, with the given classifier.
- Signature(File, SignatureSpec, Object...) - Constructor for class org.gradle.plugins.signing.Signature
-
Creates a signature artifact for the given file.
- Signature(Callable<File>, Callable<String>, SignatureSpec, Object...) - Constructor for class org.gradle.plugins.signing.Signature
-
Creates a signature artifact for the file returned by the
toSign
closure. - Signature(PublishArtifact, SignatureSpec, Object...) - Constructor for class org.gradle.plugins.signing.Signature
-
Creates a signature artifact for the given public artifact.
- Signature.Generator - Class in org.gradle.plugins.signing
-
Configuration-cache compatible signature generator.
- SignatureSpec - Interface in org.gradle.plugins.signing
-
Specifies how objects will be signed.
- signatureType(SignatureType) - Method in class org.gradle.plugins.signing.SignOperation
-
Change the signature type for signature generation.
- SignatureType - Interface in org.gradle.plugins.signing.type
-
The type of signature.
- SignatureTypeProvider - Interface in org.gradle.plugins.signing.type
-
Provider of
SignatureType
. - SigningExtension - Class in org.gradle.plugins.signing
-
The global signing configuration for a project.
- SigningExtension(Project) - Constructor for class org.gradle.plugins.signing.SigningExtension
-
Configures the signing settings for the given project.
- SigningPlugin - Class in org.gradle.plugins.signing
-
Adds the ability to digitally sign files and artifacts.
- SigningPlugin() - Constructor for class org.gradle.plugins.signing.SigningPlugin
- SignOperation - Class in org.gradle.plugins.signing
-
A sign operation creates digital signatures for one or more files or
publish artifacts
. - SignOperation() - Constructor for class org.gradle.plugins.signing.SignOperation
- single(Iterable<? extends T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Returns the single element in the collection or throws.
- SingleEntryModuleLibrary - Class in org.gradle.plugins.ide.idea.model
-
Single entry module library
- SingleEntryModuleLibrary(FilePath, String) - Constructor for class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
-
Creates single entry module library
- SingleEntryModuleLibrary(FilePath, Set<FilePath>, Set<FilePath>, String) - Constructor for class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
-
Creates single entry module library
- SingleEntryModuleLibrary(FilePath, FilePath, FilePath, String) - Constructor for class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
-
Creates single entry module library
- SingleFileReport - Interface in org.gradle.api.reporting
-
A report that is a single file.
- SingleMessageLogger - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- SingleMessageLogger() - Constructor for class org.gradle.util.SingleMessageLogger
-
Deprecated.
- SingleProblemEvent - Interface in org.gradle.tooling.events.problems
-
ProblemEvent with all the details relevant.
- size() - Method in interface org.gradle.jvm.toolchain.JavaToolchainRepositoryHandler
-
Returns the count of the repositories added so far.
- size() - Method in interface org.gradle.model.ModelMap
-
Returns the number of items in this collection.
- skip() - Method in interface org.gradle.api.component.ConfigurationVariantDetails
-
Marks this configuration variant as being skipped when publishing.
- SKIPPED - org.gradle.api.tasks.testing.logging.TestLogEvent
-
A test has been skipped.
- SKIPPED - org.gradle.api.tasks.testing.TestResult.ResultType
- SKIPPED - org.gradle.testkit.runner.TaskOutcome
-
The task was not executed due to some reason.
- SkippedResult - Interface in org.gradle.tooling.events
-
Describes how an operation was skipped.
- skipWhenEmpty() - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Skip executing the task if the property contains no files.
- skipWhenEmpty(boolean) - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Sets whether executing the task should be skipped if the property contains no files.
- SkipWhenEmpty - Annotation Type in org.gradle.api.tasks
-
Attached to a task property to indicate that the task should be skipped when the value of the property is an empty
FileCollection
or directory. - snapshotsOnly() - Method in interface org.gradle.api.artifacts.repositories.MavenRepositoryContentDescriptor
-
Declares that this repository only contains snapshots.
- snapshotWrappers(Action<? super CacheResourceConfiguration>) - Method in interface org.gradle.api.cache.CacheConfigurations
-
Configures caching for wrapper distributions that are snapshot Gradle versions.
- SoftwareComponent - Interface in org.gradle.api.component
-
A software component produced by a Gradle software project.
- SoftwareComponentContainer - Interface in org.gradle.api.component
-
A Container that contains all of the Software Components produced by a Project.
- SoftwareComponentFactory - Interface in org.gradle.api.component
-
A software component factory is responsible for providing to plugins a way to create software components.
- SoftwareComponentVariant - Interface in org.gradle.api.component
-
A software component variant, which has a number of artifacts, dependencies, constraints and capabilities, and that can be published to various formats (Gradle metadata, POM, ivy.xml, ...)
- SOLARIS - org.gradle.platform.OperatingSystem
- solution(String) - Method in interface org.gradle.api.problems.ProblemSpec
-
A description of how to solve this problem.
- solution(Action<? super VisualStudioSolution>) - Method in interface org.gradle.ide.visualstudio.VisualStudioRootExtension
-
Configures the generated
VisualStudioSolution
for this build. - Solution - Interface in org.gradle.tooling.events.problems
-
Represents a solution.
- sort(Iterable<? extends T>, Comparator<? super T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Returns a sorted copy of the provided collection of things.
- sort(Iterable<T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.Returns a sorted copy of the provided collection of things.
- sortArtifacts(ResolutionStrategy.SortOrder) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
-
Specifies the ordering for resolved artifacts.
- source(Object) - Method in class org.gradle.language.assembler.tasks.Assemble
-
Adds a set of assembler sources files to be translated.
- source(Object) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
-
Adds a set of source files to be compiled.
- source(Object) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
-
Adds a set of source files to be compiled.
- source(Object) - Method in class org.gradle.nativeplatform.tasks.AbstractLinkTask
-
Adds a set of object files to be linked.
- source(Object) - Method in class org.gradle.nativeplatform.tasks.CreateStaticLibrary
-
Adds a set of object files to be linked.
- source(Object) - Method in interface org.gradle.nativeplatform.tasks.ObjectFilesToBinary
-
Adds a set of object files to be combined into the file binary.
- source(Object...) - Method in class org.gradle.api.tasks.SourceTask
-
Adds some source to this task.
- source(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- source(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- source(Action<? super ConfigurableFileCollection>) - Method in interface org.gradle.language.cpp.CppComponent
-
Configures the source files or directories for this component.
- source(Action<? super ConfigurableFileCollection>) - Method in interface org.gradle.language.swift.SwiftComponent
-
Configures the source files or directories for this component.
- source(SourceDirectorySet) - Method in interface org.gradle.api.file.SourceDirectorySet
-
Adds the given source to this set.
- SOURCE_COMPATIBILITY - Static variable in class org.gradle.plugins.ide.idea.IdeaPlugin
- SourceComponentSpec - Interface in org.gradle.platform.base
-
Represents some component whose implementation can be represented as a collection of source files, and whose other outputs are built from this source.
- sourceControl(Action<? super SourceControl>) - Method in interface org.gradle.api.initialization.Settings
-
Configures source control.
- SourceControl - Interface in org.gradle.vcs
-
Configuration that defines the source dependencies available in this build.
- SourceDirectory - Interface in org.gradle.tooling.model
-
Represents a source directory.
- sourceDirectorySet(String, String) - Method in interface org.gradle.api.model.ObjectFactory
-
Creates a
SourceDirectorySet
. - SourceDirectorySet - Interface in org.gradle.api.file
-
A
SourceDirectorySet
represents a set of source files composed from a set of source directories, along with associated include and exclude patterns. - SourceFile - Interface in org.gradle.tooling.model.cpp
-
Provides details about a particular source file.
- SourceFolder - Class in org.gradle.plugins.ide.eclipse.model
-
SourceFolder.path contains only project relative path.
- SourceFolder(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.SourceFolder
- SourceFolder(String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.SourceFolder
- sourceNames(String...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- sourceNames(String...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- sources(Action<? super SourceSet>) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Configure the sources for this test suite.
- SOURCES - Static variable in interface org.gradle.api.attributes.DocsType
-
The source files of the module
- SOURCES_ELEMENTS_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the sources elements configuration.
- SourcesArtifact - Interface in org.gradle.language.base.artifact
-
An artifact containing sources for a software component.
- SourceSet - Interface in org.gradle.api.tasks
-
A
SourceSet
represents a logical group of Java source and resource files. - SourceSetContainer - Interface in org.gradle.api.tasks
-
A
SourceSetContainer
manages a set ofSourceSet
objects. - SourceSetOutput - Interface in org.gradle.api.tasks
-
A collection of all output directories (compiled classes, processed resources, etc.) - notice that
SourceSetOutput
extendsFileCollection
. - sourceSets(Closure) - Method in class org.gradle.api.plugins.JavaPluginConvention
-
Deprecated.Configures the source sets of this project.
- sourceSets(Closure) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Configures the source sets of this project.
- sourceSets(SourceSet...) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
-
Adds a source set to the list to be reported on.
- SourceTask - Class in org.gradle.api.tasks
-
A
SourceTask
performs some operation on source files. - SourceTask() - Constructor for class org.gradle.api.tasks.SourceTask
- Spec<T> - Interface in org.gradle.api.specs
-
Represents some predicate against objects of type T.
- Specs - Class in org.gradle.api.specs
-
Provides a number of
Spec
implementations. - Specs() - Constructor for class org.gradle.api.specs.Specs
- splitIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- splitIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- srcDir(Object) - Method in interface org.gradle.api.file.SourceDirectorySet
-
Adds the given source directory to this set.
- srcDirs(Object...) - Method in interface org.gradle.api.file.SourceDirectorySet
-
Adds the given source directories to this set.
- stackLocation() - Method in interface org.gradle.api.problems.ProblemSpec
-
Declares that this problem should automatically collect the location information based on the current stack trace.
- stackTraceFilters(Object...) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
-
Convenience method for
TestLogging.setStackTraceFilters(java.lang.Iterable)
. - STANDARD_ERROR - org.gradle.api.tasks.testing.logging.TestLogEvent
-
A test has written a message to standard error.
- STANDARD_JVM - Static variable in interface org.gradle.api.attributes.java.TargetJvmEnvironment
-
A standard JVM environment (e.g.
- STANDARD_OUT - org.gradle.api.tasks.testing.logging.TestLogEvent
-
A test has written a message to standard out.
- StandardJavadocDocletOptions - Class in org.gradle.external.javadoc
-
Provides the options for the standard Javadoc doclet.
- StandardJavadocDocletOptions() - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
- StandardJavadocDocletOptions(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
- StandardJavadocDocletOptions(MinimalJavadocOptions) - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
- StandardJavadocDocletOptions(StandardJavadocDocletOptions) - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
- StandardJavadocDocletOptions(StandardJavadocDocletOptions, JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
- StandardOutputListener - Interface in org.gradle.api.logging
-
A
StandardOutputListener
receives text written by Gradle's logging system to standard output or error. - STARTED - org.gradle.api.tasks.testing.logging.TestLogEvent
-
A test has started.
- StartEvent - Interface in org.gradle.tooling.events
-
An event that informs about an operation having started its execution.
- StartParameter - Class in org.gradle
-
StartParameter
defines the configuration used by a Gradle instance to execute a build. - StartParameter() - Constructor for class org.gradle.StartParameter
-
Creates a
StartParameter
with default values. - StartParameter(BuildLayoutParameters) - Constructor for class org.gradle.StartParameter
-
Creates a
StartParameter
initialized from the givenBuildLayoutParameters
. - STATIC - org.gradle.nativeplatform.Linkage
-
Statically link binaries together.
- StaticLibraryBinary - Interface in org.gradle.nativeplatform
-
A
NativeLibrary
that has been compiled and archived into a static library. - StaticLibraryBinarySpec - Interface in org.gradle.nativeplatform
-
A static library binary built by Gradle for a native library.
- StaticLibraryBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform
-
Provides access to key tasks used for building the binary.
- statusChanged(ProgressEvent) - Method in interface org.gradle.tooling.events.ProgressListener
-
Called when the execution of an operation progresses.
- statusChanged(ProgressEvent) - Method in interface org.gradle.tooling.ProgressListener
-
Called when the progress status changes.
- StatusEvent - Interface in org.gradle.tooling.events
-
An event that informs about an interim results of the operation.
- StdErr - org.gradle.api.tasks.testing.TestOutputEvent.Destination
- StdErr - org.gradle.tooling.events.test.Destination
- StdOut - org.gradle.api.tasks.testing.TestOutputEvent.Destination
- StdOut - org.gradle.tooling.events.test.Destination
- stdOutIsAttachedToTerminal() - Method in class org.gradle.api.plugins.quality.Pmd
- StopActionException - Exception in org.gradle.api.tasks
-
A
StopActionException
is be thrown by a taskAction
or task action closure to stop its own execution and to start execution of the task's next action. - StopActionException() - Constructor for exception org.gradle.api.tasks.StopActionException
- StopActionException(String) - Constructor for exception org.gradle.api.tasks.StopActionException
- StopExecutionException - Exception in org.gradle.api.tasks
-
A
StopExecutionException
is thrown by aAction
or task action closure to stop execution of the current task and start execution of the next task. - StopExecutionException() - Constructor for exception org.gradle.api.tasks.StopExecutionException
- StopExecutionException(String) - Constructor for exception org.gradle.api.tasks.StopExecutionException
- stopVisiting() - Method in interface org.gradle.api.file.FileVisitDetails
-
Requests that file visiting terminate after the current file.
- store(Node) - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- store(Node) - Method in class org.gradle.plugins.ide.eclipse.model.Project
- store(Node) - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- store(Node) - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- store(Node) - Method in class org.gradle.plugins.ide.idea.model.Module
- store(Node) - Method in class org.gradle.plugins.ide.idea.model.Project
- store(Node) - Method in class org.gradle.plugins.ide.idea.model.Workspace
- store(Properties) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
- store(BuildCacheKey, BuildCacheEntryWriter) - Method in interface org.gradle.caching.BuildCacheService
-
Store the cache entry with the given cache key.
- store(BuildCacheKey, BuildCacheEntryWriter) - Method in class org.gradle.caching.MapBasedBuildCacheService
- STORED - org.gradle.api.tasks.bundling.ZipEntryCompression
-
Contents are not compressed
- StreamedValueListener - Interface in org.gradle.tooling
-
Receives a value sent via
BuildController.send(Object)
. - STRICT - org.gradle.api.artifacts.dsl.LockMode
- STRICT - org.gradle.api.artifacts.verification.DependencyVerificationMode
- STRICT_CLASSPATH_MODE_SYSTEM_PROPERTY_DECLARATION - Static variable in class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- STRICT_CLASSPATH_MODE_SYSTEM_PROPERTY_VALUE - Static variable in class org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
- strictly(String) - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
-
Sets the version as strict.
- stringize(Iterable<?>, C) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- stringize(Collection<?>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- stripSymbols() - Method in class org.gradle.nativeplatform.tasks.StripSymbols
- StripSymbols - Class in org.gradle.nativeplatform.tasks
-
Strips the debug symbols from a binary
- StripSymbols() - Constructor for class org.gradle.nativeplatform.tasks.StripSymbols
- stylesheetFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- submit(Class<? extends WorkAction<T>>, Action<? super T>) - Method in interface org.gradle.workers.WorkQueue
-
Submits a piece of work to be executed asynchronously.
- subprojects(Closure) - Method in interface org.gradle.api.Project
-
Configures the sub-projects of this project.
- subprojects(Action<? super Project>) - Method in interface org.gradle.api.Project
-
Configures the sub-projects of this project
- subSequence(int, int) - Method in class org.gradle.api.file.RelativePath
- substitute(ComponentSelector) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
-
DSL-friendly mechanism to construct a dependency substitution for dependencies matching the provided selector.
- subTypes() - Method in annotation type org.gradle.tooling.ToolingModelContract
-
Child types of a TAPI model interface (marked by this annotation), which will be handled polymorpically on the TAPI client side.
- SUCCESS - org.gradle.api.tasks.testing.TestResult.ResultType
- SUCCESS - org.gradle.testkit.runner.TaskOutcome
-
The task executed and performed its actions without failure.
- SuccessResult - Interface in org.gradle.tooling.events
-
Describes how an operation finished successfully.
- SUITE - org.gradle.tooling.events.test.JvmTestKind
- suites(File...) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Add suite files by File objects.
- suites(String...) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
-
Add suite files by Strings.
- suiteXmlBuilder() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- Summary - org.gradle.api.logging.configuration.WarningMode
-
Display a summary at the end of the build instead of rendering all warnings into the console output.
- supportedProviderTypes() - Method in annotation type org.gradle.api.reflect.InjectionPointQualifier
-
The types of
Provider
s supported for injection. - supportedTypes() - Method in annotation type org.gradle.api.reflect.InjectionPointQualifier
-
The types which are supported for injection.
- SupportsConvention - Interface in org.gradle.api.provider
-
Marks a Gradle API custom type as supporting conventions.
- SupportsKotlinAssignmentOverloading - Annotation Type in org.gradle.api
-
Marks interface that works with overloaded Kotlin assignment.
- suppressAllIvyMetadataWarnings() - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Silences all the compatibility warnings for the Ivy publication.
- suppressAllPomMetadataWarnings() - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Silences all the compatibility warnings for the Maven publication.
- suppressIvyMetadataWarningsFor(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Silences the compatibility warnings for the Ivy publication for the specified variant.
- suppressPomMetadataWarningsFor(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Silences the compatibility warnings for the Maven publication for the specified variant.
- SWIFT_API - Static variable in interface org.gradle.api.attributes.Usage
-
The Swift API of a library, packaged as swiftmodule files.
- SWIFT3 - org.gradle.language.swift.SwiftVersion
- SWIFT4 - org.gradle.language.swift.SwiftVersion
- SWIFT5 - org.gradle.language.swift.SwiftVersion
-
Swift 5 major version.
- SwiftApplication - Interface in org.gradle.language.swift
-
Configuration for a Swift application, defining the source files that make up the application plus other settings.
- SwiftApplicationPlugin - Class in org.gradle.language.swift.plugins
-
A plugin that produces an executable from Swift source.
- SwiftApplicationPlugin(NativeComponentFactory, ToolChainSelector, ImmutableAttributesFactory, TargetMachineFactory) - Constructor for class org.gradle.language.swift.plugins.SwiftApplicationPlugin
-
SwiftApplicationPlugin.
- SwiftBasePlugin - Class in org.gradle.language.swift.plugins
-
A common base plugin for the Swift application and library plugins
- SwiftBasePlugin(ProjectPublicationRegistry, MacOSSdkPathLocator) - Constructor for class org.gradle.language.swift.plugins.SwiftBasePlugin
- SwiftBinary - Interface in org.gradle.language.swift
-
A binary built from Swift source and linked from the resulting object files.
- Swiftc - Interface in org.gradle.nativeplatform.toolchain
-
The Swift Compiler tool chain.
- SwiftCompile - Class in org.gradle.language.swift.tasks
-
Compiles Swift source files into object files.
- SwiftCompile(CompilerOutputFileNamingSchemeFactory, Deleter) - Constructor for class org.gradle.language.swift.tasks.SwiftCompile
- SwiftCompilerPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
- SwiftCompilerPlugin() - Constructor for class org.gradle.nativeplatform.toolchain.plugins.SwiftCompilerPlugin
- SwiftComponent - Interface in org.gradle.language.swift
-
Configuration for a Swift component, such as a library or executable, defining the source files that make up the component plus other settings.
- SwiftcPlatformToolChain - Interface in org.gradle.nativeplatform.toolchain
-
Swiftc specific settings for the tools used to build for a particular platform.
- SwiftExecutable - Interface in org.gradle.language.swift
-
An executable built from Swift source.
- SwiftLibrary - Interface in org.gradle.language.swift
-
Configuration for a Swift library, defining the source files that make up the library plus other settings.
- SwiftLibraryPlugin - Class in org.gradle.language.swift.plugins
-
A plugin that produces a shared library from Swift source.
- SwiftLibraryPlugin(NativeComponentFactory, ToolChainSelector, ImmutableAttributesFactory, TargetMachineFactory) - Constructor for class org.gradle.language.swift.plugins.SwiftLibraryPlugin
- SwiftPackageManagerExportPlugin - Class in org.gradle.swiftpm.plugins
-
A plugin that produces a Swift Package Manager manifests from the Gradle model.
- SwiftPackageManagerExportPlugin(VcsResolver, VersionSelectorScheme, ProjectDependencyPublicationResolver, VersionParser) - Constructor for class org.gradle.swiftpm.plugins.SwiftPackageManagerExportPlugin
- SwiftPlatform - Interface in org.gradle.language.swift
-
A target platform for building Swift binaries.
- SwiftSharedLibrary - Interface in org.gradle.language.swift
-
A shared library built from Swift source.
- SwiftStaticLibrary - Interface in org.gradle.language.swift
-
A static library built from Swift source.
- SwiftVersion - Enum in org.gradle.language.swift
-
Swift version.
- SwiftXCTestBinary - Interface in org.gradle.nativeplatform.test.xctest
-
An test binary built from Swift source.
- SwiftXCTestBundle - Interface in org.gradle.nativeplatform.test.xctest
-
An XCTest executable for tests implemented in Swift.
- SwiftXCTestExecutable - Interface in org.gradle.nativeplatform.test.xctest
-
An XCTest executable for tests implemented in Swift.
- SwiftXCTestSuite - Interface in org.gradle.nativeplatform.test.xctest
-
A XCTest suite, implemented in Swift.
- sync(Action<? super CopySpec>) - Method in interface org.gradle.api.file.FileSystemOperations
-
Synchronizes the contents of a destination directory with some source directories and files.
- sync(Action<? super SyncSpec>) - Method in interface org.gradle.api.Project
-
Synchronizes the contents of a destination directory with some source directories and files.
- Sync - Class in org.gradle.api.tasks
-
Synchronizes the contents of a destination directory with some source directories and files.
- Sync() - Constructor for class org.gradle.api.tasks.Sync
- synchronizationTasks(Object...) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Set tasks to be executed before the Eclipse synchronization.
- SyncSpec - Interface in org.gradle.api.file
-
Synchronizes the contents of a destination directory with some source directories and files.
- SYSTEM_PROP_PREFIX - Static variable in interface org.gradle.api.Project
- systemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
-
Adds some system properties to use for the process.
- systemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
-
Adds some system properties to use for the process.
- systemProperties(Map<String, ?>) - Method in interface org.gradle.process.JavaForkOptions
-
Adds some system properties to use for the process.
- systemPropertiesPrefixedBy(String) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is a name-to-value map of the system properties with the names starting with the given prefix. - systemPropertiesPrefixedBy(Provider<String>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is a name-to-value map of the system properties with the names starting with the given prefix. - systemProperty(String) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is fetched from system properties using the given property name. - systemProperty(String, Object) - Method in class org.gradle.api.tasks.JavaExec
-
Adds a system property to use for the process.
- systemProperty(String, Object) - Method in class org.gradle.api.tasks.testing.Test
-
Adds a system property to use for the process.
- systemProperty(String, Object) - Method in interface org.gradle.process.JavaForkOptions
-
Adds a system property to use for the process.
- systemProperty(Provider<String>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Creates a
Provider
whose value is fetched from system properties using the given property name.
T
- tagletPath(File...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- tagletPath(List<File>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- taglets(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- taglets(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- tags(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- tags(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- tagsFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- tail(File, int) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.Returns the tail of a file.
- TailReadingException(Throwable) - Constructor for exception org.gradle.util.GFileUtils.TailReadingException
-
Deprecated.
- takeFirstSegments(int) - Method in class org.gradle.util.Path
-
Returns a
Path
containing only the firstn
segments of thisPath
. - Tar - Class in org.gradle.api.tasks.bundling
-
Assembles a TAR archive.
- Tar() - Constructor for class org.gradle.api.tasks.bundling.Tar
- target(String) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
-
Add support for target platform specified by name.
- target(String, Action<? super GccPlatformToolChain>) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
-
Add configuration for a target platform specified by name with additional configuration action.
- TARGET_COMPATIBILITY - Static variable in class org.gradle.plugins.ide.idea.IdeaPlugin
- TARGET_JVM_ENVIRONMENT_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.java.TargetJvmEnvironment
- TARGET_JVM_VERSION_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.java.TargetJvmVersion
-
The minimal target version for a Java library.
- targetBuildTypes(String...) - Method in interface org.gradle.nativeplatform.TargetedNativeComponent
-
Specifies the names of one or more
BuildType
s that this component should be built for. - targetBytecodeVersion - Variable in class org.gradle.plugins.ide.idea.model.IdeaModule
- targetBytecodeVersion - Variable in class org.gradle.plugins.ide.idea.model.IdeaProject
- TargetedNativeComponent - Interface in org.gradle.nativeplatform
-
A native component that can be configured to target certain variant dimensions.
- targetFlavors(String...) - Method in interface org.gradle.nativeplatform.TargetedNativeComponent
-
Specifies the names of one or more
Flavor
s that this component should be built for. - TargetJdk - Enum in org.gradle.api.plugins.quality
-
Represents the PMD targetjdk property available for PMD < 5.0
- TargetJvmEnvironment - Interface in org.gradle.api.attributes.java
-
Represents the target JVM environment.
- TargetJvmVersion - Interface in org.gradle.api.attributes.java
-
Represents the target version of a Java library or platform.
- TargetMachine - Interface in org.gradle.nativeplatform
-
Represents a combination of operating system and cpu architecture that a variant might be built for.
- TargetMachineBuilder - Interface in org.gradle.nativeplatform
-
A builder for configuring the architecture of a
TargetMachine
objects. - TargetMachineFactory - Interface in org.gradle.nativeplatform
-
A factory for creating
TargetMachine
objects. - targetPlatform(String) - Method in interface org.gradle.platform.base.PlatformAwareComponentSpec
-
Specifies a platform that this component should be built be for.
- tarTree(Object) - Method in interface org.gradle.api.file.ArchiveOperations
-
Creates a read-only
FileTree
which contains the contents of the given TAR file, as defined byProject.tarTree(Object)
. - tarTree(Object) - Method in interface org.gradle.api.Project
-
Creates a new
FileTree
which contains the contents of the given TAR file. - tarTree(Object) - Method in interface org.gradle.api.Script
-
Creates a new
FileTree
which contains the contents of the given TAR file. - task(String) - Method in interface org.gradle.api.initialization.IncludedBuild
-
Produces a reference to a task in the included build.
- task(String) - Method in interface org.gradle.api.Project
-
Creates a
Task
with the given name and adds it to this project. - task(String) - Method in interface org.gradle.testkit.runner.BuildResult
-
Returns the result object for a particular task, or
null
if the given task was not part of the build. - task(String, Closure) - Method in interface org.gradle.api.Project
-
Creates a
Task
with the given name and adds it to this project. - task(String, Action<? super Task>) - Method in interface org.gradle.api.Project
-
Creates a
Task
with the given name and adds it to this project. - task(Map<String, ?>, String) - Method in interface org.gradle.api.Project
-
Creates a
Task
with the given name and adds it to this project. - task(Map<String, ?>, String, Closure) - Method in interface org.gradle.api.Project
-
Creates a
Task
with the given name and adds it to this project. - Task - Interface in org.gradle.api
-
A
Task
represents a single atomic piece of work for a build, such as compiling classes or generating javadoc. - Task - Interface in org.gradle.tooling.model
-
Represents a task which is executable by Gradle.
- TASK - org.gradle.tooling.events.OperationType
-
Flag for task operation progress events.
- TASK_ACTION - Static variable in interface org.gradle.api.Task
- TASK_CONSTRUCTOR_ARGS - Static variable in interface org.gradle.api.Task
-
Constructor arguments for the Task
- TASK_DEPENDS_ON - Static variable in interface org.gradle.api.Task
- TASK_DESCRIPTION - Static variable in interface org.gradle.api.Task
- TASK_DIST_TAR_NAME - Static variable in class org.gradle.api.plugins.ApplicationPlugin
- TASK_DIST_ZIP_NAME - Static variable in class org.gradle.api.plugins.ApplicationPlugin
- TASK_EXTENSION_NAME - Static variable in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
- TASK_GROUP - Static variable in interface org.gradle.api.Task
- TASK_INSTALL_NAME - Static variable in class org.gradle.api.distribution.plugins.DistributionPlugin
- TASK_NAME - Static variable in interface org.gradle.api.Task
- TASK_NAME - Static variable in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
- TASK_OVERWRITE - Static variable in interface org.gradle.api.Task
- TASK_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
- TASK_RUN_NAME - Static variable in class org.gradle.api.plugins.ApplicationPlugin
- TASK_START_SCRIPTS_NAME - Static variable in class org.gradle.api.plugins.ApplicationPlugin
- TASK_TYPE - Static variable in interface org.gradle.api.Task
- Task.Namer - Class in org.gradle.api
-
Deprecated.
- TaskAction - Annotation Type in org.gradle.api.tasks
-
Marks a method as the action to run when the task is executed.
- TaskActionListener - Interface in org.gradle.api.execution
-
Deprecated.This type is not supported when configuration caching is enabled.
- TaskCollection<T extends Task> - Interface in org.gradle.api.tasks
-
A
TaskCollection
contains a set ofTask
instances, and provides a number of query methods. - TaskContainer - Interface in org.gradle.api.tasks
-
A
TaskContainer
is responsible for managing a set ofTask
instances. - TaskDependency - Interface in org.gradle.api.tasks
-
A
TaskDependency
represents an unordered set of tasks which aTask
depends on. - TaskDestroyables - Interface in org.gradle.api.tasks
-
Represents the files or directories that a
Task
destroys (removes). - TaskExecutionAdapter - Class in org.gradle.api.execution
-
A
TaskExecutionListener
adapter class for receiving task execution events. - TaskExecutionAdapter() - Constructor for class org.gradle.api.execution.TaskExecutionAdapter
- TaskExecutionException - Exception in org.gradle.api.tasks
-
A
TaskExecutionException
is thrown when a task fails to execute successfully. - TaskExecutionException(Task, Throwable) - Constructor for exception org.gradle.api.tasks.TaskExecutionException
- TaskExecutionGraph - Interface in org.gradle.api.execution
-
A
TaskExecutionGraph
is responsible for managing the execution of theTask
instances which are part of the build. - TaskExecutionGraphListener - Interface in org.gradle.api.execution
-
A
TaskExecutionGraphListener
is notified when theTaskExecutionGraph
has been populated. - TaskExecutionListener - Interface in org.gradle.api.execution
-
Deprecated.This type is not supported when configuration caching is enabled.
- TaskExecutionRequest - Interface in org.gradle
-
A request to execute some tasks, along with an optional project path context to provide information necessary to select the tasks
- TaskExecutionResult - Interface in org.gradle.tooling.events.task
-
Describes the result of a non-skipped task.
- TaskFailureResult - Interface in org.gradle.tooling.events.task
-
Describes how a task operation finished with failures.
- TaskFilePropertyBuilder - Interface in org.gradle.api.tasks
-
Describes a property of a task that contains zero or more files.
- TaskFinishEvent - Interface in org.gradle.tooling.events.task
-
An event that informs about a task having finished its execution.
- TaskInputFilePropertyBuilder - Interface in org.gradle.api.tasks
-
Describes an input property of a task that contains zero or more files.
- TaskInputPropertyBuilder - Interface in org.gradle.api.tasks
-
Describes an input property of a task.
- TaskInputs - Interface in org.gradle.api.tasks
-
A
TaskInputs
represents the inputs for a task. - TaskInstantiationException - Exception in org.gradle.api.tasks
-
A
TaskInstantiationException
is thrown when a task cannot be instantiated for some reason. - TaskInstantiationException(String) - Constructor for exception org.gradle.api.tasks.TaskInstantiationException
- TaskInstantiationException(String, Throwable) - Constructor for exception org.gradle.api.tasks.TaskInstantiationException
- TaskLocalState - Interface in org.gradle.api.tasks
-
Represents the files or directories that represent the local state of a
Task
. - taskName(String) - Method in interface org.gradle.platform.base.BinaryTasksCollection
-
Generates a name for a task that performs some action on the binary.
- taskName(String, String) - Method in interface org.gradle.platform.base.BinaryTasksCollection
-
Generates a name for a task that performs some action on the binary.
- TaskOperationDescriptor - Interface in org.gradle.tooling.events.task
-
Describes a task operation for which an event has occurred.
- TaskOperationResult - Interface in org.gradle.tooling.events.task
-
Describes the result of running a task operation.
- TaskOutcome - Enum in org.gradle.testkit.runner
-
The outcome of executing a task during a build.
- TaskOutputFilePropertyBuilder - Interface in org.gradle.api.tasks
-
Describes an output property of a task that contains zero or more files.
- TaskOutputs - Interface in org.gradle.api.tasks
-
A
TaskOutputs
represents the outputs of a task. - TaskPathLocation - Interface in org.gradle.tooling.events.problems
-
Represents a task path.
- taskPaths(TaskOutcome) - Method in interface org.gradle.testkit.runner.BuildResult
-
The paths of the subset of
BuildResult.getTasks()
that had the given outcome. - TaskProgressEvent - Interface in org.gradle.tooling.events.task
-
Root interface for all events that signal progress while executing a task.
- TaskPropertyBuilder - Interface in org.gradle.api.tasks
-
Describes a property of a task.
- TaskProvider<T extends Task> - Interface in org.gradle.api.tasks
-
Providers a task of the given type.
- TaskReference - Interface in org.gradle.api.tasks
-
A lightweight reference to a task.
- TaskReportTask - Class in org.gradle.api.tasks.diagnostics
-
Displays a list of tasks in the project.
- TaskReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.TaskReportTask
- tasks(TaskOutcome) - Method in interface org.gradle.testkit.runner.BuildResult
-
The subset of
BuildResult.getTasks()
that had the given outcome. - TaskSelector - Interface in org.gradle.tooling.model
-
Represents a
Launchable
that uses task name to select tasks executed from a given project and its sub-projects. - TaskSkippedResult - Interface in org.gradle.tooling.events.task
-
Describes how a task operation was skipped.
- TaskStartEvent - Interface in org.gradle.tooling.events.task
-
An event that informs about a task having started its execution.
- TaskState - Interface in org.gradle.api.tasks
-
TaskState
provides information about the execution state of aTask
. - TaskSuccessResult - Interface in org.gradle.tooling.events.task
-
Describes how a task operation finished successfully.
- TCP_CLIENT - org.gradle.testing.jacoco.plugins.JacocoTaskExtension.Output
- TCP_SERVER - org.gradle.testing.jacoco.plugins.JacocoTaskExtension.Output
- TemplateBasedScriptGenerator - Interface in org.gradle.jvm.application.scripts
-
Interface for generating scripts with the provided details based on a provided template.
- TENCENT - Static variable in class org.gradle.jvm.toolchain.JvmVendorSpec
-
A constant for using Tencent Kona JDK as the JVM vendor.
- Test - Class in org.gradle.api.tasks.testing
-
Executes JUnit (3.8.x, 4.x or 5.x) or TestNG tests.
- Test() - Constructor for class org.gradle.api.tasks.testing.Test
- TEST - org.gradle.tooling.events.OperationType
-
Flag for test operation progress events.
- TEST_ANNOTATION_PROCESSOR_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the test annotation processor configuration.
- TEST_CLASSES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the lifecycle task which outcome is that all test classes of a component are generated.
- TEST_COMPILE_CLASSPATH_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the test compile classpath configuration.
- TEST_COMPILE_ONLY_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the configuration that should be used to declare dependencies which are only required to compile the tests, but not when running them.
- TEST_IMPLEMENTATION_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the test implementation dependencies configuration.
- TEST_OUTPUT - org.gradle.tooling.events.OperationType
-
Flag for test output operation progress events.
- TEST_REPORT_AGGREGATION_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.TestReportAggregationPlugin
- TEST_RESULTS - Static variable in interface org.gradle.api.attributes.VerificationType
-
Binary test coverage data gathered by JaCoCo
- TEST_RESULTS_DIR_NAME - Static variable in class org.gradle.testing.base.plugins.TestingBasePlugin
- TEST_RUNTIME_CLASSPATH_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the test runtime classpath configuration.
- TEST_RUNTIME_ONLY_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the test runtime only dependencies configuration.
- TEST_SOURCE_SET_NAME - Static variable in interface org.gradle.api.tasks.SourceSet
-
The name of the test source set.
- TEST_SUITE_NAME_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.TestSuiteName
- TEST_SUITE_TARGET_NAME_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.TestSuiteTargetName
- TEST_SUITE_TYPE_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.TestSuiteType
- TEST_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
-
The name of the task which triggers execution of tests.
- TestAssertionFailure - Interface in org.gradle.tooling
-
Represent a test assertion failure where the test fails due to a broken assertion.
- TestComponent - Interface in org.gradle.nativeplatform.test
-
Represents a component that can run tests.
- TestDescriptor - Interface in org.gradle.api.tasks.testing
-
Describes a test.
- TestExceptionFormat - Enum in org.gradle.api.tasks.testing.logging
-
Determines how exceptions are formatted in test logging.
- TestExecutionException - Exception in org.gradle.api.tasks.testing
-
A
TestExecutionException
is thrown when no tests can be found that match the specified test filters. - TestExecutionException - Exception in org.gradle.tooling
-
Thrown when the
TestLauncher
cannot run tests, or when one or more tests fail. - TestExecutionException(String) - Constructor for exception org.gradle.api.tasks.testing.TestExecutionException
- TestExecutionException(String) - Constructor for exception org.gradle.tooling.TestExecutionException
- TestExecutionException(String, Throwable) - Constructor for exception org.gradle.api.tasks.testing.TestExecutionException
- TestExecutionException(String, Throwable) - Constructor for exception org.gradle.tooling.TestExecutionException
- TestFailure - Class in org.gradle.api.tasks.testing
-
Describes a test failure.
- TestFailure - Interface in org.gradle.tooling
-
Describes a test failure, that can either be a test assertion failure or a test framework failure.
- TestFailure() - Constructor for class org.gradle.api.tasks.testing.TestFailure
- TestFailureDetails - Interface in org.gradle.api.tasks.testing
-
Contains serializable structural information about a test failure.
- TestFailureResult - Interface in org.gradle.tooling.events.test
-
Describes how a test operation finished with failures.
- TestFilter - Interface in org.gradle.api.tasks.testing
-
Allows filtering tests for execution.
- TestFinishEvent - Interface in org.gradle.tooling.events.test
-
An event that informs about a test having finished its execution.
- testFixtures() - Method in interface org.gradle.api.artifacts.dsl.ExternalModuleDependencyVariantSpec
-
Configures the dependency to select the test fixtures capability.
- testFixtures(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Declares a dependency on the test fixtures of a component.
- testFixtures(Object, Action<? super Dependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Declares a dependency on the test fixtures of a component and allows configuring the resulting dependency.
- testFixtures(Provider<MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures this dependency provider to select the test fixtures of the target component
- testFixtures(ProviderConvertible<MinimalExternalModuleDependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Configures this dependency provider to select the test fixtures of the target component
- TestFixturesDependencyModifier() - Constructor for class org.gradle.api.plugins.jvm.TestFixturesDependencyModifiers.TestFixturesDependencyModifier
- TestFixturesDependencyModifiers - Interface in org.gradle.api.plugins.jvm
-
Dependency modifier APIs that can find test fixtures in other modules for
dependencies
blocks. - TestFixturesDependencyModifiers.TestFixturesDependencyModifier - Class in org.gradle.api.plugins.jvm
-
Implementation for the test fixtures dependency modifier.
- testFramework(Closure) - Method in class org.gradle.api.tasks.testing.Test
- TestFrameworkFailure - Interface in org.gradle.tooling
-
Describes an unexpected test failure, i.e.
- TestFrameworkOptions - Class in org.gradle.api.tasks.testing
-
The base class for any test framework specific options.
- TestFrameworkOptions() - Constructor for class org.gradle.api.tasks.testing.TestFrameworkOptions
- testing(ComponentSpec) - Method in interface org.gradle.testing.base.TestSuiteSpec
-
Sets the tested component.
- TestingBasePlugin - Class in org.gradle.testing.base.plugins
-
Base plugin for testing.
- TestingBasePlugin() - Constructor for class org.gradle.testing.base.plugins.TestingBasePlugin
- TestingExtension - Interface in org.gradle.testing.base
-
This DSL element exists to contain a collection of
TestSuite
s. - TestingModelBasePlugin - Class in org.gradle.testing.base.plugins
-
Base plugin for testing.
- TestingModelBasePlugin() - Constructor for class org.gradle.testing.base.plugins.TestingModelBasePlugin
- TestLauncher - Interface in org.gradle.tooling
-
A
TestLauncher
allows you to execute tests in a Gradle build. - TestListener - Interface in org.gradle.api.tasks.testing
-
Interface for listening to test execution.
- TestLogEvent - Enum in org.gradle.api.tasks.testing.logging
-
Test events that can be logged.
- testLogging(Closure) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Allows configuring the logging of the test execution, for example log eagerly the standard output, etc.
- testLogging(Action<? super TestLoggingContainer>) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
-
Allows configuring the logging of the test execution, for example log eagerly the standard output, etc.
- TestLogging - Interface in org.gradle.api.tasks.testing.logging
-
Options that determine which test events get logged, and at which detail.
- TestLoggingContainer - Interface in org.gradle.api.tasks.testing.logging
-
Container for all test logging related options.
- TestNGOptions - Class in org.gradle.api.tasks.testing.testng
-
The TestNG specific test options.
- TestNGOptions(ProjectLayout) - Constructor for class org.gradle.api.tasks.testing.testng.TestNGOptions
- TestOperationDescriptor - Interface in org.gradle.tooling.events.test
-
Describes a test operation for which an event has occurred.
- TestOperationResult - Interface in org.gradle.tooling.events.test
-
Describes the result of running a test operation.
- TestOutputDescriptor - Interface in org.gradle.tooling.events.test
-
Describes a test output operation.
- TestOutputEvent - Interface in org.gradle.api.tasks.testing
-
Standard output or standard error message logged during the execution of the test
- TestOutputEvent - Interface in org.gradle.tooling.events.test
-
An event that informs about a test printing text to the standard output or to the standard error.
- TestOutputEvent.Destination - Enum in org.gradle.api.tasks.testing
-
Destination of the message
- TestOutputListener - Interface in org.gradle.api.tasks.testing
-
Listens to the output events like printing to standard output or error
- TestProgressEvent - Interface in org.gradle.tooling.events.test
-
Root interface for all events that signal progress while executing a test or test suite.
- TestReport - Class in org.gradle.api.tasks.testing
-
Generates an HTML test report from the results of one or more
Test
tasks. - TestReport() - Constructor for class org.gradle.api.tasks.testing.TestReport
- TestReportAggregationPlugin - Class in org.gradle.api.plugins
-
Adds configurations to for resolving variants containing test execution results, which may span multiple subprojects.
- TestReportAggregationPlugin() - Constructor for class org.gradle.api.plugins.TestReportAggregationPlugin
- TestResult - Interface in org.gradle.api.tasks.testing
-
Describes a test result.
- TestResult.ResultType - Enum in org.gradle.api.tasks.testing
-
The final status of a test.
- TESTS_DIR_NAME - Static variable in class org.gradle.testing.base.plugins.TestingBasePlugin
- TestSkippedResult - Interface in org.gradle.tooling.events.test
-
Describes how a test operation was skipped.
- testSourceSet(SourceSet) - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Adds some source sets to the collection which will be using TestKit.
- testSourceSets(SourceSet...) - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
-
Provides the source sets executing the functional tests with TestKit.
- TestSpec - Interface in org.gradle.tooling
-
Provides infrastructure to select which test classes, methods, and packages will be included in the test execution.
- TestSpecs - Interface in org.gradle.tooling
-
Provides test selection from a specific test task.
- TestStackTraceFilter - Enum in org.gradle.api.tasks.testing.logging
-
Stack trace filters for test logging.
- TestStartEvent - Interface in org.gradle.tooling.events.test
-
An event that informs about a test having started its execution.
- TestSuccessResult - Interface in org.gradle.tooling.events.test
-
Describes how a test operation finished successfully.
- TestSuite - Interface in org.gradle.testing.base
-
Base test suite component.
- TestSuiteBasePlugin - Class in org.gradle.testing.base.plugins
-
Base test suite functionality.
- TestSuiteBasePlugin() - Constructor for class org.gradle.testing.base.plugins.TestSuiteBasePlugin
- TestSuiteBinarySpec - Interface in org.gradle.testing.base
-
A binary which runs a suite of tests.
- TestSuiteComponent - Interface in org.gradle.nativeplatform.test
-
Represents a component that defines a test suite.
- TestSuiteContainer - Interface in org.gradle.testing.base
-
A container of
TestSuiteSpec
instances. - TestSuiteName - Interface in org.gradle.api.attributes
-
Attribute to define the test suite name.
- TestSuiteSpec - Interface in org.gradle.testing.base
-
A component representing a suite of tests that will be built and executed together.
- TestSuiteTarget - Interface in org.gradle.testing.base
-
Base test suite target.
- TestSuiteTargetName - Interface in org.gradle.api.attributes
-
Attribute to define the test suite target's name.
- TestSuiteTaskCollection - Interface in org.gradle.testing.base
-
Provides access to key tasks used by a test suite.
- TestSuiteType - Interface in org.gradle.api.attributes
-
Attribute to qualify the type of testing a test suite will perform.
- TestTaskReports - Interface in org.gradle.api.tasks.testing
-
The reports produced by the
Test
task. - TextConfigFile - Interface in org.gradle.ide.visualstudio
-
A plain text config file generated for Visual Studio.
- TextProvider - Interface in org.gradle.ide.visualstudio
-
Provides access to the content of a generated text file.
- TextResource - Interface in org.gradle.api.resources
-
A read-only body of text backed by a string, file, archive entry, or other source.
- TextResourceFactory - Interface in org.gradle.api.resources
-
Creates
TextResource
s backed by sources such as strings, files, and archive entries. - TextUtil - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- TextUtil() - Constructor for class org.gradle.util.TextUtil
-
Deprecated.
- throwing(Action<ProblemSpec>) - Method in interface org.gradle.api.problems.ProblemReporter
-
Configures a new problem, reports it, and uses it to throw a new exception.
- to(Object...) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
-
Specifies some target objects to be configured.
- toArray(T...) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.
- toByteArray() - Method in interface org.gradle.caching.BuildCacheKey
-
Returns the byte array representation of the cache key.
- toCamelCase(CharSequence) - Static method in class org.gradle.util.GUtil
-
Deprecated.Converts an arbitrary string to a camel-case string which can be used in a Java identifier.
- toConstant(CharSequence) - Static method in class org.gradle.util.GUtil
-
Deprecated.Converts an arbitrary string to upper case identifier with words separated by _.
- toDomainObjectSet(Class<T>, T...) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given items in a mutable domain object set.
- toEnum(Class<? extends T>, Object) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- toEnumSet(Class<T>, Iterable<?>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- toEnumSet(Class<T>, Object[]) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- toFileCollection(List<File>) - Method in class org.gradle.plugins.signing.SignOperation
- toHex(long) - Static method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- token() - Method in interface org.gradle.tooling.CancellationTokenSource
-
Returns a token associated with this
CancellationTokenSource
. - toLinkedSet(T...) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given items in a mutable ordered set.
- toList(Iterable<? extends T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- toList(Iterable<? extends T>) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given items in a mutable list.
- toList(Enumeration<? extends T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- toList(T[]) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- toList(T...) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given items in a mutable list.
- toLong(String) - Static method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- toLowerCamelCase(CharSequence) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- toLowerCaseLocaleSafe(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.This method should be used when making strings lowercase that could be affected by locale differences.
- toMap(K, V) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given key and value in a mutable unordered map.
- Tool - Interface in org.gradle.nativeplatform
-
Configuration of the arguments of a ToolChain executable.
- toolchain(Action<? super JavaToolchainSpec>) - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Configures the project wide toolchain requirements for tasks that require a tool from the toolchain (e.g.
- ToolChain - Interface in org.gradle.platform.base
-
A set of compilers that are used together to construct binaries.
- toolchainManagement(Action<? super ToolchainManagement>) - Method in interface org.gradle.api.initialization.Settings
-
Configures toolchain management.
- ToolchainManagement - Interface in org.gradle.api.toolchain.management
-
Configures how toolchains are resolved.
- ToolChainRegistry<P extends Platform,T extends ToolChain> - Interface in org.gradle.platform.base
-
A Provider of
ToolChain
s. - ToolingModelBuilder - Interface in org.gradle.tooling.provider.model
-
Responsible for building tooling models to return to the tooling API client.
- ToolingModelBuilderRegistry - Interface in org.gradle.tooling.provider.model
-
A registry of tooling model builders.
- ToolingModelContract - Annotation Type in org.gradle.tooling
-
Annotation used to mark TAPI model interfaces.
- toPaths(Collection<File>) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- toPlatformLineSeparators(String) - Static method in class org.gradle.util.TextUtil
-
Deprecated.Converts all line separators in the specified string to the platform's line separator.
- toSecureUrl(URI) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- toSet(Iterable<? extends T>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- toSet(T...) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given items in a mutable unordered set.
- toSortedSet(Comparator<T>, T...) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given items in a mutable sorted set using the given comparator.
- toSortedSet(T...) - Static method in class org.gradle.util.WrapUtil
-
Deprecated.Wraps the given items in a mutable sorted set.
- toString() - Method in class org.gradle.api.attributes.Attribute
- toString() - Method in class org.gradle.api.file.RelativePath
- toString() - Method in enum org.gradle.api.JavaVersion
- toString() - Method in enum org.gradle.api.plugins.quality.TargetJdk
- toString() - Method in enum org.gradle.api.problems.Severity
- toString() - Method in class org.gradle.api.reflect.TypeOf
- toString() - Method in interface org.gradle.jvm.toolchain.JavaLanguageVersion
-
Return this version as a String, "14" for Java 14.
- toString() - Method in class org.gradle.jvm.toolchain.JvmImplementation
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.AccessRule
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.BuildCommand
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Classpath
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Container
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Facet
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Library
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Link
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Output
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Project
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.ProjectDependency
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.Variable
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.WbProperty
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.WbResource
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.WtpComponent
- toString() - Method in class org.gradle.plugins.ide.eclipse.model.WtpFacet
- toString() - Method in class org.gradle.plugins.ide.idea.model.JarDirectory
- toString() - Method in class org.gradle.plugins.ide.idea.model.Jdk
- toString() - Method in class org.gradle.plugins.ide.idea.model.Module
- toString() - Method in class org.gradle.plugins.ide.idea.model.ModuleDependency
- toString() - Method in class org.gradle.plugins.ide.idea.model.ModuleLibrary
- toString() - Method in class org.gradle.plugins.ide.idea.model.Path
- toString() - Method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
- toString() - Method in class org.gradle.plugins.signing.SignOperation
- toString() - Method in class org.gradle.StartParameter
- toString() - Method in class org.gradle.util.Path
- toString() - Method in class org.gradle.util.VersionNumber
-
Deprecated.
- toString(Iterable<?>) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- toStringList(Iterable<?>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- touch(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.Ensures that the given file (or directory) is marked as modified.
- touchExisting(File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.Ensures that the given file (or directory) is marked as modified.
- toUnixNumeric() - Method in interface org.gradle.api.file.FilePermissions
-
Converts the permissions for the various user groups to a numeric Unix permission.
- toVersion(Object) - Static method in enum org.gradle.api.JavaVersion
-
Converts the given object into a
JavaVersion
. - toVersion(Object) - Static method in enum org.gradle.api.plugins.quality.TargetJdk
-
Converts the given object into a
TargetJdk
. - toWords(CharSequence) - Static method in class org.gradle.util.GUtil
-
Deprecated.Converts an arbitrary string to space-separated words.
- toWords(CharSequence, char) - Static method in class org.gradle.util.GUtil
-
Deprecated.
- toXmlNode(Node, Object) - Method in interface org.gradle.plugins.ear.descriptor.EarModule
-
Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null).
- transform(IN) - Method in interface org.gradle.api.Transformer
-
Transforms the given object, and returns the transformed value.
- transform(TransformOutputs) - Method in interface org.gradle.api.artifacts.transform.TransformAction
-
Executes the transform.
- TRANSFORM - org.gradle.tooling.events.OperationType
-
Flag for transform operation progress events.
- TransformAction<T extends TransformParameters> - Interface in org.gradle.api.artifacts.transform
-
Interface for artifact transform actions.
- TransformationFileType - Interface in org.gradle.platform.base
-
The type of a file of a transformation
- Transformer<OUT extends @Nullable java.lang.Object,IN> - Interface in org.gradle.api
-
A
Transformer
transforms objects of type. - TransformFailureResult - Interface in org.gradle.tooling.events.transform
-
Describes how a transform operation finished with failures.
- TransformFinishEvent - Interface in org.gradle.tooling.events.transform
-
An event that informs about a transform operation having finished its execution.
- TransformOperationDescriptor - Interface in org.gradle.tooling.events.transform
-
Describes a transform operation for which an event has occurred.
- TransformOperationDescriptor.SubjectDescriptor - Interface in org.gradle.tooling.events.transform
-
Describes the subject (artifact or file) of a transform operation.
- TransformOperationDescriptor.TransformerDescriptor - Interface in org.gradle.tooling.events.transform
-
Describes the transformer of a transform operation.
- TransformOperationResult - Interface in org.gradle.tooling.events.transform
-
Describes the result of running a transform operation.
- TransformOutputs - Interface in org.gradle.api.artifacts.transform
-
The outputs of the artifact transform.
- TransformParameters - Interface in org.gradle.api.artifacts.transform
-
Marker interface for parameter objects to
TransformAction
s. - TransformParameters.None - Class in org.gradle.api.artifacts.transform
-
Used for
TransformAction
s without parameters. - TransformProgressEvent - Interface in org.gradle.tooling.events.transform
-
Root interface for all events that signal progress while executing a transform.
- TransformSpec<T extends TransformParameters> - Interface in org.gradle.api.artifacts.transform
-
Base configuration for artifact transform registrations.
- TransformStartEvent - Interface in org.gradle.tooling.events.transform
-
An event that informs about a transform operation having started its execution.
- TransformSuccessResult - Interface in org.gradle.tooling.events.transform
-
Describes how a transform operation finished successfully.
- trim() - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- trim(String) - Method in class org.gradle.plugins.ide.eclipse.model.SourceFolder
- TRUNCATE - org.gradle.api.tasks.testing.logging.TestStackTraceFilter
- tryMarkCacheDirectory(File) - Method in interface org.gradle.api.cache.MarkingStrategy
-
Try to mark the given cache directory.
- type(Class<?>) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
-
Adds the plugin implemented by the given class to the target.
- type(String) - Method in interface org.gradle.caching.BuildCacheServiceFactory.Describer
-
Sets the description of the type of cache being used.
- TypeBuilder<T> - Interface in org.gradle.platform.base
-
A TypeBuilder to configure the registration of a type.
- typeOf(Class<T>) - Static method in class org.gradle.api.reflect.TypeOf
-
Creates an instance of TypeOf for the given Class.
- typeOf(Type) - Static method in class org.gradle.api.reflect.TypeOf
-
Creates an instance of TypeOf for the given Type.
- TypeOf<T> - Class in org.gradle.api.reflect
-
Provides a way to preserve high-fidelity
Type
information on generic types. - TypeOf() - Constructor for class org.gradle.api.reflect.TypeOf
U
- uncheckedCall(Callable<T>) - Static method in class org.gradle.util.GUtil
-
Deprecated.Calls the given callable converting any thrown exception to an unchecked exception via
UncheckedException.throwAsUncheckedException(Throwable)
- UncheckedIOException - Exception in org.gradle.api
-
UncheckedIOException
is used to wrap anIOException
into an unchecked exception. - UncheckedIOException() - Constructor for exception org.gradle.api.UncheckedIOException
- UncheckedIOException(String) - Constructor for exception org.gradle.api.UncheckedIOException
- UncheckedIOException(String, Throwable) - Constructor for exception org.gradle.api.UncheckedIOException
- UncheckedIOException(Throwable) - Constructor for exception org.gradle.api.UncheckedIOException
- UnexpectedBuildFailure - Exception in org.gradle.testkit.runner
-
Thrown when executing a build that was expected to succeed, but failed.
- UnexpectedBuildFailure(String, BuildResult) - Constructor for exception org.gradle.testkit.runner.UnexpectedBuildFailure
- UnexpectedBuildResultException - Exception in org.gradle.testkit.runner
-
Base class for
UnexpectedBuildFailure
andUnexpectedBuildSuccess
. - UnexpectedBuildSuccess - Exception in org.gradle.testkit.runner
-
Thrown when executing a build that was expected to fail, but succeeded.
- UnexpectedBuildSuccess(String, BuildResult) - Constructor for exception org.gradle.testkit.runner.UnexpectedBuildSuccess
- unexport(InputChanges) - Method in class org.gradle.language.nativeplatform.tasks.UnexportMainSymbol
- UnexportMainSymbol - Class in org.gradle.language.nativeplatform.tasks
-
Unexports the
main
entry point symbol in an object file, so the object file can be linked with an executable. - UnexportMainSymbol() - Constructor for class org.gradle.language.nativeplatform.tasks.UnexportMainSymbol
- union(Collection<? extends Spec<? super T>>) - Static method in class org.gradle.api.specs.Specs
-
Returns a spec that selects the union of those items selected by the provided spec.
- union(Spec<? super T>...) - Static method in class org.gradle.api.specs.Specs
-
Returns a spec that selects the union of those items selected by the provided spec.
- UNIT_TEST - Static variable in interface org.gradle.api.attributes.TestSuiteType
-
Unit tests, the default type of test suite
- unix(int) - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Sets Unix style numeric permissions.
- unix(String) - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Sets Unix style permissions.
- UNIX - org.gradle.platform.OperatingSystem
- UNKNOWN - org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
- UNKNOWN - org.gradle.tooling.events.test.JvmTestKind
- UNKNOWN - Static variable in class org.gradle.util.VersionNumber
-
Deprecated.
- UnknownConfigurationException - Exception in org.gradle.api.artifacts
-
An
UnknownConfigurationException
is thrown when a configuration referenced by name cannot be found. - UnknownConfigurationException(String) - Constructor for exception org.gradle.api.artifacts.UnknownConfigurationException
- UnknownDomainObjectException - Exception in org.gradle.api
-
A
UnknownDomainObjectException
is the super class of all exceptions thrown when a given domain object cannot be located. - UnknownDomainObjectException(String) - Constructor for exception org.gradle.api.UnknownDomainObjectException
- UnknownDomainObjectException(String, Throwable) - Constructor for exception org.gradle.api.UnknownDomainObjectException
- UnknownModelException - Exception in org.gradle.tooling.provider.model
-
Thrown when an unknown tooling model is requested.
- UnknownModelException - Exception in org.gradle.tooling
-
Thrown when the client is trying to acquire a model that is unknown to the Tooling API.
- UnknownModelException(String) - Constructor for exception org.gradle.tooling.provider.model.UnknownModelException
- UnknownModelException(String) - Constructor for exception org.gradle.tooling.UnknownModelException
- UnknownModelException(String, Throwable) - Constructor for exception org.gradle.tooling.UnknownModelException
- UnknownPluginException - Exception in org.gradle.api.plugins
-
A
UnknownPluginException
is thrown when an unknown plugin id is provided. - UnknownPluginException(String) - Constructor for exception org.gradle.api.plugins.UnknownPluginException
- UnknownProjectException - Exception in org.gradle.api
-
An
UnknownProjectException
is thrown when a project referenced by path cannot be found. - UnknownProjectException(String) - Constructor for exception org.gradle.api.UnknownProjectException
- UnknownProjectException(String, Throwable) - Constructor for exception org.gradle.api.UnknownProjectException
- UnknownPropertyException(ExtraPropertiesExtension, String) - Constructor for exception org.gradle.api.plugins.ExtraPropertiesExtension.UnknownPropertyException
- UnknownRepositoryException - Exception in org.gradle.api.artifacts
-
An
UnknownRepositoryException
is thrown when a repository referenced by name cannot be found. - UnknownRepositoryException(String) - Constructor for exception org.gradle.api.artifacts.UnknownRepositoryException
- UnknownTaskException - Exception in org.gradle.api
-
An
UnknownTaskException
is thrown when a task referenced by path cannot be found. - UnknownTaskException(String) - Constructor for exception org.gradle.api.UnknownTaskException
- UnknownTaskException(String, Throwable) - Constructor for exception org.gradle.api.UnknownTaskException
- unlockAllConfigurations() - Method in interface org.gradle.api.artifacts.dsl.DependencyLockingHandler
-
Convenience method for doing: configurations.all { resolutionStrategy.deactivateDependencyLocking() }
- Unmanaged - Annotation Type in org.gradle.model
-
Indicates that a property of a managed model element is explicitly of an unmanaged type.
- unpack(Iterable<? extends Factory<? extends T>>) - Static method in class org.gradle.util.CollectionUtils
-
Deprecated.
- UNPUBLISHABLE_VARIANT_ARTIFACTS - Static variable in class org.gradle.api.plugins.JavaBasePlugin
-
A list of known artifact types which are known to prevent from publication.
- UNRESOLVED - org.gradle.api.artifacts.Configuration.State
- UnresolvedArtifactResult - Interface in org.gradle.api.artifacts.result
-
An artifact that could not be resolved.
- UnresolvedComponentResult - Interface in org.gradle.api.artifacts.result
-
A component that could not be resolved.
- UnresolvedDependency - Interface in org.gradle.api.artifacts
-
Unsuccessfully resolved dependency.
- UnresolvedDependencyResult - Interface in org.gradle.api.artifacts.result
-
A dependency that could not be resolved.
- UnresolvedLibrary - Class in org.gradle.plugins.ide.eclipse.model
-
A library that turned out to be unresolved.
- UnresolvedLibrary(FileReference) - Constructor for class org.gradle.plugins.ide.eclipse.model.UnresolvedLibrary
- unset() - Method in interface org.gradle.api.provider.ListProperty
-
Unsets this object's explicit value, allowing the convention to be selected when evaluating this object's value.
- unset() - Method in interface org.gradle.api.provider.MapProperty
-
Unsets this object's explicit value, allowing the convention to be selected when evaluating this object's value.
- unset() - Method in interface org.gradle.api.provider.Property
-
Unsets this object's explicit value, allowing the convention to be selected when evaluating this object's value.
- unset() - Method in interface org.gradle.api.provider.SetProperty
-
Unsets this object's explicit value, allowing the convention to be selected when evaluating this object's value.
- unset() - Method in interface org.gradle.api.provider.SupportsConvention
-
Unsets this object's explicit value, allowing the convention to be selected when evaluating this object's value.
- unsetConvention() - Method in interface org.gradle.api.provider.ListProperty
-
Unsets this object's convention value.
- unsetConvention() - Method in interface org.gradle.api.provider.MapProperty
-
Unsets this object's convention value.
- unsetConvention() - Method in interface org.gradle.api.provider.Property
-
Unsets this object's convention value.
- unsetConvention() - Method in interface org.gradle.api.provider.SetProperty
-
Unsets this object's convention value.
- unsetConvention() - Method in interface org.gradle.api.provider.SupportsConvention
-
Unsets this object's convention value.
- UnsupportedBuildArgumentException - Exception in org.gradle.tooling.exceptions
-
Thrown when the
LongRunningOperation
has been configured with unsupported build arguments. - UnsupportedBuildArgumentException(String) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedBuildArgumentException
- UnsupportedBuildArgumentException(String, Throwable) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedBuildArgumentException
- UnsupportedFeatureException - Exception in org.gradle.testkit.runner
-
Thrown when a build was executed with a target Gradle version that does not support a specific feature.
- UnsupportedFeatureException(String) - Constructor for exception org.gradle.testkit.runner.UnsupportedFeatureException
- UnsupportedFeatureException(String, GradleVersion, GradleVersion) - Constructor for exception org.gradle.testkit.runner.UnsupportedFeatureException
- UnsupportedMethodException - Exception in org.gradle.tooling.model
-
Thrown when the tooling API client attempts to use a method that does not exist in the version of Gradle that the tooling API is connected to.
- UnsupportedMethodException(String) - Constructor for exception org.gradle.tooling.model.UnsupportedMethodException
- UnsupportedMethodException(String, Throwable) - Constructor for exception org.gradle.tooling.model.UnsupportedMethodException
- UnsupportedOperationConfigurationException - Exception in org.gradle.tooling.exceptions
-
Thrown when a
LongRunningOperation
has been configured with unsupported settings. - UnsupportedOperationConfigurationException(String) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
- UnsupportedOperationConfigurationException(String, Throwable) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
- UnsupportedVersionException - Exception in org.gradle.tooling
-
Thrown when the target Gradle version does not support a particular feature.
- UnsupportedVersionException(String) - Constructor for exception org.gradle.tooling.UnsupportedVersionException
- UnsupportedVersionException(String, Throwable) - Constructor for exception org.gradle.tooling.UnsupportedVersionException
- UntrackedTask - Annotation Type in org.gradle.api.tasks
-
Attached to a task to declare that the task should be untracked.
- UP_TO_DATE - org.gradle.testkit.runner.TaskOutcome
-
The task was not executed, as its output was up to date.
- UpdateDaemonJvm - Class in org.gradle.buildconfiguration.tasks
-
Generates or updates the Gradle Daemon JVM criteria.
- UpdateDaemonJvm() - Constructor for class org.gradle.buildconfiguration.tasks.UpdateDaemonJvm
-
Constructor.
- UPGRADE - org.gradle.buildinit.InsecureProtocolOption
-
Upgrade an insecure protocol to a secure one.
- upload() - Method in class org.gradle.api.tasks.Upload
-
Deprecated.
- Upload - Class in org.gradle.api.tasks
-
Deprecated.This class is scheduled for removal in a future version. To upload artifacts, use the `maven-publish` or `ivy-publish` plugins instead.
- Upload() - Constructor for class org.gradle.api.tasks.Upload
-
Deprecated.
- upToDateWhen(Closure) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Adds a predicate to determine whether previous outputs of this task can be reused.
- upToDateWhen(Spec<? super Task>) - Method in interface org.gradle.api.tasks.TaskOutputs
-
Adds a predicate to determine whether previous outputs of this task can be reused.
- uri(Object) - Method in interface org.gradle.api.Project
-
Resolves a file path to a URI, relative to the project directory of this project.
- uri(Object) - Method in interface org.gradle.api.Script
-
Resolves a file path to a URI, relative to the directory containing this script.
- URL - Static variable in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- UrlArtifactRepository - Interface in org.gradle.api.artifacts.repositories
-
A repository that supports resolving artifacts from a URL.
- usage(String, Action<? super VariantVersionMappingStrategy>) - Method in interface org.gradle.api.publish.VersionMappingStrategy
-
A short hand method to configure the variants which matches the provided Usage attribute.
- Usage - Interface in org.gradle.api.attributes
-
Represents the usage of a configuration.
- USAGE_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.Usage
- use() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- use(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- useBuildDistribution() - Method in class org.gradle.tooling.GradleConnector
-
Specifies to use the Gradle distribution defined by the target Gradle build.
- useCompileClasspathVersions() - Method in interface org.gradle.api.plugins.JavaResolutionConsistency
-
Configures the runtime classpath of every source set to be consistent with the compile classpath.
- useDefaultListeners() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- useDefaultListeners(boolean) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
- useDistribution(URI) - Method in class org.gradle.tooling.GradleConnector
-
Specifies which Gradle distribution to use.
- useGpgCmd() - Method in class org.gradle.plugins.signing.SigningExtension
-
Use GnuPG agent to perform signing work.
- useGradleUserHomeDir(File) - Method in class org.gradle.tooling.GradleConnector
-
Specifies the user's Gradle home directory to use.
- useGradleVersion(String) - Method in class org.gradle.tooling.GradleConnector
-
Specifies which Gradle version to use.
- useInMemoryPgpKeys(String, String) - Method in class org.gradle.plugins.signing.SigningExtension
-
Use the supplied ascii-armored in-memory PGP secret key and password instead of reading it from a keyring.
- useInMemoryPgpKeys(String, String, String) - Method in class org.gradle.plugins.signing.SigningExtension
-
Use the supplied ascii-armored in-memory PGP secret key and password instead of reading it from a keyring.
- useInstallation(File) - Method in class org.gradle.tooling.GradleConnector
-
Specifies which Gradle installation to use.
- useJUnit() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the JUnit4 testing framework.
- useJUnit() - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that JUnit4 should be used to discover and execute the tests.
- useJUnit(Closure) - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that JUnit4 should be used to discover and execute the tests with additional configuration.
- useJUnit(String) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the JUnit4 testing framework with a specific version.
- useJUnit(Action<? super JUnitOptions>) - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that JUnit4 should be used to discover and execute the tests with additional configuration.
- useJUnit(Provider<String>) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the JUnit4 testing framework with a specific version.
- useJUnitJupiter() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the JUnit Jupiter testing framework.
- useJUnitJupiter(String) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the JUnit Jupiter testing framework with a specific version.
- useJUnitJupiter(Provider<String>) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the JUnit Jupiter testing framework with a specific version.
- useJUnitPlatform() - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that JUnit Platform should be used to discover and execute the tests.
- useJUnitPlatform(Action<? super JUnitPlatformOptions>) - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that JUnit Platform should be used to discover and execute the tests with additional configuration.
- useKotlinTest() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the kotlin.test testing framework.
- useKotlinTest(String) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the kotlin.test testing framework with a specific version.
- useKotlinTest(Provider<String>) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the kotlin.test testing framework with a specific version.
- useLogger(Object) - Method in interface org.gradle.api.invocation.Gradle
-
Deprecated.Will be removed in Gradle 9. Logging customization through listeners is no longer supported.
- useModule(Object) - Method in interface org.gradle.plugin.management.PluginResolveDetails
-
Sets the implementation module to use for this plugin.
- user(Action<? super ConfigurableUserClassFilePermissions>) - Method in interface org.gradle.api.file.ConfigurableFilePermissions
-
Modifies the permissions the owner of the file has for the file/directory.
- USER_MANUAL - Static variable in interface org.gradle.api.attributes.DocsType
-
A user manual
- UserClassFilePermissions - Interface in org.gradle.api.file
-
Describes file and directory access permissions for a certain class of users (see
FilePermissions
). - useRuntimeClasspathVersions() - Method in interface org.gradle.api.plugins.JavaResolutionConsistency
-
Configures the compile classpath of every source set to be consistent with the runtime classpath.
- useSpock() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the Spock Framework testing framework.
- useSpock(String) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the Spock Framework testing framework with a specific version.
- useSpock(Provider<String>) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the Spock Framework testing framework with a specific version.
- usesService(Provider<? extends BuildService<?>>) - Method in class org.gradle.api.DefaultTask
- usesService(Provider<? extends BuildService<?>>) - Method in interface org.gradle.api.Task
-
Registers a
BuildService
that is used by this task soits constraint on parallel execution
can be honored. - useTarget(Object) - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
-
Allows to override the details of the dependency (see
DependencyResolveDetails.getTarget()
) when it is resolved (seeDependencyResolveDetails.getRequested()
). - useTarget(Object) - Method in interface org.gradle.api.artifacts.DependencySubstitution
-
This method can be used to replace a dependency before it is resolved, e.g.
- useTarget(Object, String) - Method in interface org.gradle.api.artifacts.DependencySubstitution
-
This method can be used to replace a dependency before it is resolved, e.g.
- useTestNG() - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the TestNG testing framework.
- useTestNG() - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that TestNG should be used to discover and execute the tests.
- useTestNG(Closure) - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that TestNG should be used to discover and execute the tests with additional configuration.
- useTestNG(String) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the TestNG testing framework with a specific version.
- useTestNG(Action<? super TestNGOptions>) - Method in class org.gradle.api.tasks.testing.Test
-
Specifies that TestNG should be used to discover and execute the tests with additional configuration.
- useTestNG(Provider<String>) - Method in interface org.gradle.api.plugins.jvm.JvmTestSuite
-
Use the TestNG testing framework with a specific version.
- useVersion(String) - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
-
Allows to override the version when the dependency
DependencyResolveDetails.getRequested()
is resolved. - useVersion(String) - Method in interface org.gradle.plugin.management.PluginResolveDetails
-
Sets the version of the plugin to use.
- using(ComponentSelector) - Method in interface org.gradle.api.artifacts.DependencySubstitutions.Substitution
-
Specify the target of the substitution.
- usingSourceSet(SourceSet) - Method in interface org.gradle.api.plugins.FeatureSpec
-
Declares the source set which this feature is built from.
V
- VALID_LINKED_RESOURCE_ARGS - Static variable in class org.gradle.plugins.ide.eclipse.model.EclipseProject
- validate(int) - Static method in class org.gradle.api.plugins.quality.Pmd
-
Validates the value is a valid PMD rules minimum priority (1-5)
- validate(String, String, String) - Static method in class org.gradle.util.NameValidator
-
Deprecated.Validates that a given name string does not contain any forbidden characters.
- Validate - Annotation Type in org.gradle.model
-
Denotes that the
RuleSource
method rule carrying this annotation validates the rule subject. - validatePath(String) - Static method in class org.gradle.util.Path
-
throws if no path is specified
- ValidatePlugins - Class in org.gradle.plugin.devel.tasks
-
Validates plugins by checking property annotations on work items like tasks and artifact transforms.
- ValidatePlugins() - Constructor for class org.gradle.plugin.devel.tasks.ValidatePlugins
- validateTaskClasses() - Method in class org.gradle.plugin.devel.tasks.ValidatePlugins
- value() - Method in annotation type org.gradle.api.model.ReplacedBy
-
The Java Bean-style name of the replacement property.
- value() - Method in annotation type org.gradle.api.services.ServiceReference
-
The optional name of the service which the annotated element references.
- value() - Method in annotation type org.gradle.api.tasks.Internal
-
The reason for ignoring this element.
- value() - Method in annotation type org.gradle.api.tasks.options.OptionValues
-
The names of the options for which the method provides the possible values.
- value() - Method in annotation type org.gradle.api.tasks.PathSensitive
- value() - Method in annotation type org.gradle.model.Model
-
Denotes the name by which the model element will be available.
- value() - Method in annotation type org.gradle.model.Path
- value(Iterable<? extends T>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Sets the value of the property to the elements of the given iterable, and replaces any existing value.
- value(Iterable<? extends T>) - Method in interface org.gradle.api.provider.ListProperty
-
Sets the value of the property to the elements of the given iterable, and replaces any existing value.
- value(Iterable<? extends T>) - Method in interface org.gradle.api.provider.SetProperty
-
Sets the value of the property to the elements of the given iterable, and replaces any existing value.
- value(Map<? extends K, ? extends V>) - Method in interface org.gradle.api.provider.MapProperty
-
Sets the value of this property to the entries of the given Map, and replaces any existing value.
- value(Directory) - Method in interface org.gradle.api.file.DirectoryProperty
-
Sets the value of the property to the given value, replacing whatever value the property already had.
- value(RegularFile) - Method in interface org.gradle.api.file.RegularFileProperty
-
Sets the value of the property to the given value, replacing whatever value the property already had.
- value(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.HasMultipleValues
-
Sets the property to have the same value of the given provider, and replaces any existing value.
- value(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.ListProperty
-
Sets the property to have the same value of the given provider, and replaces any existing value.
- value(Provider<? extends Iterable<? extends T>>) - Method in interface org.gradle.api.provider.SetProperty
-
Sets the property to have the same value of the given provider, and replaces any existing value.
- value(Provider<? extends Map<? extends K, ? extends V>>) - Method in interface org.gradle.api.provider.MapProperty
-
Sets the property to have the same value of the given provider, and replaces any existing value.
- value(Provider<? extends Directory>) - Method in interface org.gradle.api.file.DirectoryProperty
-
Sets the property to have the same value as the given provider, replacing whatever value the property already had.
- value(Provider<? extends RegularFile>) - Method in interface org.gradle.api.file.RegularFileProperty
-
Sets the property to have the same value as the given provider, replacing whatever value the property already had.
- value(Provider<? extends T>) - Method in interface org.gradle.api.provider.Property
-
Sets the property to have the same value as the given provider, replacing whatever value the property already had.
- value(T) - Method in interface org.gradle.api.provider.Property
-
Sets the value of the property to the given value, replacing whatever value the property already had.
- valueOf(String) - Static method in enum org.gradle.api.AntBuilder.AntMessagePriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.artifacts.Configuration.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.artifacts.dsl.LockMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.artifacts.ResolutionStrategy.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.artifacts.result.ComponentSelectionCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.artifacts.verification.DependencyVerificationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.file.DuplicatesStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.file.FileCollection.AntType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.file.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.initialization.resolve.RepositoriesMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.initialization.resolve.RulesMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.JavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.launcher.cli.WelcomeMessageDisplayMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.logging.configuration.ConsoleOutput
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.logging.configuration.ShowStacktrace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.logging.configuration.WarningMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.PathValidation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.plugins.quality.TargetJdk
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.problems.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.reporting.model.ModelReport.Format
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.reporting.Report.OutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.bundling.Compression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.bundling.ZipEntryCompression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.javadoc.GroovydocAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.PathSensitivity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.testing.logging.TestExceptionFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.testing.logging.TestLogEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.testing.logging.TestStackTraceFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.testing.TestOutputEvent.Destination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.testing.TestResult.ResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.wrapper.Wrapper.DistributionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.api.tasks.wrapper.Wrapper.PathBase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.buildinit.InsecureProtocolOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.external.javadoc.JavadocMemberLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.external.javadoc.JavadocOutputLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.language.scala.tasks.KeepAliveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.language.swift.SwiftVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.nativeplatform.Linkage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.platform.Architecture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.platform.OperatingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.plugins.ide.eclipse.model.Facet.FacetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.plugins.ide.eclipse.model.ResourceFilterAppliesTo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.plugins.ide.eclipse.model.ResourceFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.testing.jacoco.plugins.JacocoTaskExtension.Output
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.testkit.runner.TaskOutcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.tooling.events.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.tooling.events.test.Destination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.tooling.events.test.JvmTestKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.tooling.model.kotlin.dsl.EditorReportSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.work.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradle.workers.IsolationMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.gradle.api.AntBuilder.AntMessagePriority
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.artifacts.Configuration.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.artifacts.dsl.LockMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.artifacts.ResolutionStrategy.SortOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.artifacts.result.ComponentSelectionCause
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.artifacts.verification.DependencyVerificationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.file.DuplicatesStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.file.FileCollection.AntType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.file.FileType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.initialization.resolve.RepositoriesMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.initialization.resolve.RulesMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.JavaVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.launcher.cli.WelcomeMessageDisplayMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.logging.configuration.ConsoleOutput
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.logging.configuration.ShowStacktrace
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.logging.configuration.WarningMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.logging.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.PathValidation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.plugins.quality.TargetJdk
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.problems.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.reporting.model.ModelReport.Format
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.reporting.Report.OutputType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.bundling.Compression
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.bundling.ZipEntryCompression
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.javadoc.GroovydocAccess
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.PathSensitivity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.testing.logging.TestExceptionFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.testing.logging.TestLogEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.testing.logging.TestStackTraceFilter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.testing.TestOutputEvent.Destination
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.testing.TestResult.ResultType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.wrapper.Wrapper.DistributionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.api.tasks.wrapper.Wrapper.PathBase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.buildinit.InsecureProtocolOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.external.javadoc.JavadocMemberLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.external.javadoc.JavadocOutputLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.language.scala.tasks.KeepAliveMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.language.swift.SwiftVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface org.gradle.model.ModelMap
-
Returns the items in this collection.
- values() - Static method in enum org.gradle.nativeplatform.Linkage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.platform.Architecture
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.platform.OperatingSystem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.plugins.ide.eclipse.model.Facet.FacetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.plugins.ide.eclipse.model.ResourceFilterAppliesTo
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.plugins.ide.eclipse.model.ResourceFilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.testing.jacoco.plugins.JacocoTaskExtension.Output
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.testkit.runner.TaskOutcome
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.tooling.events.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.tooling.events.test.Destination
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.tooling.events.test.JvmTestKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.tooling.model.kotlin.dsl.EditorReportSeverity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.work.ChangeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gradle.workers.IsolationMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- ValueSource<T,P extends ValueSourceParameters> - Interface in org.gradle.api.provider
-
Represents an external source of information used by a Gradle build.
- ValueSourceParameters - Interface in org.gradle.api.provider
-
Marker interface for parameter objects to
ValueSource
s. - ValueSourceParameters.None - Class in org.gradle.api.provider
-
Used for sources without parameters.
- ValueSourceSpec<P extends ValueSourceParameters> - Interface in org.gradle.api.provider
-
Base configuration for value source definitions.
- Variable - Class in org.gradle.plugins.ide.eclipse.model
-
A variable library entry.
- Variable(Node, FileReferenceFactory) - Constructor for class org.gradle.plugins.ide.eclipse.model.Variable
- Variable(FileReference) - Constructor for class org.gradle.plugins.ide.eclipse.model.Variable
- variant(ComponentSelector, Action<? super VariantSelectionDetails>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
-
Transforms the supplied selector into a specific variant selector.
- variant(Attribute<T>, T, Action<? super VariantVersionMappingStrategy>) - Method in interface org.gradle.api.publish.VersionMappingStrategy
-
Configures the version mapping strategy for the variant which matches the provided attribute value.
- Variant - Annotation Type in org.gradle.platform.base
-
Declares that a property represents a variant dimension.
- VariantComponent - Interface in org.gradle.platform.base
-
A component that has one or more mutually exclusive variants.
- VariantComponentSpec - Interface in org.gradle.platform.base
-
Represents a component spec that is made up of one or more mutually exclusive variants.
- VariantFileMetadata - Interface in org.gradle.api.artifacts
-
Part of a component variant's metadata representing a file and its location.
- VariantMetadata - Interface in org.gradle.api.artifacts
-
Represents the metadata of one variant of a component, see
ComponentMetadataDetails.withVariant(String, Action)
. - variantOf(Provider<MinimalExternalModuleDependency>, Action<? super ExternalModuleDependencyVariantSpec>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Allows fine-tuning what variant to select for the target dependency.
- variantOf(ProviderConvertible<MinimalExternalModuleDependency>, Action<? super ExternalModuleDependencyVariantSpec>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
-
Allows fine-tuning what variant to select for the target dependency.
- variants(Action<? super NamedDomainObjectContainer<ConfigurationVariant>>) - Method in interface org.gradle.api.artifacts.ConfigurationPublications
-
Configures the variants of this configuration.
- VariantSelectionDetails - Interface in org.gradle.api.artifacts
-
Allows configuring the variant-aware selection aspects of a specific dependency.
- VariantTransformConfigurationException - Exception in org.gradle.api.artifacts.transform
-
An exception to report a problem during a transform execution.
- VariantTransformConfigurationException(String) - Constructor for exception org.gradle.api.artifacts.transform.VariantTransformConfigurationException
- VariantTransformConfigurationException(String, Throwable) - Constructor for exception org.gradle.api.artifacts.transform.VariantTransformConfigurationException
- VariantVersionMappingStrategy - Interface in org.gradle.api.publish
-
Defines the version mapping strategy when publishing, for a specific variant.
- VcsMapping - Interface in org.gradle.vcs
-
A dependency mapping provided by a VCS repository.
- vcsMappings(Action<? super VcsMappings>) - Method in interface org.gradle.vcs.SourceControl
-
Configures VCS mappings.
- VcsMappings - Interface in org.gradle.vcs
-
Allows VCS mapping rules to be specified for a build.
- VENDOR_SPECIFIC - Static variable in class org.gradle.jvm.toolchain.JvmImplementation
-
Vendor-specific virtual machine implementation.
- verbose() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- verbose() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- Verbose - org.gradle.api.logging.configuration.ConsoleOutput
-
Enable color and rich output like Rich, but output more detailed message.
- VERBOSE - org.gradle.api.AntBuilder.AntMessagePriority
- VERBOSE - org.gradle.external.javadoc.JavadocOutputLevel
-
-verbose Provides more detailed messages while javadoc is running.
- VERIFICATION - Static variable in interface org.gradle.api.attributes.Category
-
The verification category, for variants which contain the results of running verification tasks (e.g.
- VERIFICATION_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
- VERIFICATION_GROUP - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
- VERIFICATION_TYPE_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.VerificationType
- VerificationException - Exception in org.gradle.api.tasks
-
Signals that a task has failed in a manner which does not prevent consumers of that task's output from running.
- VerificationException(String) - Constructor for exception org.gradle.api.tasks.VerificationException
- VerificationException(String, Throwable) - Constructor for exception org.gradle.api.tasks.VerificationException
-
Allows a cause to be specified.
- VerificationTask - Interface in org.gradle.api.tasks
-
A
VerificationTask
is a task which performs some verification of the artifacts produced by a build. - VerificationType - Interface in org.gradle.api.attributes
-
Attribute to be used on variants containing the output verification checks (Test data, Jacoco results, etc) which specify the type of verification data.
- version() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- version(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- version(int) - Static method in class org.gradle.util.VersionNumber
-
Deprecated.
- version(int, int) - Static method in class org.gradle.util.VersionNumber
-
Deprecated.
- version(String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder.LibraryAliasBuilder
-
Configures the required version for this alias
- version(String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder.PluginAliasBuilder
-
Configures the required version for this alias
- version(String) - Method in interface org.gradle.platform.base.ModuleDependencySpecBuilder
-
Narrows this dependency specification down to a specific version range.
- version(String) - Method in interface org.gradle.plugin.use.PluginDependencySpec
-
Specify the version of the plugin to depend on.
- version(String) - Static method in class org.gradle.util.GradleVersion
-
Parses the given string into a GradleVersion.
- version(String, String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Configures a dependency version which can then be referenced using the
VersionCatalogBuilder.LibraryAliasBuilder.versionRef(String)
method. - version(String, Action<? super MutableVersionConstraint>) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder
-
Configures a dependency version which can then be referenced using the
VersionCatalogBuilder.LibraryAliasBuilder.versionRef(String)
)} method. - version(Action<? super MutableVersionConstraint>) - Method in interface org.gradle.api.artifacts.DependencyConstraint
-
Configures the version constraint for this dependency constraint.
- version(Action<? super MutableVersionConstraint>) - Method in interface org.gradle.api.artifacts.DependencyMetadata
-
Adjust the version constraints of the dependency or dependency constraint.
- version(Action<? super MutableVersionConstraint>) - Method in interface org.gradle.api.artifacts.ExternalDependency
-
Configures the version constraint for this dependency.
- version(Action<? super MutableVersionConstraint>) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder.LibraryAliasBuilder
-
Configures the version for this alias
- version(Action<? super MutableVersionConstraint>) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder.PluginAliasBuilder
-
Configures the version for this alias
- version(Provider<String>) - Method in interface org.gradle.plugin.use.PluginDependencySpec
-
Specify the version of the plugin to depend on.
- VERSION_1_1 - org.gradle.api.JavaVersion
- VERSION_1_10 - org.gradle.api.JavaVersion
- VERSION_1_2 - org.gradle.api.JavaVersion
- VERSION_1_3 - org.gradle.api.JavaVersion
- VERSION_1_3 - org.gradle.api.plugins.quality.TargetJdk
- VERSION_1_4 - org.gradle.api.JavaVersion
- VERSION_1_4 - org.gradle.api.plugins.quality.TargetJdk
- VERSION_1_5 - org.gradle.api.JavaVersion
- VERSION_1_5 - org.gradle.api.plugins.quality.TargetJdk
- VERSION_1_6 - org.gradle.api.JavaVersion
- VERSION_1_6 - org.gradle.api.plugins.quality.TargetJdk
- VERSION_1_7 - org.gradle.api.JavaVersion
- VERSION_1_7 - org.gradle.api.plugins.quality.TargetJdk
- VERSION_1_8 - org.gradle.api.JavaVersion
- VERSION_1_9 - org.gradle.api.JavaVersion
- VERSION_11 - org.gradle.api.JavaVersion
-
Java 11 major version.
- VERSION_12 - org.gradle.api.JavaVersion
-
Java 12 major version.
- VERSION_13 - org.gradle.api.JavaVersion
-
Java 13 major version.
- VERSION_14 - org.gradle.api.JavaVersion
-
Java 14 major version.
- VERSION_15 - org.gradle.api.JavaVersion
-
Java 15 major version.
- VERSION_16 - org.gradle.api.JavaVersion
-
Java 16 major version.
- VERSION_17 - org.gradle.api.JavaVersion
-
Java 17 major version.
- VERSION_18 - org.gradle.api.JavaVersion
-
Java 18 major version.
- VERSION_19 - org.gradle.api.JavaVersion
-
Java 19 major version.
- VERSION_20 - org.gradle.api.JavaVersion
-
Java 20 major version.
- VERSION_21 - org.gradle.api.JavaVersion
-
Java 21 major version.
- VERSION_22 - org.gradle.api.JavaVersion
-
Java 22 major version.
- VERSION_23 - org.gradle.api.JavaVersion
-
Java 23 major version.
- VERSION_24 - org.gradle.api.JavaVersion
-
Java 24 major version.
- VERSION_25 - org.gradle.api.JavaVersion
-
Java 25 major version.
- VERSION_26 - org.gradle.api.JavaVersion
-
Java 26 major version.
- VERSION_27 - org.gradle.api.JavaVersion
-
Java 27 major version.
- VERSION_CATALOG - Static variable in interface org.gradle.api.attributes.Usage
-
A version catalog, packaged as TOML files, for use as recommendations for dependency and plugin versions.
- VERSION_CATALOG_ELEMENTS - Static variable in class org.gradle.api.plugins.catalog.VersionCatalogPlugin
- VERSION_HIGHER - org.gradle.api.JavaVersion
-
Higher version of Java.
- VERSION_JSP - org.gradle.api.plugins.quality.TargetJdk
- VERSION_NUMBER_PROPERTY - Static variable in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- VERSION_OVERRIDE_VAR - Static variable in class org.gradle.util.GradleVersion
-
Deprecated.will be removed in Gradle 9.
- versionCatalog(Action<? super VersionCatalogBuilder>) - Method in interface org.gradle.api.plugins.catalog.CatalogPluginExtension
-
Configures the version catalog.
- VersionCatalog - Interface in org.gradle.api.artifacts
-
Provides access to a version catalog.
- VersionCatalogBuilder - Interface in org.gradle.api.initialization.dsl
-
A version catalog builder.
- VersionCatalogBuilder.LibraryAliasBuilder - Interface in org.gradle.api.initialization.dsl
-
Allows configuring the version of a library
- VersionCatalogBuilder.PluginAliasBuilder - Interface in org.gradle.api.initialization.dsl
-
Allows configuring the version of a plugin
- VersionCatalogPlugin - Class in org.gradle.api.plugins.catalog
-
A
Plugin
makes it possible to generate a version catalog, which is a set of versions and coordinates for dependencies and plugins to import in the settings of a Gradle build. - VersionCatalogPlugin(SoftwareComponentFactory) - Constructor for class org.gradle.api.plugins.catalog.VersionCatalogPlugin
- versionCatalogs(Action<? super MutableVersionCatalogContainer>) - Method in interface org.gradle.api.initialization.resolve.DependencyResolutionManagement
-
Configures the version catalogs which will be used to generate type safe accessors for dependencies.
- VersionCatalogsExtension - Interface in org.gradle.api.artifacts
-
Gives access to all version catalogs available.
- VersionConstraint - Interface in org.gradle.api.artifacts
-
Represents a constraint that is used to match module versions to a dependency.
- VersionControlRepository - Interface in org.gradle.vcs
-
Represents the details about a particular VCS repository that contains a build that produces zero or more components that can be used during dependency resolution.
- VersionControlSpec - Interface in org.gradle.vcs
-
Captures user-provided information about a version control repository.
- versionMapping(Action<? super VersionMappingStrategy>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
-
Configures the version mapping strategy.
- versionMapping(Action<? super VersionMappingStrategy>) - Method in interface org.gradle.api.publish.maven.MavenPublication
-
Configures the version mapping strategy.
- VersionMappingStrategy - Interface in org.gradle.api.publish
-
The version mapping strategy for a publication.
- VersionNumber - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- VersionNumber(int, int, int, int, String) - Constructor for class org.gradle.util.VersionNumber
-
Deprecated.
- VersionNumber(int, int, int, String) - Constructor for class org.gradle.util.VersionNumber
-
Deprecated.
- VersionNumber.Scheme - Interface in org.gradle.util
-
Deprecated.
- versionRef(String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder.LibraryAliasBuilder
-
Configures this alias to use a version reference, created via the
VersionCatalogBuilder.version(String, Action)
method. - versionRef(String) - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder.PluginAliasBuilder
-
Configures this alias to use a version reference, created via the
VersionCatalogBuilder.version(String, Action)
method. - violationRules(Action<? super JacocoViolationRulesContainer>) - Method in class org.gradle.testing.jacoco.tasks.JacocoCoverageVerification
-
Configures the violation rules for this task.
- visit(Closure) - Method in interface org.gradle.api.file.FileTree
-
Visits the files and directories in this file tree.
- visit(Action<? super FileVisitDetails>) - Method in interface org.gradle.api.file.FileTree
-
Visits the files and directories in this file tree.
- visit(FileVisitor) - Method in interface org.gradle.api.file.FileTree
-
Visits the files and directories in this file tree.
- visitDir(FileVisitDetails) - Method in class org.gradle.api.file.EmptyFileVisitor
- visitDir(FileVisitDetails) - Method in interface org.gradle.api.file.FileVisitor
-
Visits a directory.
- visitFile(FileVisitDetails) - Method in class org.gradle.api.file.EmptyFileVisitor
- visitFile(FileVisitDetails) - Method in interface org.gradle.api.file.FileVisitor
-
Visits a file.
- VisualCpp - Interface in org.gradle.nativeplatform.toolchain
-
The Visual C++ tool chain.
- VisualCppPlatformToolChain - Interface in org.gradle.nativeplatform.toolchain
-
Visual C++ specific settings for the tools used to build for a particular platform.
- VisualStudioExtension - Interface in org.gradle.ide.visualstudio
-
The configuration for mapping a set of native components to a Visual Studio project.
- VisualStudioPlugin - Class in org.gradle.ide.visualstudio.plugins
-
A plugin for creating a Visual Studio solution for a gradle project.
- VisualStudioPlugin(Instantiator, FileResolver, IdeArtifactRegistry, CollectionCallbackActionDecorator) - Constructor for class org.gradle.ide.visualstudio.plugins.VisualStudioPlugin
- VisualStudioProject - Interface in org.gradle.ide.visualstudio
-
A visual studio project, created from one or more native binaries.
- VisualStudioRootExtension - Interface in org.gradle.ide.visualstudio
-
The configuration for mapping a set of native components to a Visual Studio project and solution.
- VisualStudioSolution - Interface in org.gradle.ide.visualstudio
-
A visual studio solution, representing one or more native binaries in a build.
W
- War - Class in org.gradle.api.tasks.bundling
-
Assembles a WAR archive.
- War() - Constructor for class org.gradle.api.tasks.bundling.War
- WAR_EXTENSION - Static variable in class org.gradle.api.tasks.bundling.War
- WAR_TASK_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
- warn(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
-
Configures logging options for warn level.
- WARN - org.gradle.api.AntBuilder.AntMessagePriority
- WARN - org.gradle.api.file.DuplicatesStrategy
-
Do not attempt to prevent duplicates, but log a warning message when multiple items are to be created at the same path.
- WARN - org.gradle.api.logging.LogLevel
- WARN - org.gradle.buildinit.InsecureProtocolOption
-
Emit a warning if a URL with an insecure protocol is found.
- WARNING - org.gradle.api.problems.Severity
- WARNING - org.gradle.tooling.model.kotlin.dsl.EditorReportSeverity
- WARNING - Static variable in interface org.gradle.tooling.events.problems.Severity
-
Warning-level severity.
- WarningMode - Enum in org.gradle.api.logging.configuration
-
Specifies the warning mode a user wants to see.
- WarPlugin - Class in org.gradle.api.plugins
-
A
Plugin
which extends theJavaPlugin
to add tasks which assemble a web application into a WAR file. - WarPlugin(ObjectFactory, ImmutableAttributesFactory) - Constructor for class org.gradle.api.plugins.WarPlugin
- WarPluginConvention - Class in org.gradle.api.plugins
-
Deprecated.Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.
- WarPluginConvention() - Constructor for class org.gradle.api.plugins.WarPluginConvention
-
Deprecated.
- WbDependentModule - Class in org.gradle.plugins.ide.eclipse.model
-
A wtp descriptor dependent module entry.
- WbDependentModule(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- WbDependentModule(String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.WbDependentModule
- WbDependentModule(String, String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.WbDependentModule
-
Constructor for WbDependentModule
- WbModuleEntry - Interface in org.gradle.plugins.ide.eclipse.model
-
Represents an entry in
wb-module
. - WbProperty - Class in org.gradle.plugins.ide.eclipse.model
-
A wtp descriptor property entry.
- WbProperty(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.WbProperty
- WbProperty(String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.WbProperty
- WbResource - Class in org.gradle.plugins.ide.eclipse.model
-
A wtp descriptor resource entry.
- WbResource(Node) - Constructor for class org.gradle.plugins.ide.eclipse.model.WbResource
- WbResource(String, String) - Constructor for class org.gradle.plugins.ide.eclipse.model.WbResource
- WEB_APP_GROUP - Static variable in class org.gradle.api.plugins.WarPlugin
-
Deprecated.This constant scheduled for removal in Gradle 9.0
- WEB_LIBS_CONTAINER - Static variable in class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
- webInf(Closure) - Method in class org.gradle.api.tasks.bundling.War
-
Adds some content to the
WEB-INF
directory for this WAR archive. - webInf(Action<? super CopySpec>) - Method in class org.gradle.api.tasks.bundling.War
-
Adds some content to the
WEB-INF
directory for this WAR archive. - webModule(String, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Add a web module to the deployment descriptor.
- WelcomeMessageConfiguration - Class in org.gradle.api.launcher.cli
-
Configures when to display the welcome message on the command line.
- WelcomeMessageConfiguration(WelcomeMessageDisplayMode) - Constructor for class org.gradle.api.launcher.cli.WelcomeMessageConfiguration
- WelcomeMessageDisplayMode - Enum in org.gradle.api.launcher.cli
-
The possible strategies for displaying a welcome message on the command line.
- whenElementFinalized(Class<S>, Action<? super S>) - Method in interface org.gradle.language.BinaryCollection
-
Registers an action to execute when an element of the given type is finalized.
- whenElementFinalized(Action<? super T>) - Method in interface org.gradle.language.BinaryCollection
-
Registers an action to execute when an element is finalized.
- whenElementKnown(Class<S>, Action<? super S>) - Method in interface org.gradle.language.BinaryCollection
-
Registers an action to execute when an element of the given type becomes known.
- whenElementKnown(Action<? super T>) - Method in interface org.gradle.language.BinaryCollection
-
Registers an action to execute when an element becomes known.
- whenFinalized(Action<? super T>) - Method in interface org.gradle.language.BinaryProvider
-
Registers an action to execute when the binary has been configured.
- whenMerged(Closure) - Method in class org.gradle.plugins.ide.api.FileContentMerger
-
Adds a closure to be called after content is loaded from existing file and after gradle build information is merged.
- whenMerged(Action<?>) - Method in class org.gradle.plugins.ide.api.FileContentMerger
-
Adds an action to be called after content is loaded from existing file and after gradle build information is merged.
- whenObjectAdded(Closure) - Method in interface org.gradle.api.DomainObjectCollection
-
Adds a closure to be called when an object is added to this collection.
- whenObjectAdded(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
-
Adds an
Action
to be executed when an object is added to this collection. - whenObjectRemoved(Closure) - Method in interface org.gradle.api.DomainObjectCollection
-
Adds a closure to be called when an object is removed from this collection.
- whenObjectRemoved(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
-
Adds an
Action
to be executed when an object is removed from this collection. - whenPluginAdded(Closure) - Method in interface org.gradle.api.plugins.PluginCollection
-
Adds a closure to be called when a plugin is added to this collection.
- whenPluginAdded(Action<? super T>) - Method in interface org.gradle.api.plugins.PluginCollection
-
Adds an
Action
to be executed when a plugin is added to this collection. - whenReady(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Adds a closure to be called when this graph has been populated.
- whenReady(Action<TaskExecutionGraph>) - Method in interface org.gradle.api.execution.TaskExecutionGraph
-
Adds an action to be called when this graph has been populated.
- whenTaskAdded(Closure) - Method in interface org.gradle.api.tasks.TaskCollection
-
Adds a closure to be called when a task is added to this collection.
- whenTaskAdded(Action<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
-
Adds an
Action
to be executed when a task is added to this collection. - WINDOWS - org.gradle.platform.OperatingSystem
- WINDOWS - Static variable in class org.gradle.nativeplatform.OperatingSystemFamily
-
The Windows operating system family.
- WindowsResourceCompile - Class in org.gradle.language.rc.tasks
-
Compiles Windows Resource scripts into .res files.
- WindowsResourceCompile() - Constructor for class org.gradle.language.rc.tasks.WindowsResourceCompile
- WindowsResourceScriptPlugin - Class in org.gradle.language.rc.plugins
-
Adds core language support for Windows resource script files.
- WindowsResourceScriptPlugin() - Constructor for class org.gradle.language.rc.plugins.WindowsResourceScriptPlugin
- WindowsResourceSet - Interface in org.gradle.language.rc
-
A set of Windows Resource definition files.
- WindowsResourcesPlugin - Class in org.gradle.language.rc.plugins
-
A plugin for projects wishing to build native binary components from Windows Resource sources.
- WindowsResourcesPlugin() - Constructor for class org.gradle.language.rc.plugins.WindowsResourcesPlugin
- windowTitle(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- windowTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
- with(CopySpec...) - Method in interface org.gradle.api.file.CopySpec
-
Adds the given specs as a child of this spec.
- with(CopySpec...) - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Adds the given specs as a child of this spec.
- withArguments(Iterable<String>) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Specify the command line build arguments.
- withArguments(Iterable<String>) - Method in interface org.gradle.tooling.LongRunningOperation
-
Specify the command line build arguments.
- withArguments(String...) - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets the build arguments.
- withArguments(String...) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Specify the command line build arguments.
- withArguments(String...) - Method in interface org.gradle.tooling.LongRunningOperation
-
Specify the command line build arguments.
- withArguments(List<String>) - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets the build arguments.
- withArguments(Action<? super List<String>>) - Method in interface org.gradle.nativeplatform.toolchain.CommandLineToolConfiguration
-
Adds an action that will be applied to the command-line arguments prior to execution.
- withArtifacts(Class<? extends Component>, Class<? extends Artifact>...) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
-
Defines the type of component that is expected in the result, and the artifacts to retrieve for components of this type.
- withArtifacts(Class<? extends Component>, Collection<Class<? extends Artifact>>) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
-
Defines the type of component that is expected in the result, and the artifacts to retrieve for components of this type.
- withBuildIdentifier() - Method in interface org.gradle.api.publish.Publication
-
Enables publication of a unique build identifier in Gradle Module Metadata.
- withCancellationToken(CancellationToken) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Sets the cancellation token to use to cancel the operation if required.
- withCancellationToken(CancellationToken) - Method in interface org.gradle.tooling.LongRunningOperation
-
Sets the cancellation token to use to cancel the operation if required.
- withCapabilities(Action<? super MutableCapabilitiesMetadata>) - Method in interface org.gradle.api.artifacts.VariantMetadata
-
Register a rule that modifies the capabilities of this variant.
- withCapability(Object, Action<? super CapabilityResolutionDetails>) - Method in interface org.gradle.api.artifacts.CapabilitiesResolution
-
Configures the resolution strategy of a specific capability.
- withCapability(String, String, Action<? super CapabilityResolutionDetails>) - Method in interface org.gradle.api.artifacts.CapabilitiesResolution
-
Configures the resolution strategy of a specific capability.
- withCapability(Capability, Action<? super CapabilityResolutionDetails>) - Method in interface org.gradle.api.artifacts.CapabilitiesResolution
-
Configures the resolution strategy of a specific capability.
- withClassifier(String) - Method in interface org.gradle.api.artifacts.DependencySubstitutions.Substitution
-
Specifies that the substituted target dependency should use the specified classifier.
- withCompileScopeAttributes(ImmutableAttributes) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
Deprecated.This method will be removed in Gradle 9.0.
- withContent(Action<? super TextProvider>) - Method in interface org.gradle.ide.visualstudio.TextConfigFile
-
Add an action that can manipulate the generated file content.
- withDebug(boolean) - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets whether debugging support is enabled.
- withDependencies(Action<? super DependencySet>) - Method in interface org.gradle.api.artifacts.Configuration
-
Execute the given action before the configuration first participates in dependency resolution.
- withDependencies(Action<? super DirectDependenciesMetadata>) - Method in interface org.gradle.api.artifacts.VariantMetadata
-
Register a rule that modifies the dependencies of this variant.
- withDependencyConstraints(Action<? super DependencyConstraintsMetadata>) - Method in interface org.gradle.api.artifacts.VariantMetadata
-
Register a rule that modifies the dependency constraints of this variant.
- withEnvironment(Map<String, String>) - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets the environment variables for the build.
- withException(Throwable) - Method in interface org.gradle.api.problems.ProblemSpec
-
The exception causing this problem.
- withFiles(Action<? super MutableVariantFilesMetadata>) - Method in interface org.gradle.api.artifacts.VariantMetadata
-
Register a rule that modifies the artifacts of this variant.
- withGradleDistribution(URI) - Method in class org.gradle.testkit.runner.GradleRunner
-
Configures the runner to execute the build using the distribution of Gradle specified.
- withGradleInstallation(File) - Method in class org.gradle.testkit.runner.GradleRunner
-
Configures the runner to execute the build using the installation of Gradle specified.
- withGradleUserHomeDir(File) - Method in class org.gradle.testfixtures.ProjectBuilder
-
Specifies the Gradle user home for the builder.
- withGradleVersion(String) - Method in class org.gradle.testkit.runner.GradleRunner
-
Configures the runner to execute the build with the version of Gradle specified.
- withId(String, Action<? super Plugin>) - Method in interface org.gradle.api.plugins.PluginContainer
-
Executes or registers an action for a plugin with given id.
- withJavadocJar() - Method in interface org.gradle.api.plugins.FeatureSpec
-
Automatically package Javadoc and register the produced JAR as a variant.
- withJavadocJar() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Adds a task
javadocJar
that will package the output of thejavadoc
task in a JAR with classifierjavadoc
. - withJvmTestClasses(Iterable<String>) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed declared by class name.
- withJvmTestClasses(String...) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed declared by class name.
- withJvmTestMethods(String, Iterable<String>) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed declared by class and methods name.
- withJvmTestMethods(String, String...) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed declared by class and method name.
- withModule(Object, Closure<?>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
-
Adds a component selection rule that will apply to the specified module.
- withModule(Object, Closure<?>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
- withModule(Object, 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 belonging to the specified module.
- withModule(Object, 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 belonging to the specified module.
- withModule(Object, Object) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
-
Adds a rule-source backed component selection rule that will apply to the specified module.
- withModule(Object, Object) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
- withModule(Object, Action<? super ComponentMetadataDetails>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
-
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
- withModule(Object, Action<? super ComponentSelection>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
-
Adds a component selection rule that will apply to the specified module.
- withModule(String, Action<? super VcsMapping>) - Method in interface org.gradle.vcs.VcsMappings
-
Adds a mapping rule that may define VCS information for the given module.
- withName(String) - Method in class org.gradle.testfixtures.ProjectBuilder
-
Specifies the name for the project
- withNamespace(String) - Method in interface org.gradle.plugin.use.PluginId
-
Takes this unqualified plugin ID and adds a namespace.
- withNormalizer(Class<? extends FileNormalizer>) - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Sets the normalizer to use for this property.
- withoutArtifactSelectors() - Method in interface org.gradle.api.artifacts.ArtifactSelectionDetails
-
Removes all artifact selectors, if any.
- withoutArtifactSelectors() - Method in interface org.gradle.api.artifacts.DependencySubstitutions.Substitution
-
Specifies that substituted dependencies must not carry any artifact selector.
- withoutBuildIdentifier() - Method in interface org.gradle.api.publish.Publication
-
Disables publication of a unique build identifier in Gradle Module Metadata.
- withoutClassifier() - Method in interface org.gradle.api.artifacts.DependencySubstitutions.Substitution
-
Specifies that the substituted dependency mustn't have any classifier.
- withoutVersion() - Method in interface org.gradle.api.initialization.dsl.VersionCatalogBuilder.LibraryAliasBuilder
-
Do not associate this alias to a particular version, in which case the dependency notation will just have group and artifact.
- withParent(Project) - Method in class org.gradle.testfixtures.ProjectBuilder
-
Specifies the parent project.
- withPatchNumber() - Static method in class org.gradle.util.VersionNumber
-
Deprecated.Returns the MAJOR.MINOR.MICRO.PATCH-QUALIFIER scheme.
- withPathSensitivity(PathSensitivity) - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Sets which part of the path of files should be considered during up-to-date checks and build cache key calculations.
- withPlugin(String, Action<? super AppliedPlugin>) - Method in interface org.gradle.api.plugins.PluginManager
-
Executes the given action when the specified plugin is applied.
- withPluginClasspath() - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets the plugin classpath based on the Gradle plugin development plugin conventions.
- withPluginClasspath(Iterable<? extends File>) - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets the injected plugin classpath for the build.
- withProjectDir(File) - Method in class org.gradle.testfixtures.ProjectBuilder
-
Specifies the project directory for the project to build.
- withProjectDir(File) - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets the directory that the Gradle will be executed in.
- withProjectPath(String) - Method in interface org.gradle.nativeplatform.NativeLibraryRequirement
-
Creates a copy of this requirement with the specified project path
- withProperties(Closure) - Method in class org.gradle.plugins.ide.api.PropertiesFileContentMerger
-
Adds a closure to be called when the file has been created.
- withProperties(Action<Properties>) - Method in class org.gradle.plugins.ide.api.PropertiesFileContentMerger
-
Adds an action to be called when the file has been created.
- withPropertyName(String) - Method in interface org.gradle.api.tasks.TaskFilePropertyBuilder
-
Sets the name for this property.
- withPropertyName(String) - Method in interface org.gradle.api.tasks.TaskInputFilePropertyBuilder
-
Sets the name for this property.
- withPropertyName(String) - Method in interface org.gradle.api.tasks.TaskOutputFilePropertyBuilder
-
Sets the name for this property.
- withResource(String, Action<? super InputStream>) - Method in interface org.gradle.api.artifacts.repositories.RepositoryResourceAccessor
-
Perform an action on the contents of a remote resource.
- withRuntimeScopeAttributes(ImmutableAttributes) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
Deprecated.This method will be removed in Gradle 9.0.
- withSourcesJar() - Method in interface org.gradle.api.plugins.FeatureSpec
-
Automatically package sources from the linked
SourceSet
and register the produced JAR as a variant. - withSourcesJar() - Method in interface org.gradle.api.plugins.JavaPluginExtension
-
Adds a task
sourcesJar
that will package the Java sources of the mainSourceSet
in a JAR with classifiersources
. - withSystemProperties(Map<String, String>) - Method in interface org.gradle.tooling.ConfigurableLauncher
-
Sets system properties to pass to the build.
- withSystemProperties(Map<String, String>) - Method in interface org.gradle.tooling.LongRunningOperation
-
Sets system properties to pass to the build.
- withTaskAndTestClasses(String, Iterable<String>) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed declared by the container task and the class name.
- withTaskAndTestMethods(String, String, Iterable<String>) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed declared by the container task, class and method name.
- withTestKitDir(File) - Method in class org.gradle.testkit.runner.GradleRunner
-
Sets the directory to use for TestKit's working storage needs.
- withTests(Iterable<? extends TestOperationDescriptor>) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed by passing test descriptors received from a previous Gradle Run.
- withTests(TestOperationDescriptor...) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed by passing test descriptors received from a previous Gradle Run.
- withTestsFor(Action<TestSpecs>) - Method in interface org.gradle.tooling.TestLauncher
-
Adds tests to be executed declared using a fine-grained test selection API.
- withType(Class<S>) - Method in interface org.gradle.api.DomainObjectCollection
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>) - Method in interface org.gradle.api.DomainObjectSet
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>) - Method in interface org.gradle.api.NamedDomainObjectCollection
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>) - Method in interface org.gradle.api.NamedDomainObjectList
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>) - Method in interface org.gradle.api.NamedDomainObjectSet
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>) - Method in interface org.gradle.api.plugins.PluginCollection
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>) - Method in interface org.gradle.api.tasks.TaskCollection
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>) - Method in interface org.gradle.model.ModelMap
-
Returns a collection containing the items from this collection which are of the specified type.
- withType(Class<S>, Closure) - Method in interface org.gradle.api.DomainObjectCollection
-
Returns a collection containing the objects in this collection of the given type.
- withType(Class<S>, Class<? extends RuleSource>) - Method in interface org.gradle.model.ModelMap
-
Applies the given rules to all items of the collection of the given type.
- withType(Class<S>, Action<? super S>) - Method in interface org.gradle.api.DomainObjectCollection
-
Returns a collection containing the objects in this collection of the given type.
- withType(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.
- withVariant(String, Action<? super VariantMetadata>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
-
Add a rule for adjusting an existing variant of the component.
- withVariantReselection() - Method in interface org.gradle.api.artifacts.ArtifactView.ViewConfiguration
-
When invoked, this view will disregard existing attributes of its parent configuration and re-resolve the artifacts using only the attributes in the view's attribute container.
- withVariantsFromConfiguration(Configuration, Action<? super ConfigurationVariantDetails>) - Method in interface org.gradle.api.component.AdhocComponentWithVariants
-
Further configure previously declared variants.
- withXml(Closure) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Adds a closure to be called when the XML document has been created.
- withXml(Closure) - Method in class org.gradle.plugins.ide.api.XmlFileContentMerger
-
Adds a closure to be called when the file has been created.
- withXml(Action<? super XmlProvider>) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
-
Allow configuration of the descriptor, after it has been generated according to the input data.
- withXml(Action<? super XmlProvider>) - Method in interface org.gradle.api.publish.maven.MavenPom
-
Allows configuration of the POM, after it has been generated according to the input data.
- withXml(Action<? super XmlProvider>) - Method in interface org.gradle.ide.visualstudio.XmlConfigFile
-
Add an action that can manipulate the generated file content.
- withXml(Action<? super XmlProvider>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Adds an action to be called when the XML document has been created.
- withXml(Action<? super XmlProvider>) - Method in class org.gradle.plugins.ide.api.XmlFileContentMerger
-
Adds an action to be called when the file has been created.
- WORK_ITEM - org.gradle.tooling.events.OperationType
-
Flag for work item operation progress events.
- WorkAction<T extends WorkParameters> - Interface in org.gradle.workers
-
Represents the implementation of a unit of work to be used when submitting work to the
WorkerExecutor
. - WorkerExecutionException - Exception in org.gradle.workers
-
Indicates that a failure occurred during execution of work in a worker.
- WorkerExecutionException(String) - Constructor for exception org.gradle.workers.WorkerExecutionException
- WorkerExecutionException(String, Iterable<? extends Throwable>) - Constructor for exception org.gradle.workers.WorkerExecutionException
- WorkerExecutionException(String, Throwable...) - Constructor for exception org.gradle.workers.WorkerExecutionException
- WorkerExecutor - Interface in org.gradle.workers
-
Allows work to be submitted for asynchronous execution.
- WorkerSpec - Interface in org.gradle.workers
-
Represents the common configuration of a worker.
- workingDir(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
-
Sets the working directory for the process.
- workingDir(Object) - Method in class org.gradle.api.tasks.JavaExec
-
Sets the working directory for the process.
- workingDir(Object) - Method in class org.gradle.api.tasks.testing.Test
-
Sets the working directory for the process.
- workingDir(Object) - Method in interface org.gradle.process.ProcessForkOptions
-
Sets the working directory for the process.
- WorkItemFailureResult - Interface in org.gradle.tooling.events.work
-
Describes how a work item operation finished with failures.
- WorkItemFinishEvent - Interface in org.gradle.tooling.events.work
-
An event that informs about a work item having finished its execution.
- WorkItemOperationDescriptor - Interface in org.gradle.tooling.events.work
-
Describes a work item operation for which an event has occurred.
- WorkItemOperationResult - Interface in org.gradle.tooling.events.work
-
Describes the result of running a work item operation.
- WorkItemProgressEvent - Interface in org.gradle.tooling.events.work
-
Root interface for all events that signal progress while executing a work item.
- WorkItemStartEvent - Interface in org.gradle.tooling.events.work
-
An event that informs about a work item having started its execution.
- WorkItemSuccessResult - Interface in org.gradle.tooling.events.work
-
Describes how a work item operation finished successfully.
- WorkParameters - Interface in org.gradle.workers
-
Marker interface for parameter objects to
WorkAction
s. - WorkParameters.None - Class in org.gradle.workers
-
Used for work actions without parameters.
- WorkQueue - Interface in org.gradle.workers
-
Represents a queue of work items with a uniform set of worker requirements.
- WorkResult - Interface in org.gradle.api.tasks
-
Provides information about some work which was performed.
- WorkResults - Class in org.gradle.api.tasks
-
Helps access trivial
WorkResult
objects. - workspace(Closure) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA workspace information.
- workspace(Action<? super IdeaWorkspace>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
-
Configures IDEA workspace information.
- Workspace - Class in org.gradle.plugins.ide.idea.model
-
Represents the customizable elements of an ipr (via XML hooks everything of the ipr is customizable).
- Workspace(XmlTransformer) - Constructor for class org.gradle.plugins.ide.idea.model.Workspace
- Wrapper - Class in org.gradle.api.tasks.wrapper
-
Generates scripts (for *nix and windows) which allow you to build your project with Gradle, without having to install Gradle.
- Wrapper() - Constructor for class org.gradle.api.tasks.wrapper.Wrapper
- Wrapper.DistributionType - Enum in org.gradle.api.tasks.wrapper
-
Specifies the Gradle distribution type.
- Wrapper.PathBase - Enum in org.gradle.api.tasks.wrapper
-
Specifies how the wrapper path should be interpreted.
- WrapperPlugin - Class in org.gradle.buildinit.plugins
-
The wrapper plugin.
- WrapperPlugin() - Constructor for class org.gradle.buildinit.plugins.WrapperPlugin
- WrapperVersionsResources - Interface in org.gradle.api.tasks.wrapper
-
Wrapper versions resources.
- WrapUtil - Class in org.gradle.util
-
Deprecated.Will be removed in Gradle 9.0.
- WrapUtil() - Constructor for class org.gradle.util.WrapUtil
-
Deprecated.
- write(File) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
- write(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
- write(JavadocOptionFileWriterContext) - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
- writeEntryAttributes(Node) - Method in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
- writeFile(String, File) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- writeFile(String, File, String) - Static method in class org.gradle.util.GFileUtils
-
Deprecated.
- WriteOnlyModelViewException - Exception in org.gradle.model
-
Thrown when an attempt is made to read the value of a model element that is not readable at the time.
- WriteOnlyModelViewException(String, ModelPath, ModelType<?>, ModelRuleDescriptor) - Constructor for exception org.gradle.model.WriteOnlyModelViewException
- writeProperties() - Method in class org.gradle.api.tasks.WriteProperties
- WriteProperties - Class in org.gradle.api.tasks
-
Writes a
Properties
in a way that the results can be expected to be reproducible. - WriteProperties() - Constructor for class org.gradle.api.tasks.WriteProperties
- writeTo(OutputStream) - Method in interface org.gradle.caching.BuildCacheEntryWriter
-
Writes a build cache entry to the given stream.
- writeTo(Writer) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Writes the deployment descriptor into a writer.
- writeTo(Object) - Method in interface org.gradle.api.java.archives.Manifest
-
Writes the manifest into a file.
- writeTo(Object) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
Writes the deployment descriptor into a file.
- wtp(Closure) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse wtp information
- wtp(Action<? super EclipseWtp>) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseModel
-
Configures eclipse wtp information
- WtpComponent - Class in org.gradle.plugins.ide.eclipse.model
-
Creates the .settings/org.eclipse.wst.common.component file for WTP projects.
- WtpComponent(XmlTransformer) - Constructor for class org.gradle.plugins.ide.eclipse.model.WtpComponent
- WtpFacet - Class in org.gradle.plugins.ide.eclipse.model
-
Creates the .settings/org.eclipse.wst.common.project.facet.core.xml file for WTP projects.
- WtpFacet(XmlTransformer) - Constructor for class org.gradle.plugins.ide.eclipse.model.WtpFacet
X
- X86 - org.gradle.platform.Architecture
-
32-bit complex instruction set computer (CISC) architectures, including "x32", "i386", "x86"..
- X86 - Static variable in class org.gradle.nativeplatform.MachineArchitecture
-
The intel x86 32-bit architecture
- X86_64 - org.gradle.platform.Architecture
-
64-bit variant of the X86 instruction set, including "x64", "x86_64", "amd64", "ia64".
- X86_64 - Static variable in class org.gradle.nativeplatform.MachineArchitecture
-
The intel x86 64-bit architecture
- XcodeExtension - Interface in org.gradle.ide.xcode
-
The configuration for mapping a C++ or Swift project to an XCode project.
- XcodePlugin - Class in org.gradle.ide.xcode.plugins
-
A plugin for creating a XCode project for a gradle project.
- XcodePlugin(GidGenerator, ObjectFactory, IdeArtifactRegistry) - Constructor for class org.gradle.ide.xcode.plugins.XcodePlugin
- XcodeProject - Interface in org.gradle.ide.xcode
-
A xcode project, created from C++ or Swift capable project.
- XcodeRootExtension - Interface in org.gradle.ide.xcode
-
The configuration for mapping a C++ or Swift project to XCode project and workspace.
- XcodeWorkspace - Interface in org.gradle.ide.xcode
-
Represents the generated Xcode workspace.
- XCTest - Class in org.gradle.nativeplatform.test.xctest.tasks
-
Executes XCTest tests.
- XCTest() - Constructor for class org.gradle.nativeplatform.test.xctest.tasks.XCTest
- XCTestConventionPlugin - Class in org.gradle.nativeplatform.test.xctest.plugins
-
A plugin that sets up the infrastructure for testing native binaries with XCTest test framework.
- XCTestConventionPlugin(MacOSSdkPlatformPathLocator, ToolChainSelector, NativeComponentFactory, ObjectFactory, ImmutableAttributesFactory, TargetMachineFactory) - Constructor for class org.gradle.nativeplatform.test.xctest.plugins.XCTestConventionPlugin
- XmlConfigFile - Interface in org.gradle.ide.visualstudio
-
An XML config file generated for Visual Studio.
- XmlFileContentMerger - Class in org.gradle.plugins.ide.api
-
Models the generation/parsing/merging capabilities.
- XmlFileContentMerger(XmlTransformer) - Constructor for class org.gradle.plugins.ide.api.XmlFileContentMerger
- XmlGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> - Class in org.gradle.plugins.ide.api
-
A convenience superclass for those tasks which generate XML configuration files from a domain object of type T.
- XmlGeneratorTask() - Constructor for class org.gradle.plugins.ide.api.XmlGeneratorTask
- XmlProvider - Interface in org.gradle.api
-
Provides various ways to access the content of an XML document.
Z
- ZINC_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.scala.ScalaBasePlugin
- zip(Provider<A>, Provider<B>, BiFunction<? super A, ? super B, ? extends R>) - Method in interface org.gradle.api.provider.ProviderFactory
-
Returns a provider which value will be computed by combining a provider value with another provider value using the supplied combiner function.
- zip(Provider<U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface org.gradle.api.provider.Provider
-
Returns a provider which value will be computed by combining this provider value with another provider value using the supplied combiner function.
- Zip - Class in org.gradle.api.tasks.bundling
-
Assembles a ZIP archive.
- Zip() - Constructor for class org.gradle.api.tasks.bundling.Zip
- ZIP_EXTENSION - Static variable in class org.gradle.api.tasks.bundling.Zip
- ZIP_TYPE - Static variable in interface org.gradle.api.artifacts.type.ArtifactTypeDefinition
-
Represents a zip file
- ZipEntryCompression - Enum in org.gradle.api.tasks.bundling
-
Specifies the compression level of an archives contents.
- zipTree(Object) - Method in interface org.gradle.api.file.ArchiveOperations
-
Creates a read-only
FileTree
which contains the contents of the given ZIP file, as defined byProject.zipTree(Object)
. - zipTree(Object) - Method in interface org.gradle.api.Project
-
Creates a new
FileTree
which contains the contents of the given ZIP file. - zipTree(Object) - Method in interface org.gradle.api.Script
-
Creates a new
FileTree
which contains the contents of the given ZIP file.
All Classes All Packages