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

A

ABSOLUTE - org.gradle.api.tasks.PathSensitivity
Consider the full path of files and directories.
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
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
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
AbstractExecTask<T extends AbstractExecTask> - Class in org.gradle.api.tasks
AbstractExecTask is the base class for all exec tasks.
AbstractExecTask(Class<T>) - Constructor for class org.gradle.api.tasks.AbstractExecTask
AbstractLibrary - Class in org.gradle.plugins.ide.eclipse.model
Common superclass for the library elements.
AbstractLibrary(Node, FileReferenceFactory) - Constructor for class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
AbstractLibrary(FileReference) - Constructor for class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
AbstractLinkTask - Class in org.gradle.nativeplatform.tasks
Base task for linking a native binary from object files and libraries.
AbstractLinkTask() - Constructor for class org.gradle.nativeplatform.tasks.AbstractLinkTask
AbstractNativeCompileTask - Class in org.gradle.language.nativeplatform.tasks
Compiles native source files into object files.
AbstractNativeCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
AbstractNativePCHCompileTask - Class in org.gradle.language.nativeplatform.tasks
Compiles native header source files into object files.
AbstractNativePCHCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativePCHCompileTask
AbstractNativeSourceCompileTask - Class in org.gradle.language.nativeplatform.tasks
Compiles native source files into object files.
AbstractNativeSourceCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask
AbstractOptions - Class in org.gradle.api.tasks.compile
Base class for compilation-related options.
AbstractOptions() - Constructor for class org.gradle.api.tasks.compile.AbstractOptions
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
The base class for all project report tasks.
AbstractReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.AbstractReportTask
AbstractScalaCompile - Class in org.gradle.language.scala.tasks
An abstract Scala compile task sharing common functionality for compiling scala.
AbstractScalaCompile(BaseScalaCompileOptions) - Constructor for class org.gradle.language.scala.tasks.AbstractScalaCompile
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 task.
AbstractTestTask() - Constructor for class org.gradle.api.tasks.testing.AbstractTestTask
accept(Artifact, File) - Method in interface org.gradle.api.artifacts.maven.PublishFilter
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(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, 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(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
add(Provider<? extends T>) - Method in interface org.gradle.api.provider.HasMultipleValues
Adds an element to the property value.
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.
add(T) - Method in interface org.gradle.api.provider.HasMultipleValues
Adds an element to the property value.
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.
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 of Iterable 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.
addArtifact(PublishArtifact) - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Adds an additional artifact to this deployment.
addAssetDir(File) - Method in interface org.gradle.play.PublicAssets
Add an asset directory to this binary.
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
addConfiguration(ConfigurationContainer, DependencyHandler, EnvJsExtension) - Method in class org.gradle.plugins.javascript.envjs.EnvJsPlugin
addConfiguration(ConfigurationContainer, DependencyHandler, JsHintExtension) - Method in class org.gradle.plugins.javascript.jshint.JsHintPlugin
addDependency(ModuleDependency) - Method in interface org.gradle.api.artifacts.ClientModule
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
addFileOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
addFileOption(String, File) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
addFilter(String, Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Adds a publish filter.
addFilter(String, PublishFilter) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
If you want to deploy more than one artifact you need to define filters to select each of those artifacts.
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.
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.
addMapping(int, Configuration, String) - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Specifies that dependencies of a certain configuration should be mapped against a certain Maven scope.
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.
addProtocolProviderJars(Collection<File>) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Out of the box only uploading to the filesysten and via http is supported.
addResourceDir(File) - Method in interface org.gradle.play.JvmClasses
Add a resource directory to this binary.
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
Adds a listener to this graph, to be notified as tasks are executed.
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.
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
addUserTemplateFormat(String, String, String...) - Method in interface org.gradle.language.twirl.TwirlSourceSet
Adds a custom template format.
addUserTemplateFormat(String, String, String...) - Method in class org.gradle.play.tasks.TwirlCompile
Adds a custom template format.
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.
afterActions(Task) - Method in interface org.gradle.api.execution.TaskActionListener
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 be called immediately after this project has been evaluated.
afterEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
Adds an action to execute 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
This method is call 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.
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
Adds a closure to be called immediately after a task has executed.
afterTask(Action<Task>) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds an action to be called immediately after a task has executed.
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.
AGGREGATING - org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
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 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.
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 - org.gradle.api.logging.configuration.ShowStacktrace
ALWAYS - org.gradle.workers.ForkMode
Always fork, aka.
ALWAYS_ACCEPT - Static variable in interface org.gradle.api.artifacts.maven.PublishFilter
ALWAYS_FULL - org.gradle.api.logging.configuration.ShowStacktrace
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
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.
announce(String, String) - Method in class org.gradle.api.plugins.announce.AnnouncePluginExtension
Deprecated.
Sends an announcement of the given type.
AnnouncePlugin - Class in org.gradle.api.plugins.announce
Deprecated.
This plugin will be removed in the next major version.
AnnouncePlugin() - Constructor for class org.gradle.api.plugins.announce.AnnouncePlugin
Deprecated.
AnnouncePluginExtension - Class in org.gradle.api.plugins.announce
Deprecated.
AnnouncePluginExtension(ProjectInternal) - Constructor for class org.gradle.api.plugins.announce.AnnouncePluginExtension
Deprecated.
Announcer - Interface in org.gradle.api.plugins.announce
An Announcer allows messages to be sent.
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 an AntBuilder.
antlr(Closure) - Method in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
Configures the Antlr source for this set.
antlr(Action<? super SourceDirectorySet>) - Method in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
Configures the Antlr source for this set.
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
AntlrSourceVirtualDirectory - Interface in org.gradle.api.plugins.antlr
Contract for a Gradle "convention object" 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
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 used by consumers to get the API elements of a component, that is to say the dependencies which are required to compile against that component.
ApiJar - Class in org.gradle.jvm.tasks.api
Assembles an "API Jar" containing only the members of a library's public API.
ApiJar() - Constructor for class org.gradle.jvm.tasks.api.ApiJar
appDirName(String) - Method in class org.gradle.plugins.ear.EarPluginConvention
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.
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
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 runs a project as a Java Application.
ApplicationPlugin() - Constructor for class org.gradle.api.plugins.ApplicationPlugin
ApplicationPluginConvention - Class in org.gradle.api.plugins
The Convention used for configuring the ApplicationPlugin.
ApplicationPluginConvention() - Constructor for class org.gradle.api.plugins.ApplicationPluginConvention
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(ProjectInternal) - Method in class org.gradle.api.distribution.plugins.DistributionPlugin
apply(ProjectInternal) - Method in class org.gradle.api.plugins.HelpTasksPlugin
apply(ProjectInternal) - Method in class org.gradle.api.plugins.JavaBasePlugin
apply(ProjectInternal) - Method in class org.gradle.api.plugins.JavaLibraryDistributionPlugin
apply(ProjectInternal) - Method in class org.gradle.api.plugins.JavaPlugin
apply(ProjectInternal) - Method in class org.gradle.api.plugins.MavenPlugin
apply(ProjectInternal) - Method in class org.gradle.api.plugins.ReportingBasePlugin
apply(ProjectInternal) - Method in class org.gradle.nativeplatform.plugins.NativeComponentModelPlugin
apply(ProjectInternal) - Method in class org.gradle.nativeplatform.plugins.NativeComponentPlugin
apply(ProjectInternal) - Method in class org.gradle.testing.jacoco.plugins.JacocoPlugin
apply(Project) - Method in class org.gradle.api.plugins.announce.AnnouncePlugin
Deprecated.
apply(Project) - Method in class org.gradle.api.plugins.announce.BuildAnnouncementsPlugin
Deprecated.
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.buildcomparison.gradle.CompareGradleBuildsPlugin
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.JavaLibraryPlugin
apply(Project) - Method in class org.gradle.api.plugins.JavaPlatformPlugin
apply(Project) - Method in class org.gradle.api.plugins.osgi.OsgiPlugin
Deprecated.
apply(Project) - Method in class org.gradle.api.plugins.ProjectReportsPlugin
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.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.jvm.plugins.JUnitTestSuitePlugin
apply(Project) - Method in class org.gradle.jvm.plugins.JvmComponentPlugin
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.java.plugins.JavaLanguagePlugin
apply(Project) - Method in class org.gradle.language.jvm.plugins.JvmResourcesPlugin
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.scala.plugins.ScalaLanguagePlugin
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.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.play.plugins.ide.PlayIdePlugin
apply(Project) - Method in class org.gradle.play.plugins.PlayApplicationPlugin
apply(Project) - Method in class org.gradle.play.plugins.PlayCoffeeScriptPlugin
apply(Project) - Method in class org.gradle.play.plugins.PlayJavaScriptPlugin
apply(Project) - Method in class org.gradle.play.plugins.PlayPlugin
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.javascript.base.JavaScriptBasePlugin
apply(Project) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptBasePlugin
apply(Project) - Method in class org.gradle.plugins.javascript.envjs.EnvJsPlugin
apply(Project) - Method in class org.gradle.plugins.javascript.jshint.JsHintPlugin
apply(Project) - Method in class org.gradle.plugins.javascript.rhino.RhinoPlugin
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(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 - Interface in org.gradle.nativeplatform.platform
A cpu architecture.
ARCHITECTURE_ATTRIBUTE - Static variable in class org.gradle.nativeplatform.MachineArchitecture
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 class org.gradle.plugins.javascript.rhino.RhinoShellExec
Cannot set args directly on RhinoShellExec, use RhinoShellExec.setRhinoOptions(List), RhinoShellExec.setScriptArgs(List) and/or RhinoShellExec.setScript(File) instead.
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 class org.gradle.plugins.javascript.rhino.RhinoShellExec
Cannot set args directly on RhinoShellExec, use RhinoShellExec.setRhinoOptions(List), RhinoShellExec.setScriptArgs(List) and/or RhinoShellExec.setScript(File) instead.
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.
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.
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
The identifier for a module artifact.
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 of ArtifactRepository 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.
artifactTransform(Class<? extends ArtifactTransform>) - Method in interface org.gradle.api.artifacts.transform.VariantTransform
Deprecated.
Action to transform artifacts for this variant transform.
artifactTransform(Class<? extends ArtifactTransform>, Action<? super ActionConfiguration>) - Method in interface org.gradle.api.artifacts.transform.VariantTransform
Deprecated.
Action to transform artifacts for this variant transform, potentially supplying some configuration to inject into the transform.
ArtifactTransform - Class in org.gradle.api.artifacts.transform
Deprecated.
Use TransformAction instead.
ArtifactTransform() - Constructor for class org.gradle.api.artifacts.transform.ArtifactTransform
Deprecated.
ArtifactTransformException - Exception in org.gradle.api.artifacts.transform
Deprecated.
ArtifactTransformException(File, AttributeContainer, Class<? extends ArtifactTransform>, Throwable) - Constructor for exception org.gradle.api.artifacts.transform.ArtifactTransformException
Deprecated.
ArtifactTransformException(File, AttributeContainer, Throwable) - Constructor for exception org.gradle.api.artifacts.transform.ArtifactTransformException
Deprecated.
Capture a failure during the execution of a file-based transformation.
ArtifactTransformException(ComponentArtifactIdentifier, AttributeContainer, Throwable) - Constructor for exception org.gradle.api.artifacts.transform.ArtifactTransformException
Deprecated.
Capture a failure during the execution of a file-based transformation.
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.
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.
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.
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.
AttributeDisambiguationRule<T> - Interface in org.gradle.api.attributes
A rule that selects the best value out of a set of two or more 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.
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.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.ForkMode
Let Gradle decide, this is the default.
AUTO - org.gradle.workers.IsolationMode
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.
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.

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(ProjectPublicationRegistry, ProjectConfigurationActionContainer, ImmutableModuleIdentifierFactory) - Constructor for class org.gradle.api.plugins.BasePlugin
BasePluginConvention - Class in org.gradle.api.plugins
A Convention used for the BasePlugin.
BasePluginConvention() - Constructor for class org.gradle.api.plugins.BasePluginConvention
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(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
This method is called immediately before the task starts performing its actions.
beforeApply() - Method in class org.gradle.api.plugins.quality.FindBugsPlugin
Deprecated.
beforeApply() - Method in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
beforeConfigured - Variable in class org.gradle.plugins.ide.api.GeneratorTask
beforeDeployment(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenResolver
Adds a closure to be executed immediately before a deployment to this resolver.
beforeDeployment(Action<? super MavenDeployment>) - Method in interface org.gradle.api.artifacts.maven.MavenResolver
Adds an action to be executed immediately before a deployment to this resolver.
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 be called immediately before this project is evaluated.
beforeEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
Adds an action to execute 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
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.
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.
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
Adds a closure to be called immediately before a task is executed.
beforeTask(Action<Task>) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds an action to be called immediately before a task is executed.
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.
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.
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
BrowserEvaluate - Class in org.gradle.plugins.javascript.envjs.browser
BrowserEvaluate() - Constructor for class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
BrowserEvaluator - Interface in org.gradle.plugins.javascript.envjs.browser
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_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 more Task 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 directly Buildable 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.
BuildAnnouncementsPlugin - Class in org.gradle.api.plugins.announce
Deprecated.
This plugin will be removed in the next major version.
BuildAnnouncementsPlugin() - Constructor for class org.gradle.api.plugins.announce.BuildAnnouncementsPlugin
Deprecated.
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 a BuildCacheService.
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.
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.
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
buildFinished(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when the build is completed.
buildFinished(Action<? super BuildResult>) - Method in interface org.gradle.api.invocation.Gradle
Adds an action to be called when the build is completed.
buildFinished(BuildResult) - Method in class org.gradle.BuildAdapter
buildFinished(BuildResult) - Method in interface org.gradle.BuildListener
Called when the build is completed.
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.
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.
BuildResult - Class in org.gradle
A BuildResult packages up the results of a build executed by a GradleLauncher instance.
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.
buildStarted(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when the build is started.
buildStarted(Action<? super Gradle>) - Method in interface org.gradle.api.invocation.Gradle
Adds an action to be called when the build is started.
buildStarted(Gradle) - Method in class org.gradle.BuildAdapter
buildStarted(Gradle) - Method in interface org.gradle.BuildListener
Called when the build is started.
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 BuildTypes.
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.
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
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
Denotates a rule which execution is subject to 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
Attached to an TransformAction type to indicate 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.
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.
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 more LongRunningOperation instances.
capabilities(Action<? super ModuleDependencyCapabilitiesHandler>) - Method in interface org.gradle.api.artifacts.ModuleDependency
Configures the requested capabilities of this dependency.
CapabilitiesMetadata - Interface in org.gradle.api.capabilities
Gives access to the list of capabilities of a component.
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.
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.
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.
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.
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
A Plugin which makes the Clang compiler available for compiling C/C++ code.
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
ClassDirectoryBinarySpec - Interface in org.gradle.jvm
An exploded binary containing resources and compiled class files.
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 - Static variable in interface org.gradle.api.artifacts.Dependency
CLASSLOADER - org.gradle.workers.IsolationMode
Isolate the work in it's own classloader, use in-process workers.
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(Iterable<File>) - Method in interface org.gradle.workers.WorkerConfiguration
Adds a set of files to the classpath associated with the worker.
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 - Interface in org.gradle.jvm
A collection of files to be used as a class path.
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_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
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
clear() - Method in interface org.gradle.api.plugins.PluginCollection
Deprecated.
plugins cannot be removed.
ClientModule - Interface in org.gradle.api.artifacts
To model a module in your dependency declarations.
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.
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
CoffeeScriptBasePlugin - Class in org.gradle.plugins.javascript.coffeescript
CoffeeScriptBasePlugin() - Constructor for class org.gradle.plugins.javascript.coffeescript.CoffeeScriptBasePlugin
CoffeeScriptCompile - Class in org.gradle.plugins.javascript.coffeescript
CoffeeScriptCompile() - Constructor for class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
CoffeeScriptCompileOptions - Class in org.gradle.plugins.javascript.coffeescript
CoffeeScriptCompileOptions() - Constructor for class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
CoffeeScriptCompiler - Interface in org.gradle.plugins.javascript.coffeescript
CoffeeScriptCompileSpec - Interface in org.gradle.plugins.javascript.coffeescript
CoffeeScriptExtension - Class in org.gradle.plugins.javascript.coffeescript
CoffeeScriptExtension() - Constructor for class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
CoffeeScriptSourceSet - Interface in org.gradle.language.coffeescript
Represents a source set for CoffeeScript sources
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.
Comparator(Namer<? super T>) - Constructor for class org.gradle.api.Namer.Comparator
compare(T, T) - Method in class org.gradle.api.Namer.Comparator
CompareGradleBuilds - Class in org.gradle.api.plugins.buildcomparison.gradle
Executes two Gradle builds (that can be the same build) with specified versions and compares the outcomes.
CompareGradleBuilds() - Constructor for class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
CompareGradleBuildsPlugin - Class in org.gradle.api.plugins.buildcomparison.gradle
Preconfigures the project to run a gradle build comparison.
CompareGradleBuildsPlugin() - Constructor for class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuildsPlugin
compareTo(RelativePath) - Method in class org.gradle.api.file.RelativePath
compareTo(PgpKeyId) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
CompatibilityAdapterForTaskInputs - Interface in org.gradle.api.tasks
Deprecated.
The interface is only here to allow plugins built against Gradle <4.3 to run and it will be removed in Gradle 6.0.
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.api.tasks.compile.AbstractCompile
compile() - Method in class org.gradle.api.tasks.compile.GroovyCompile
compile() - Method in class org.gradle.api.tasks.compile.JavaCompile
compile() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
compile(IncrementalTaskInputs) - Method in class org.gradle.api.tasks.compile.JavaCompile
compile(CoffeeScriptCompileSpec) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompiler
compile(InputChanges) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
compile(InputChanges) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
COMPILE - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
COMPILE_CLASSPATH_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
The name of the compile classpath configuration.
COMPILE_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
COMPILE_JAVA_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
The name of the task which compiles Java sources.
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_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
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.
CompileOptions - Class in org.gradle.api.tasks.compile
Main options for Java compilation.
CompileOptions(ProjectLayout, ObjectFactory) - Constructor for class org.gradle.api.tasks.compile.CompileOptions
CompilerArgumentProvider - Interface in org.gradle.api.tasks.compile
Deprecated.
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
Displays some details about the software components produced by the project.
ComponentReport() - Constructor for class org.gradle.api.reporting.components.ComponentReport
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_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 blacklist 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.
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.
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 other Spec 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.
Conf2ScopeMapping - Class in org.gradle.api.artifacts.maven
An immutable mapping to map a dependency configuration to a Maven scope.
Conf2ScopeMapping(Integer, Configuration, String) - Constructor for class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Constructs a Conf2ScopeMapping.
Conf2ScopeMappingContainer - Interface in org.gradle.api.artifacts.maven
Defines a set of rules for how to map the Gradle dependencies to a POM.
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.
ConfigurableFileCollection - Interface in org.gradle.api.file
A ConfigurableFileCollection is a mutable FileCollection.
configurableFiles(Object...) - Method in interface org.gradle.api.file.ProjectLayout
Deprecated.
Please use ObjectFactory.fileCollection() instead.
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.
ConfigurableLauncher<T extends ConfigurableLauncher> - 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.
Configuration - Interface in org.gradle.api.artifacts
A Configuration represents a group of artifacts and their dependencies.
CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
Configuration.Namer - Class in org.gradle.api.artifacts
A Namer namer for configurations that returns Configuration.getName().
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.
configurations(Closure) - Method in interface org.gradle.api.Project
Configures the dependency configurations for this project.
configurations(Action<? super IvyConfigurationContainer>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Defines some IvyConfigurations 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 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(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 class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryProvider
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
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.FindBugsPlugin
Deprecated.
configureConfiguration(Configuration) - Method in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
configureConfiguration(Configuration) - Method in class org.gradle.api.plugins.quality.PmdPlugin
configureConfigurations(ConfigurationContainer) - Method in class org.gradle.api.plugins.WarPlugin
configureDefaultOutputPathForJacocoMerge() - Method in class org.gradle.testing.jacoco.plugins.JacocoPlugin
Deprecated.
This method will be made private in a future version of Gradle.
configureDefaultRhinoDependency(Configuration, DependencyHandler, RhinoExtension) - Method in class org.gradle.plugins.javascript.rhino.RhinoPlugin
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.
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, FindBugs) - Method in class org.gradle.api.plugins.quality.FindBugsPlugin
Deprecated.
configureForSourceSet(SourceSet, JDepend) - Method in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
configureForSourceSet(SourceSet, Pmd) - Method in class org.gradle.api.plugins.quality.PmdPlugin
configureJavaExec(JavaExecSpec) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
configureRuntimeClasspath(JvmTestSuiteBinarySpecInternal, ServiceRegistry, ModelSchemaStore) - Method in class org.gradle.jvm.plugins.JvmTestSuiteBasePlugin
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(FindBugs, String) - Method in class org.gradle.api.plugins.quality.FindBugsPlugin
Deprecated.
configureTaskDefaults(JDepend, String) - Method in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
configureTaskDefaults(Pmd, String) - Method in class org.gradle.api.plugins.quality.PmdPlugin
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.
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 - 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.
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.
content(Action<? super RepositoryContentDescriptor>) - Method in interface org.gradle.api.artifacts.repositories.ArtifactRepository
Configures the content of this repository.
contentEquals(Dependency) - Method in interface org.gradle.api.artifacts.Dependency
Returns whether two dependencies have identical values for their properties.
ContentFilterable - Interface in org.gradle.api.file
Represents some binary resource whose content can be filtered.
contents(Action<? super CopySpec>) - Method in interface org.gradle.api.distribution.Distribution
Configures the contents of the distribution.
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<? 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(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 for this property.
convention(RegularFile) - Method in interface org.gradle.api.file.RegularFileProperty
Specifies the value to use as the convention 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 of the value to use as the convention for this property.
convention(Provider<? extends RegularFile>) - Method in interface org.gradle.api.file.RegularFileProperty
Specifies the provider of the value to use as the convention for this property.
convention(Provider<? extends T>) - Method in interface org.gradle.api.provider.Property
Specifies the provider of the value to use as the convention for this property.
convention(T) - Method in interface org.gradle.api.provider.Property
Specifies the value to use as the convention for this property.
Convention - Interface in org.gradle.api.plugins
A Convention manages a set of convention objects.
ConventionProperty - Class in org.gradle.api.dsl
Deprecated.
This class will be removed in Gradle 5.0.
ConventionProperty() - Constructor for class org.gradle.api.dsl.ConventionProperty
Deprecated.
convertClosureToSpec(Closure) - Static method in class org.gradle.api.specs.Specs
copy() - Method in interface org.gradle.api.artifacts.ClientModule
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.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.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
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.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.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.
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
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
Injects a FileOperations instance.
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(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) - 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, 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(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.
createApiJar() - Method in class org.gradle.jvm.tasks.api.ApiJar
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
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
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.FindBugsPlugin
Deprecated.
createExtension() - Method in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
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
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.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<T>, Action<? super T>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
Configures the credentials for this repository using the supplied action.
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.
CustomizableHtmlReport - Interface in org.gradle.api.reporting
A HTML Report whose generation can be customized with a XSLT stylesheet.

D

debug(String, Object...) - Method in interface org.gradle.api.logging.Logger
Multiple-parameters friendly debug method
debug(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Convenience method to set DebugOptions with named parameter syntax.
debug(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for debug level.
DEBUG - org.gradle.api.AntBuilder.AntMessagePriority
DEBUG - org.gradle.api.logging.LogLevel
DEBUGGABLE_ATTRIBUTE - Static variable in interface org.gradle.language.cpp.CppBinary
The dependency resolution attribute use to indicate whether a binary is debuggable or not.
DebugOptions - Class in org.gradle.api.tasks.compile
Debug options for Java compilation.
DebugOptions() - Constructor for class org.gradle.api.tasks.compile.DebugOptions
DEFAULT - org.gradle.api.artifacts.ResolutionStrategy.SortOrder
DEFAULT_ARTIFACT_POM_NAME - Static variable in interface org.gradle.api.artifacts.maven.PomFilterContainer
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_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
DEFAULT_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
DEFAULT_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
DEFAULT_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
DEFAULT_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
DEFAULT_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
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_FINDBUGS_VERSION - Static variable in class org.gradle.api.plugins.quality.FindBugsPlugin
Deprecated.
DEFAULT_GRADLE_USER_HOME - Static variable in class org.gradle.StartParameter
The default user home directory.
DEFAULT_HTTP_PORT - Static variable in class org.gradle.play.plugins.PlayApplicationPlugin
DEFAULT_JACOCO_VERSION - Static variable in class org.gradle.testing.jacoco.plugins.JacocoPlugin
The jacoco version used if none is explicitly specified.
DEFAULT_JDEPEND_VERSION - Static variable in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
DEFAULT_JS_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
DEFAULT_JS_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
DEFAULT_JS_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
DEFAULT_MAVEN_CENTRAL_REPO_NAME - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
DEFAULT_MAVEN_DEPLOYER_NAME - Static variable in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
DEFAULT_MAVEN_INSTALLER_NAME - Static variable in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
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_RHINO_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
DEFAULT_RHINO_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
DEFAULT_RHINO_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
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_TASKS - Static variable in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
DEFAULT_TYPE - Static variable in interface org.gradle.api.artifacts.DependencyArtifact
DEFAULT_VERSION - Static variable in interface org.gradle.api.Project
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 - 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 for BinarySignatureType and ArmoredSignatureType signatures.
DefaultSignatureTypeProvider() - Constructor for class org.gradle.plugins.signing.type.DefaultSignatureTypeProvider
DefaultTask - Class in org.gradle.api
DefaultTask is the standard Task implementation.
DefaultTask() - Constructor for class org.gradle.api.DefaultTask
defaultTasks(String...) - Method in interface org.gradle.api.Project
Sets the names of the default tasks of this project.
define(String) - Method in interface org.gradle.nativeplatform.PreprocessingTool
Defines a named preprocessor macros to use when compiling this binary.
define(String, String) - Method in interface org.gradle.nativeplatform.PreprocessingTool
Defines a named preprocessor macro with a value, which will be used when compiling this binary.
define(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.AbstractOptions
DEFLATED - org.gradle.api.tasks.bundling.ZipEntryCompression
Contents are compressed using the 'deflate' algorithm
delete(Object...) - Method in interface org.gradle.api.file.DeleteSpec
Specifies the files to delete.
delete(Object...) - Method in interface org.gradle.api.Project
Deletes files and directories.
delete(Object...) - Method in interface org.gradle.api.Script
Deletes files and directories.
delete(Object...) - Method in class org.gradle.api.tasks.Delete
Adds some files to be deleted by this task.
delete(Action<? super DeleteSpec>) - Method in interface org.gradle.api.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
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(Closure<?>) - Method in interface org.gradle.jvm.JvmApiSpec
Specify the dependencies of this API.
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
An Artifact represents an artifact included in a Dependency.
DependencyConstraint - Interface in org.gradle.api.artifacts
Represents a constraints over all, including transitive, dependencies.
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).
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(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.
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.
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.
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.
DEPENDENT_COMPONENTS_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
DependentComponentsReport - Class in org.gradle.api.reporting.dependents
Displays dependent components.
DependentComponentsReport() - Constructor for class org.gradle.api.reporting.dependents.DependentComponentsReport
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 NativeDependencySets to be built.
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
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
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.
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.
determineName(Configuration) - Method in class org.gradle.api.artifacts.Configuration.Namer
determineName(Named) - Method in class org.gradle.api.Named.Namer
determineName(Task) - Method in class org.gradle.api.Task.Namer
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.
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
Returns a Provider whose value is a Directory whose location is the given path resolved relative to this 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.
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
directoryProperty() - Method in interface org.gradle.api.file.ProjectLayout
Deprecated.
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(Provider<? extends Directory>) - Method in interface org.gradle.api.file.ProjectLayout
Deprecated.
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.
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
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.
DisambiguationRuleChain<T> - Interface in org.gradle.api.attributes
A chain of disambiguation rules.
DIST_LIFECYCLE_TASK_NAME - Static variable in class org.gradle.play.plugins.PlayDistributionPlugin
Distribution - Interface in org.gradle.api.distribution
A distribution allow to bundle an application or a library including dependencies,sources...
DISTRIBUTION_GROUP - Static variable in class org.gradle.play.plugins.PlayDistributionPlugin
DistributionContainer - Interface in org.gradle.api.distribution
A DistributionContainer manages a set of Distribution objects.
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
doCompile() - Method in class org.gradle.play.tasks.PlayCoffeeScriptCompile
doCompile() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
doCopyFrom(PatternSet) - Method in class org.gradle.api.tasks.util.PatternSet
docTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
DOCUMENTATION_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
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 interface org.gradle.api.Task
Adds the given Action to the beginning of this task's action list.
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
doJsHint() - Method in class org.gradle.plugins.javascript.jshint.JsHint
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 interface org.gradle.api.Task
Adds the given Action to the end of this task's action list.
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 specialised Collection that adds the ability to receive modification notifications and use live filtered sub collections.
DomainObjectSet<T> - Interface in org.gradle.api
A DomainObjectSet is a specialisation of DomainObjectCollection that guarantees Set semantics.
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.
doSignOperation(Closure) - Method in class org.gradle.plugins.signing.SigningExtension
doSignOperation(Action<SignOperation>) - Method in class org.gradle.plugins.signing.SigningExtension
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 for or archive entries.

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) - Constructor for class org.gradle.plugins.ear.EarPlugin
Injects an ObjectFactory
EarPluginConvention - Class in org.gradle.plugins.ear
Ear Plugin Convention.
EarPluginConvention() - Constructor for class org.gradle.plugins.ear.EarPluginConvention
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) - 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.
EclipseSourceDirectory - Interface in org.gradle.tooling.model.eclipse
A source directory in an Eclipse project.
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
Element - Interface in org.gradle.tooling.model
Described model element.
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
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
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(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.
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.
EnvJsExtension - Class in org.gradle.plugins.javascript.envjs
EnvJsExtension() - Constructor for class org.gradle.plugins.javascript.envjs.EnvJsExtension
EnvJsPlugin - Class in org.gradle.plugins.javascript.envjs
EnvJsPlugin(WorkerProcessFactory) - Constructor for class org.gradle.plugins.javascript.envjs.EnvJsPlugin
equals(Object) - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
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 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.plugin.devel.PluginDeclaration
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.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
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
evaluate(String, Writer) - Method in interface org.gradle.plugins.javascript.envjs.browser.BrowserEvaluator
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.
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.
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.AbstractOptions
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
excludeGroup(String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
Declares that an entire group 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.
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() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
exec(Closure) - Method in interface org.gradle.api.Project
Executes an external command.
exec(Closure) - Method in interface org.gradle.api.Script
Executes an external command.
exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.Project
Executes an external command.
exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.Script
Executes an external command.
Exec - Class in org.gradle.api.tasks
Executes a command line process.
Exec() - Constructor for class org.gradle.api.tasks.Exec
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(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(IncrementalTaskInputs) - Method in class org.gradle.api.plugins.antlr.AntlrTask
execute(BuildController) - Method in interface org.gradle.tooling.BuildAction
Executes this action and returns the result.
execute(T) - Method in interface org.gradle.api.Action
Performs this action against the given object.
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.JacocoMerge
Adds execution data files to be merged.
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.JacocoMerge
Adds execution data generated by a task to the list of those to merge.
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.JacocoMerge
Adds execution data generated by the given tasks to the list of those merged.
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.
exported - Variable in class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
exports(String) - Method in interface org.gradle.jvm.JvmApiSpec
Specify a package to be exported as part of the library API.
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 a Dependency 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 ModuleDependency is a Dependency on a module outside the current project hierarchy.
extraArgs(Iterable<String>) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments (not covered here more explicitly like effort) to be passed along to FindBugs.
extraArgs(String...) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments (not covered here more explicitly like effort) to be passed along to FindBugs.
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 type fixed means that this facet is locked and cannot be simply removed.
FAIL - org.gradle.api.file.DuplicatesStrategy
Throw a DuplicateFileCopyingException when subsequent items are to be created at the same path.
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.
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
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 a RegularFile 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 given Provider.
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
FileChange - Interface in org.gradle.work
A change to a file.
fileCollection() - Method in interface org.gradle.api.model.ObjectFactory
fileCollection(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
fileCollection(Dependency...) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration lazily.
fileCollection(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration lazily.
FileCollection - Interface in org.gradle.api.file
A FileCollection represents a collection of files 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 a Dependency on a collection of local files which are not stored in a repository.
FileContentMerger - Class in org.gradle.plugins.ide.api
Models the generation/parsing/merging capabilities.
FileContentMerger() - Constructor for class org.gradle.plugins.ide.api.FileContentMerger
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.
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.
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
fileProperty() - Method in interface org.gradle.api.file.ProjectLayout
Deprecated.
fileProperty() - Method in interface org.gradle.api.model.ObjectFactory
Creates a new RegularFileProperty that uses the project directory to resolve relative paths, if required.
fileProperty(Provider<? extends RegularFile>) - Method in interface org.gradle.api.file.ProjectLayout
Deprecated.
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
Takes a closure which gets coerced into a Spec.
files(Object...) - Method in interface org.gradle.api.file.ProjectLayout
Creates a FileCollection for the given targets.
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
Resolves this configuration.
files(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
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.
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 FileTree.
FileType - Enum in org.gradle.api.file
The type of a file.
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 a FileTree.
filter(Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default publish filter.
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(String) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
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(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(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.
Finalize - Annotation Type in org.gradle.model
Denotes that the RuleSource method rule carrying this annotation finalizes the rule subject.
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.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.
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.
FindBugs - Class in org.gradle.api.plugins.quality
Deprecated.
FindBugs is unmaintained and does not support bytecode compiled for Java 9 and above.
FindBugs() - Constructor for class org.gradle.api.plugins.quality.FindBugs
Deprecated.
FindBugsExtension - Class in org.gradle.api.plugins.quality
Deprecated.
FindBugs is unmaintained and does not support bytecode compiled for Java 9 and above.
FindBugsExtension(Project) - Constructor for class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
FindBugsPlugin - Class in org.gradle.api.plugins.quality
Deprecated.
FindBugs is unmaintained and does not support bytecode compiled for Java 9 and above.
FindBugsPlugin() - Constructor for class org.gradle.api.plugins.quality.FindBugsPlugin
Deprecated.
FindBugsReports - Interface in org.gradle.api.plugins.quality
Deprecated.
FindBugs is unmaintained and does not support bytecode compiled for Java 9 and above.
FindBugsXmlReport - Interface in org.gradle.api.plugins.quality
Deprecated.
FindBugs is unmaintained and does not support bytecode compiled for Java 9 and above.
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).
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
Locates the plugin convention object with the given type.
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.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.).
FinishEvent - Interface in org.gradle.tooling.events
An event that informs about an operation having finished its execution.
fixed - org.gradle.plugins.ide.eclipse.model.Facet.FacetType
flatDir(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds an 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 an 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.
Flavor - Interface in org.gradle.nativeplatform
Defines a custom variant that differentiate a NativeBinary.
FlavorContainer - Interface in org.gradle.nativeplatform
A container of Flavors.
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.
forClass(byte[]) - Static method in enum org.gradle.api.JavaVersion
forClassVersion(int) - Static method in enum org.gradle.api.JavaVersion
forComponents(Iterable<? extends ComponentIdentifier>) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
Specifies the set of components to include in the result.
forComponents(ComponentIdentifier...) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
Specifies the set of components to include in the result.
fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Convenience method to set ForkOptions with named parameter syntax.
fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Convenience method to set GroovyForkOptions with named parameter syntax.
ForkMode - Enum in org.gradle.workers
Forking mode for workers.
forkOptions(Action<? super JavaForkOptions>) - Method in interface org.gradle.workers.WorkerConfiguration
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.
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.
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(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
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.
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.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.
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.
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.
fromUri(Object) - Method in interface org.gradle.api.resources.TextResourceFactory
Creates a text resource backed by the given uri.
FULL - org.gradle.api.reporting.model.ModelReport.Format
FULL - org.gradle.api.tasks.testing.logging.TestExceptionFormat
Full display of exceptions.
FunctionalSourceSet - Interface in org.gradle.language.base
A container holding LanguageSourceSets 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
generate() - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
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.swiftpm.tasks.GenerateSwiftPackageManagerManifest
generate() - Method in class org.gradle.testing.jacoco.tasks.JacocoReport
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
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
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 filters file.
GenerateFiltersFileTask() - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
GenerateIdeaModule - Class in org.gradle.plugins.ide.idea
Generates an IDEA module file.
GenerateIdeaModule() - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaModule
GenerateIdeaModule(IdeaModule) - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaModule
GenerateIdeaProject - Class in org.gradle.plugins.ide.idea
Generates an IDEA project file for root project *only*.
GenerateIdeaProject() - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaProject
GenerateIdeaProject(IdeaProject) - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaProject
GenerateIdeaWorkspace - Class in org.gradle.plugins.ide.idea
Generates an IDEA workspace file *only* for root project.
GenerateIdeaWorkspace() - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
GenerateIdeaWorkspace(IdeaWorkspace) - Constructor for class org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
GenerateIvyDescriptor - Class in org.gradle.api.publish.ivy.tasks
Generates an Ivy XML Module Descriptor file.
GenerateIvyDescriptor() - Constructor for class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
GenerateMavenPom - Class in org.gradle.api.publish.maven.tasks
Generates a Maven module descriptor (POM) file.
GenerateMavenPom() - Constructor for class org.gradle.api.publish.maven.tasks.GenerateMavenPom
GenerateModuleMetadata - Class in org.gradle.api.publish.tasks
Generates a Gradle metadata file to represent a published SoftwareComponent instance.
GenerateModuleMetadata() - Constructor for class org.gradle.api.publish.tasks.GenerateModuleMetadata
generatePluginDescriptors() - Method in class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
GeneratePluginDescriptors - Class in org.gradle.plugin.devel.tasks
Generates plugin descriptors from plugin declarations.
GeneratePluginDescriptors() - Constructor for class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
GenerateProjectFileTask - Class in org.gradle.ide.visualstudio.tasks
Task for generating a project file.
GenerateProjectFileTask() - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
GenerateSchemeFileTask - Class in org.gradle.ide.xcode.tasks
Task for generating a scheme file.
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 solution file.
GenerateSolutionFileTask() - Constructor for class org.gradle.ide.visualstudio.tasks.GenerateSolutionFileTask
GenerateSwiftPackageManagerManifest - Class in org.gradle.swiftpm.tasks
A task that produces a Swift Package Manager manifest.
GenerateSwiftPackageManagerManifest() - Constructor for class org.gradle.swiftpm.tasks.GenerateSwiftPackageManagerManifest
GenerateWorkspaceSettingsFileTask - Class in org.gradle.ide.xcode.tasks
Task for generating a workspace settings file.
GenerateWorkspaceSettingsFileTask() - Constructor for class org.gradle.ide.xcode.tasks.GenerateWorkspaceSettingsFileTask
GenerateXcodeProjectFileTask - Class in org.gradle.ide.xcode.tasks
Task for generating a project file.
GenerateXcodeProjectFileTask(GidGenerator) - Constructor for class org.gradle.ide.xcode.tasks.GenerateXcodeProjectFileTask
GenerateXcodeWorkspaceFileTask - Class in org.gradle.ide.xcode.tasks
Task for generating a workspace file.
GenerateXcodeWorkspaceFileTask() - Constructor for class org.gradle.ide.xcode.tasks.GenerateXcodeWorkspaceFileTask
generator - Variable in class org.gradle.plugins.ide.api.GeneratorTask
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 - 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
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 interface org.gradle.api.Task
Returns the sequence of Action objects which will be executed by this task, in the order of execution.
getActivePomFilters() - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
getActorFactory() - Method in class org.gradle.api.tasks.testing.Test
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.
getAdditionalImports() - Method in interface org.gradle.language.twirl.TwirlSourceSet
Returns the list of additional imports to add to the generated Scala code.
getAdditionalImports() - Method in class org.gradle.play.tasks.RoutesCompile
Returns the additional imports of the Play Routes compiler.
getAdditionalImports() - Method in class org.gradle.play.tasks.TwirlCompile
Returns the list of additional imports to add to the generated Scala code.
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
getAgentClasspath() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
The Jacoco agent classpath.
getAll() - Method in interface org.gradle.api.artifacts.Configuration
Returns all the configurations belonging to the same configuration container as this configuration (including this configuration).
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 the CompileOptions.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
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.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.
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
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.
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
Returns the directory to place source files generated by annotation processors.
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.
getAnnouncerFactory() - Method in class org.gradle.api.plugins.announce.AnnouncePluginExtension
Deprecated.
getAnt() - Method in class org.gradle.api.AntBuilder
Returns this AntBuilder.
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.plugins.quality.Checkstyle
getAntBuilder() - Method in class org.gradle.api.plugins.quality.CodeNarc
getAntBuilder() - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
getAntBuilder() - Method in class org.gradle.api.plugins.quality.Pmd
getAntBuilder() - Method in class org.gradle.api.tasks.scala.ScalaDoc
getAntBuilder() - Method in class org.gradle.testing.jacoco.tasks.JacocoMerge
getAntBuilder() - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
getAntGroovydoc() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
getAntlr() - Method in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
All Antlr source for this source set.
getAntlrClasspath() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Returns the classpath containing the Ant ANTLR task implementation.
getAntPropertyName(String) - Method in class org.gradle.api.tasks.compile.AbstractOptions
getAntPropertyName(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
getAntPropertyName(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
getAntPropertyValue(String, Object) - Method in class org.gradle.api.tasks.compile.AbstractOptions
getAntPropertyValue(String, Object) - Method in class org.gradle.api.tasks.compile.CompileOptions
getAntPropertyValue(String, Object) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
getApi() - Method in interface org.gradle.jvm.JvmLibrarySpec
The public API of this library.
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.
getApiJarFile() - Method in interface org.gradle.jvm.JarBinarySpec
The API jar file output for this binary.
getAppDirName() - Method in class org.gradle.plugins.ear.EarPluginConvention
The name of the application directory, relative to the project directory.
getAppendix() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
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.
getApplication() - Method in interface org.gradle.play.PlayApplicationBinarySpec
The application that this binary belongs to.
getApplicationDefaultJvmArgs() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
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
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.
getApplicationJar() - Method in class org.gradle.play.tasks.PlayRun
The Play application jar to run.
getApplicationName() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
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
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.api.tasks.bundling.AbstractArchiveTask
getArchivePath() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
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
The base name to use for archive files.
getArchiveVersion() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the version part of the archive name.
getArgs() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the arguments for the command to be executed.
getArgs() - Method in class org.gradle.api.tasks.JavaExec
Returns the arguments passed to the main class to be executed.
getArgs() - Method in interface org.gradle.nativeplatform.Tool
The arguments passed when executing this tool.
getArgs() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Returns the arguments passed to the main class to be executed.
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 interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The command line arguments (excluding tasks) to invoke the build with.
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.artifacts.maven.MavenDeployment
Returns the artifact ID for this deployment.
getArtifactId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the artifact id for this POM.
getArtifactId() - Method in interface org.gradle.api.publish.maven.MavenDependency
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.maven.MavenDeployment
Returns the artifacts which will be deployed.
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
Returns the artifacts which will be uploaded.
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
Gets successfully resolved artifacts.
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.
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.DirectoryProperty
Views the location of this directory as a 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.RegularFile
Returns the location of this file, as an absolute File.
getAsFile() - Method in interface org.gradle.api.file.RegularFileProperty
Views the location of this file as a 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.
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.
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
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.
getAssetDirs() - Method in interface org.gradle.play.PublicAssets
A set of asset directories for this binary.
getAssets() - Method in interface org.gradle.play.PlayApplicationBinarySpec
A buildable object representing the public assets that will be included in the assets jar file.
getAssetsDirs() - Method in class org.gradle.play.tasks.PlayRun
The directories of the assets for the Play application (for live reload functionality).
getAssetsJar() - Method in class org.gradle.play.tasks.PlayRun
The assets jar to run with the Play application.
getAssetsJarFile() - Method in interface org.gradle.play.PlayApplicationBinarySpec
The assets jar file produced for this binary.
getAsSpec() - Method in class org.gradle.api.tasks.util.PatternSet
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 task.
getAt(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
Locates an object by name, failing if there is no such task.
getAt(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
Locates an object by name, failing if there is no such task.
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 task.
getAttachedArtifacts() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the additional artifacts for this deployment.
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.
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.
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
Tells if automatic JVM targetting 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.
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.distribution.Distribution
The baseName of the distribution, used in naming the distribution archives.
getBaseName() - Method in interface org.gradle.api.resources.Resource
Short name that concisely describes this resource
getBaseName() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
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
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.
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 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.
getBinary() - Method in interface org.gradle.play.distribution.PlayDistribution
The binary this distribution is associated with
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
getBinaryResultsDirectory() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
Returns the root directory property for the test results in internal binary format.
getBinResultsDir() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
Returns the root folder 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.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. project dependencies) belonging to this configuration or to one of its super configurations.
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.signing.Signature
getBuildDir() - Method in interface org.gradle.api.Project
Returns the build directory of this project.
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
Returns the build file that should be used for this build.
getBuildFile() - Method in class org.gradle.StartParameter
Returns the build file to use to select the default project.
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.
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
The name of the build to select a project from.
getBuildOperationExecutor() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
getBuildOperationExecutor() - Method in class org.gradle.api.tasks.testing.TestReport
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.
getBuildTask() - Method in interface org.gradle.api.BuildableComponentSpec
Returns the task responsible for building this component.
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.
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.
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.
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).
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.api.tasks.testing.AbstractTestTask
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.plugins.quality.FindBugs
Deprecated.
The classes to be analyzed.
getCandidateClassFiles() - Method in class org.gradle.api.tasks.testing.Test
Returns the classes files to scan for test classes.
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.
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
getCause() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionDescriptor
Returns the cause associated with this descriptor
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.
getChangingClasspath() - Method in class org.gradle.play.tasks.PlayRun
The changing classpath for the Play application.
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.
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.api.plugins.quality.FindBugs
Deprecated.
The class directories to be analyzed.
getClasses() - Method in interface org.gradle.play.PlayApplicationBinarySpec
A buildable object representing the class files and resources that will be included in the application jar file.
getClasses() - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
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.
getClassesDir() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the classes dir.
getClassesDir() - Method in interface org.gradle.jvm.JvmBinarySpec
The classes directory for this binary.
getClassesDir() - Method in interface org.gradle.play.JvmClasses
The classes directory for this binary.
getClassesDirs() - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
The directories containing the classes to be analyzed.
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.
getClassFolders() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
getClassifier() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
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.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.api.tasks.bundling.AbstractArchiveTask
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.
getClassLoaderCache() - Method in class org.gradle.api.tasks.testing.Test
getClassLoaderFactory() - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
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.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.
getClasspath() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the classpath.
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.FindBugs
Deprecated.
Compile class path for the classes 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.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.ValidateTaskProperties
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 class org.gradle.plugins.javascript.rhino.RhinoExtension
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.WorkerConfiguration
Gets the classpath associated with the worker.
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.
getClientMetaData() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
getClientMetaData() - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
getClock() - Method in class org.gradle.api.tasks.Delete
Injected Clock.
getClosure() - Method in exception org.gradle.api.InvalidActionClosureException
The closure being used as an action.
getCodenarcClasspath() - Method in class org.gradle.api.plugins.quality.CodeNarc
The class path containing the CodeNarc library to be used.
getCoffeeScriptJs() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
getCoffeeScriptJs() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
getCollectionCallbackActionDecorator() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
getCollectionSchema() - Method in interface org.gradle.api.NamedDomainObjectCollection
Provides access to the schema of all created or registered named domain objects in this collection.
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.
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.
getCompileClasspath() - Method in interface org.gradle.api.tasks.SourceSet
Returns the classpath used to compile this source.
getCompileClasspath() - Method in interface org.gradle.language.java.JavaSourceSet
getCompileClasspath() - Method in interface org.gradle.language.scala.ScalaLanguageSourceSet
getCompileClasspathConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the compile classpath configuration for this source set.
getCompileConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the compile 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.
getCompileOnlyConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the compile only configuration for this source set.
getCompiler() - Method in class org.gradle.api.tasks.compile.GroovyCompile
getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.api.tasks.scala.ScalaCompile
getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.language.scala.tasks.PlatformScalaCompile
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.Project
Returns the software components produced by this project.
getComponents() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
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.
getConf2ScopeMappings() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the set of rules for how to map Gradle dependencies to Maven scopes.
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.
getConfigDir() - Method in class org.gradle.api.plugins.quality.Checkstyle
Path to other Checkstyle configuration files.
getConfigDir() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
Path to other Checkstyle configuration files.
getConfigDirectory() - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
Gets the configuration directory.
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 class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the dependency configuration name.
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
Returns the configuration to upload.
getConfiguration() - Method in class org.gradle.plugins.signing.SigningExtension
The configuration that signature artifacts are added to.
getConfigurations() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the configuration container used for mapping configurations to Maven scopes.
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.
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
getConfMapping() - Method in interface org.gradle.api.publish.ivy.IvyDependency
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.
getContent() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
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.
getContentRoot() - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
getContentRoot() - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
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.
getConvention() - Method in interface org.gradle.api.Project
Returns the Convention for this project.
getConvention() - Method in interface org.gradle.api.Task
Returns the Convention object for this task.
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().
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
Tells which debugging information is to be generated.
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.
getDeclarations() - Method in class org.gradle.plugin.devel.tasks.GeneratePluginDescriptors
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
getDefaultImports() - Method in interface org.gradle.language.twirl.TwirlSourceSet
The default imports that should be added to generated source files
getDefaultImports() - Method in class org.gradle.play.tasks.TwirlCompile
Returns the default imports that will be used when compiling templates.
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.
getDefaultOutputDir() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
The default output directory where Eclipse puts compiled classes.
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
getDefaultSignatory(Project) - Method in class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryProvider
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
getDelete() - Method in class org.gradle.api.tasks.Delete
Returns the set of files which will be deleted by this task.
getDependencies() - Method in interface org.gradle.api.artifacts.ClientModule
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.maven.MavenPom
Returns the dependencies for this POM.
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.Project
Returns the dependency handler of this project.
getDependencies() - Method in interface org.gradle.jvm.JvmApiSpec
The dependencies of this API.
getDependencies() - Method in interface org.gradle.jvm.JvmLibrarySpec
The component-level dependencies of this library.
getDependencies() - Method in interface org.gradle.jvm.test.JvmTestSuiteSpec
The set of dependencies applicable to the entire test suite.
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.
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.ResolvableDependencies
Returns the set of dependency constraints which will be considered during resolution.
getDependencyConstraints() - Method in interface org.gradle.api.component.SoftwareComponentVariant
getDependencyLocking() - Method in interface org.gradle.api.Project
Provides access to configuring dependency locking
getDependencyNotation() - Method in class org.gradle.play.tasks.TwirlCompile
getDependencyProject() - Method in interface org.gradle.api.artifacts.ProjectDependency
Returns the project associated with this project dependency.
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.
getDependents() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the incoming dependencies of this component.
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
A custom deployment descriptor configuration.
getDeploymentRegistry() - Method in class org.gradle.play.tasks.PlayRun
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.result.ComponentSelectionDescriptor
Returns a description for the selection.
getDescription() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
getDescription() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the description.
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
The 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.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.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
Returns the path to generate the dependency descriptor to.
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.reporting.DirectoryReport
getDestination() - Method in interface org.gradle.api.reporting.Report
The location on the filesystem of the report when it is generated.
getDestination() - Method in interface org.gradle.api.reporting.SingleFileReport
getDestination() - Method in interface org.gradle.api.tasks.testing.TestOutputEvent
Destination of the message
getDestinationDir() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
getDestinationDir() - Method in class org.gradle.api.tasks.compile.AbstractCompile
Returns the directory to generate the .class files into.
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
Returns the directory to write the HTML report to.
getDestinationDir() - Method in class org.gradle.play.tasks.JavaScriptMinify
Returns the output directory that processed JavaScript is written to.
getDestinationDir() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
getDestinationDir() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
getDestinationDirectory() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
The directory where the archive will be placed.
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.testing.jacoco.plugins.JacocoTaskExtension
The path for the execution data to be written to.
getDestinationFile() - Method in class org.gradle.testing.jacoco.tasks.JacocoMerge
File to write merged execution data to.
getDestroyables() - Method in interface org.gradle.api.Task
Returns the destroyables of this task.
getDetails() - Method in interface org.gradle.api.artifacts.ComponentMetadataContext
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 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
Returns the Unix permissions to use for the target directories.
getDirMode() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the Unix permissions to use for the target directories.
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.
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
Get the task group 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.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.ide.visualstudio.VisualStudioSolution
getDisplayName() - Method in interface org.gradle.jvm.toolchain.JavaToolChain
Returns a human consumable name for this tool chain.
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.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.Launchable
Returns a human-consumable display name for this launchable.
getDisplayName() - Method in interface org.gradle.workers.WorkerConfiguration
Returns the display name of this object.
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.
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.
getDistsDir() - Method in class org.gradle.api.plugins.BasePluginConvention
Deprecated.
getDistsDirName() - Method in class org.gradle.api.plugins.BasePluginConvention
The name for the distributions directory.
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
Returns a file pointing to the root directory supposed to be used for all docs.
getDocsDirName() - Method in class org.gradle.api.plugins.JavaPluginConvention
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
getDocumentationRegistry() - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
getDocURL() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the docURL value.
getDownloadUrl() - Method in interface org.gradle.api.publish.maven.MavenPomDistributionManagement
The download URL of the corresponding Maven publication.
getDsl() - Method in class org.gradle.buildinit.tasks.InitBuild
The desired DSL of build scripts to create, defaults to 'groovy'.
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.
getEditableBuilds() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
Returns all builds contained in this build for which tooling models should be built when importing into an IDE.
getEffectiveAnnotationProcessorPath() - Method in class org.gradle.api.tasks.compile.JavaCompile
getEffectiveAnnotationProcessorPath() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
getEffectiveManifest() - Method in interface org.gradle.api.java.archives.Manifest
Returns a new manifest instance where all the attribute values are expanded (e.g.
getEffectivePom() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns a POM with the generated dependencies and the MavenPom.whenConfigured(org.gradle.api.Action) actions applied.
getEffort() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The analysis effort level.
getEffort() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The analysis effort level.
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.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.
getEmacs() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
Deprecated.
The findbugs Emacs report
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 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.
getEnabledReports() - Method in interface org.gradle.api.reporting.ReportContainer
Returns the enabled reports, keyed by report name.
getEnableStricterValidation() - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
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.
getEncoding() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
getEncoding() - Method in class org.gradle.plugins.javascript.jshint.JsHint
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.
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.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.
getEvaluator() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
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.
getExcludeBugsFilter() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The filename of a filter specifying baseline bugs to exclude from being reported.
getExcludeBugsFilter() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The filename of a filter specifying baseline bugs to exclude from being reported.
getExcludeBugsFilterConfig() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
A filter specifying baseline bugs to exclude from being reported.
getExcludeBugsFilterConfig() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
A filter specifying baseline bugs to exclude from being reported.
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
getExcludeFilter() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The filename of a filter specifying bugs to exclude from being reported.
getExcludeFilter() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The filename of a filter specifying bugs to exclude from being reported.
getExcludeFilterConfig() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
A filter specifying bugs to exclude from being reported.
getExcludeFilterConfig() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
A filter specifying bugs to exclude from being reported.
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
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
getExecResult() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the result for the command run by this task.
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
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.
getExecutables() - Method in interface org.gradle.nativeplatform.NativeComponentExtension
The NativeExecutableSpec components produced by the build.
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.JacocoMerge
Collection of execution data files to merge.
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.
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.
getExported() - Method in interface org.gradle.tooling.model.idea.IdeaDependency
Allows to check if current dependency is transitive, i.e. is visible to the module which depends on module that has current dependency.
getExportedHeaders() - Method in interface org.gradle.language.nativeplatform.HeaderExportingSourceSet
The headers as a directory set.
getExportedPackages() - Method in interface org.gradle.jvm.JarBinarySpec
getExportedPackages() - Method in class org.gradle.jvm.tasks.api.ApiJar
getExports() - Method in interface org.gradle.jvm.JvmApiSpec
The set of packages that comprise this library's public API.
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
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.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.api.tasks.bundling.AbstractArchiveTask
getExtension() - Method in interface org.gradle.language.twirl.TwirlTemplateFormat
Extension without the leading '.'.
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 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
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.
getExtraArgs() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments (not covered here more explicitly like effort) to be passed along to FindBugs.
getExtraArgs() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Any additional arguments (not covered here more explicitly like effort) to be passed along to FindBugs.
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
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.ValidateTaskProperties
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.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
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.tooling.events.FailureResult
Returns the failures that occurred while running the operation, if any.
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 exception org.gradle.api.file.UnableToDeleteFileException
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
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
Returns the Unix permissions to use for the target files.
getFileMode() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the Unix permissions to use for the target files.
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.
getFileOperations() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
getFileOperations() - Method in class org.gradle.nativeplatform.test.xctest.tasks.InstallXCTestBundle
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.plugins.buildcomparison.gradle.CompareGradleBuilds
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
getFileResolver() - Method in class org.gradle.api.tasks.AbstractCopyTask
getFileResolver() - Method in class org.gradle.api.tasks.Delete
getFileResolver() - Method in class org.gradle.api.tasks.testing.Test
getFileResolver() - Method in class org.gradle.play.tasks.JavaScriptMinify
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
Returns successfully resolved files.
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
Returns the files for the configuration dependencies.
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() - Method in interface org.gradle.jvm.Classpath
getFiles(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
Returns successfully resolved files.
getFiles(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the files for the specified subset of configuration dependencies.
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.api.tasks.Delete
getFileSystem() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
getFileSystem() - 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.artifacts.maven.PomFilterContainer
Returns the default filter being used.
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.
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.
getFinalizedBy() - Method in interface org.gradle.api.Task
Returns tasks that finalize this task.
getFindbugsClasspath() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Class path holding the FindBugs library.
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
Returns successfully resolved dependencies that match the given spec.
getFirstLevelModuleDependencies(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec.
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.
getForkMode() - Method in interface org.gradle.workers.WorkerConfiguration
Gets the forking mode for this worker, see ForkMode.
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 class org.gradle.play.tasks.JavaScriptMinify
The fork options to be applied to the JavaScript compiler.
getForkOptions() - Method in class org.gradle.play.tasks.PlayRun
fork options for the running a Play application.
getForkOptions() - Method in class org.gradle.play.tasks.RoutesCompile
The fork options to be applied to the Routes compiler.
getForkOptions() - Method in class org.gradle.play.tasks.TwirlCompile
fork options for the twirl compiler.
getForkOptions() - Method in interface org.gradle.workers.WorkerConfiguration
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
getFormatType() - Method in interface org.gradle.language.twirl.TwirlTemplateFormat
Fully qualified class name for the template format.
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.artifacts.transform.VariantTransform
Deprecated.
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.
getGeneratedJavaScript() - Method in interface org.gradle.play.PlayApplicationBinarySpec
getGeneratedScala() - Method in interface org.gradle.play.PlayApplicationBinarySpec
getGeneratedSourceDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
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.
getGeneratedSourcesDirs() - Method in interface org.gradle.api.tasks.SourceSetOutput
Returns the directories containing generated source files (e.g.
getGeneratedTestDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
Deprecated.
getGenerateTo() - Method in class org.gradle.plugins.ide.idea.model.IdeaModuleIml
Folder where the *.iml file will be generated to
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
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 interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The Gradle version to run the build with.
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
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.
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 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.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.artifacts.maven.MavenDeployment
Returns the group ID for this deployment.
getGroupId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the group id for this POM.
getGroupId() - Method in interface org.gradle.api.publish.maven.MavenDependency
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.
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 a 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.
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.FindBugsReports
Deprecated.
The findbugs 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
getHttpPort() - Method in class org.gradle.play.tasks.PlayRun
The HTTP port listened to by the Play application.
getId() - Method in interface org.gradle.api.artifacts.ClientModule
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.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 interface org.gradle.jvm.JarBinarySpec
The unique identifier of this JarBinarySpec.
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.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.
getIgnoreFailures() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Whether a comparison between non identical builds will fail the task execution.
getIgnoreFailures() - Method in class org.gradle.api.plugins.quality.Checkstyle
Whether or not this task will ignore failures and continue running the build.
getIgnoreFailures() - Method in class org.gradle.api.plugins.quality.CodeNarc
Whether the build should break when the verifications performed by this task fail.
getIgnoreFailures() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Whether to allow the build to continue if there are warnings.
getIgnoreFailures() - Method in class org.gradle.api.plugins.quality.Pmd
Whether or not to allow the build to continue if there are warnings.
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
getIgnoreFailures() - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
Specifies whether the build should break when the verifications performed by this task fail.
getIml() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
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.
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 of the inception for the publication represented by this POM.
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
getIncludeFilter() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The filename of a filter specifying which bugs are reported.
getIncludeFilter() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The filename of a filter specifying which bugs are reported.
getIncludeFilterConfig() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
A filter specifying which bugs are reported.
getIncludeFilterConfig() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
A filter specifying which bugs are reported.
getIncludeGroups() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
The set of groups to run.
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
getIncludeTags() - Method in class org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
getIncoming() - Method in interface org.gradle.api.artifacts.Configuration
Returns the incoming dependencies of this configuration.
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
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.JavaCompile
getIncrementalOptions() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
getInetAddressFactory() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
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() and IdeaModule.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.
getInjectedRoutesGenerator() - Method in interface org.gradle.play.PlayApplicationSpec
Will an injected router be generated for this application?
getInjectedRoutesGenerator() - Method in class org.gradle.play.tasks.RoutesCompile
Is the injected routes generator (play.routes.compiler.InjectedRoutesGenerator) used for generating routes? Default is false.
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.
getInputFiles() - Method in class org.gradle.plugins.signing.Sign
Deprecated.
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 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.
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
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
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
getInstructions() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns all existing instruction.
getIpr() - Method in class org.gradle.plugins.ide.idea.model.IdeaProject
getIsolationMode() - Method in interface org.gradle.workers.WorkerConfiguration
Gets the isolation mode for this worker, see IsolationMode.
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.
getJar() - Method in interface org.gradle.jvm.JarBinarySpec.TasksCollection
The jar task used to create an archive for this binary.
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.
getJarFile() - Method in interface org.gradle.jvm.JarBinarySpec
The jar file output for this binary.
getJarFile() - Method in interface org.gradle.play.PlayApplicationBinarySpec
The application jar file produced for this binary.
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.
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.
getJavadocFile() - Method in class org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
Returns a single javadoc jar or javadoc folder
getJavadocPath() - Method in class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
getJavaHome() - Method in class org.gradle.api.tasks.compile.ForkOptions
Returns the Java home which contains the compiler to use.
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.
getJavaPlatform() - Method in interface org.gradle.play.platform.PlayPlatform
Version of Java Runtime to use.
getJavaRuntimeName() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseJdt
The name of the Java Runtime to use.
getJavaSourceSettings() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
Returns the Java source settings for this project.
getJavaToolChain() - Method in class org.gradle.api.tasks.compile.GroovyCompile
We need to track the toolchain used by the Groovy compiler to compile Java sources.
getJavaToolChainFactory() - Method in class org.gradle.api.tasks.compile.GroovyCompile
getJavaToolChainFactory() - Method in class org.gradle.api.tasks.compile.JavaCompile
getJavaVersion() - Method in class org.gradle.api.tasks.JavaExec
Returns the version of the Java executable specified by JavaExec.getExecutable().
getJavaVersion() - Method in class org.gradle.api.tasks.testing.Test
Returns the version of Java used to run the tests based on the executable specified by Test.getExecutable().
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.
getJdependClasspath() - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
The class path containing the JDepend library to be used.
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
getJs() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
getJs() - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
getJs() - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
getJsHint() - Method in class org.gradle.plugins.javascript.jshint.JsHint
getJsonReport() - Method in class org.gradle.plugins.javascript.jshint.JsHint
getjUnitVersion() - Method in interface org.gradle.jvm.test.JUnitTestSuiteBinarySpec
getjUnitVersion() - Method in interface org.gradle.jvm.test.JUnitTestSuiteSpec
getJunitXml() - Method in interface org.gradle.api.tasks.testing.TestTaskReports
The test results in “JUnit XML” format.
getJvmArgs() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments to be passed along to FindBugs JVM process.
getJvmArgs() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Any additional arguments to be passed along to FindBugs JVM process.
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.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 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).
getJvmTestKind() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
Returns what kind of test this is.
getJvmVersion() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
The Java major version of the JVM the Scala compiler is running on.
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.
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
getLayout() - Method in interface org.gradle.api.Project
Provides access to various important directories for this project.
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
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.
getLibrary() - Method in interface org.gradle.jvm.JarBinarySpec
The library that this binary belongs to.
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
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.
getLibsDir() - Method in class org.gradle.api.plugins.BasePluginConvention
Deprecated.
getLibsDirName() - Method in class org.gradle.api.plugins.BasePluginConvention
The name for the libs directory.
getLicense() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the license.
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.
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.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 class org.gradle.api.plugins.announce.AnnouncePluginExtension
Deprecated.
Returns an Announcer that sends announcements to the local desktop, if a notification mechanism is available.
getLocal() - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
Returns the local 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 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.
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.
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 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.
getLoggingManagerFactory() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
Deprecated.
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.
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.
getMain() - Method in class org.gradle.api.tasks.JavaExec
Returns the fully qualified name of the Main class to be executed.
getMain() - Method in interface org.gradle.process.JavaExecSpec
Returns the fully qualified name of the Main class to be executed.
getMainArtifact() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the main artifact for this deployment.
getMainClassName() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
The fully qualified name of the application's main class.
getMainClassName() - Method in interface org.gradle.api.plugins.JavaApplication
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
The main classname used to start the Java application.
getMainComponent() - Method in interface org.gradle.tooling.model.cpp.CppProject
Returns the main C++ component of this project, if any.
getMainSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
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
getMapping(Collection<Configuration>) - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns a scope that corresponds to the given configurations.
getMappings() - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns a map with all the configuration to scope mappings.
getMatcher() - Method in interface org.gradle.plugins.ide.eclipse.model.ResourceFilter
Gets the matcher of this ResourceFilter.
getMatchingStrategy(Attribute<T>) - Method in interface org.gradle.api.attributes.AttributesSchema
Returns the matching strategy for a given attribute.
getMavenPomDir() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the directory to generate Maven POMs into.
getMavenRepositoryLocator() - 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.
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.FindBugs
Deprecated.
The maximum heap size for the forked findbugs process (ex: '1g').
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.
getMaxParallelForks() - Method in class org.gradle.api.tasks.testing.Test
Returns the maximum number of test processes to start 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.
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.TestOutputEvent
Message content
getMessage() - Method in interface org.gradle.tooling.Failure
Returns a short message (typically one line) for the failure.
getMetadata() - Method in interface org.gradle.api.artifacts.ComponentSelection
Gets the metadata of the component.
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.
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.
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.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.
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.
getMode() - Method in interface org.gradle.api.file.FileTreeElement
Returns the Unix permissions of this file, e.g.
getModel() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the underlying native Maven Model object.
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
getModelRegistry() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
getModelRegistry() - Method in class org.gradle.api.reporting.model.ModelReport
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.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
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.
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
Returns the identifier of the module that owns this artifact.
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
Returns the name of this artifact.
getName() - Method in interface org.gradle.api.artifacts.component.BuildIdentifier
The name of the build.
getName() - Method in interface org.gradle.api.artifacts.Configuration
Returns the name of this configuration.
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 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 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 interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the name.
getName() - Method in enum org.gradle.api.plugins.quality.TargetJdk
getName() - Method in interface org.gradle.api.Project
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.JavaToolChain
The object's name.
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.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.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.
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.
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 class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Injects and returns an instance of ObjectFactory.
getObjectFactory() - Method in class org.gradle.api.plugins.quality.Checkstyle
getObjectFactory() - Method in class org.gradle.api.plugins.quality.CodeNarc
getObjectFactory() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
getObjectFactory() - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
getObjectFactory() - Method in class org.gradle.api.plugins.quality.Pmd
getObjectFactory() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
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.swift.tasks.UnexportMainSymbol
The object files to relocate.
getOmitVisitors() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Similar to visitors except that it specifies bug detectors which should not be run.
getOmitVisitors() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Similar to visitors except that it specifies bug detectors which should not be run.
getOperatingSystem() - Method in interface org.gradle.nativeplatform.platform.NativePlatform
The operating system being targeted.
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.
getOptions() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
getOptions() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
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.
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
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.
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 artifacts of this configuration.
getOutput() - Method in interface org.gradle.api.tasks.SourceSet
SourceSetOutput is a FileCollection 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 interface org.gradle.api.file.SourceDirectorySet
Returns the directory to put the output for these sources.
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.artifacts.transform.ArtifactTransform
Deprecated.
Returns the workspace location for this transform, which is the directory that the transform should write its output files to.
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.swift.tasks.UnexportMainSymbol
Location of modified object files.
getOutputDirectory() - Method in class org.gradle.play.tasks.RoutesCompile
Returns the directory to generate the parser source files into.
getOutputDirectory() - Method in class org.gradle.play.tasks.TwirlCompile
Returns the directory to generate the parser source files into.
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
Returns the file which the report will be written to.
getOutputFile() - Method in class org.gradle.api.tasks.WriteProperties
Returns the output file to write the properties to.
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.jvm.tasks.api.ApiJar
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.ValidateTaskProperties
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
getOutputFiles() - Method in class org.gradle.plugins.signing.Sign
Deprecated.
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.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 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
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.
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.MavenDeployment
Returns the packaging for this deployment.
getPackaging() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the packaging for this POM.
getPackaging() - Method in interface org.gradle.api.publish.maven.MavenPom
Returns the packaging 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().
getParameters() - Method in interface org.gradle.api.artifacts.transform.TransformSpec
The parameters for the transform action.
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.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.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.
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.api.plugins.announce.AnnouncePluginExtension
Deprecated.
The password to use for announcements.
getPassword() - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
Returns the password to use when authenticating to the HTTP build cache.
getPath() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns the path of this set.
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.Task
Returns the path of the task, which is a fully qualified name for the task.
getPath() - Method in interface org.gradle.jvm.toolchain.LocalJava
Returns the path to the local Java installation.
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.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.
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.
getPatternSetFactory() - Method in class org.gradle.api.tasks.SourceTask
getPlatform() - Method in class org.gradle.api.tasks.compile.JavaCompile
getPlatform() - Method in class org.gradle.language.java.tasks.PlatformJavaCompile
getPlatform() - Method in class org.gradle.language.scala.tasks.PlatformScalaCompile
getPlatform() - Method in interface org.gradle.nativeplatform.toolchain.NativePlatformToolChain
Returns the platform which this tool chain builds for.
getPlay() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
getPlayPlatform() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
getPlayRun() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
getPlayTest() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
getPlayVersion() - Method in interface org.gradle.play.platform.PlayPlatform
Version of Play Framework to use
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
Locates the plugin convention object with the given type.
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.
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.api.plugins.quality.FindBugs
Deprecated.
Class path holding any additional FindBugs plugins.
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.tooling.events.BinaryPluginIdentifier
Returns the plugin id of this plugin, if available.
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
Returns the plugin convention objects contained in this convention.
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.
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
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.artifacts.maven.PomFilterContainer
Returns the POM property of the custom filter.
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.
getPomArtifact() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the POM for this deployment.
getPort() - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
getPort() - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
getPort() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
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 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
getPriority() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the priority.
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
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.
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.plugins.buildcomparison.gradle.CompareGradleBuilds
getProgressLoggerFactory() - Method in class org.gradle.api.tasks.testing.AbstractTestTask
getProject() - Method in class org.gradle.api.plugins.ApplicationPluginConvention
getProject() - Method in class org.gradle.api.plugins.BasePluginConvention
getProject() - Method in class org.gradle.api.plugins.JavaPluginConvention
getProject() - Method in class org.gradle.api.plugins.WarPluginConvention
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.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The “root” directory of the build.
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.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
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
Returns the directory to generate the project reports into.
getProjectReportDirName() - Method in class org.gradle.api.plugins.ProjectReportsPluginConvention
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
getProjects() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
Returns the set of projects to generate a report for.
getProjects() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the set of project to generate this report for.
getProjects() - Method in interface org.gradle.ide.visualstudio.VisualStudioExtension
The VisualStudioProjects generated.
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 the set 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.
getPropertyListTransformer() - Method in class org.gradle.plugins.ide.api.PropertyListGeneratorTask
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.
getPublicationInternal() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
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.
getPublicationServices() - Method in class org.gradle.api.tasks.Upload
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
getQuiet() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for quiet level.
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.
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.
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.
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.
getRelocatedObjects() - Method in class org.gradle.language.swift.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
Returns the number of days after unused entries are garbage collected.
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
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.
getReportDir() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The directory that will contain the HTML comparison report and any other report files.
getReportFormat() - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
The format type of the CodeNarc report.
getReportLevel() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The priority threshold for reporting bugs.
getReportLevel() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The priority threshold for reporting bugs.
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.FindBugs
Deprecated.
The reports to be generated by this task.
getReports() - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
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.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.
getReportsDir() - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
The directory where reports will be generated.
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.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
Returns the repositories to upload to.
getRepositories() - Method in interface org.gradle.plugin.management.PluginManagementSpec
The plugin repositories to use.
getRepository() - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Returns the repository to be used for uploading artifacts.
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.
getRepositoryTransportFactory() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
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.plugin.management.PluginResolveDetails
Get the plugin that was requested.
getRequested() - Method in interface org.gradle.vcs.VcsMapping
The requested dependency, before it is resolved.
getRequestedCapabilities() - Method in interface org.gradle.api.artifacts.component.ComponentSelector
The requested capabilities.
getRequestedCapabilities() - Method in interface org.gradle.api.artifacts.ModuleDependency
Returns the set of requested capabilities for this dependency.
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 if required.
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.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
Resolves this configuration.
getResource() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
getResourceDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
The set of resource directories.
getResourceDirs() - Method in interface org.gradle.play.JvmClasses
A set of resource directories for this binary.
getResourceDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
The directories containing resources.
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
getResourcesDir() - Method in interface org.gradle.jvm.JvmBinarySpec
The resources directory for this binary.
getResourceUrl(String) - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
getResourceUrl(String) - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
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 class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
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.
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
The revision value for this dependency.
getRevision() - Method in interface org.gradle.api.publish.ivy.IvyPublication
Returns the revision for this publication.
getRhinoClasspath() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
getRhinoClasspath() - Method in class org.gradle.plugins.javascript.jshint.JsHint
getRhinoOptions() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Rhino options.
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.
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.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.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
getRulePriority() - Method in class org.gradle.api.plugins.quality.Pmd
Specifies the rule priority threshold.
getRulePriority() - Method in class org.gradle.api.plugins.quality.PmdExtension
The rule priority threshold; violations for rules with a lower priority will not be reported.
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.
getRun() - Method in interface org.gradle.jvm.test.JvmTestSuiteBinarySpec.JvmTestSuiteTasks
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
getRuntimeClasspath() - Method in interface org.gradle.api.tasks.SourceSet
Returns the classpath used to execute this source.
getRuntimeClasspath() - Method in interface org.gradle.jvm.test.JvmTestSuiteBinarySpec
getRuntimeClasspath() - Method in interface org.gradle.normalization.InputNormalizationHandler
Returns the normalization strategy for the runtime classpath.
getRuntimeClasspath() - Method in class org.gradle.play.tasks.PlayRun
The runtime classpath for the Play application.
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.
getRuntimeConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the runtime configuration for this source set.
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.
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.
getScala() - Method in interface org.gradle.api.tasks.ScalaSourceSet
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.
getScalaCompatibilityVersion() - Method in interface org.gradle.language.scala.ScalaPlatform
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.
getScalaDocOptions() - Method in class org.gradle.api.tasks.scala.ScalaDoc
Returns the ScalaDoc generation options.
getScalaPlatform() - Method in interface org.gradle.play.platform.PlayPlatform
Version of Scala Runtime to use.
getScalaPlatform() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
The Scala version used by this module.
getScalaVersion() - Method in interface org.gradle.language.scala.ScalaPlatform
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.).
getSchema() - Method in interface org.gradle.api.plugins.ExtensionContainer
Deprecated.
getScope() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the Maven scope name.
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
getScopeMappings() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the scope mappings used for generating this POM.
getScopes() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
The keys of this map are the IDEA scopes.
getScript() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Script file.
getScriptArgs() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Script arguments.
getScriptFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper script to.
getScriptRelPath() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
The path of the script, relative to the application home directory.
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.
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.artifacts.maven.MavenResolver
Returns a Maven settings object.
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.
getSettingsFile() - Method in class org.gradle.StartParameter
Returns the explicit settings file to use for the build, or null.
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.
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
Should this include both non-buildable and test suites in the report?
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.
getShowProgress() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Indicates whether analysis progress should be rendered on standard output.
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.
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 class org.gradle.plugins.signing.signatory.pgp.PgpSignatoryProvider
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.
getSnapshotRepository() - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Returns the repository to be used for uploading snapshot artifacts.
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.
getSolutionFile() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
Configuration for the generated solution file.
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.FindBugs
Deprecated.
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.jvm.tasks.api.ApiJar
Returns the source for this task, after the include and exclude patterns have been applied.
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 class org.gradle.play.tasks.JavaScriptMinify
Returns the source for this task, after the include and exclude patterns have been applied.
getSource() - Method in class org.gradle.play.tasks.RoutesCompile
Returns the source for this task, after the include and exclude patterns have been applied.
getSource() - Method in class org.gradle.play.tasks.TwirlCompile
Returns the source for this task, after the include and exclude patterns have been applied.
getSource() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
Returns the source for this task, after the include and exclude patterns have been applied.
getSource() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
getSource() - Method in class org.gradle.plugins.javascript.jshint.JsHint
Returns the source for this task, after the include and exclude patterns have been applied.
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.
getSourceBuild() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The specification of how to invoke the source build.
getSourceCompatibility() - Method in class org.gradle.api.plugins.JavaPluginConvention
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.
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.
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
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.
getSourceSets() - Method in class org.gradle.api.plugins.JavaPluginConvention
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 and build tasks.
getSourceSets() - Method in class org.gradle.plugins.ide.eclipse.model.EclipseClasspath
The source sets to be added.
getSourceURI() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the URI for the script source, if any.
getSpecs() - Method in class org.gradle.api.specs.CompositeSpec
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.
getStackTraceFilters() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the set of filters to be used for sanitizing test stack traces.
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.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.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.
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 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(File) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
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
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.
getSymbolicName() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the symbolic name.
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".
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.
getTargetBuild() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The specification of how to invoke the target build.
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
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 interface org.gradle.jvm.platform.JavaPlatform
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 interface org.gradle.jvm.JvmBinarySpec
The target platform for this binary.
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.
getTargetPlatform() - Method in interface org.gradle.play.PlayApplicationBinarySpec
The PlayPlatform this binary is built for.
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
getTaskConfigurations() - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
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.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The tasks to execute.
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.jvm.JarBinarySpec
The set of tasks associated with this binary.
getTasks() - Method in interface org.gradle.jvm.test.JvmTestSuiteBinarySpec
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.FindBugsPlugin
Deprecated.
getTaskType() - Method in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
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.
getTemplateImports() - Method in interface org.gradle.language.twirl.TwirlTemplateFormat
Imports that are needed for this template format.
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.
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.
getTestedBinary() - Method in interface org.gradle.jvm.test.JvmTestSuiteBinarySpec
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.jvm.test.JvmTestSuiteSpec
getTestedComponent() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteSpec
getTestedComponent() - Method in interface org.gradle.testing.base.TestSuiteSpec
The tested component.
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.
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
Returns a file pointing to the root directory to be used for reports.
getTestReportDirName() - Method in class org.gradle.api.plugins.JavaPluginConvention
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
The directories containing the test resources.
getTestResourceFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
The directories containing test resources.
getTestResultDirs() - 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
Returns a file pointing to the root directory of the test results.
getTestResultsDirName() - Method in class org.gradle.api.plugins.JavaPluginConvention
The name of the test results directory.
getTestSourceDirs() - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
The directories containing the test sources.
getTestSourceFolders() - Method in class org.gradle.plugins.ide.idea.model.Module
The directories containing the test sources.
getTestSourceSets() - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
Returns the source sets executing the functional tests with TestKit.
getTestSuite() - Method in interface org.gradle.jvm.test.JUnitTestSuiteBinarySpec
getTestSuite() - Method in interface org.gradle.jvm.test.JvmTestSuiteBinarySpec
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.
getText() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
The codenarc text report
getText() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
Deprecated.
The findbugs Text report
getText() - Method in interface org.gradle.api.plugins.quality.JDependReports
Deprecated.
The jdepend 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 TextResources from various sources such as strings, files, and archive entries.
getText() - Method in interface org.gradle.ide.visualstudio.TextProvider
The text content.
getTextOutputFactory() - Method in class org.gradle.api.reporting.components.ComponentReport
getTextOutputFactory() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
getTextOutputFactory() - Method in class org.gradle.api.reporting.model.ModelReport
getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
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.
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.
getTo() - Method in interface org.gradle.api.artifacts.transform.VariantTransform
Deprecated.
Attributes that match the variant that is produced.
getToolChain() - Method in class org.gradle.api.tasks.compile.JavaCompile
Returns the tool chain that will be used to compile the Java source.
getToolChain() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the tool chain that will be used to generate the Javadoc.
getToolChain() - Method in interface org.gradle.jvm.JvmBinarySpec
Returns the JavaToolChain that will be used to build this binary.
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.scala.tasks.PlatformScalaCompile
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.
getToolChain() - Method in interface org.gradle.play.PlayApplicationBinarySpec
getToolChain() - Method in class org.gradle.play.tasks.JavaScriptMinify
Returns the tool chain that will be used to compile the JavaScript source.
getToolChain() - Method in class org.gradle.play.tasks.RoutesCompile
Returns the tool chain that will be used to compile the routes source.
getToolChain() - Method in class org.gradle.play.tasks.TwirlCompile
Returns the tool chain that will be used to compile the twirl source.
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.FindBugsPlugin
Deprecated.
getToolName() - Method in class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
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
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
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.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
The type value for this dependency.
getType() - Method in class org.gradle.buildinit.tasks.InitBuild
The desired type of project to generate, defaults to 'pom' if a 'pom.xml' is found in the project root and if no 'pom.xml' is found, it defaults to 'basic'.
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.
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
Returns the name of the task that upload the artifacts of this configuration to repositories declared by the user.
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.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 an 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.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 for 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.vcs.git.GitVersionControlSpec
The URL for the repository in the specification.
getUseDefaultListeners() - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
getUserHeaderSearchPaths() - Method in interface org.gradle.tooling.model.cpp.CompilationDetails
Returns the user search paths for this binary.
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.api.plugins.announce.AnnouncePluginExtension
Deprecated.
The username to use for announcements.
getUsername() - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
Returns the user name to use when authenticating to the HTTP build cache.
getUserTemplateFormats() - Method in interface org.gradle.language.twirl.TwirlSourceSet
Returns the custom template formats configured for this source set.
getUserTemplateFormats() - Method in class org.gradle.play.tasks.TwirlCompile
Returns the custom template formats configured for this task.
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.api.artifacts.result.ResolvedComponentResult
Deprecated.
getVariant() - Method in interface org.gradle.platform.base.LibraryBinaryDependencySpec
Returns the variant of this binary.
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.
getVendor() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the vendor.
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.maven.MavenDeployment
Returns the version for this deployment.
getVersion() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the version for this POM.
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.plugins.osgi.OsgiManifest
Deprecated.
Returns the version.
getVersion() - Method in interface org.gradle.api.Project
Returns the version of this project.
getVersion() - Method in interface org.gradle.api.publish.maven.MavenDependency
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 class org.gradle.api.tasks.bundling.AbstractArchiveTask
getVersion() - Method in interface org.gradle.jvm.toolchain.JavaToolChain
The version of the toolchain.
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.plugins.ear.descriptor.DeploymentDescriptor
The version of application.xml.
getVersion() - Method in class org.gradle.plugins.ide.eclipse.model.Facet
getVersion() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
getVersion() - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
getVersion() - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
getVersion() - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
getVersion() - Method in interface org.gradle.tooling.model.GradleModuleVersion
The version, for example '1.0'.
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.
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
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.
getVisitors() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The bug detectors which should be run.
getVisitors() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The bug detectors which should be run.
getVisualStudioProject() - Method in class org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask
getVisualStudioProject() - Method in class org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask
getWarn() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Gets logging options for warn level.
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
Returns the web application directory.
getWebAppDirName() - Method in class org.gradle.api.plugins.WarPluginConvention
The name of the web application directory, relative to the project directory.
getWebInf() - Method in class org.gradle.api.tasks.bundling.War
getWebXml() - Method in class org.gradle.api.tasks.bundling.War
Returns the web.xml file to include in the WAR archive.
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.
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
getWorkerProcessBuilderFactory() - Method in class org.gradle.api.plugins.antlr.AntlrTask
getWorkerProcessBuilderFactory() - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
getWorkerProcessBuilderFactory() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
getWorkerProcessBuilderFactory() - Method in class org.gradle.plugins.javascript.jshint.JsHint
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 class org.gradle.play.tasks.PlayRun
The working directory.
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.
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.FindBugsReports
Deprecated.
The findbugs XML report
getXml() - Method in interface org.gradle.api.plugins.quality.JDependReports
Deprecated.
The jdepend 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
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.
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_APIS_REPO_URL - Static variable in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
GOOGLE_URL - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
googleApis() - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
googleApis(Action<? super IvyArtifactRepository>) - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
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.
gradle() - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
gradle(Action<? super MavenArtifactRepository>) - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
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_PROPERTIES - Static variable in interface org.gradle.api.Project
GRADLE_PUBLIC_JAVASCRIPT_REPO_URL - Static variable in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
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.DependencyHandler
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
GradleBuildInvocationSpec - Interface in org.gradle.api.plugins.buildcomparison.gradle
A specification for launching a Gradle build with a specified Gradle version.
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
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
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.
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.
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.DependencyHandler
Creates a dependency on the Gradle test-kit API.
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
Configures the Groovy source for this set.
groovy(Action<? super SourceDirectorySet>) - Method in interface org.gradle.api.tasks.GroovySourceSet
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) - 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.
GroovyForkOptions - Class in org.gradle.api.tasks.compile
Fork options for Groovy compilation.
GroovyForkOptions() - Constructor for class org.gradle.api.tasks.compile.GroovyForkOptions
GroovyMavenDeployer - Interface in org.gradle.api.artifacts.maven
Adds Groovy configuration convenience methods on top of the MavenDeployer.
GroovyPlugin - Class in org.gradle.api.plugins
A Plugin which extends the JavaPlugin 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
GroovySourceSet - Interface in org.gradle.api.tasks
A GroovySourceSetConvention defines the properties and methods added to a SourceSet by the GroovyPlugin.
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_KEY - Static variable in interface org.gradle.api.artifacts.ExcludeRule
groupsFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
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.
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.artifacts.maven.Conf2ScopeMapping
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 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.plugin.devel.PluginDeclaration
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.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
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, otherwise false.
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.
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
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
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
HttpFileServer - Interface in org.gradle.plugins.javascript.envjs.http
HttpFileServerFactory - Interface in org.gradle.plugins.javascript.envjs.http
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

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.
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.
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, 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 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.
includeCategories(String...) - Method in class org.gradle.api.tasks.testing.junit.JUnitOptions
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(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.RepositoryContentDescriptor
Declares that an entire group should be searched for in this repository.
includeGroupByRegex(String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
Declares that an entire group should be searched for in this repository.
includeGroups(String...) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
includeModule(String, String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
Declares that an entire module should be searched for in this repository.
includeModuleByRegex(String, String) - Method in interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptor
Declares that an entire module should be searched for in this repository, using regular expressions.
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.RepositoryContentDescriptor
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.RepositoryContentDescriptor
Declares that a specific module version should be searched for in this repository, using regular expressions.
incompatible() - Method in interface org.gradle.api.attributes.CompatibilityCheckDetails
Calling this method will indicate that the attributes are incompatible.
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
IncrementalTaskInputs - Interface in org.gradle.api.tasks.incremental
Provides access to any input files that need to be processed by an incremental task.
Incubating - Annotation Type in org.gradle.api
Indicates that a feature is incubating.
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
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.
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
Attached to a property that should receive the input artifact for an artifact transform.
InputArtifactDependencies - Annotation Type in org.gradle.api.artifacts.transform
Attached to a property 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.
install() - Method in class org.gradle.nativeplatform.tasks.InstallExecutable
INSTALL_TASK_NAME - Static variable in class org.gradle.api.plugins.MavenPlugin
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.Named.Namer
instantiator - Variable in class org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
instruction(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Adds arguments to an instruction.
instructionFirst(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Adds arguments to an instruction.
instructionReplace(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Sets the values for an instruction.
instructionValue(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Returns the list of arguments for a particular instruction.
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.
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
Thrown when a Closure is given as an Action implementation, but has the wrong signature.
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.
isAdded() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
Was the file added?
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.
isAppend() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
Deprecated.
The Jacoco plugin now deletes the old coverage file before task execution, so the data will never be appended to an existing coverage file from another task. Use JacocoMerge to merge different execution files or use JacocoReportBase.setExecutionData(FileCollection) to generate a report from multiple execution files at once. Append is set to true for the agent since this allows multiple JVMs spawned by one task to write to the same destination file.
isArray() - Method in class org.gradle.api.reflect.TypeOf
Queries whether this object represents an array, generic or otherwise.
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.
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.
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 in a composite build.
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
Is this build the one that's currently executing?
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 interface org.gradle.api.reporting.Report
Whether or not this report should be generated by whatever generates it.
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.
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.
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
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.
isGenerateReverseRoutes() - Method in class org.gradle.play.tasks.RoutesCompile
Whether a reverse router should be generated.
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.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 this task will ignore failures and continue running the build.
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
isIncludeNoLocationClasses() - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
Whether or not classes without source location should be instrumented.
isIncludePrivate() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns whether to include all classes and members (i.e.
isIncremental() - Method in class org.gradle.api.tasks.compile.CompileOptions
informs whether to use incremental compilation feature.
isIncremental() - Method in interface org.gradle.api.tasks.incremental.IncrementalTaskInputs
Indicates if it was possible for Gradle to determine which input files were out of date compared to a previous execution.
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 and Module.testOutputDir will take effect.
isInteractive() - Method in class org.gradle.StartParameter
Deprecated.
This flag is no longer used and simply defaults to 'false'.
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.
isJavaProject() - Method in class org.gradle.play.tasks.RoutesCompile
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.
isLegacyBinary() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
isLegacyLayout() - Method in interface org.gradle.api.tasks.SourceSetOutput
Deprecated.
This method always returns false starting from Gradle 5.0.
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?
isModified() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
Was the file modified?
isNamespaceReverseRouter() - Method in class org.gradle.play.tasks.RoutesCompile
Whether the reverse router should be namespaced.
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).
ISOLATING - org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
IsolationMode - Enum in org.gradle.workers
Isolation mode for workers.
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.
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, otherwise false.
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.
isRecompileScripts() - Method in class org.gradle.StartParameter
Deprecated.
This flag is no longer used.
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..
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 or not 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.
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.
isSearchUpwards() - Method in class org.gradle.StartParameter
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
isShowNonBuildable() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
Should this include non-buildable components in the report?
isShowProgress() - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Indicates whether analysis progress should be rendered on standard output.
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
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.
isSkipUnmappedConfs() - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns whether unmapped configuration should be skipped or not.
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
The transitive value for this dependency.
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
Specifies whether the dependency descriptor should be uploaded.
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.
isUseEmptySettings() - Method in class org.gradle.StartParameter
Returns whether an empty settings script will be used regardless of whether one exists in the default location.
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
Returns whether Javadoc generation is accompanied by verbose output.
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?
isWithMessages() - Method in interface org.gradle.api.plugins.quality.FindBugsXmlReport
Deprecated.
Whether or not FindBugs should generate XML augmented with human-readable messages.
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 IvyArtifacts to be included in an IvyPublication.
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 IvyConfigurations that will be included in the IvyPublication.
IvyDependency - Interface in org.gradle.api.publish.ivy
A module dependency declared in an ivy dependency descriptor published as part of an IvyPublication.
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
A 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, ProjectDependencyPublicationResolver, FileCollectionFactory, ImmutableAttributesFactory, FeaturePreviews, CollectionCallbackActionDecorator) - 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

JacocoBase - Class in org.gradle.testing.jacoco.tasks
Base class for Jacoco tasks.
JacocoBase() - Constructor for class org.gradle.testing.jacoco.tasks.JacocoBase
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.
JacocoMerge - Class in org.gradle.testing.jacoco.tasks
Task to merge multiple execution data files into one.
JacocoMerge() - Constructor for class org.gradle.testing.jacoco.tasks.JacocoMerge
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
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(Project, 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_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.
JarBinarySpec - Interface in org.gradle.jvm
Definition of a Jar file binary that is to be built by Gradle.
JarBinarySpec.TasksCollection - Interface in org.gradle.jvm
Provides access to key tasks used for building the binary.
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 - org.gradle.language.twirl.TwirlImports
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_API_CLASSES - 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_API_JARS - Static variable in interface org.gradle.api.attributes.Usage
The Java API of a library, packaged as a JAR only.
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.
JAVA_RUNTIME_CLASSES - Static variable in interface org.gradle.api.attributes.Usage
The Java runtime classes of a component, packaged as class path elements, either a JAR or a classes directory.
JAVA_RUNTIME_JARS - Static variable in interface org.gradle.api.attributes.Usage
The Java runtime of a component, packaged as JAR only.
JAVA_RUNTIME_RESOURCES - Static variable in interface org.gradle.api.attributes.Usage
The Java runtime resources 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) - 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
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.
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_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.
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
Executes a Java main class.
javaexec(Closure) - Method in interface org.gradle.api.Script
Executes a Java main class.
javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.api.Project
Executes an external Java process.
javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.api.Script
Executes a Java main class.
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
JavaLanguagePlugin - Class in org.gradle.language.java.plugins
Plugin for compiling Java code.
JavaLanguagePlugin() - Constructor for class org.gradle.language.java.plugins.JavaLanguagePlugin
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 the Java plugin by cleanly separating the API and implementation dependencies of a library.
JavaLibraryPlugin(ObjectFactory) - Constructor for class org.gradle.api.plugins.JavaLibraryPlugin
JavaPlatform - Interface in org.gradle.jvm.platform
Defines and configures a Java SE runtime environment, consisting of a JVM runtime and a set of class libraries.
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(ObjectFactory, SoftwareComponentFactory) - Constructor for class org.gradle.api.plugins.JavaPlugin
JavaPluginConvention - Class in org.gradle.api.plugins
Is mixed into the project when applying the JavaBasePlugin or the JavaPlugin.
JavaPluginConvention() - Constructor for class org.gradle.api.plugins.JavaPluginConvention
JavaPluginExtension - Interface in org.gradle.api.plugins
Common configuration for Java based projects.
JavaRuntime - Interface in org.gradle.tooling.model.java
Represents a Java virtual machine installation.
JavaScriptBasePlugin - Class in org.gradle.plugins.javascript.base
JavaScriptBasePlugin() - Constructor for class org.gradle.plugins.javascript.base.JavaScriptBasePlugin
JavaScriptExtension - Class in org.gradle.plugins.javascript.base
JavaScriptExtension() - Constructor for class org.gradle.plugins.javascript.base.JavaScriptExtension
JavaScriptMinify - Class in org.gradle.play.tasks
Task to minify JavaScript assets.
JavaScriptMinify() - Constructor for class org.gradle.play.tasks.JavaScriptMinify
JavaScriptRepositoriesExtension - Class in org.gradle.plugins.javascript.base
JavaScriptRepositoriesExtension(RepositoryHandler) - Constructor for class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
JavaScriptSourceSet - Interface in org.gradle.language.javascript
Represents a source set containing javascript sources.
JavaSourceSet - Interface in org.gradle.language.java
A set of sources passed to the Java compiler.
JavaToolChain - Interface in org.gradle.jvm.toolchain
A set of tools for building from Java source.
JavaToolChainRegistry - Interface in org.gradle.jvm.toolchain
A container for JavaToolChains.
JavaVersion - Enum in org.gradle.api
An enumeration of Java versions.
jcenter() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
jcenter(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
JDepend - Class in org.gradle.api.plugins.quality
Deprecated.
JDepend is unmaintained and does not support bytecode compiled for Java 8 and above.
JDepend() - Constructor for class org.gradle.api.plugins.quality.JDepend
Deprecated.
JDependExtension - Class in org.gradle.api.plugins.quality
Deprecated.
JDepend is unmaintained and does not support bytecode compiled for Java 8 and above.
JDependExtension() - Constructor for class org.gradle.api.plugins.quality.JDependExtension
Deprecated.
JDependPlugin - Class in org.gradle.api.plugins.quality
Deprecated.
JDepend is unmaintained and does not support bytecode compiled for Java 8 and above.
JDependPlugin() - Constructor for class org.gradle.api.plugins.quality.JDependPlugin
Deprecated.
JDependReports - Interface in org.gradle.api.plugins.quality
Deprecated.
JDepend is unmaintained and does not support bytecode compiled for Java 8 and above.
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
jFlags(String...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
jFlags(String...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
JS_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
JsHint - Class in org.gradle.plugins.javascript.jshint
JsHint() - Constructor for class org.gradle.plugins.javascript.jshint.JsHint
JsHintExtension - Class in org.gradle.plugins.javascript.jshint
JsHintExtension() - Constructor for class org.gradle.plugins.javascript.jshint.JsHintExtension
JsHintPlugin - Class in org.gradle.plugins.javascript.jshint
JsHintPlugin() - Constructor for class org.gradle.plugins.javascript.jshint.JsHintPlugin
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
JUnitTestSuiteBinarySpec - Interface in org.gradle.jvm.test
Represents a JUnit test suite binary.
JUnitTestSuitePlugin - Class in org.gradle.jvm.plugins
This plugin adds support for execution of JUnit test suites to the Java software model.
JUnitTestSuitePlugin() - Constructor for class org.gradle.jvm.plugins.JUnitTestSuitePlugin
JUnitTestSuiteSpec - Interface in org.gradle.jvm.test
Represents a JUnit test suite.
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.
JvmApiSpec - Interface in org.gradle.jvm
Specifies the packages that constitute the API of a library.
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(Iterable<String>) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments to be passed along to FindBugs JVM 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.
jvmArgs(String...) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments to be passed along to FindBugs JVM process.
JvmBinarySpec - Interface in org.gradle.jvm
Represents a binary artifact that is the result of building a jvm component.
JvmByteCode - Class in org.gradle.jvm
LanguageOutputType marking Jvm byte code.
JvmByteCode() - Constructor for class org.gradle.jvm.JvmByteCode
JvmClasses - Interface in org.gradle.play
A set of classes and resources that operate together.
JvmComponentPlugin - Class in org.gradle.jvm.plugins
Base plugin for JVM component support.
JvmComponentPlugin() - Constructor for class org.gradle.jvm.plugins.JvmComponentPlugin
JvmComponentSpec - Interface in org.gradle.jvm
Definition of a software component that is to be built by Gradle to run a on JVM platform.
JvmLibrary - Interface in org.gradle.jvm
A Library component that runs on the Java Virtual Machine.
JvmLibrarySpec - Interface in org.gradle.jvm
Definition of a JVM library component that is to be built by Gradle.
JvmResources - Class in org.gradle.jvm
LanguageOutputType marking Jvm Resource Output
JvmResources() - Constructor for class org.gradle.jvm.JvmResources
JvmResourceSet - Interface in org.gradle.language.jvm
A set of resource files.
JvmResourcesPlugin - Class in org.gradle.language.jvm.plugins
Plugin for packaging JVM resources.
JvmResourcesPlugin() - Constructor for class org.gradle.language.jvm.plugins.JvmResourcesPlugin
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.
JvmTestSuiteBasePlugin - Class in org.gradle.jvm.plugins
The base plugin that needs to be applied by all plugins which provide testing support for the Java software model.
JvmTestSuiteBasePlugin() - Constructor for class org.gradle.jvm.plugins.JvmTestSuiteBasePlugin
JvmTestSuiteBinarySpec - Interface in org.gradle.jvm.test
Base type of JVM test suite binaries.
JvmTestSuiteBinarySpec.JvmTestSuiteTasks - Interface in org.gradle.jvm.test
Provides direct access to important build tasks of JVM test suites.
JvmTestSuiteSpec - Interface in org.gradle.jvm.test
Base type for all JVM test suites.

K

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

L

LanguageBasePlugin - Class in org.gradle.language.base.plugins
Base plugin for language support.
LanguageBasePlugin() - Constructor for class org.gradle.language.base.plugins.LanguageBasePlugin
LanguageSourceSet - Interface in org.gradle.language.base
A set of sources for a programming language.
Launchable - Interface in org.gradle.tooling.model
Represents an object that can be used to launch a Gradle build, such as a task.
layout(String) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies how the items of the repository are organized.
layout(String, Closure) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
layout(String, Action<? extends RepositoryLayout>) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
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.
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
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(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 - 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
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.
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.
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
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 - 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
listProperty(Class<T>) - Method in interface org.gradle.api.model.ObjectFactory
Creates a ListProperty implementation to hold a List of the given element type T.
ListProperty<T> - Interface in org.gradle.api.provider
Represents a property whose type is a List of elements of type ListProperty.
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
local(Class<T>) - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
Configures the local cache with the given type.
local(Class<T>, Action<? super T>) - Method in interface org.gradle.caching.configuration.BuildCacheConfiguration
Configures the local cache with the given type.
local(Action<? super BuildCache>) - 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.DependencyHandler
Creates a dependency on the Groovy that is distributed with the current version of Gradle.
LocalJava - Interface in org.gradle.jvm.toolchain
A local JDK, JRE or Java 9+ installation.
LocalState - Annotation Type in org.gradle.api.tasks
Marks a property as specifying local state for a task.
lockAllConfigurations() - Method in interface org.gradle.api.artifacts.dsl.DependencyLockingHandler
Convenience method for doing: configurations.all { resolutionStrategy.activateDependencyLocking() }
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 the quiet and lifecycle 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

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.
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
Creates a new instance of a Manifest.
manifest(Closure) - Method in class org.gradle.api.plugins.JavaPluginConvention
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
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(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
Creates a MapProperty implementation to hold a Map of the given key type K and value type V.
MapProperty<K,​V> - Interface in org.gradle.api.provider
Represents a property whose type is a Map of keys of type MapProperty and values of type MapProperty.
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.
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.
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(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 MavenArtifacts to be included in a MavenPublication.
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
A dependency declared as part of an MavenPublication.
mavenDeployer() - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Closure) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>, Closure) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>, Action<? super GroovyMavenDeployer>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Action<? super GroovyMavenDeployer>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
MavenDeployer - Interface in org.gradle.api.artifacts.maven
A resolver that can only be used for uploading artifacts to a Maven repository.
MavenDeployment - Interface in org.gradle.api.artifacts.maven
Represents the artifacts which will be deployed to a Maven repository.
mavenInstaller() - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Closure) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>, Closure) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>, Action<? super MavenResolver>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Action<? super MavenResolver>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
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.
MavenPlugin - Class in org.gradle.api.plugins
A Plugin which allows project artifacts to be deployed to a Maven repository, or installed to the local Maven cache.
MavenPlugin(Factory<LoggingManagerInternal>, FileResolver, ProjectPublicationRegistry, ProjectConfigurationActionContainer, MavenSettingsProvider, LocalMavenRepositoryLocator, ImmutableModuleIdentifierFactory) - Constructor for class org.gradle.api.plugins.MavenPlugin
MavenPluginConvention - Class in org.gradle.api.plugins
Properties and methods added by the MavenPlugin.
MavenPluginConvention(ProjectInternal, MavenFactory) - Constructor for class org.gradle.api.plugins.MavenPluginConvention
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.artifacts.maven
Is used for generating a Maven POM file and customizing the generation.
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, ProjectDependencyPublicationResolver, FileCollectionFactory, FeaturePreviews, ImmutableAttributesFactory, ProviderFactory, CollectionCallbackActionDecorator) - 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.
MavenRepositoryHandlerConvention - Interface in org.gradle.api.plugins
Allows Maven repositories for publishing artifacts to be defined.
MavenResolver - Interface in org.gradle.api.artifacts.maven
An ArtifactRepository which can be used to publish artifacts to Maven repositories.
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.
merge() - Method in class org.gradle.testing.jacoco.tasks.JacocoMerge
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.
methodMissing(String, Object) - Method in class org.gradle.api.tasks.testing.testng.TestNGOptions
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
MinimalJavadocOptions - Interface in org.gradle.external.javadoc
Provides the core Javadoc options.
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.
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
Displays some details about the configuration model of the project.
ModelReport() - Constructor for class org.gradle.api.reporting.model.ModelReport
ModelReport.Format - Enum in org.gradle.api.reporting.model
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
module(Closure) - Method in class org.gradle.plugins.ide.idea.model.IdeaModel
Configures IDEA module information.
module(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a client module.
module(Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a client module.
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(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 a Dependency on a module outside 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
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.
MultipleCandidatesDetails<T> - Interface in org.gradle.api.attributes
Provides context about candidates for an attribute.
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.
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.AntlrSourceVirtualDirectory
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 - Static variable in class org.gradle.plugins.javascript.base.JavaScriptExtension
NAME - Static variable in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
NAME - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
NAME - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
NAME - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
NAME - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
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.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 - 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 domain 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 specialisation 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<T> - Interface in org.gradle.api
A specialisation of NamedDomainObjectCollection that also implements List.
NamedDomainObjectProvider<T> - Interface in org.gradle.api
Provides a domain object of the given type.
NamedDomainObjectSet<T> - Interface in org.gradle.api
A specialisation of NamedDomainObjectCollection that also implements Set and orders objects by their inherent name.
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
Namer() - Constructor for class org.gradle.api.Named.Namer
Namer() - Constructor for class org.gradle.api.Task.Namer
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.
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 NativeToolChains.
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.workers.ForkMode
Never fork, aka.
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 more LongRunningOperation executions.
newConnector() - Static method in class org.gradle.tooling.GradleConnector
Creates a new connector instance.
newInputDirectory() - Method in class org.gradle.api.DefaultTask
Deprecated.
newInputFile() - Method in class org.gradle.api.DefaultTask
Deprecated.
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.
newOutputDirectory() - Method in class org.gradle.api.DefaultTask
Deprecated.
newOutputFile() - Method in class org.gradle.api.DefaultTask
Deprecated.
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
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
Don't attempt to isolate the work, use in-process workers.
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
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
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
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.
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 another Spec.
NotSpec(Spec<? super T>) - Constructor for class org.gradle.api.specs.NotSpec
Nullable - Annotation Type in org.gradle.api
Deprecated.
Use Nullable instead.

O

ObjectConfigurationAction - Interface in org.gradle.api.plugins
An ObjectConfigurationAction allows you to apply Plugins 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.
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, Class<T>) - Static method in class org.gradle.api.attributes.Attribute
Creates a new attribute of the given name with the given type.
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
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.
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 interface org.gradle.api.Task
Execute the task only if the given closure returns true.
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
open() - Method in interface org.gradle.api.file.FileTreeElement
Opens this file as an input stream.
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 - 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
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.
optionMap() - Method in class org.gradle.api.tasks.compile.AbstractOptions
optionMap() - Method in class org.gradle.api.tasks.compile.CompileOptions
Internal method.
optionMap() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Internal method.
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(Closure<?>) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
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.
options(Action<CoffeeScriptCompileOptions>) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
OptionValues - Annotation Type in org.gradle.api.tasks.options
Marks a method on a Task as providing the possible values for a String or List&lt;String&gt; Option.
or(Spec<? super T>...) - Method in class org.gradle.api.specs.OrSpec
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.
org.gradle - package org.gradle
Classes for embedding Gradle.
org.gradle.api - package org.gradle.api
Start Here: Gradle's Project 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.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
Maven specific classes for dependency management.
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
Classes that perform artifact transformations.
org.gradle.api.artifacts.type - package org.gradle.api.artifacts.type
Types related to artifact type definitions.
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.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.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 the distribution plugin itself.
org.gradle.api.dsl - package org.gradle.api.dsl
DSL related classes.
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.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.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.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.announce - package org.gradle.api.plugins.announce
A Plugin for generating announcements from your build.
org.gradle.api.plugins.antlr - package org.gradle.api.plugins.antlr
A Plugin for generating parsers from Antlr grammars.
org.gradle.api.plugins.buildcomparison.gradle - package org.gradle.api.plugins.buildcomparison.gradle
Build comparision classes that are specific to Gradle, including comparing Gradle upgrades.
org.gradle.api.plugins.osgi - package org.gradle.api.plugins.osgi
The OSGi Plugin implementation.
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.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.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
org.gradle.api.tasks.bundling - package org.gradle.api.tasks.bundling
The archive bundling Task implementations.
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.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
Scala Task implementations.
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.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.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
Classes for build caches.
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.platform - package org.gradle.jvm.platform
Classes for managing platform variance
org.gradle.jvm.plugins - package org.gradle.jvm.plugins
Base plugins that add support for JVM runtime.
org.gradle.jvm.tasks - package org.gradle.jvm.tasks
Tasks that add support for JVM runtime.
org.gradle.jvm.tasks.api - package org.gradle.jvm.tasks.api
Tasks supporting Gradle's "compile avoidance" feature through the generation and use of API classes and ApiJar files.
org.gradle.jvm.test - package org.gradle.jvm.test
Types for the JVM testing plugin.
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.coffeescript - package org.gradle.language.coffeescript
Language support classes for CoffeeScript
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 - package org.gradle.language.java
Types for Java language support.
org.gradle.language.java.artifact - package org.gradle.language.java.artifact
Classes representing artifacts relevant to the Java language.
org.gradle.language.java.plugins - package org.gradle.language.java.plugins
Base plugins that add support for Java language.
org.gradle.language.java.tasks - package org.gradle.language.java.tasks
Tasks that add support for Java language.
org.gradle.language.javascript - package org.gradle.language.javascript
Language support classes for javascript
org.gradle.language.jvm - package org.gradle.language.jvm
Types for support for JVM languages.
org.gradle.language.jvm.plugins - package org.gradle.language.jvm.plugins
Base plugins that add language support for JVM resources.
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.routes - package org.gradle.language.routes
Language support classes for routes
org.gradle.language.scala - package org.gradle.language.scala
Types for Scala language support.
org.gradle.language.scala.plugins - package org.gradle.language.scala.plugins
Base plugins that add support for Scala language.
org.gradle.language.scala.tasks - package org.gradle.language.scala.tasks
Tasks that add support for Scala language.
org.gradle.language.scala.toolchain - package org.gradle.language.scala.toolchain
Defines tools that can build scala applications.
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.language.twirl - package org.gradle.language.twirl
Language support classes for twirl
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.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.play - package org.gradle.play
Classes that model aspects of the Play Framework support in Gradle.
org.gradle.play.distribution - package org.gradle.play.distribution
Classes related to creating a Play distribution.
org.gradle.play.platform - package org.gradle.play.platform
Classes for managing play platform
org.gradle.play.plugins - package org.gradle.play.plugins
Plugins that add support for the Play framework.
org.gradle.play.plugins.ide - package org.gradle.play.plugins.ide
Plugins that add support using IDEs with the Play framework.
org.gradle.play.tasks - package org.gradle.play.tasks
Task classes used for the Play Framework support in Gradle.
org.gradle.play.toolchain - package org.gradle.play.toolchain
Defines tools that can build play applications.
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 EclipsePlugin.
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.javascript.base - package org.gradle.plugins.javascript.base
org.gradle.plugins.javascript.coffeescript - package org.gradle.plugins.javascript.coffeescript
org.gradle.plugins.javascript.envjs - package org.gradle.plugins.javascript.envjs
org.gradle.plugins.javascript.envjs.browser - package org.gradle.plugins.javascript.envjs.browser
org.gradle.plugins.javascript.envjs.http - package org.gradle.plugins.javascript.envjs.http
org.gradle.plugins.javascript.envjs.http.simple - package org.gradle.plugins.javascript.envjs.http.simple
org.gradle.plugins.javascript.jshint - package org.gradle.plugins.javascript.jshint
org.gradle.plugins.javascript.rhino - package org.gradle.plugins.javascript.rhino
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.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.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.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.
osgiManifest() - Method in class org.gradle.api.plugins.osgi.OsgiPluginConvention
Deprecated.
Creates a new instance of OsgiManifest.
osgiManifest(Closure) - Method in class org.gradle.api.plugins.osgi.OsgiPluginConvention
Deprecated.
Creates and configures a new instance of an OsgiManifest .
osgiManifest(Action<? super OsgiManifest>) - Method in class org.gradle.api.plugins.osgi.OsgiPluginConvention
Deprecated.
Creates and configures a new instance of an OsgiManifest.
OsgiManifest - Interface in org.gradle.api.plugins.osgi
Deprecated.
OsgiPlugin - Class in org.gradle.api.plugins.osgi
Deprecated.
OsgiPlugin() - Constructor for class org.gradle.api.plugins.osgi.OsgiPlugin
Deprecated.
OsgiPluginConvention - Class in org.gradle.api.plugins.osgi
Deprecated.
OsgiPluginConvention(ProjectInternal) - Constructor for class org.gradle.api.plugins.osgi.OsgiPluginConvention
Deprecated.
Creating instances of this class is deprecated. These should be created by the OSGi plugin only.
outgoing(Action<? super ConfigurationPublications>) - Method in interface org.gradle.api.artifacts.Configuration
Configures the outgoing artifacts of this configuration.
outOfDate(Action<? super InputFileDetails>) - Method in interface org.gradle.api.tasks.incremental.IncrementalTaskInputs
Executes the action for all of the input files that are out-of-date since the previous task execution.
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.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 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.
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
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, 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 - 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
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
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(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
Declares a constraint on a platform.
platform(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Declares a dependency on a platform.
platform(Object) - Method in interface org.gradle.play.PlayApplicationSpec
Specifies a PlayPlatform with a given set of requirements that this component should be built be for.
platform(Object) - Method in interface org.gradle.play.PlayPlatformAwareComponentSpec
platform(Object, Action<? super Dependency>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Declares a dependency on a platform.
platform(Object, Action<? super DependencyConstraint>) - Method in interface org.gradle.api.artifacts.dsl.DependencyConstraintHandler
Declares a constraint on a platform.
Platform - Interface in org.gradle.platform.base
The platform or runtime that a binary is designed to run on.
PLATFORM_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
PlatformAwareComponentSpec - Interface in org.gradle.platform.base
Defines Platform specific operations for ComponentSpecs
PlatformContainer - Interface in org.gradle.platform.base
A container of Platforms.
PlatformJavaCompile - Class in org.gradle.language.java.tasks
A platform-aware Java compile task.
PlatformJavaCompile() - Constructor for class org.gradle.language.java.tasks.PlatformJavaCompile
PlatformScalaCompile - Class in org.gradle.language.scala.tasks
A platform-aware Scala compile task.
PlatformScalaCompile() - Constructor for class org.gradle.language.scala.tasks.PlatformScalaCompile
PlayApplicationBinarySpec - Interface in org.gradle.play
Represents a binary artifact that is the result of building a Play application software component.
PlayApplicationPlugin - Class in org.gradle.play.plugins
Plugin for Play Framework component support.
PlayApplicationPlugin() - Constructor for class org.gradle.play.plugins.PlayApplicationPlugin
PlayApplicationSpec - Interface in org.gradle.play
Definition of a Play Framework software component that is built by Gradle.
PlayCoffeeScriptCompile - Class in org.gradle.play.tasks
Task for compiling CoffeeScript sources into JavaScript.
PlayCoffeeScriptCompile() - Constructor for class org.gradle.play.tasks.PlayCoffeeScriptCompile
PlayCoffeeScriptPlugin - Class in org.gradle.play.plugins
Plugin for adding coffeescript compilation to a Play application.
PlayCoffeeScriptPlugin() - Constructor for class org.gradle.play.plugins.PlayCoffeeScriptPlugin
PlayDistribution - Interface in org.gradle.play.distribution
Represents a Play distribution package
PlayDistributionContainer - Interface in org.gradle.play.distribution
Manages a set of Distribution objects.
PlayDistributionPlugin - Class in org.gradle.play.plugins
A plugin that adds a distribution zip to a Play application build.
PlayDistributionPlugin() - Constructor for class org.gradle.play.plugins.PlayDistributionPlugin
PlayIdePlugin - Class in org.gradle.play.plugins.ide
Plugin for configuring IDE plugins when the project uses the Play Framework component support.
PlayIdePlugin() - Constructor for class org.gradle.play.plugins.ide.PlayIdePlugin
PlayJavaScriptPlugin - Class in org.gradle.play.plugins
Plugin for adding javascript processing to a Play application.
PlayJavaScriptPlugin() - Constructor for class org.gradle.play.plugins.PlayJavaScriptPlugin
PlayPlatform - Interface in org.gradle.play.platform
Defines and configures a Play Framework environment including versions of Play, Scala and Java.
PlayPlatformAwareComponentSpec - Interface in org.gradle.play
Platform aware aspect of a Play Framework software component.
PlayPlugin - Class in org.gradle.play.plugins
Plugin for Play Framework component support.
PlayPlugin() - Constructor for class org.gradle.play.plugins.PlayPlugin
PlayPluginConfigurations - Class in org.gradle.play.plugins
Conventional locations and names for play plugins.
PlayPluginConfigurations(ConfigurationContainer, DependencyHandler) - Constructor for class org.gradle.play.plugins.PlayPluginConfigurations
PlayRoutesPlugin - Class in org.gradle.play.plugins
Plugin for compiling Play routes sources in a Play application.
PlayRoutesPlugin() - Constructor for class org.gradle.play.plugins.PlayRoutesPlugin
PlayRun - Class in org.gradle.play.tasks
Task to run a Play application.
PlayRun() - Constructor for class org.gradle.play.tasks.PlayRun
PlayTestPlugin - Class in org.gradle.play.plugins
Plugin for executing tests from a Play Framework application.
PlayTestPlugin() - Constructor for class org.gradle.play.plugins.PlayTestPlugin
PlayToolChain - Interface in org.gradle.play.toolchain
A set of tools for building applications using the Play Framework.
PlayTwirlPlugin - Class in org.gradle.play.plugins
Plugin for compiling Twirl sources in a Play application.
PlayTwirlPlugin() - Constructor for class org.gradle.play.plugins.PlayTwirlPlugin
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<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 of Plugin instances.
PluginContainer - Interface in org.gradle.api.plugins
A PluginContainer is used to manage a set of Plugin 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.
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.
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 PluginRequests 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.
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<T> - Interface in org.gradle.api
A NamedDomainObjectContainer that allows to create domain objects with different types.
pom() - Method in class org.gradle.api.plugins.MavenPluginConvention
Creates a new MavenPom.
pom(Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Configures the default POM by a closure.
pom(Closure) - Method in class org.gradle.api.plugins.MavenPluginConvention
Creates and configures a new MavenPom.
pom(String) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
pom(String, Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Configures a POM by a closure.
pom(String, Action<? super MavenPom>) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Configures a POM by an action.
pom(Action<? super MavenPom>) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Configures the default POM by an action.
pom(Action<? super MavenPom>) - Method in class org.gradle.api.plugins.MavenPluginConvention
Creates and configures a new MavenPom.
pom(Action<? super MavenPom>) - Method in interface org.gradle.api.publish.maven.MavenPublication
Configures the POM that will be published.
POM_FILE_ENCODING - Static variable in interface org.gradle.api.artifacts.maven.MavenPom
PomFilterContainer - Interface in org.gradle.api.artifacts.maven
Manages a set of MavenPom instances and their associated PublishFilter instances.
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.
preferProjectModules() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Gradle can resolve conflicts purely by version number or prioritize project dependencies over binary.
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.
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 class org.gradle.api.tasks.Sync
Configures the filter that defines which files to preserve in the destination directory.
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.
PROCESS - org.gradle.workers.IsolationMode
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.
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
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 - Variable in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
project(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Provides a builder for the Maven POM for adding or modifying properties of the Maven MavenPom.getModel().
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.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 GroovyObject>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Provides a builder for the Maven POM for adding or modifying properties of the Maven MavenPom.getModel().
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
ProjectBuilder - Class in org.gradle.testfixtures
Creates dummy instances of Project which you can use in testing custom task and plugin implementations.
ProjectBuilder() - Constructor for class org.gradle.testfixtures.ProjectBuilder
Deprecated.
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 a Dependency 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 a Project.
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
The conventional configuration for the `ProjectReportsPlugin`.
ProjectReportsPluginConvention() - Constructor for class org.gradle.api.plugins.ProjectReportsPluginConvention
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
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 LanguageSourceSets.
ProjectState - Interface in org.gradle.api
ProjectState provides information about the execution state of a project.
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_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
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 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.CompatibilityAdapterForTaskInputs
Deprecated.
Registers an input property for 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
PROTECTED - org.gradle.external.javadoc.JavadocMemberLevel
Shows only protected and public classes and members.
PROVIDED - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
PROVIDED_COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
PROVIDED_COMPILE_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
PROVIDED_RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
PROVIDED_RUNTIME_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
provider(Callable<? extends T>) - Method in interface org.gradle.api.provider.ProviderFactory
Creates a Provider whose value is calculated using the given Callable.
provider(Callable<T>) - Method in interface org.gradle.api.Project
Creates a Provider implementation based on the provided value.
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.
ProviderFactory - Interface in org.gradle.api.provider
A factory for creating instances of Provider.
PUBLIC - org.gradle.external.javadoc.JavadocMemberLevel
Shows only public classes and members.
PublicAssets - Interface in org.gradle.play
A set of public assets added to a binary.
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 managing Publication 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
PublishFilter - Interface in org.gradle.api.artifacts.maven
A filter for artifacts to be published.
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, FeaturePreviews, DocumentationRegistry, 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
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.
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(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.
registerTransform(Class<? extends TransformAction<T>>, Action<? super TransformSpec<T>>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Registers an artifact transform without a parameter object.
registerTransform(Action<? super VariantTransform>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
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(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, File) - Method in class org.gradle.plugins.ide.idea.model.PathFactory
Creates a path relative to the given path variable.
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.
relativeProjectPath(String) - Method in interface org.gradle.api.Project
Converts a name to a project path relative to this project.
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.
removeAll(Collection<?>) - Method in interface org.gradle.api.plugins.PluginCollection
Deprecated.
plugins cannot be removed.
removeCapability(String, String) - Method in interface org.gradle.api.capabilities.MutableCapabilitiesMetadata
Removes a capability.
removed(Action<? super InputFileDetails>) - Method in interface org.gradle.api.tasks.incremental.IncrementalTaskInputs
Executes the action for all of the input files that were removed since the previous task execution.
REMOVED - org.gradle.work.ChangeType
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
Remove a listener from this graph.
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.
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.
replaceSingleDirectory(Set<File>, File) - Static method in class org.gradle.platform.base.binary.BaseBinarySpec
report() - Method in class org.gradle.api.reporting.components.ComponentReport
report() - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
report() - Method in class org.gradle.api.reporting.model.ModelReport
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<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
Adds some results to include in the report.
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.FindBugs
Deprecated.
Configures the reports to be generated by this task.
reports(Closure) - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
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.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 FindBugsReports>) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Configures the reports to be generated by this task.
reports(Action<? super JDependReports>) - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
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 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.
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
Configures the set of repositories to upload to.
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
Configures the set of repositories to upload to.
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.
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.
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.
ResolvableDependencies - Interface in org.gradle.api.artifacts
A set of Dependency objects which can be resolved to a set of files.
resolve() - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
resolve() - Method in interface org.gradle.api.artifacts.SelfResolvingDependency
Resolves this dependency.
resolve(boolean) - Method in interface org.gradle.api.artifacts.SelfResolvingDependency
Resolves this dependency by specifying the transitive mode.
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 a Configuration, and provides access to both the artifacts and the meta-data 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
A ResolveException is thrown when dependency resolution fails for some reason.
ResolveException(String, Iterable<? extends Throwable>) - Constructor for exception org.gradle.api.artifacts.ResolveException
ResolveException(String, Throwable) - Constructor for exception org.gradle.api.artifacts.ResolveException
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.
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.
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.
RHINO_SHELL_MAIN - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
RhinoExtension - Class in org.gradle.plugins.javascript.rhino
RhinoExtension() - Constructor for class org.gradle.plugins.javascript.rhino.RhinoExtension
rhinoOptions(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets Rhino options.
RhinoPlugin - Class in org.gradle.plugins.javascript.rhino
RhinoPlugin() - Constructor for class org.gradle.plugins.javascript.rhino.RhinoPlugin
RhinoShellExec - Class in org.gradle.plugins.javascript.rhino
RhinoShellExec() - Constructor for class org.gradle.plugins.javascript.rhino.RhinoShellExec
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.
ROOT - org.gradle.api.artifacts.result.ComponentSelectionCause
This component was selected because it's the root component.
rootProject(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
Adds an action to execute against the root project of this build.
RoutesCompile - Class in org.gradle.play.tasks
Task for compiling routes templates into Scala code.
RoutesCompile() - Constructor for class org.gradle.play.tasks.RoutesCompile
RoutesSourceSet - Interface in org.gradle.language.routes
Represents a source set containing routes files
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.
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.FindBugs
Deprecated.
run() - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
run() - Method in class org.gradle.api.plugins.quality.Pmd
run() - Method in class org.gradle.play.tasks.PlayRun
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(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.
RUN_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
RUN_GROUP - Static variable in class org.gradle.play.plugins.PlayApplicationPlugin
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 - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
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_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
Deprecated.
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.
RUNTIME_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
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

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
scala(Closure) - Method in interface org.gradle.api.tasks.ScalaSourceSet
Configures the Scala source for this set.
scala(Action<? super SourceDirectorySet>) - Method in interface org.gradle.api.tasks.ScalaSourceSet
Configures the Scala source for this set.
SCALA - org.gradle.language.twirl.TwirlImports
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) - 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 - 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
ScalaLanguagePlugin - Class in org.gradle.language.scala.plugins
Plugin for compiling Scala code.
ScalaLanguagePlugin() - Constructor for class org.gradle.language.scala.plugins.ScalaLanguagePlugin
ScalaLanguageSourceSet - Interface in org.gradle.language.scala
A set of sources passed to the Scala compiler.
ScalaPlatform - Interface in org.gradle.language.scala
Defines and configures a Scala Platform.
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
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
ScalaSourceSet - Interface in org.gradle.api.tasks
A ScalaSourceSetConvention defines the properties and methods added to a SourceSet by the ScalaPlugin.
ScalaToolChain - Interface in org.gradle.language.scala.toolchain
A set of tools for building Scala applications
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 scripts to add in some Gradle-specific methods.
scriptArgs(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets script arguments.
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.
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.
segmentIterator() - Method in class org.gradle.api.file.RelativePath
SELECTED_BY_RULE - org.gradle.api.artifacts.result.ComponentSelectionCause
This component was selected by a rule.
SelfResolvingDependency - Interface in org.gradle.api.artifacts
A SelfResolvingDependency is a Dependency which is able to resolve itself, independent of a repository.
send(String, String) - Method in interface org.gradle.api.plugins.announce.Announcer
serialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
serialWarn(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
set(File) - Method in interface org.gradle.api.file.DirectoryProperty
Sets the location of this directory.
set(File) - Method in interface org.gradle.api.file.RegularFileProperty
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 of 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 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 interface org.gradle.api.Task
Sets the sequence of Action objects which will be executed by this task.
setAdditionalClassDirs(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
Deprecated.
Use getAdditionalClassDirs().setFrom(...)
setAdditionalImports(List<String>) - Method in interface org.gradle.language.twirl.TwirlSourceSet
Sets the additional imports to add to all generated Scala code.
setAdditionalImports(List<String>) - Method in class org.gradle.play.tasks.RoutesCompile
Specifies the additional imports of the Play Routes compiler.
setAdditionalImports(List<String>) - Method in class org.gradle.play.tasks.TwirlCompile
Sets the additional imports to add to all generated Scala code.
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
setAdditionalSourceDirs(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
Deprecated.
Use getAdditionalSourceDirs().setFrom(...)
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.
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
Sets the directory to place source files generated by annotation processors.
setAnnotationProcessorGeneratedSourcesDirectory(Provider<File>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets the directory to place source files generated by annotation processors.
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.
setAnnouncerFactory(AnnouncerFactory) - Method in class org.gradle.api.plugins.announce.AnnouncePluginExtension
Deprecated.
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.
setApiJarFile(File) - Method in interface org.gradle.jvm.JarBinarySpec
Sets the API jar file output for this binary.
setAppDirName(String) - Method in class org.gradle.plugins.ear.EarPluginConvention
setAppend(boolean) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
Deprecated.
setAppendix(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
setApplicationDefaultJvmArgs(Iterable<String>) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
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
setApplicationDistribution(CopySpec) - Method in interface org.gradle.api.plugins.JavaApplication
setApplicationJar(File) - Method in class org.gradle.play.tasks.PlayRun
setApplicationName(String) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
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.api.tasks.bundling.AbstractArchiveTask
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
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.JavaExec
Sets the args for the main class to be executed.
setArgs(Iterable<?>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Cannot set args directly on RhinoShellExec, use RhinoShellExec.setRhinoOptions(List), RhinoShellExec.setScriptArgs(List) and/or RhinoShellExec.setScript(File) instead.
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.JavaExec
Sets the args for the main class to be executed.
setArgs(List<String>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Cannot set args directly on RhinoShellExec, use RhinoShellExec.setRhinoOptions(List), RhinoShellExec.setScriptArgs(List) and/or RhinoShellExec.setScript(File) instead.
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 to JavaExec.setArgs(List).
setArguments(Iterable<String>) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the command line arguments (excluding tasks) to invoke the build with.
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.artifacts.maven.MavenPom
Sets the artifact id for this POM.
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
setAssetsDirs(Set<File>) - Method in class org.gradle.play.tasks.PlayRun
setAssetsJar(File) - Method in class org.gradle.play.tasks.PlayRun
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.api.distribution.Distribution
The baseName of the distribution.
setBaseName(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
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
setBinResultsDir(File) - Method in class org.gradle.api.tasks.testing.AbstractTestTask
Sets the root folder for the test results in internal binary format.
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
Sets the build directory of this project.
setBuildDir(Object) - Method in interface org.gradle.api.Project
Sets the build directory of this project.
setBuildFile(File) - Method in class org.gradle.api.tasks.GradleBuild
Sets the build file that should be used for this build.
setBuildFile(File) - Method in class org.gradle.StartParameter
Sets the build file to use to select the default project.
setBuildFile(Object) - Method in class org.gradle.api.tasks.GradleBuild
Sets the build file that should be used for this build.
setBuildFileName(String) - Method in interface org.gradle.api.initialization.ProjectDescriptor
Sets the name of the build file.
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.
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.
setChangingClasspath(FileCollection) - Method in class org.gradle.play.tasks.PlayRun
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.
setClassDirectories(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
Deprecated.
Use getClassDirectories().setFrom(...)
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
setClasses(FileCollection) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The class directories to be analyzed.
setClasses(FileCollection) - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
Deprecated.
setClassesDeployPath(String) - Method in class org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
setClassesDir(File) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
Sets the classes dir.
setClassesDir(File) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the classes directory for this binary.
setClassesDir(File) - Method in interface org.gradle.play.JvmClasses
Sets the classes directory for this binary.
setClassesDirs(FileCollection) - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
The directories containing the classes to be analyzed.
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.api.tasks.bundling.AbstractArchiveTask
setClassifier(String) - Method in class org.gradle.plugins.signing.Signature
setClasspath(Iterable<File>) - Method in interface org.gradle.workers.WorkerConfiguration
Sets the classpath associated with the worker.
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 interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-Classpath instruction.
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.FindBugs
Deprecated.
Compile class path for the classes 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 class org.gradle.plugin.devel.tasks.ValidateTaskProperties
Deprecated.
setClasspath(FileCollection) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
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.
setCoffeeScriptJs(File) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
setCoffeeScriptJs(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
setCoffeeScriptJs(FileCollection) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
Sets Coffee Script JavaScript file.
setCoffeeScriptJsNotation(String) - Method in class org.gradle.play.tasks.PlayCoffeeScriptCompile
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<GroovyJavaJointCompileSpec>) - Method in class org.gradle.api.tasks.compile.GroovyCompile
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
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.
setConf2ScopeMappings(Conf2ScopeMappingContainer) - Method in class org.gradle.api.plugins.MavenPluginConvention
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.
setConfigDir(File) - Method in class org.gradle.api.plugins.quality.CheckstyleExtension
Path to other Checkstyle configuration files.
setConfigDir(Provider<File>) - Method in class org.gradle.api.plugins.quality.Checkstyle
Path to other Checkstyle configuration files.
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
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.
setConfigurations(ConfigurationContainer) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the configuration container used for mapping configurations to Maven scopes.
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
setContent(File) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
Sets content.
setContent(Object) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
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.
setDebugLevel(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
setDebugOptions(DebugOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets options for generating debugging information.
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.
setDefaultImports(TwirlImports) - Method in interface org.gradle.language.twirl.TwirlSourceSet
Sets the default imports that should be added to generated source files to the given language
setDefaultImports(TwirlImports) - Method in class org.gradle.play.tasks.TwirlCompile
Sets the default imports to be used when compiling templates.
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(List<?>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the dependencies for this POM.
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.
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
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 interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-Description instruction.
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
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
Sets the destination for the report.
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.
setDestination(Provider<File>) - Method in interface org.gradle.api.reporting.ConfigurableReport
Sets the destination for the report.
setDestinationDir(File) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
setDestinationDir(File) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the directory to generate the .class files into.
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
Sets the directory to write the HTML report to.
setDestinationDir(File) - Method in class org.gradle.play.tasks.JavaScriptMinify
Sets the output directory where processed JavaScript should be written.
setDestinationDir(File) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
Sets destination directory.
setDestinationDir(File) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
setDestinationDir(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
setDestinationDir(Provider<File>) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the directory to generate the .class files into.
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(File) - Method in class org.gradle.testing.jacoco.tasks.JacocoMerge
setDestinationFile(Provider<File>) - Method in class org.gradle.testing.jacoco.plugins.JacocoTaskExtension
Set the provider for calculating the destination file.
setDestinationFile(Provider<File>) - Method in class org.gradle.testing.jacoco.tasks.JacocoMerge
Set the provider for calculating the destination file.
setDidWork(boolean) - Method in interface org.gradle.api.Task
Sets whether the task actually did any work.
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
Sets the Unix permissions to use for the target directories.
setDirMode(Integer) - Method in class org.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target directories.
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.
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
setDisplayName(String) - Method in interface org.gradle.workers.WorkerConfiguration
Sets the name to use when displaying this item of work.
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
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
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
setDocURL(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-DocURL instruction.
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.
setEffort(String) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The analysis effort level.
setEffort(String) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The analysis effort level.
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 interface org.gradle.api.reporting.ConfigurableReport
Whether or not this report should be generated by whatever generates it.
setEnabled(boolean) - Method in interface org.gradle.api.reporting.Report
Whether or not this report should be generated by whatever generates it.
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
setEnabled(Provider<Boolean>) - Method in interface org.gradle.api.reporting.ConfigurableReport
Whether or not this report should be generated by whatever generates it.
setEnableStricterValidation(boolean) - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
Enable the stricter validation for cacheable tasks for all tasks.
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
setEncoding(String) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
setEncoding(String) - Method in class org.gradle.plugins.javascript.jshint.JsHint
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.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.
setEvaluator(BrowserEvaluator) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
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.
setExcludeBugsFilter(File) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The filename of a filter specifying baseline bugs to exclude from being reported.
setExcludeBugsFilter(File) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The filename of a filter specifying baseline bugs to exclude from being reported.
setExcludeBugsFilterConfig(TextResource) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
A filter specifying baseline bugs to exclude from being reported.
setExcludeBugsFilterConfig(TextResource) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
A filter specifying baseline bugs to exclude from being reported.
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
setExcludeFilter(File) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The filename of a filter specifying bugs to exclude from being reported.
setExcludeFilter(File) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The filename of a filter specifying bugs to exclude from being reported.
setExcludeFilterConfig(TextResource) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
A filter specifying bugs to exclude from being reported.
setExcludeFilterConfig(TextResource) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
A filter specifying bugs to exclude from being reported.
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
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.
setExecutionData(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoMerge
setExecutionData(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
Deprecated.
Use getExecutionData().setFrom(...)
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
setExportedPackages(Set<String>) - Method in interface org.gradle.jvm.JarBinarySpec
setExportedPackages(Set<String>) - Method in class org.gradle.jvm.tasks.api.ApiJar
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.api.tasks.bundling.AbstractArchiveTask
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.
setExtraArgs(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments (not covered here more explicitly like effort) to be passed along to FindBugs.
setExtraArgs(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Any additional arguments (not covered here more explicitly like effort) to be passed along to FindBugs.
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.
setFailOnWarning(boolean) - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
Specifies whether the build should break when the verifications performed by this task detects a warning.
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
Sets the Unix permissions to use for the target files.
setFileMode(Integer) - Method in class org.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target files.
setFileName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
setFilter(PublishFilter) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default filter to be used.
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 interface org.gradle.api.Task
Specifies the set of finalizer tasks for this task.
setFindbugsClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Class path holding the FindBugs library.
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 interface org.gradle.api.artifacts.ExternalDependency
Sets whether or not the version of this dependency should be enforced in the case of version conflicts.
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.
setForkMode(ForkMode) - Method in interface org.gradle.workers.WorkerConfiguration
Sets the forking mode for this worker, see ForkMode.
setForkOptions(ForkOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets options for running the compiler in a child process.
setForkOptions(GroovyForkOptions) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets options for running the Groovy compiler in a separate process.
setForkOptions(ScalaForkOptions) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
setFormat(String) - Method in class org.gradle.api.reporting.model.ModelReport
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
setGenerateReverseRoutes(boolean) - Method in class org.gradle.play.tasks.RoutesCompile
Sets whether or not a reverse router should be generated.
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 interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the Gradle version to run the build with.
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 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.artifacts.maven.MavenPom
Sets the group id for this POM.
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
setHttpPort(int) - Method in class org.gradle.play.tasks.PlayRun
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.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.buildcomparison.gradle.CompareGradleBuilds
Sets whether a comparison between non identical builds will fail the task execution.
setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.quality.Checkstyle
Whether this task will ignore failures and continue running the build.
setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.quality.CodeNarc
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.plugins.quality.FindBugs
Deprecated.
Whether to allow the build to continue if there are warnings.
setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.quality.Pmd
Whether or not 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
setIgnoreFailures(boolean) - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
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
setIncludeFilter(File) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The filename of a filter specifying which bugs are reported.
setIncludeFilter(File) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The filename of a filter specifying which bugs are reported.
setIncludeFilterConfig(TextResource) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
A filter specifying which bugs are reported.
setIncludeFilterConfig(TextResource) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
A filter specifying which bugs are reported.
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.
setIncludePrivate(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets whether to include all classes and members (i.e.
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
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.
setInjectedRoutesGenerator(boolean) - Method in interface org.gradle.play.PlayApplicationSpec
Configures the style of router to use with this application.
setInjectedRoutesGenerator(boolean) - Method in class org.gradle.play.tasks.RoutesCompile
Configure if the injected routes generator should be used to generate routes.
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.
setInteractive(boolean) - Method in class org.gradle.StartParameter
Deprecated.
This flag is no longer used.
setIsolationMode(IsolationMode) - Method in interface org.gradle.workers.WorkerConfiguration
Sets the isolation mode for this worker, see IsolationMode.
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(File) - Method in interface org.gradle.jvm.JarBinarySpec
Sets the jar file output for this binary.
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
Sets the Java home which contains the compiler to use.
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
setJdependClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.JDepend
Deprecated.
The class path containing the JDepend library to be used.
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
setJs(FileCollection) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
setJs(FileCollection) - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
setJs(FileCollection) - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
setJsHint(Object) - Method in class org.gradle.plugins.javascript.jshint.JsHint
setJsHint(FileCollection) - Method in class org.gradle.plugins.javascript.jshint.JsHint
Sets jshint file.
setJsonReport(File) - Method in class org.gradle.plugins.javascript.jshint.JsHint
Sets JSON report file.
setJsonReport(Object) - Method in class org.gradle.plugins.javascript.jshint.JsHint
setjUnitVersion(String) - Method in interface org.gradle.jvm.test.JUnitTestSuiteBinarySpec
setjUnitVersion(String) - Method in interface org.gradle.jvm.test.JUnitTestSuiteSpec
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(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Any additional arguments to be passed along to FindBugs JVM process.
setJvmArgs(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Any additional arguments to be passed along to FindBugs JVM 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
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
setLicense(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-License instruction.
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
setLocal(Announcer) - Method in class org.gradle.api.plugins.announce.AnnouncePluginExtension
Deprecated.
Sets the Announcer that should be used to send announcements to the local desktop.
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 class org.gradle.api.tasks.JavaExec
Sets the fully qualified name of the main class to be executed.
setMain(String) - Method in interface org.gradle.process.JavaExecSpec
Sets the fully qualified name of the main class to be executed.
setMainClassName(String) - Method in class org.gradle.api.plugins.ApplicationPluginConvention
The fully qualified name of the application's main class.
setMainClassName(String) - Method in interface org.gradle.api.plugins.JavaApplication
The fully qualified name of the application's main class.
setMainClassName(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
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.
setMavenPomDir(File) - Method in class org.gradle.api.plugins.MavenPluginConvention
Sets the directory to generate Maven POMs into.
setMavenPomDir(Object) - Method in class org.gradle.api.plugins.MavenPluginConvention
Sets the directory to generate Maven POMs into.
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.plugins.quality.FindBugs
Deprecated.
The maximum heap size for the forked findbugs process (ex: '1g').
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
Sets the Unix permissions of this file.
setModel(Object) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the underlying native Maven Model object.
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
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 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.ProjectDescriptor
Sets the name of this project.
setName(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-Name instruction.
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
setNamespaceReverseRouter(boolean) - Method in class org.gradle.play.tasks.RoutesCompile
Sets whether or not the reverse router should be namespaced.
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).
setOmitVisitors(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Similar to visitors except that it specifies bug detectors which should not be run.
setOmitVisitors(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Similar to visitors except that it specifies bug detectors which should not be run.
setOnlyIf(Closure) - Method in interface org.gradle.api.Task
Execute the task only if the given closure returns true.
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
setOptions(CoffeeScriptCompileOptions) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
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 interface org.gradle.api.file.SourceDirectorySet
Sets the directory to assemble the compiled classes into.
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(Provider<File>) - Method in interface org.gradle.api.file.SourceDirectorySet
Sets the provider that gives the directory to assemble the compiled classes into.
setOutputDir(Path) - Method in class org.gradle.plugins.ide.idea.model.Module
setOutputDirectory(File) - Method in class org.gradle.api.artifacts.transform.ArtifactTransform
Deprecated.
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
setOutputDirectory(File) - Method in class org.gradle.play.tasks.RoutesCompile
Specifies the directory to generate the parser source files into.
setOutputDirectory(File) - Method in class org.gradle.play.tasks.TwirlCompile
Specifies the directory to generate the parser source files into.
setOutputFile(File) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Sets the file which the report will be written to.
setOutputFile(File) - Method in class org.gradle.api.tasks.WriteProperties
Sets the output file to write the properties to.
setOutputFile(File) - Method in class org.gradle.jvm.tasks.api.ApiJar
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
Sets the output file to write the properties to.
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.artifacts.maven.MavenPom
Sets the packaging for this POM.
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.
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.api.plugins.announce.AnnouncePluginExtension
Deprecated.
setPassword(String) - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
Sets the password to use when authenticating to the HTTP build cache.
setPath(File) - Method in interface org.gradle.jvm.toolchain.LocalJava
Sets the path to the local Java installation.
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
setPlatform(JavaPlatform) - Method in class org.gradle.language.java.tasks.PlatformJavaCompile
setPlatform(ScalaPlatform) - Method in class org.gradle.language.scala.tasks.PlatformScalaCompile
setPlatform(PlayPlatform) - Method in class org.gradle.play.tasks.RoutesCompile
setPlatform(PlayPlatform) - Method in class org.gradle.play.tasks.TwirlCompile
setPlayPlatform(PlayPlatform) - Method in class org.gradle.play.tasks.JavaScriptMinify
Sets the target Play platform.
setPlayToolProvider(PlayToolProvider) - Method in class org.gradle.play.tasks.PlayRun
setPluginClasspath(FileCollection) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Class path holding any additional FindBugs plugins.
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
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 interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default POM 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(ProjectInternal) - Method in class org.gradle.api.plugins.BasePluginConvention
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.
setProjectDir(Object) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the “root” directory of the build.
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
setProjects(Set<Project>) - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
Specifies the set of projects to generate this report for.
setProjects(Set<Project>) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
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
Creates a SetProperty implementation to hold a Set of the given element type T.
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 type SetProperty.
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.
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.
setRecompileScripts(boolean) - Method in class org.gradle.StartParameter
Deprecated.
This flag is no longer used and simply defaults to 'false'.
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..
setRelativePath(RelativePath) - Method in interface org.gradle.api.file.FileCopyDetails
Sets the destination path of this file.
setRemoveUnusedEntriesAfterDays(int) - Method in class org.gradle.caching.local.DirectoryBuildCache
Sets the number of days after unused entries are garbage collected.
setRenderer(DependencyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask
Set the renderer to use to build a report.
setRenderer(DependencyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.BuildEnvironmentReportTask
setRenderer(PropertyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
setRenderer(TaskReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
setReportDir(File) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Sets the directory that will contain the HTML comparison report and any other report files.
setReportDir(Object) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Sets the directory that will contain the HTML comparison report and any other report files.
setReportFormat(String) - Method in class org.gradle.api.plugins.quality.CodeNarcExtension
The format type of the CodeNarc report.
setReportLevel(String) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The priority threshold for reporting bugs.
setReportLevel(String) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The priority threshold for reporting bugs.
setReportsDir(File) - Method in class org.gradle.api.plugins.quality.CodeQualityExtension
The directory where reports will be generated.
setReportsDir(File) - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
setReportsDir(Provider<File>) - Method in class org.gradle.testing.jacoco.plugins.JacocoPluginExtension
Set the provider for calculating the report directory.
setRepository(Object) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Sets the repository to be used for uploading artifacts.
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 or not 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 or not 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.
setResource(Object) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
setResource(String) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
Sets resource.
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(File) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the resources directory for this binary.
setResourcesDir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Sets the output directory for resources
setResult(File) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
Sets result.
setResult(Object) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
setRevision(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Sets the revision for this publication.
setRhinoClasspath(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
setRhinoClasspath(Object) - Method in class org.gradle.plugins.javascript.jshint.JsHint
setRhinoClasspath(FileCollection) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
Sets Rhino classpath.
setRhinoClasspath(FileCollection) - Method in class org.gradle.plugins.javascript.jshint.JsHint
Sets Rhino classpath.
setRhinoClasspathNotation(String) - Method in class org.gradle.play.tasks.PlayCoffeeScriptCompile
setRhinoOptions(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets Rhino options.
setRhinoOptions(List<String>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets Rhino options.
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.
setRulePriority(int) - Method in class org.gradle.api.plugins.quality.Pmd
Sets the rule priority threshold.
setRulePriority(int) - Method in class org.gradle.api.plugins.quality.PmdExtension
Sets the rule priority threshold.
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.
setRuntimeClasspath(FileCollection) - Method in class org.gradle.play.tasks.PlayRun
setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaDoc
setScalaDocOptions(ScalaDocOptions) - Method in class org.gradle.api.tasks.scala.ScalaDoc
setScalaPlatform(ScalaPlatform) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
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
setScript(File) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets script file.
setScript(Object) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets script file.
setScriptArgs(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets script arguments.
setScriptArgs(List<String>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
Sets script arguments.
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.
setSearchUpwards(boolean) - Method in class org.gradle.StartParameter
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
Sets the settings file to use for the build.
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 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
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
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
setShowNonBuildable(boolean) - Method in class org.gradle.api.reporting.dependents.DependentComponentsReport
setShowProgress(boolean) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
Indicates whether analysis progress should be rendered on standard output.
setShowProgress(boolean) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
Indicates whether analysis progress should be rendered on standard output.
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
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
setSkipUnmappedConfs(boolean) - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Sets, whether unmapped configuration should be skipped or not.
setSnapshotRepository(Object) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Sets the repository to be used for uploading snapshot artifacts.
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(FileCollection) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
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
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
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
setSourceDirectories(FileCollection) - Method in class org.gradle.testing.jacoco.tasks.JacocoReportBase
Deprecated.
Use getSourceDirectories().setFrom(...)
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 and build 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.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.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.
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
setSymbolicName(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-SymbolicName instruction.
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
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
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 interface org.gradle.jvm.platform.JavaPlatform
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.
setTargetPlatform(JavaPlatform) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the target platform for this binary.
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(Iterable<String>) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the tasks to execute.
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
setTestResourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
Sets the directories containing the test resources.
setTestResourceFolders(Set<Path>) - Method in class org.gradle.plugins.ide.idea.model.Module
Sets the directories containing test resources.
setTestResultDirs(Iterable<File>) - Method in class org.gradle.api.tasks.testing.TestReport
Sets the binary test results to use to include in the report.
setTestResultsDirName(String) - Method in class org.gradle.api.plugins.JavaPluginConvention
setTestSourceDirs(Set<File>) - Method in class org.gradle.plugins.ide.idea.model.IdeaModule
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
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(JavaToolChain) - Method in class org.gradle.api.tasks.compile.JavaCompile
Sets the tool chain that should be used to compile the Java source.
setToolChain(JavaToolChain) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the tool chain to use to generate the Javadoc.
setToolChain(JavaToolChain) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the JavaToolChain that will be used to build this binary.
setToolChain(NativeToolChain) - Method in class org.gradle.nativeplatform.NativeExecutableFileSpec
Sets the Tool Chain that produces the native executable.
setToolChain(PlayToolChain) - Method in class org.gradle.play.tasks.TwirlCompile
Sets the tool chain that will be used to compile the twirl source.
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
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(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 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
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.api.plugins.announce.AnnouncePluginExtension
Deprecated.
setUsername(String) - Method in class org.gradle.caching.http.HttpBuildCacheCredentials
Sets the user name to use when authenticating to the HTTP build cache.
setUserTemplateFormats(List<TwirlTemplateFormat>) - Method in interface org.gradle.language.twirl.TwirlSourceSet
Sets the custom template formats for this source set.
setUserTemplateFormats(List<TwirlTemplateFormat>) - Method in class org.gradle.play.tasks.TwirlCompile
Sets the custom template formats for this task.
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
setVendor(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-Vendor instruction.
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
Sets whether Javadoc generation is accompanied by verbose output or not.
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.artifacts.maven.MavenPom
Sets the version for this POM.
setVersion(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Deprecated.
A convenient method for setting a Bundle-Version instruction.
setVersion(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
Sets the version for this publication.
setVersion(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
setVersion(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
setVersion(String) - Method in class org.gradle.plugins.ide.eclipse.model.Facet
setVersion(String) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
setVersion(String) - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
setVersion(String) - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
setVersion(String) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
setVisible(boolean) - Method in interface org.gradle.api.artifacts.Configuration
Sets the visibility of this configuration.
setVisitors(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugs
Deprecated.
The bug detectors which should be run.
setVisitors(Collection<String>) - Method in class org.gradle.api.plugins.quality.FindBugsExtension
Deprecated.
The bug detectors which should be run.
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
setWebXml(File) - Method in class org.gradle.api.tasks.bundling.War
Sets the web.xml file to include in the WAR archive.
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
setWithMessages(boolean) - Method in interface org.gradle.api.plugins.quality.FindBugsXmlReport
Deprecated.
Whether or not FindBugs should generate XML augmented with human-readable messages.
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
setWriteDependencyLocks(boolean) - Method in class org.gradle.StartParameter
Specifies whether dependency resolution needs to be persisted for locking
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.
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.
SHORT - org.gradle.api.reporting.model.ModelReport.Format
SHORT - org.gradle.api.tasks.testing.logging.TestExceptionFormat
Short display of exceptions.
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 to signatureDestination.
sign(InputStream, OutputStream) - Method in interface org.gradle.plugins.signing.signatory.Signatory
Exhausts toSign, and writes the signature to signatureDestination.
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(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.
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
signPom(MavenDeployment) - Method in class org.gradle.plugins.signing.SigningExtension
Signs the POM artifact for the given Maven deployment.
signPom(MavenDeployment, Closure) - Method in class org.gradle.plugins.signing.SigningExtension
Signs the POM artifact for the given Maven deployment.
SimpleHttpFileServer - Class in org.gradle.plugins.javascript.envjs.http.simple
SimpleHttpFileServer(File, int, Stoppable) - Constructor for class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
SimpleHttpFileServerFactory - Class in org.gradle.plugins.javascript.envjs.http.simple
SimpleHttpFileServerFactory() - Constructor for class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServerFactory
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.
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.
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, ...)
solution(Action<? super VisualStudioSolution>) - Method in interface org.gradle.ide.visualstudio.VisualStudioRootExtension
Configures the generated VisualStudioSolution for this build.
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
sourceBuild(Action<GradleBuildInvocationSpec>) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the source build.
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
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
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 of SourceSet objects.
SourceSetOutput - Interface in org.gradle.api.tasks
A collection of all output directories (compiled classes, processed resources, etc.) - notice that SourceSetOutput extends FileCollection.
sourceSets(Closure) - Method in class org.gradle.api.plugins.JavaPluginConvention
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
SourceTransformationException - Exception in org.gradle.plugins.javascript.base
Thrown when a source code transformation fails.
SourceTransformationException(String, Throwable) - Constructor for exception org.gradle.plugins.javascript.base.SourceTransformationException
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.
stackTraceFilters(Object...) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
STAGE_LIFECYCLE_TASK_NAME - Static variable in class org.gradle.play.plugins.PlayDistributionPlugin
STANDARD_ERROR - org.gradle.api.tasks.testing.logging.TestLogEvent
A test has written a message to standard error.
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.
start(File, int) - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServerFactory
start(File, int) - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServerFactory
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.
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
StdOut - org.gradle.api.tasks.testing.TestOutputEvent.Destination
stdOutIsAttachedToTerminal() - Method in class org.gradle.api.plugins.quality.Pmd
stop() - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
stop() - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
StopActionException - Exception in org.gradle.api.tasks
A StopActionException is be thrown by a task Action 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 a Action 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
strictly(String) - Method in interface org.gradle.api.artifacts.MutableVersionConstraint
Sets the version as strict.
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 Runnable>, Action<? super WorkerConfiguration>) - Method in interface org.gradle.workers.WorkerExecutor
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.
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.
supportedTypes() - Method in annotation type org.gradle.api.reflect.InjectionPointQualifier
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
Injects a FileOperations instance.
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) - Constructor for class org.gradle.language.swift.tasks.SwiftCompile
SwiftCompilerPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
A Plugin which makes the Swiftc compiler available for compiling Swift code.
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.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.
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.
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.

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
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_VERSION_ATTRIBUTE - Static variable in interface org.gradle.api.attributes.java.TargetJvmVersion
The minimal target version for a Java library.
targetBuild(Action<GradleBuildInvocationSpec>) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the target build.
targetBuildTypes(String...) - Method in interface org.gradle.nativeplatform.TargetedNativeComponent
Specifies the names of one or more BuildTypes that this component should be built for.
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 Flavors 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
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.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
A Namer namer for tasks that returns Task.getName().
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
A TaskActionListener is notified of the actions that a task performs.
TaskCollection<T extends Task> - Interface in org.gradle.api.tasks
A TaskCollection contains a set of Task instances, and provides a number of query methods.
TaskContainer - Interface in org.gradle.api.tasks
A TaskContainer is responsible for managing a set of Task instances.
TaskDependency - Interface in org.gradle.api.tasks
A TaskDependency represents an unordered set of tasks which a Task 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 the Task instances which are part of the build.
TaskExecutionGraphListener - Interface in org.gradle.api.execution
A TaskExecutionGraphListener is notified when the TaskExecutionGraph has been populated.
TaskExecutionListener - Interface in org.gradle.api.execution
A TaskExecutionListener is notified of the execution of the tasks in a build.
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.
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 a Task.
TaskSuccessResult - Interface in org.gradle.tooling.events.task
Describes how a task operation finished successfully.
TaskValidationException - Exception in org.gradle.api.tasks
A TaskValidationException is thrown when there is some validation problem with a task.
TaskValidationException(String, List<InvalidUserDataException>) - Constructor for exception org.gradle.api.tasks.TaskValidationException
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.
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 - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
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_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
TEST_COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
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_COMPILE_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
TEST_IMPLEMENTATION_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
The name of the test implementation dependencies configuration.
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_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
TEST_RUNTIME_ONLY_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
The name of the test runtime only dependencies configuration.
TEST_RUNTIME_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
TEST_SOURCE_SET_NAME - Static variable in interface org.gradle.api.tasks.SourceSet
The name of the test source set.
TEST_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
The name of the task which triggers execution of tests.
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
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.
testFramework(Closure) - Method in class org.gradle.api.tasks.testing.Test
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
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(File) - 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.
TestOutputEvent - Interface in org.gradle.api.tasks.testing
Standard output or standard error message logged during the execution of the test
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
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.
testSourceSets(SourceSet...) - Method in class org.gradle.plugin.devel.GradlePluginDevelopmentExtension
Provides the source sets executing the functional tests with TestKit.
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.
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.
TestSuiteSpec - Interface in org.gradle.testing.base
A component representing a suite of tests that will be built and executed together.
TestSuiteTaskCollection - Interface in org.gradle.testing.base
Provides access to key tasks used by a test suite.
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 TextResources backed by sources such as strings, files, and archive entries.
to(Object...) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Specifies some target objects to be configured.
toByteArray() - Method in interface org.gradle.caching.BuildCacheKey
Returns the byte array representation of the cache key.
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.
toLong(String) - Static method in class org.gradle.plugins.signing.signatory.pgp.PgpKeyId
Tool - Interface in org.gradle.nativeplatform
Configuration of the arguments of a ToolChain executable.
ToolChain - Interface in org.gradle.platform.base
A set of compilers that are used together to construct binaries.
ToolChainRegistry<P extends Platform,​T extends ToolChain> - Interface in org.gradle.platform.base
A Provider of ToolChains.
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.
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 class org.gradle.api.reflect.TypeOf
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
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.
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(File) - Method in class org.gradle.api.artifacts.transform.ArtifactTransform
Deprecated.
Transforms the given input artifact file or directory and returns the result.
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,​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 TransformActions.
TransformParameters.None - Class in org.gradle.api.artifacts.transform
Used for TransformActions 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
TwirlCompile - Class in org.gradle.play.tasks
Task for compiling Twirl templates into Scala code.
TwirlCompile() - Constructor for class org.gradle.play.tasks.TwirlCompile
TwirlImports - Enum in org.gradle.language.twirl
Represents the available sets of default imports that can be used when compiling Twirl templates.
TwirlSourceSet - Interface in org.gradle.language.twirl
Represents a source set containing twirl templates
TwirlTemplateFormat - Interface in org.gradle.language.twirl
Twirl Template format mapping
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

UnableToDeleteFileException - Exception in org.gradle.api.file
Thrown by Gradle when it is unable to delete a file.
UnableToDeleteFileException(File) - Constructor for exception org.gradle.api.file.UnableToDeleteFileException
Creates exception with file, a reasonable message is used.
UnableToDeleteFileException(File, String) - Constructor for exception org.gradle.api.file.UnableToDeleteFileException
Creates exception with file and message.
UncheckedIOException - Exception in org.gradle.api
UncheckedIOException is used to wrap an IOException 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
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.swift.tasks.UnexportMainSymbol
UnexportMainSymbol - Class in org.gradle.language.swift.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.swift.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.
UNKNOWN - org.gradle.tooling.events.task.java.JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
UNKNOWN - org.gradle.tooling.events.test.JvmTestKind
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
Unmanaged - Annotation Type in org.gradle.model
Indicates that a property of a managed model element is explicitly of an unmanaged type.
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.
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
UP_TO_DATE - org.gradle.testkit.runner.TaskOutcome
The task was not executed, as its output was up to date.
upload() - Method in class org.gradle.api.tasks.Upload
Upload - Class in org.gradle.api.tasks
Uploads the artifacts of a Configuration to a set of repositories.
Upload() - Constructor for class org.gradle.api.tasks.Upload
UPLOAD_ARCHIVES_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
UPLOAD_GROUP - Static variable in class org.gradle.api.plugins.BasePlugin
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.
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.
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.
useEmptySettings() - Method in class org.gradle.StartParameter
Specifies that an empty settings script should be used.
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.
useInstallation(File) - Method in class org.gradle.tooling.GradleConnector
Specifies which Gradle installation to use.
useJUnit() - Method in class org.gradle.api.tasks.testing.Test
Specifies that JUnit should be used to execute the tests.
useJUnit(Closure) - Method in class org.gradle.api.tasks.testing.Test
Specifies that JUnit should be used to execute the tests, configuring JUnit specific options.
useJUnit(Action<? super JUnitOptions>) - Method in class org.gradle.api.tasks.testing.Test
Specifies that JUnit should be used to execute the tests, configuring JUnit specific options.
useJUnitPlatform() - Method in class org.gradle.api.tasks.testing.Test
Specifies that JUnit Platform (a.k.a.
useJUnitPlatform(Action<? super JUnitPlatformOptions>) - Method in class org.gradle.api.tasks.testing.Test
Specifies that JUnit Platform (a.k.a.
useLogger(Object) - Method in interface org.gradle.api.invocation.Gradle
Uses the given object as a logger.
useModule(Object) - Method in interface org.gradle.plugin.management.PluginResolveDetails
Sets the implementation module to use for this plugin.
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 (see DependencyResolveDetails.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 class org.gradle.api.tasks.testing.Test
Specifies that TestNG should be used to execute the tests.
useTestNG(Closure) - Method in class org.gradle.api.tasks.testing.Test
Specifies that TestNG should be used to execute the tests, configuring TestNG specific options.
useTestNG(Action<? super TestNGOptions>) - Method in class org.gradle.api.tasks.testing.Test
Specifies that TestNG should be used to execute the tests, configuring TestNG specific options.
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.
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 RulePriority (1-5)
Validate - Annotation Type in org.gradle.model
Denotes that the RuleSource method rule carrying this annotation validates the rule subject.
validateTaskClasses() - Method in class org.gradle.plugin.devel.tasks.ValidateTaskProperties
ValidateTaskProperties - Class in org.gradle.plugin.devel.tasks
Validates task property annotations.
ValidateTaskProperties(ObjectFactory) - Constructor for class org.gradle.plugin.devel.tasks.ValidateTaskProperties
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.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(Directory) - Method in interface org.gradle.api.file.DirectoryProperty
Sets the value of the property 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 the given value, replacing whatever value the property already had.
value(T) - Method in interface org.gradle.api.provider.Property
Sets the value of the property 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.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.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.JavaVersion
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.reporting.model.ModelReport.Format
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.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.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.swift.SwiftVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.language.twirl.TwirlImports
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.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.JvmTestKind
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.ForkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.workers.IsolationMode
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.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.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.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.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.reporting.model.ModelReport.Format
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.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.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.swift.SwiftVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.language.twirl.TwirlImports
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.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.JvmTestKind
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.ForkMode
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
Returns an array containing the constants of this enum type, in the order they are declared.
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(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.
VariantMetadata - Interface in org.gradle.api.artifacts
Represents the metadata of one variant of a component, see ComponentMetadataDetails.withVariant(String, Action).
variants(Action<? super NamedDomainObjectContainer<ConfigurationVariant>>) - Method in interface org.gradle.api.artifacts.ConfigurationPublications
Configures the variants of this configuration.
VariantTransform - Interface in org.gradle.api.artifacts.transform
Deprecated.
Use TransformSpec instead.
VariantTransformConfigurationException - Exception in org.gradle.api.artifacts.transform
An exception to report a problem during transformation 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.
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_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
VERIFICATION_GROUP - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
VerificationTask - Interface in org.gradle.api.tasks
A VerificationTask is a task which performs some verification of the artifacts produced by a build.
version() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
version(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
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(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_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_HIGHER - org.gradle.api.JavaVersion
Higher version of Java.
VERSION_JSP - org.gradle.api.plugins.quality.TargetJdk
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.
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
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 the JavaPlugin to add tasks which assemble a web application into a WAR file.
WarPlugin(ObjectFactory) - Constructor for class org.gradle.api.plugins.WarPlugin
WarPluginConvention - Class in org.gradle.api.plugins
A Convention used for the WarPlugin.
WarPluginConvention() - Constructor for class org.gradle.api.plugins.WarPluginConvention
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
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
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.
whenConfigured(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds a closure to be called when the POM has been configured.
whenConfigured(Action<MavenPom>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds an action to be called when the POM has been configured.
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 - 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(ComponentSelector) - Method in interface org.gradle.api.artifacts.DependencySubstitutions.Substitution
Specify the target of the substitution.
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.
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.
withCompileScopeAttributes(ImmutableAttributes) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
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.
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.
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.
withParent(Project) - Method in class org.gradle.testfixtures.ProjectBuilder
Specifies the parent project.
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.
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
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.
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.
withXml(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds a closure to be called when the POM XML has been created.
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.
withXml(Action<XmlProvider>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds an action to be called when the POM XML has been created.
WORK_ITEM - org.gradle.tooling.events.OperationType
Flag for work item operation progress events.
WorkerConfiguration - Interface in org.gradle.workers
Represents the configuration of a worker.
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.
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.
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
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
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.api.artifacts.maven.MavenPom
Writes the MavenPom.getEffectivePom() XML to a writer while applying the MavenPom.withXml(org.gradle.api.Action) actions.
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.artifacts.maven.MavenPom
Writes the MavenPom.getEffectivePom() XML to a file while applying the MavenPom.withXml(org.gradle.api.Action) actions.
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 - Static variable in class org.gradle.nativeplatform.MachineArchitecture
The intel x86 32-bit architecture
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 - Variable in class org.gradle.ide.xcode.tasks.GenerateSchemeFileTask
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 - 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.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.
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
Skip navigation links