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 

A

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
 
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
 
AbstractJettyRunTask - Class in org.gradle.api.plugins.jetty
Base class for all tasks which deploy a web application to an embedded Jetty web container.
AbstractJettyRunTask() - Constructor for class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
AbstractOptions - Class in org.gradle.api.tasks.compile
Base class for compilation-related options.
AbstractOptions() - Constructor for class org.gradle.api.tasks.compile.AbstractOptions
 
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
 
accept(Artifact, File) - Method in interface org.gradle.api.artifacts.maven.PublishFilter
 
Action<T> - Interface in org.gradle.api
Performs some action against objects of type T.
action(Scriptable, Context) - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
action(Scriptable, Context) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.ScopeOperation
 
action(BuildAction<T>) - Method in interface org.gradle.tooling.ProjectConnection
Creates an executer which can be used to run the given action.
add(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
add(DependencyResolver) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
Use one of the repository methods on RepositoryHandler or ArtifactRepositoryContainer.add(ArtifactRepository) instead.
add(DependencyResolver, Closure) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
Use one of the repository methods on RepositoryHandler or ArtifactRepositoryContainer.add(ArtifactRepository) instead.
add(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
add(String, Closure) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
add(String, Object) - 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.ArtifactHandler
Adds an artifact 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, 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(Map<String, String>) - Method in interface org.gradle.api.artifacts.ExcludeRuleContainer
Adds an exclude rule to this container.
add(FileCollection) - Method in interface org.gradle.api.file.FileCollection
Adds another collection to this collection.
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(String, Object) - Method in interface org.gradle.api.plugins.ExtensionContainer
Adding an extension of name 'foo' will: add 'foo' dynamic property add 'foo' dynamic method that accepts a closure that is a configuration script block
add(String, Class<?>, Object...) - Method in interface org.gradle.api.plugins.ExtensionContainer
add(String) - Method in interface org.gradle.api.tasks.SourceSetContainer
add(String, Closure) - Method in interface org.gradle.api.tasks.SourceSetContainer
add(Map<String, ?>) - Method in interface org.gradle.api.tasks.TaskContainer
Deprecated.
add(Map<String, ?>, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
add(String, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
add(String) - Method in interface org.gradle.api.tasks.TaskContainer
Deprecated.
add(String, Class<T>) - Method in interface org.gradle.api.tasks.TaskContainer
Deprecated.
addAfter(Object, String) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
No replacement
addAfter(Object, String, Closure) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
No replacement
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.
addArtifact(PublishArtifact) - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Adds an additional artifact to this deployment.
addArtifact(DependencyArtifact) - Method in interface org.gradle.api.artifacts.ModuleDependency
Adds an artifact to this dependency.
addBefore(Object, String) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
No replacement
addBefore(Object, String, Closure) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
No replacement
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.
addDependency(ModuleDependency) - Method in interface org.gradle.api.artifacts.ClientModule
Add a dependency to the client module.
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, 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.
addFilter(String, Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Adds a publish filter.
addFirst(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the start of the repository sequence.
addFirst(Object) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
addFirst(Object, Closure) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
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.
addLast(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
addLast(Object) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
addLast(Object, Closure) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
addListener(Object) - Method in interface org.gradle.api.invocation.Gradle
Adds the given listener to this build.
addListener(Object) - Method in class org.gradle.GradleLauncher
Deprecated.
Adds a listener to this build instance.
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.
addMultilineStringsOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
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
 
addPlatformConfiguration(TargetPlatformConfiguration) - Method in interface org.gradle.nativebinaries.toolchain.PlatformConfigurableToolChain
Add configuration for a target platform.
addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.BuildLauncher
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.
addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.ModelBuilder
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.
addRule(Rule) - Method in interface org.gradle.api.NamedDomainObjectCollection
Adds a rule to this collection.
addRule(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectCollection
Adds a rule to this collection.
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.
addStandardErrorListener(StandardOutputListener) - Method in class org.gradle.GradleLauncher
Deprecated.
Adds a StandardOutputListener to this build instance.
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.
addStandardOutputListener(StandardOutputListener) - Method in class org.gradle.GradleLauncher
Deprecated.
Adds a StandardOutputListener to this build instance.
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
 
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.Test
Registers a test listener with this task.
addTestOutputListener(TestOutputListener) - Method in class org.gradle.api.tasks.testing.Test
Registers a output listener with this task.
addToAntBuilder(Object, String, FileCollection.AntType) - 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.file.FileCollection
Adds this collection to an Ant task as a nested node.
addToAntBuilder(Object, String) - Method in class org.gradle.api.tasks.util.PatternSet
 
addToNode(Node) - Method in interface org.gradle.plugins.ide.idea.model.Dependency
 
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
 
afterEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
Adds an action to execute immediately after this project is evaluated.
afterEvaluate(Closure) - Method in interface org.gradle.api.Project
Adds a closure to be called immediately after this project has been 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.
afterExecute(Task, TaskState) - Method in class org.gradle.TaskExecutionLogger
 
afterProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called immediately after a project is evaluated.
afterResolve(ResolvableDependencies) - Method in interface org.gradle.api.artifacts.DependencyResolutionListener
This method is called immediately after a set of dependencies are 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(Closure) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed after the dependencies of this set have been resolved.
afterSuite(Closure) - Method in class org.gradle.api.tasks.testing.Test
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.
afterTest(Closure) - Method in class org.gradle.api.tasks.testing.Test
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.
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.
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(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.
allComponents(Action<? super ResolvedComponentResult>) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given action for each component.
allComponents(Closure) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given closure for each component.
allDependencies(Action<? super DependencyResult>) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given action for each dependency.
allDependencies(Closure) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given closure for each dependency.
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.
allprojects(Closure) - Method in interface org.gradle.api.Project
Configures this project and each of its sub-projects.
ALWAYS_ACCEPT - Static variable in interface org.gradle.api.artifacts.maven.PublishFilter
 
and(Spec<? super T>...) - Method in class org.gradle.api.specs.AndSpec
 
and(Closure) - Method in class org.gradle.api.specs.AndSpec
 
and(Spec<? super T>...) - Static method in class org.gradle.api.specs.Specs
 
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(Spec<? super T>...) - Constructor for class org.gradle.api.specs.AndSpec
 
AndSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.AndSpec
 
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_IVY_2_SLF4J_LEVEL_MAPPER - Static variable in class org.gradle.api.logging.Logging
 
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
 
antlr(Closure) - 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(FileResolver) - 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
 
append(RelativePath) - Method in class org.gradle.api.file.RelativePath
Appends the given path to the end of this path.
append(boolean, String...) - Method in class org.gradle.api.file.RelativePath
Appends the given names to the end of this path.
appendNode(Node) - Method in interface org.gradle.plugins.ide.eclipse.model.ClasspathEntry
 
apply(T) - Method in interface org.gradle.api.Plugin
Apply this plugin to the given target object.
apply(ProjectInternal) - Method in class org.gradle.api.plugins.antlr.AntlrPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.BasePlugin
 
apply(ProjectInternal) - 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.JavaBasePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.JavaLanguagePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.JavaPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
apply(ProjectInternal) - Method in class org.gradle.api.plugins.MavenPlugin
 
apply(Closure) - Method in interface org.gradle.api.plugins.PluginAware
Configures this object using plugins or scripts.
apply(Map<String, ?>) - Method in interface org.gradle.api.plugins.PluginAware
Configures this Object using plugins or scripts.
apply(String) - Method in interface org.gradle.api.plugins.PluginContainer
Has the same behavior as PluginContainer.apply(Class) except that the the plugin is specified via its id.
apply(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
Applies a plugin to the project.
apply(Project) - Method in class org.gradle.api.plugins.ProjectReportsPlugin
 
apply(ProjectInternal) - Method in class org.gradle.api.plugins.ReportingBasePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.WarPlugin
 
apply(Closure) - Method in interface org.gradle.api.Project
Configures this project using plugins or scripts.
apply(Map<String, ?>) - Method in interface org.gradle.api.Project
Configures this project using plugins or scripts.
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(ProjectInternal) - Method in class org.gradle.api.reporting.plugins.BuildDashboardPlugin
 
apply(String) - Method in interface org.gradle.api.Rule
Applies this rule for the given unknown domain object.
apply(Closure) - Method in interface org.gradle.api.Script
Configures the delegate object for this script using plugins or scripts.
apply(Map<String, ?>) - Method in interface org.gradle.api.Script
Configures the delegate object for this script using plugins or scripts.
apply(Project) - Method in class org.gradle.language.base.plugins.LanguageBasePlugin
 
apply(Project) - Method in class org.gradle.language.jvm.plugins.JvmLanguagePlugin
 
apply(Project) - Method in class org.gradle.nativebinaries.plugins.NativeBinariesModelPlugin
 
apply(Project) - Method in class org.gradle.plugins.ear.EarPlugin
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
Architecture - Interface in org.gradle.nativebinaries
A cpu architecture.
architecture(Object) - Method in interface org.gradle.nativebinaries.Platform
Sets the cpu architecture being targeted.
ARCHIVES_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.Dependency
 
args(Object...) - Method in class org.gradle.api.tasks.Exec
Adds arguments for the command to be executed.
args(Iterable<?>) - Method in class org.gradle.api.tasks.Exec
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(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
Adds args for the main class to be executed.
args(String...) - Method in interface org.gradle.nativebinaries.Tool
Adds a number of arguments to be passed to the tool.
args(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
args(Iterable<?>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
args(Object...) - Method in interface org.gradle.process.ExecSpec
Adds arguments for the command to be executed.
args(Iterable<?>) - 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(Iterable<?>) - Method in interface org.gradle.process.JavaExecSpec
Adds args for the main class to be executed.
artifact(Closure) - Method in interface org.gradle.api.artifacts.ModuleDependency
Adds an artifact to this dependency.
artifact(Object) - Method in interface org.gradle.api.publish.ivy.IvyArtifactSet
Creates and adds a IvyArtifact to the set.
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) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Creates a custom IvyArtifact to be included in the publication.
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) - Method in interface org.gradle.api.publish.maven.MavenArtifactSet
Creates and adds a MavenArtifact to the set.
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) - Method in interface org.gradle.api.publish.maven.MavenPublication
Creates a custom MavenArtifact to be included in the publication.
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.
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.
ArtifactResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling artifact resolution via the DSL.
artifacts(Closure) - Method in interface org.gradle.api.Project
Configures the published artifacts for this project.
artifactUrls(Object...) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
Adds some additional URLs to use to find artifact files.
asElement() - Method in interface org.gradle.api.XmlProvider
Returns the XML document as a DOM Element.
asNode() - Method in interface org.gradle.api.XmlProvider
Returns the XML document as a Groovy Node.
ASSEMBLE_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
 
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.
asString() - Method in interface org.gradle.api.XmlProvider
Returns the XML document as a StringBuilder.
asType(Class<?>) - Method in interface org.gradle.api.file.FileCollection
Converts this collection into an object of the specified type.
Attributes - Interface in org.gradle.api.java.archives
Represent the attributes of a manifest section.
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.
AuthenticationSupported - Interface in org.gradle.api.artifacts.repositories
An artifact repository which supports username/password authentication.
author(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
author() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 

B

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
 
BasePlugin - Class in org.gradle.api.plugins
A Plugin which defines a basic project lifecycle and some common convention properties.
BasePlugin() - Constructor for class org.gradle.api.plugins.BasePlugin
 
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.
beforeActions(Task) - Method in interface org.gradle.api.execution.TaskActionListener
This method is called immediately before the task starts performing its actions.
beforeConfigured - Variable in class org.gradle.plugins.ide.api.GeneratorTask
 
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.
beforeDeployment(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenResolver
Adds a closure to be executed immediately before a deployment to this resolver.
beforeEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
Adds an action to execute immediately before this project is evaluated.
beforeEvaluate(Closure) - Method in interface org.gradle.api.Project
Adds a closure to be called 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.
beforeExecute(Task) - Method in class org.gradle.TaskExecutionLogger
 
beforeProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called immediately before a project is evaluated.
beforeResolve(ResolvableDependencies) - Method in interface org.gradle.api.artifacts.DependencyResolutionListener
This method is called immediately before a set of dependencies 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(Closure) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed before the dependencies in this set are resolved.
beforeSuite(Closure) - Method in class org.gradle.api.tasks.testing.Test
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.
beforeTest(Closure) - Method in class org.gradle.api.tasks.testing.Test
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.
belongsToChangingModule() - Method in interface org.gradle.api.artifacts.cache.ArtifactResolutionControl
 
Binary - Interface in org.gradle.language.base
A physical binary artifact, which can run on a particular platform or runtime.
BinaryContainer - Interface in org.gradle.language.base
A container for project binaries, which represent physical artifacts that can run on a particular platform or runtime.
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(boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
breakIterator() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
breakIterator(boolean) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
breakIterator() - 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 class org.gradle.testfixtures.ProjectBuilder
Creates the project.
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.LanguageBasePlugin
 
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
 
Buildable - Interface in org.gradle.api
A Buildable represents an artifact or set of artifacts which are built by one or more Task instances.
BuildableElement - Interface in org.gradle.tooling.model
Represents an element which has Gradle tasks associated with it.
BuildableModelElement - Interface in org.gradle.language.base
A model element that is directly buildable.
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.
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
 
BuildBinaryTask - Interface in org.gradle.nativebinaries.tasks
A task that combines a set of object files into a single binary.
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 executed during the build 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 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.
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
 
BuildExceptionReporter - Class in org.gradle
A BuildListener which reports the build exception, if any.
BuildExceptionReporter(StyledTextOutputFactory, LoggingConfiguration, BuildClientMetaData) - Constructor for class org.gradle.BuildExceptionReporter
 
buildFinished(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when the build is completed.
buildFinished(BuildResult) - Method in class org.gradle.BuildAdapter
 
buildFinished(BuildResult) - Method in class org.gradle.BuildExceptionReporter
 
buildFinished(BuildResult) - Method in interface org.gradle.BuildListener
Called when the build is completed.
buildFinished(BuildResult) - Method in class org.gradle.BuildLogger
 
buildFinished(BuildResult) - Method in class org.gradle.BuildResultLogger
 
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.
BuildLogger - Class in org.gradle
A BuildListener which logs the build progress.
BuildLogger(Logger, StyledTextOutputFactory, StartParameter, BuildRequestMetaData) - Constructor for class org.gradle.BuildLogger
 
BuildResult - Class in org.gradle
A BuildResult packages up the results of a build executed by a GradleLauncher instance.
BuildResult(Gradle, Throwable) - Constructor for class org.gradle.BuildResult
 
BuildResultLogger - Class in org.gradle
A BuildListener which logs the final result of the build.
BuildResultLogger(StyledTextOutputFactory, Clock) - Constructor for class org.gradle.BuildResultLogger
 
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(Gradle) - Method in class org.gradle.BuildAdapter
 
buildStarted(Gradle) - Method in interface org.gradle.BuildListener
Called when the build is started.
buildStarted(Gradle) - Method in class org.gradle.BuildLogger
 
BuildType - Interface in org.gradle.nativebinaries
Specifies a build-type for a native binary.
BuildTypeContainer - Interface in org.gradle.nativebinaries
A container of native executables.
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.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.ivy.IvyArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - Method in interface org.gradle.api.publish.maven.MavenArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - Method in interface org.gradle.language.base.BuildableModelElement
Adds a task that is required for the construction of this element.
bzip2(Object) - Method in interface org.gradle.api.resources.ResourceHandler
Creates resource that points to a bzip2 compressed file at the given path.

C

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.
cacheFor(int, TimeUnit) - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
States that the cached value should be used if it is no older than the specified duration.
CacheUsage - Enum in org.gradle
Deprecated.
This enum has been deprecated. Use StartParameter.isRerunTasks() and StartParameter.isRecompileScripts() instead.
canBuild(String) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilder
 
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.
charSet(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
CHECK_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
CheckstyleReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the Checkstyle test.
childrenDependOnMe() - Method in interface org.gradle.api.Project
Deprecated.
childScope(Scriptable, RhinoWorkerUtils.ScopeOperation<R>) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
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.nativebinaries.toolchain
The Clang tool chain.
ClassDirectoryBinary - Interface in org.gradle.language.jvm
An exploded binary containing resources and compiled class files.
CLASSES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
CLASSIFIER - Static variable in interface org.gradle.api.artifacts.Dependency
 
classpath(Object...) - Method in class org.gradle.api.tasks.JavaExec
Adds elements to the classpath for executing the main class.
classpath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
classpath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
classpath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
classpath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
Classpath - Interface in org.gradle.language.jvm
A collection of files to be used as a class path.
classpath(Object...) - Method in interface org.gradle.process.JavaExecSpec
Adds elements to the classpath for executing the main class.
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.plugins.javascript.rhino.RhinoExtension
 
ClasspathEntry - Interface in org.gradle.plugins.ide.eclipse.model
Represents an entry in the Eclipse classpath.
clean() - Method in class org.gradle.api.tasks.Delete
 
CLEAN_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
 
ClientModule - Interface in org.gradle.api.artifacts
To model a module in your dependency declarations.
close() - Method in interface org.gradle.tooling.ProjectConnection
Closes this connection.
CodeNarcReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the CodeNarc test.
CoffeeScriptCompile - Class in org.gradle.plugins.javascript.coffeescript
 
CoffeeScriptCompile(Factory<WorkerProcessBuilder>) - 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
 
commandLine(Object...) - Method in class org.gradle.api.tasks.Exec
Sets the full command line, including the executable to be executed plus its arguments.
commandLine(Iterable<?>) - Method in class org.gradle.api.tasks.Exec
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.
commandLine(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
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(FileResolver, ProgressLoggerFactory, Instantiator) - Constructor for class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
COMPILE - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
compile() - Method in class org.gradle.api.tasks.compile.AbstractCompile
 
Compile - Class in org.gradle.api.tasks.compile
Deprecated.
This class has been replaced by JavaCompile.
Compile() - Constructor for class org.gradle.api.tasks.compile.Compile
Deprecated.
 
compile() - Method in class org.gradle.api.tasks.compile.Compile
Deprecated.
 
compile() - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
compile() - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
compile(CoffeeScriptCompileSpec) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompiler
 
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
 
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
 
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() - Constructor for class org.gradle.api.tasks.compile.CompileOptions
 
ComponentIdentifier - Interface in org.gradle.api.artifacts.component
An opaque identifier for a component instance.
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 to modify the metadata of depended-on software components.
components(Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Configures module metadata for this project.
ComponentSelectionReason - Interface in org.gradle.api.artifacts.result
Answers the question why a component was selected during the dependency resolution.
ComponentSelector - Interface in org.gradle.api.artifacts.component
Represents some opaque criteria used to select a component instance during dependency resolution.
CompositeSpec<T> - Class in org.gradle.api.specs
A Spec which aggregates a sequence of other Spec instances.
CompositeSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.CompositeSpec
 
CompositeSpec(Iterable<? extends 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.
ConfigurableFileCollection - Interface in org.gradle.api.file
A ConfigurableFileCollection is a mutable FileCollection.
ConfigurableFileTree - Interface in org.gradle.api.file
A FileTree with a single base directory, which can be configured and modified.
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.Namer - Class in org.gradle.api.artifacts
A Namer namer for configurations that returns Configuration.getName().
Configuration.Namer() - Constructor for class org.gradle.api.artifacts.Configuration.Namer
 
Configuration.State - Enum in org.gradle.api.artifacts
The states a configuration can be into.
CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
ConfigurationContainer - Interface in org.gradle.api.artifacts
A ConfigurationContainer is responsible for declaring and managing configurations.
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.
configure(Closure) - Method in interface org.gradle.api.NamedDomainObjectContainer
Allows the container to be configured, creating missing objects as they are referenced.
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(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(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(Closure) - Method in interface org.gradle.api.Task
Applies the statements of the closure against this task object.
configure(T) - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
 
configure(T) - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
 
configureCompileTask(AbstractCompile, JavaSourceSet, ClassDirectoryBinary) - Method in class org.gradle.api.plugins.JavaLanguagePlugin
Preconfigures the specified compile task based on the specified source set and class directory binary.
configureConfigurations(ConfigurationContainer) - Method in class org.gradle.api.plugins.WarPlugin
 
configureForSourceSet(SourceSet, AbstractCompile) - Method in class org.gradle.api.plugins.JavaBasePlugin
 
configureJavaExec(JavaExecSpec) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
configureRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
configureScanner() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
configureScanner() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
configureScanner() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
configureWebApplication() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Subclasses should invoke this to setup basic info on the webapp.
configureWebApplication() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
configureWebApplication() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
ConflictResolution - Interface in org.gradle.api.artifacts
The conflict resolution
connect() - Method in class org.gradle.tooling.GradleConnector
Creates a connection to the project in the specified project directory.
consoleScanner - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
A scanner to check ENTER hits on the console.
container(Class<T>) - 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<T>, Closure) - Method in interface org.gradle.api.Project
Creates a container for managing named objects of the specified type.
contains(File) - Method in interface org.gradle.api.file.FileCollection
Determines whether this collection contains the given file.
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
 
Convention - Interface in org.gradle.api.plugins
A Convention manages a set of convention objects.
ConventionProperty - Class in org.gradle.api.dsl
ConventionProperty can be assigned but cannot be mutated (even if the object is mutable!)
ConventionProperty() - Constructor for class org.gradle.api.dsl.ConventionProperty
 
ConventionValue - Interface in org.gradle.api.tasks
Deprecated.
Use Closure or Callable instead.
convertClosureToSpec(Closure) - Static method in class org.gradle.api.specs.Specs
 
convertException(RhinoException) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorker
 
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(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(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
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(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() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
Copy - Class in org.gradle.api.tasks
Copies files into a destination directory.
Copy() - Constructor for class org.gradle.api.tasks.Copy
 
copy() - Method in class org.gradle.language.jvm.tasks.ProcessResources
 
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(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.
copyRecursive(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
CopySourceSpec - Interface in org.gradle.api.file
Specifies sources for a file copy.
CopySpec - Interface in org.gradle.api.file
A set of specifications for copying files.
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.
copyTo(OutputStream) - Method in interface org.gradle.api.file.FileTreeElement
Copies the content of this file to an output stream.
copyTo(File) - Method in interface org.gradle.api.file.FileTreeElement
Copies this file to the given target file.
copyTo(ProcessForkOptions) - Method in class org.gradle.api.tasks.Exec
Copies these options to the given target options.
copyTo(JavaForkOptions) - Method in class org.gradle.api.tasks.JavaExec
Copies these options to the given 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(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 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(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
 
CppSourceSet - Interface in org.gradle.language.cpp
A set of C++ source files.
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(String) - Method in interface org.gradle.api.NamedDomainObjectContainer
Creates a new item with the given name, adding it to this container.
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, 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) - Method in interface org.gradle.api.NamedDomainObjectFactory
Creates a new object with the given name.
create(String, Class<T>, Object...) - Method in interface org.gradle.api.plugins.ExtensionContainer
Adds a new extension to this container, that itself is dynamically made ExtensionAware.
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(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(String, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name adds it to this container.
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, 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>, 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() - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
 
create() - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
 
create(Iterable<File>, RhinoWorkerSpec<R, P>, LogLevel, Action<JavaExecSpec>) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerHandleFactory
 
createAntBuilder() - Method in interface org.gradle.api.Project
Creates an additional AntBuilder for this project.
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
 
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
 
createServer() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
create a proxy that wraps a particular jetty version Server object.
createServer() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
createServer() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
createStartParameter(String...) - Static method in class org.gradle.GradleLauncher
Deprecated.
No replacement.
credentials(Closure) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
Configure the Credentials for this repository using the supplied Closure.
CSourceSet - Interface in org.gradle.language.c
A set of C source files.
current() - Static method in enum org.gradle.api.JavaVersion
Returns the version of the current JVM.

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.
DebugOptions - Class in org.gradle.api.tasks.compile
Debug options for Java compilation.
DebugOptions() - Constructor for class org.gradle.api.tasks.compile.DebugOptions
 
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_CACHE_ARTIFACT_PATTERN - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
DEFAULT_CACHE_IVY_PATTERN - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
DEFAULT_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.Dependency
 
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_GRADLE_USER_HOME - Static variable in class org.gradle.StartParameter
The default user home directory.
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_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.artifacts.Module
 
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
 
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.
DeferredConfigurable - Annotation Type in org.gradle.api.plugins
Indicates that the annotated object is designed to be configured only once, and that changes to configuration inputs made after configuration should not be allowed.
define(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.AbstractOptions
 
define(String) - Method in interface org.gradle.nativebinaries.language.PreprocessingTool
Defines a named preprocessor macros to use when compiling this binary.
define(String, String) - Method in interface org.gradle.nativebinaries.language.PreprocessingTool
Defines a named preprocessor macro with a value, which will be used when compiling this binary.
delete(Object...) - Method in interface org.gradle.api.file.DeleteAction
Deletes files and directories.
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 - Class in org.gradle.api.tasks
Deletes files or directories.
Delete() - Constructor for class org.gradle.api.tasks.Delete
 
delete(Object...) - Method in class org.gradle.api.tasks.Delete
Adds some files to be deleted by this task.
DeleteAction - Interface in org.gradle.api.file
Deletes files and directories.
deleteAllActions() - Method in interface org.gradle.api.Task
Removes all the actions of this task.
depend(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Convenience method to set DependOptions with named parameter syntax.
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.
Dependency - Interface in org.gradle.api.artifacts
A Dependency represents a dependency on the artifacts from a particular source.
dependency(Map<?, ?>) - Method in interface org.gradle.language.DependentSourceSet
Add a dependency to this source set.
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_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.
DependencyHandler - Interface in org.gradle.api.artifacts.dsl
A DependencyHandler is used to declare dependencies.
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
 
DependencyResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling dependency resolution via the DSL.
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.
DependentSourceSet - Interface in org.gradle.language
A source set that depends on one or more NativeDependencySets to be built.
DependOptions - Class in org.gradle.api.tasks.compile
Options for the Ant Depend task.
DependOptions() - Constructor for class org.gradle.api.tasks.compile.DependOptions
 
dependsOn(String) - Method in interface org.gradle.api.Project
Deprecated.
dependsOn(String, boolean) - Method in interface org.gradle.api.Project
Deprecated.
dependsOn(Object...) - Method in interface org.gradle.api.Task
Adds the given dependencies to this task.
dependsOnChildren() - Method in interface org.gradle.api.Project
Deprecated.
dependsOnChildren(boolean) - Method in interface org.gradle.api.Project
Deprecated.
To definde task dependencies use Task.dependsOn(Object...) instead. For declaring evaluation dependencies to child projects, use evaluation dependencies use Project.evaluationDependsOnChildren().
dependsOnTaskDidWork() - Method in interface org.gradle.api.Task
Checks if any of the tasks that this task depends on didWork.
DEPLOY_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.ear.EarPlugin
 
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.
descriptor(Action<? super IvyModuleDescriptor>) - 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
 
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(T) - Method in interface org.gradle.api.Namer
Determines the name of the given object.
determineName(Task) - Method in class org.gradle.api.Task.Namer
 
dir(Object) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Adds a directory where this repository will look for artifacts.
dir(Map<String, Object>, Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Registers an extra output dir and the builtBy information.
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.
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.
disableTestReport() - Method in class org.gradle.api.tasks.testing.Test
Deprecated.
Replaced by getReports().getHtml().setEnabled()
Distribution - Interface in org.gradle.api.distribution
A distribution allow to bundle an application or a library including dependencies,sources...
DistributionContainer - Interface in org.gradle.api.distribution
A DistributionContainer manages a set of Distribution objects.
docEncoding(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
docFilesSubDirs(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
docFilesSubDirs() - 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.plugins.javascript.coffeescript.CoffeeScriptCompile
 
docTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
DOCUMENTATION_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
doFirst(Action<? super Task>) - Method in interface org.gradle.api.Task
Adds the given Action to the beginning of this task's action list.
doFirst(Closure) - Method in interface org.gradle.api.Task
Adds the given closure 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(Action<? super Task>) - Method in interface org.gradle.api.Task
Adds the given Action to the end of this task's action list.
doLast(Closure) - Method in interface org.gradle.api.Task
Adds the given closure 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 modification notifications and 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.
doPublish(MavenPublicationInternal, MavenArtifactRepository) - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
doPublish(MavenPublicationInternal, MavenArtifactRepository) - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
 
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

eachArtifact(Action<? super ArtifactResolutionControl>) - Method in interface org.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of artifacts.
eachComponent(Action<? super ComponentMetadataDetails>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule to modify the metadata of depended-on software components.
eachDependency(Action<? super DependencyResolutionControl>) - Method in interface org.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of dependencies.
eachDependency(Action<? super DependencyResolveDetails>) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Adds a dependency resolve rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
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.
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.
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(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(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(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(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.
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.
eachModule(Action<? super ModuleResolutionControl>) - Method in interface org.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of modules.
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(Instantiator, FileResolver) - Constructor for class org.gradle.plugins.ear.EarPlugin
 
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.
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.
EclipseProject - Interface in org.gradle.tooling.model.eclipse
The complete model of an Eclipse project.
EclipseProjectDependency - Interface in org.gradle.tooling.model.eclipse
Represents a dependency on another Eclipse project.
EclipseSourceDirectory - Interface in org.gradle.tooling.model.eclipse
A source directory in an Eclipse project.
EclipseTask - Interface in org.gradle.tooling.model.eclipse
Deprecated.
Use EclipseProject.getGradleProject() to determine the associated Gradle project for an Eclipse project, then use GradleProject.getTasks() to determine the tasks for the Gradle project.
Element - Interface in org.gradle.tooling.model
Described model element.
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
 
enableTestReport() - Method in class org.gradle.api.tasks.testing.Test
Deprecated.
Replaced by getReports().getHtml().setEnabled()
encoding(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
encoding(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
environment(String, Object) - Method in class org.gradle.api.tasks.Exec
Adds an environment variable to the environment for this process.
environment(Map<String, ?>) - Method in class org.gradle.api.tasks.Exec
Adds some environment variables 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(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(String, Object) - Method in class org.gradle.api.tasks.testing.Test
Adds an environment variable 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.
environment(String, Object) - Method in interface org.gradle.process.ProcessForkOptions
Adds an environment variable to the environment for this process.
EnvJsExtension - Class in org.gradle.plugins.javascript.envjs
 
EnvJsExtension() - Constructor for class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
equals(Object) - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
 
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.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.RefreshOptions
Deprecated.
 
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.
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(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(String...) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in interface org.gradle.api.file.CopySpec
Adds an exclude spec.
exclude(Closure) - Method in interface org.gradle.api.file.CopySpec
Adds an exclude spec.
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(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.AbstractCopyTask
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec.
exclude(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec.
exclude(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.SourceTask
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.SourceTask
Adds an exclude spec.
exclude(Closure) - Method in class org.gradle.api.tasks.SourceTask
Adds an exclude spec.
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(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(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.testing.Test
Adds an exclude spec.
exclude(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds an exclude spec.
exclude(String...) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an exclude spec.
exclude(Closure) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an exclude spec.
exclude(String...) - Method in class org.gradle.api.tasks.util.PatternSet
 
exclude(Iterable) - Method in class org.gradle.api.tasks.util.PatternSet
 
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.util.PatternSet
 
exclude(Closure) - Method in class org.gradle.api.tasks.util.PatternSet
 
excludeDocFilesSubDir(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
excludeDocFilesSubDir(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.DependOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
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
 
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 - Class in org.gradle.api.tasks
Executes a command line process.
Exec() - Constructor for class org.gradle.api.tasks.Exec
 
exec() - Method in class org.gradle.api.tasks.JavaExec
 
exec() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
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.Exec
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 - Interface in org.gradle.nativebinaries
The logical representation of an executable native component.
executable(Object) - Method in interface org.gradle.process.ProcessForkOptions
Sets the name of the executable to use.
ExecutableBinary - Interface in org.gradle.nativebinaries
A binary artifact that is built from of a Executable, targeted at a particular platform with specific configuration.
ExecutableContainer - Interface in org.gradle.nativebinaries
A container of native executables.
execute(T) - Method in interface org.gradle.api.Action
Performs this action against the given object.
execute(Throwable) - Method in class org.gradle.BuildExceptionReporter
 
execute(BuildController) - Method in interface org.gradle.tooling.BuildAction
Executes this action and returns the result.
executeAntTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
 
executeTests() - Method in class org.gradle.api.tasks.testing.Test
 
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.
exportedHeaders(Action<? super SourceDirectorySet>) - Method in interface org.gradle.language.HeaderExportingSourceSet
Configure the exported header directories.
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 ExtensnionContainers, "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.
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.
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.
ExtraPropertiesExtension.UnknownPropertyException(ExtraPropertiesExtension, String) - Constructor for exception org.gradle.api.plugins.ExtraPropertiesExtension.UnknownPropertyException
 

F

failOnVersionConflict() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
In case of conflict, Gradle by default uses the newest of conflicting versions.
file(Object) - Method in interface org.gradle.api.Project
Resolves a file path relative to the project directory of this project.
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(String) - Method in class org.gradle.api.reporting.ReportingExtension
Creates a file object for the given path, relative to ReportingExtension.getBaseDir().
file(Object) - Method in interface org.gradle.api.Script
Resolves a file path relative to the directory containing this script.
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(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.
fileCollection(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration lazily.
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 - 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.
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.
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(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
files(Dependency...) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
files(Object...) - Method in interface org.gradle.api.Project
Returns a ConfigurableFileCollection containing the given files.
files(Object, Closure) - Method in interface org.gradle.api.Project
Creates a new ConfigurableFileCollection using the given paths.
files(Object...) - Method in interface org.gradle.api.Script
Returns a ConfigurableFileCollection containing the given files.
files(Object, Closure) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileCollection using the given paths.
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.
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(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.
FileTree - Interface in org.gradle.api.file
A FileTree represents a hierarchy of files.
fileTree(Object) - 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.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(Closure) - Method in interface org.gradle.api.Project
Deprecated.
fileTree(Object) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileTree using the given base directory.
fileTree(Map<String, ?>) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileTree using the provided map of arguments.
fileTree(Closure) - Method in interface org.gradle.api.Script
Deprecated.
fileTree(Object, Closure) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileTree using the given base directory.
FileTreeElement - Interface in org.gradle.api.file
Information about a file in a FileTree.
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(String) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
filter(Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default publish filter.
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(Class<? extends FilterReader>) - Method in interface org.gradle.api.file.ContentFilterable
Adds a content filter to be used during the copy.
filter(Closure) - Method in interface org.gradle.api.file.ContentFilterable
Adds a content filter based on the provided closure.
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(Class<? extends FilterReader>) - Method in interface org.gradle.api.file.CopySpec
Adds a content filter to be used during the copy.
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(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(Map<String, ?>, Class<? extends FilterReader>) - Method in class org.gradle.api.tasks.AbstractCopyTask
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(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds a content filter based on the provided closure.
filter(Closure) - Method in class org.gradle.api.tasks.testing.Test
Allows filtering tests that are included in the execution
filterIterable(Iterable<? extends T>, Spec<? super T>) - Static method in class org.gradle.api.specs.Specs
 
finalizedBy(Object...) - Method in interface org.gradle.api.Task
Adds the given finalizer tasks for this task.
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.
FindBugsReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the FindBugs task.
FindBugsXmlReport - Interface in org.gradle.api.plugins.quality
The single file XML report for FindBugs.
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).
findJettyWebXmlFile(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
findModel(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>) - Method in interface org.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type, if available.
findPlugin(Class<T>) - Method in interface org.gradle.api.plugins.Convention
Locates the plugin convention object with the given type.
findPlugin(String) - Method in interface org.gradle.api.plugins.PluginContainer
Returns the plugin for the given id.
findPlugin(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
Returns the plugin for the given type.
findProject(String) - Method in interface org.gradle.api.initialization.Settings
Returns the project with the given path.
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.Project
Locates a project by path.
finishConfigurationBeforeStart() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
finishConfigurationBeforeStart() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
finishConfigurationBeforeStart() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
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(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(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.
Flavor - Interface in org.gradle.nativebinaries
Defines a custom variant that can be built for a NativeComponent.
FlavorContainer - Interface in org.gradle.nativebinaries
A container of flavors.
flavors(Action<? super FlavorContainer>) - Method in interface org.gradle.nativebinaries.NativeComponent
Configure the flavors for this component.
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.
fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Convenience method to set ForkOptions with named parameter syntax.
fork(Map) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Convenience method to set GroovyForkOptions with named parameter syntax.
ForkOptions - Class in org.gradle.api.tasks.compile
Fork options for Java compilation.
ForkOptions() - Constructor for class org.gradle.api.tasks.compile.ForkOptions
 
forProjectDirectory(File) - Method in class org.gradle.tooling.GradleConnector
Specifies the working directory to use.
forTasks(String...) - Method in interface org.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(Task...) - Method in interface org.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(Iterable<? extends Task>) - 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.
forType(Class<? extends T>) - Static method in class org.gradle.api.Named.Namer
 
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.ConfigurableFileTree
Specifies base directory for this file tree using the given path.
from(Object...) - Method in interface org.gradle.api.file.CopySourceSpec
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...) - Method in interface org.gradle.api.file.CopySpec
Specifies source files or directories for a copy.
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...) - Method in interface org.gradle.api.java.archives.Manifest
Specifies other manifests to be merged into this manifest.
from(Object, Closure) - 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 interface org.gradle.api.plugins.ObjectConfigurationAction
Adds a script to use to configure the target objects.
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(Object...) - Method in class org.gradle.api.tasks.AbstractCopyTask
Specifies source files or directories for a copy.
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.
fromCommandLineOptions(List<String>) - Static method in class org.gradle.RefreshOptions
Deprecated.
 
fromString(String) - Static method in enum org.gradle.CacheUsage
Deprecated.
 
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.nativebinaries.toolchain
The GNU GCC tool chain.
GccTool - Interface in org.gradle.nativebinaries.toolchain
An executable tool that forms part of a tool chain.
generate() - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
generate() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
generate() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
 
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
 
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
 
GenerateBuildDashboard - Class in org.gradle.api.reporting
Generates build dashboard report.
GenerateBuildDashboard(Instantiator) - Constructor for class org.gradle.api.reporting.GenerateBuildDashboard
 
GenerateIvyDescriptor - Class in org.gradle.api.publish.ivy.tasks
Generates an Ivy XML Module Descriptor file.
GenerateIvyDescriptor(FileResolver) - 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(FileResolver) - Constructor for class org.gradle.api.publish.maven.tasks.GenerateMavenPom
 
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
 
get(String) - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
Returns the value for the registered property with the given name.
get(LogLevel) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for the specified level.
get() - Method in interface org.gradle.tooling.ModelBuilder
Fetch the model, blocking until it is available.
get(ResultHandler<? super T>) - Method in interface org.gradle.tooling.ModelBuilder
Starts fetching the model, passing the result to the given handler when complete.
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
 
getAdditionalParameters() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Additional parameters passed to the compiler.
getAdditionalRuntimeJars() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the classpath to make available to the web application.
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.
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 dependencies including those contributed by superconfigurations.
getAllDependencies() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Retrieves all dependencies, including unresolved dependencies.
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.
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.
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.
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.
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.ScalaCompileOptions
 
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.ScalaCompileOptions
 
getAntScalaDoc() - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
getApiDocTitle() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
getApiDocTitle() - Method in class org.gradle.api.reporting.ReportingExtension
 
getAppendix() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the appendix part of the archive name, if any.
getApplicationName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The application name.
getArchitecture() - Method in interface org.gradle.nativebinaries.Platform
The cpu architecture being targeted.
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.
getArchiveName() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the archive name.
getArchivePath() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
The path where the archive is constructed.
getArchivePath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the path where the gradle distributions archive should be saved (i.e.
getArgs() - Method in class org.gradle.api.tasks.Exec
Returns the arguments for the command to be executed.
getArgs() - Method in class org.gradle.api.tasks.JavaExec
Returns the arguments passed to the main class to be executed.
getArgs() - Method in interface org.gradle.nativebinaries.Tool
The arguments passed when executing this tool.
getArgs() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
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.
getArgument() - Method in exception org.gradle.api.InvalidActionClosureException
The argument the action was executed with.
getArguments() - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The command line arguments (excluding tasks) to invoke the build with.
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.MavenPublication
Returns the artifactId for this publication.
getArtifacts() - Method in interface org.gradle.api.artifacts.Configuration
Returns the artifacts of this configuration excluding the artifacts of extended configurations.
getArtifacts(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
Gets successfully resolved artifacts for dependencies that match given dependency spec.
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(ResolvedDependency) - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the parent artifacts of this dependency.
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.
getArtifactUrls() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
Returns the additional URLs to use to find artifact files.
getAsExcludeSpec() - Method in class org.gradle.api.tasks.util.PatternSet
 
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.
getAsIncludeSpec() - Method in class org.gradle.api.tasks.util.PatternSet
 
getAsMap() - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns the objects in this collection, as a map from object name to object instance.
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.nativebinaries.toolchain.Gcc
The assembler.
getAssemblerArgs() - Method in interface org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration
The additional args supplied to the Assembler to target the platform.
getAsSpec() - Method in class org.gradle.api.tasks.util.PatternSet
 
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(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.tasks.TaskCollection
Locates an object by name, failing if there is no such task.
getAt(int) - Method in interface org.gradle.tooling.model.DomainObjectSet
Returns the element at the given index according to the set's iteration order.
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.
getAttributes() - Method in interface org.gradle.api.java.archives.Manifest
Returns the main attributes of the manifest.
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.
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
Returns the base name of the archive.
getBaseName() - Method in interface org.gradle.nativebinaries.NativeComponent
The name that is used to construct the output file names when building this component.
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.
getBinaries() - Method in interface org.gradle.nativebinaries.NativeComponent
The binaries that are built for this component.
getBinResultsDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the root folder for the test results in internal binary format.
getBootClasspath() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns the bootstrap classpath to be used for the compiler process.
getBootClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getBootClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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.external.javadoc.StandardJavadocDocletOptions
 
getBuildAnalysis() - Method in class org.gradle.GradleLauncher
Deprecated.
Evaluates the settings and all the projects.
getBuildAndRunAnalysis() - Method in class org.gradle.GradleLauncher
Deprecated.
Evaluates the settings and all the projects.
getBuildDependencies() - Method in interface org.gradle.api.artifacts.Configuration
Returns a TaskDependency object containing all required dependencies to build the internal dependencies (e.g.
getBuildDependencies() - Method in interface org.gradle.api.Buildable
Returns a dependency which contains the tasks which build this artifact.
getBuildDir() - Method in interface org.gradle.api.Project
Returns the build directory of this project.
getBuilder() - Method in interface org.gradle.nativebinaries.NativeBinaryTasks
The task that builds the binary out of object files: either the link task or create static library task as appropriate.
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
Returns the build file Gradle will evaluate against this project object.
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.
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.
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.
getBuildType() - Method in interface org.gradle.nativebinaries.NativeBinary
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.
getByName(String) - 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.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, Closure) - 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, Closure) - 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, Closure) - 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.api.tasks.TaskCollection
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).
getCachedResult() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
Returns the cached result file or null if the result has not been cached.
getCacheUsage() - Method in class org.gradle.StartParameter
getCandidateClassFiles() - Method in class org.gradle.api.tasks.testing.Test
Returns the classes files to scan for test classes.
getCCompiler() - Method in interface org.gradle.nativebinaries.toolchain.Gcc
The C++ compiler.
getCCompilerArgs() - Method in interface org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration
The additional args supplied to the C compiler to target the platform.
getCharSet() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.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.
getClassesDir() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the classes dir.
getClassesDir() - Method in interface org.gradle.api.tasks.SourceSetOutput
Returns the directory to assemble the compiled classes into.
getClassesDir() - Method in interface org.gradle.language.jvm.ClassDirectoryBinary
 
getClassesTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the classes task for this source set.
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 dependency 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
Returns the classifier part of the archive name, if any.
getClassLoader() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the ClassLoader which contains the classpath for this script.
getClassName() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
Returns the test class name for this test, if any.
getClasspath() - Method in class org.gradle.api.plugins.jetty.JettyRun
Returns the classpath for the web application.
getClasspath() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the classpath.
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.DependOptions
Returns the compile classpath for which dependencies should also be checked.
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
 
getClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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.
getClassPathFiles() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getClosure() - Method in exception org.gradle.api.InvalidActionClosureException
The closure being used as an action.
getCoffeeScriptJs() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getCoffeeScriptJs() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getCommandLine() - Method in class org.gradle.api.tasks.Exec
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.
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
 
getCompileConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the compile configuration for this source set.
getCompileJavaTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the compile Java task for this source set.
getCompiler() - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
use CompileOptions.forkOptions.executable instead
getCompiler() - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
getCompilerArgs() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns any additional arguments to be passed to the compiler.
getCompilerOutput() - Method in interface org.gradle.tooling.model.idea.IdeaModule
Returns information about idea compiler output (output dirs, inheritance of output dir, etc.)
getCompileTaskName(String) - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of a compile task for this source set.
getComponent() - Method in interface org.gradle.nativebinaries.ExecutableBinary
 
getComponent() - Method in interface org.gradle.nativebinaries.LibraryBinary
The Library that this binary represents.
getComponent() - Method in interface org.gradle.nativebinaries.NativeBinary
The component that this binary was built from.
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.Project
Returns the software components produced by this project.
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
 
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.
getConfiguration() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the dependency configuration name.
getConfiguration() - Method in interface org.gradle.api.artifacts.ModuleDependency
Returns the configuration of this dependency module (not the configurations this dependency belongs too).
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.Upload
Returns the configuration to upload.
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.DependencyReportTask
Returns the configurations to generate the report for.
getConfiguredContextHandlers() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getConfMapping() - Method in interface org.gradle.api.publish.ivy.IvyDependency
The configuration mapping string that will be output for this dependency.
getConnectors() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getContent() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
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.api.plugins.jetty.AbstractJettyRunTask
Returns the context path to use to deploy the web application.
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.
getCppCompiler() - Method in interface org.gradle.nativebinaries.toolchain.Gcc
The C compiler.
getCppCompilerArgs() - Method in interface org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration
The additional args supplied to the C++ compiler to target the platform.
getCreateStaticLib() - Method in interface org.gradle.nativebinaries.NativeBinaryTasks
The create static library task if present.
getCredentials() - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
Provides the Credentials used to authenticate to 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.
getDaemonServer() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Server (host:port) on which the compile daemon is running.
getDate() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the date that should be used when publishing this artifact.
getDebug() - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
getDebug() - Method in class org.gradle.api.tasks.JavaExec
Returns true if debugging is enabled for the 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
Returns true if debugging is enabled for the process.
getDebug() - Method in interface org.gradle.process.JavaForkOptions
Returns true if debugging is enabled for the process.
getDebugLevel() - Method in class org.gradle.api.tasks.compile.DebugOptions
Tells which debugging information is to be generated.
getDebugLevel() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Generate debugging information.
getDebugOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns options for generating debugging information.
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.
getDefaultExtension() - Method in enum org.gradle.api.tasks.bundling.Compression
 
getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
 
getDefaultSource() - Method in class org.gradle.api.tasks.AbstractCopyTask
Deprecated.
Use getSource() instead.
getDefaultSource() - Method in class org.gradle.api.tasks.SourceTask
Deprecated.
Use getSource() instead.
getDefaultTasks() - Method in interface org.gradle.api.Project
Returns the names of the default tasks of this project.
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 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.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(Task) - Method in interface org.gradle.api.tasks.TaskDependency
Determines the dependencies for the given Task.
getDependencies() - Method in interface org.gradle.tooling.model.idea.IdeaModule
dependencies of this module (i.e.
getDependencyCacheDir() - Method in class org.gradle.api.tasks.compile.Compile
Deprecated.
 
getDependencyModule() - Method in interface org.gradle.tooling.model.idea.IdeaModuleDependency
returns dependency module
getDependencyProject() - Method in interface org.gradle.api.artifacts.ProjectDependency
Returns the project associated with this project dependency.
getDependents() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the incoming dependencies of this component.
getDependOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns options for using the Ant <depend> task.
getDependsOn() - Method in interface org.gradle.api.Task
Returns the dependencies of this task.
getDependsOnProjects() - Method in interface org.gradle.api.Project
Returns the set of projects which this project depends on.
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.ComponentSelectionReason
Returns a human-consumable description of this selection reason.
getDescription() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the description.
getDescription() - Method in interface org.gradle.api.Project
Returns the description of this project.
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 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.model.Element
Returns the description of the element, 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.
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.
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.Report
The location on the filesystem of the report when it is generated.
getDestination() - Method in interface org.gradle.api.tasks.testing.TestOutputEvent
Destination of the message
getDestinationDir() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the directory where the archive is generated into.
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.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getDestinationDir() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getDestinationDirectory() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getDestinationDirectory() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.
getDirectory() - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
getDirectory() - Method in interface org.gradle.tooling.model.SourceDirectory
Returns the source directory.
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 with #dir method.
getDisplayGranularity() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the display granularity of the events to be logged.
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.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.plugins.ear.descriptor.DeploymentDescriptor
The application display name.
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.
getDistributionUrl() - Method in class org.gradle.api.tasks.wrapper.Wrapper
The URL to download the gradle distribution from.
getDocEncoding() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getDoclet() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getDoclet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getDocletpath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getDocletpath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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.external.javadoc.StandardJavadocDocletOptions
 
getDocURL() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the docURL value.
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.
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.
getEmacs() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
The findbugs Emacs report
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.
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.scala.ScalaCompileOptions
Encoding of source files.
getEncoding() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getEncoding() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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.
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.Exec
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.
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.Exec
Returns the output stream to consume standard error from the process executing the command.
getErrorOutput() - Method in class org.gradle.api.tasks.JavaExec
Returns the output stream to consume standard error from the process executing the command.
getErrorOutput() - Method in interface org.gradle.process.BaseExecSpec
Returns the output stream to consume standard error from the process executing the command.
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.
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.
getExcludeArgs() - Method in interface org.gradle.api.artifacts.ExcludeRule
Deprecated.
getExcludeDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
exclude dirs
getExcludeDocFilesSubDir() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getExcludedTaskNames() - Method in class org.gradle.StartParameter
Returns the names of the tasks to be excluded from this build.
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.plugins.jetty.ScanTargetPattern
 
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
 
getExcludeSpecs() - Method in class org.gradle.api.tasks.util.PatternSet
 
getExecResult() - Method in class org.gradle.api.tasks.Exec
Returns the result for the command run by this task.
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.Exec
Returns the name of the executable to use.
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.nativebinaries.toolchain.GccTool
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.
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.
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.
getExportedHeaders() - Method in interface org.gradle.language.HeaderExportingSourceSet
The headers as a directory set.
getExtDirs() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
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 dependency 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
Returns the extension part of the archive name.
getExtension() - Method in enum org.gradle.api.tasks.bundling.Compression
Deprecated.
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.
getExtraProperties() - Method in interface org.gradle.api.plugins.ExtensionContainer
The extra properties extension in this extension container.
getExtraScanTargets() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getFactory() - Static method in class org.gradle.GradleLauncher
Deprecated.
getFailedTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the number of failed atomic tests executed for this test.
getFailOnError() - Method in class org.gradle.api.tasks.compile.CompileOptions
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
 
getFile() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the file of this artifact.
getFile() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getFile() - Method in interface org.gradle.api.file.FileTreeElement
Returns the file being visited.
getFile(File) - Method in class org.gradle.api.file.RelativePath
 
getFile() - Method in exception org.gradle.api.file.UnableToDeleteFileException
 
getFile() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
The actual file contents to publish.
getFile() - Method in interface org.gradle.api.publish.maven.MavenArtifact
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 interface org.gradle.plugins.ide.eclipse.model.FileReference
Returns the target file.
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.
getFileExtensions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Returns the list of acceptable source file extensions.
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"
getFiles(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
Returns successfully resolved files for successfully resolved dependencies.
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(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the files for the specified subset of 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.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.language.jvm.Classpath
 
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.Test
Allows filtering tests for execution.
getFinalizedBy() - Method in interface org.gradle.api.Task
Returns tasks that finalize this task.
getFirstLevelModuleDependencies(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
Returns successfully resolved 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.ResolvedConfiguration
Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec.
getFlavor() - Method in interface org.gradle.nativebinaries.NativeBinary
The flavor that this binary was built with.
getFlavors() - Method in interface org.gradle.nativebinaries.NativeComponent
The set of flavors defined for this component.
getFooter() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the HTML footer for each page.
getFooter() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getForce() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Whether to force the compilation of all files.
getForcedModules() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Returns currently configured forced modules.
getForkEvery() - Method in class org.gradle.api.tasks.testing.Test
Returns the maximum number of test classes to execute in a forked test process.
getForkOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns options for running the compiler in a child process.
getForkOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Returns options for running the Groovy compiler in a separate process.
getForkOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Options for running the Scala compiler in a separate process.
getFrom() - Method in interface org.gradle.api.artifacts.result.DependencyResult
Returns the origin of the dependency.
getFrom() - Method in interface org.gradle.api.file.ConfigurableFileCollection
Returns the set of source paths for this collection.
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.
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.
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.
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.ExcludeRule
The exact name of the organization or group that should be excluded.
getGroup() - Method in interface org.gradle.api.artifacts.Module
 
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.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.tooling.model.GradleModuleVersion
The group of the module, for example 'org.gradle'.
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.MavenPublication
Returns the groupId for this publication.
getGroups() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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 interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getHeader() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHeaders() - Method in interface org.gradle.nativebinaries.Library
The headers exported by this library.
getHelpFile() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHierarchy() - Method in interface org.gradle.api.artifacts.Configuration
Gets a ordered set including this configuration and all superconfigurations recursively.
getHtml() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
The codenarc HTML report
getHtml() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
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.api.plugins.jetty.AbstractJettyRunTask
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
getHttpPort() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
getId() - Method in interface org.gradle.api.artifacts.ClientModule
Returns the id of the client module.
getId() - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Returns the identifier of the component.
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.ResolvedComponentResult
Returns the identifier of this component.
getId() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
Deprecated.
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.tasks.testing.Test
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.
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.
getIncludeJavaRuntime() - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
No replacement
getIncludePatterns() - Method in interface org.gradle.api.tasks.testing.TestFilter
Returns the included test name patterns.
getIncludeRoots() - Method in interface org.gradle.nativebinaries.NativeDependencySet
Returns the header file directories to use at compile time.
getIncludes() - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
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
 
getIncludeSpecs() - Method in class org.gradle.api.tasks.util.PatternSet
 
getIncoming() - Method in interface org.gradle.api.artifacts.Configuration
Returns the incoming dependencies of this configuration.
getIncrementalOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
getInfo() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Gets logging options for info level.
getInheritOutputDirs() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
whether current module should inherit project's output directory.
getInitializeInOrder() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Whether to initialize modules in the order they appear in the descriptor, with the exception of client modules.
getInitScripts() - Method in class org.gradle.StartParameter
Returns all explicitly added init scripts that will be run before the build starts.
getInputFile() - Method in class org.gradle.plugins.ide.api.GeneratorTask
The input file to load the initial configuration from.
getInputReports() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
 
getInputs() - Method in interface org.gradle.api.Task
Returns the inputs of this task.
getInstallDir() - Method in interface org.gradle.nativebinaries.toolchain.VisualCpp
The directory where Visual Studio or Visual C++ is installed.
getInstructions() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns all existing instruction.
getJarFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper jar file to.
getJarTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the Jar task for this source set, if such a task exists.
getJarURL() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
Returns the jar URL of the file
getJava() - Method in interface org.gradle.api.tasks.SourceSet
Returns the Java source which is to be compiled by the Java compiler into the class output directory.
getJava() - Method in interface org.gradle.tooling.model.build.BuildEnvironment
Returns information about the Java environment, for example the Java home or the JVM args used.
getJavaCompiler() - Method in class org.gradle.api.tasks.compile.Compile
Deprecated.
 
getJavaConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
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.
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).
getJdkName() - Method in interface org.gradle.tooling.model.idea.IdeaProject
Returns the name of the JDK.
getJettyConfig() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the jetty configuration file to use.
getJettyEnvXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getJettyEnvXmlFile() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getJFlags() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
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
 
getJunitXml() - Method in interface org.gradle.api.tasks.testing.TestTaskReports
The test results in “JUnit XML” format.
getJvmArgs() - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Returns any additional JVM arguments for the compiler process.
getJvmArgs() - Method in class org.gradle.api.tasks.JavaExec
Returns the extra arguments to use to launch the JVM for the process.
getJvmArgs() - Method in class org.gradle.api.tasks.testing.Test
Returns the extra arguments to use to launch the JVM for the process.
getJvmArgs() - Method in interface org.gradle.process.JavaForkOptions
Returns the extra arguments to use to launch the JVM for the process.
getJvmArguments() - Method in interface org.gradle.tooling.model.build.JavaEnvironment
The JVM arguments used to start the Java process that handles Gradle operations (for example running tasks or acquiring model information).
getKey() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Returns the key that is to be merged.
getKind() - Method in interface org.gradle.plugins.ide.eclipse.model.ClasspathEntry
 
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.
getLastName() - Method in class org.gradle.api.file.RelativePath
 
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 interface org.gradle.tooling.model.idea.IdeaLanguageLevel
Gets the level value
getLibraryDirectory() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The name of the directory to look for libraries in.
getLibs() - Method in interface org.gradle.language.DependentSourceSet
The libraries that this source set requires.
getLibs() - Method in interface org.gradle.nativebinaries.NativeBinary
The libraries that should be linked into this binary.
getLicense() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the license.
getLifecycle() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for lifecycle level.
getLink() - Method in interface org.gradle.nativebinaries.NativeBinaryTasks
The link task, if one is present.
getLinkedResources() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the linked resources for this project.
getLinker() - Method in interface org.gradle.nativebinaries.NativeBinary
The settings used for linking this binary.
getLinker() - Method in interface org.gradle.nativebinaries.toolchain.Gcc
The linker.
getLinkerArgs() - Method in interface org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration
The additional args supplied to the Linker to target the platform.
getLinkFiles() - Method in interface org.gradle.nativebinaries.NativeDependencySet
Returns the files to use at link time.
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
 
getLinksOffline() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getLocale() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getLocale() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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 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.
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.
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.
getLogging() - Method in interface org.gradle.api.Project
Returns the LoggingManager which can be used to control the logging level and 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 control the logging level and standard output/error capture for this script.
getLogging() - Method in interface org.gradle.api.Task
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this task.
getLoggingLevel() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Specifies the amount of logging.
getLoggingManagerFactory() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
 
getLoggingPhases() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Phases of the compiler to log.
getMacros() - Method in interface org.gradle.nativebinaries.language.PreprocessingTool
The set of preprocessor macros to define when compiling 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.
getMainSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getMajorVersion() - Method in enum org.gradle.api.JavaVersion
 
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.
getMavenPomDir() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the directory to generate Maven POMs into.
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.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.
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 forked test processes to execute in parallel.
getMemberLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
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.
getMergedSystemProperties() - Method in class org.gradle.StartParameter
Deprecated.
No replacement
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.tasks.testing.TestOutputEvent
Message content
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.
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(Class<T>) - Method in interface org.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type for the default project.
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(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>, 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.
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.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.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.
getModuleArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency.
getModuleGroup() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module group of the resolved dependency.
getModuleName() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module name of the resolved dependency.
getModules() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
List of module descriptors.
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.
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.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 the dependency artifact.
getName() - Method in interface org.gradle.api.artifacts.Module
 
getName() - Method in interface org.gradle.api.artifacts.ModuleIdentifier
The name of the module.
getName() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
The name of the module.
getName() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
The name of the module.
getName() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the name of the artifact.
getName() - Method in interface org.gradle.api.artifacts.repositories.ArtifactRepository
Returns the name for this repository.
getName() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns the name of this set.
getName() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getName() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the name of the resolved dependency.
getName() - Method in interface org.gradle.api.distribution.Distribution
The name of this distribution.
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.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.plugins.osgi.OsgiManifest
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.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.testing.TestDescriptor
Returns the name of the test.
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.
getNamer() - Method in interface org.gradle.api.NamedDomainObjectCollection
An object that represents the naming strategy used to name objects of this collection.
getNames() - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns the names of the objects in this collection as a Set of Strings.
getNoQualifiers() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getOperatingSystem() - Method in interface org.gradle.nativebinaries.Platform
The operating system being targeted.
getOptimizationOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Returns optimization options for the Groovy compiler.
getOptimize() - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
No replacement
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.Compile
Deprecated.
Returns the compilation options.
getOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompile
Returns the options for Java compilation.
getOptions() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the Javadoc generation options.
getOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompile
Returns the Java compilation options.
getOptions() - Method in class org.gradle.api.tasks.testing.Test
Returns test framework specific 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
 
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.
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.
getOutputDir() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
directory to store module's production classes and resources.
getOutputDirectory() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Returns the directory to generate the parser source files into.
getOutputFile() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the file which the report will be written to.
getOutputFile() - Method in interface org.gradle.nativebinaries.NativeBinary
The file where this binary will be created.
getOutputFile() - Method in class org.gradle.plugins.ide.api.GeneratorTask
The output file to write the final configuration to.
getOutputLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getOutputLevel() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getOutputs() - Method in interface org.gradle.api.Task
Returns the outputs of this task.
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
getOverrideWebXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getOverview() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns a HTML file to be used for overview documentation.
getOverview() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getOverview() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getPackagelistLoc() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
 
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.MavenPom
Returns the packaging for this POM.
getPackaging() - Method in interface org.gradle.api.publish.maven.MavenPom
Returns the packaging for this publication.
getParallelThreadCount() - Method in class org.gradle.StartParameter
Returns the number of parallel threads to use for build execution.
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.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.
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.
getPath() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns the path of this set.
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.nativebinaries.toolchain.Gcc
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 interface org.gradle.plugins.ide.eclipse.model.FileReference
Returns the logical path for the file.
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.
getPathString() - Method in class org.gradle.api.file.RelativePath
 
getPatterns() - Method in interface org.gradle.api.file.DirectoryTree
Returns the patterns which select the files under the base directory.
getPayloadType() - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getPlugin(Class<T>) - Method in interface org.gradle.api.plugins.Convention
Locates the plugin convention object with the given type.
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.
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.
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
Returns the plugins container for this object.
getPlugins() - Method in interface org.gradle.api.Project
Returns the plugins container for this project.
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
 
getPriority() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the priority.
getProblem() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
the exception that is the cause of unresolved state
getProcessResourcesTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the resource process task for this source set.
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.tooling.model.eclipse.EclipseTask
Deprecated.
Returns the element which this task belongs to.
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.
getProject() - Method in interface org.gradle.tooling.model.Task
Returns the element which this task belongs to.
getProjectCacheDir() - Method in class org.gradle.StartParameter
Returns the project's cache dir.
getProjectConfiguration() - Method in interface org.gradle.api.artifacts.ProjectDependency
Returns the configuration associated with this project dependency.
getProjectDependencies() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the project dependencies for this project.
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.StartParameter
Returns the project dir to use to select the default project.
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.
getProjectPath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentIdentifier
Returns the path of the project which the component belongs to.
getProjectPath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentSelector
The path of the project to select the component from.
getProjectProperties() - Method in class org.gradle.StartParameter
 
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.tooling.model.gradle.GradleBuild
Returns the set of all projects for this build.
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.tasks.TaskInputs
Returns the set of input properties for this task.
getPropertiesFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper properties to.
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.PublishToMavenRepository
The publication to be published.
getPublications() - Method in interface org.gradle.api.publish.PublishingExtension
The publications of the project.
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.
getQuiet() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for quiet level.
getReferences() - Method in class org.gradle.api.AntBuilder
Returns the references of the Ant project.
getRefreshOptions() - Method in class org.gradle.StartParameter
Deprecated.
getRelativePath() - Method in interface org.gradle.api.file.FileTreeElement
Returns the path of this file, relative to the root of the containing file tree.
getReload() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the reload mode, which is either "automatic" or "manual".
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
 
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
 
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.
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.Test
The reports that this task potentially produces.
getReportsDir() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
getReportsDirName() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
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.
getRepository() - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Returns the repository o 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.PublishToMavenLocal
 
getRepository() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
The repository to publish to.
getRequest() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
Returns the query object that was requested in this resolution.
getRequested() - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
The module, before it is resolved.
getRequested() - Method in interface org.gradle.api.artifacts.result.DependencyResult
Returns the requested component.
getRequestLog() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getResolutionResult() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns an instance of ResolutionResult that gives access to the graph of the resolved dependencies.
getResolutionStrategy() - Method in interface org.gradle.api.artifacts.Configuration
Returns the resolution strategy used by this configuration.
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.
getResolvedConfiguration() - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
getResolvedDependency() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
Deprecated.
An artifact can belong to multiple dependencies. Use ResolvedArtifact.getModuleVersion() instead.
getResolvers() - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
No replacement.
getResource() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
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.
getResourcesDir() - Method in interface org.gradle.api.tasks.SourceSetOutput
Returns the output directory for resources
getResourcesDir() - Method in interface org.gradle.language.jvm.ClassDirectoryBinary
 
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 class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getResultType() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the type of result.
getResultType() - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
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
 
getRoleName() - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
The name of the security role.
getRoot() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Gives access to the root of resolved dependency graph.
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.
getRootDirectory() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
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
 
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.
getRuntimeClasspath() - Method in interface org.gradle.api.tasks.SourceSet
Returns the classpath used to execute this source.
getRuntimeConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the runtime configuration for this source set.
getRuntimeFiles() - Method in interface org.gradle.nativebinaries.NativeDependencySet
Returns the files to use at runtime.
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.
getScalaCompileOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompile
Returns the Scala compilation options.
getScalaDocOptions() - Method in class org.gradle.api.tasks.scala.ScalaDoc
Returns the ScalaDoc generation options.
getScanIntervalSeconds() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the interval in seconds between scanning the web app for file changes.
getScanner() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getScannerListeners() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getScanTargetPatterns() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getScanTargets() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getScope() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the Maven scope name.
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.
getScript() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
getScriptArgs() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
getScriptFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper script to.
getSection() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Returns the section this merge details belongs to.
getSections() - Method in interface org.gradle.api.java.archives.Manifest
Returns the sections of the manifest (excluding the main section).
getSecurityRoles() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
List of security roles.
getSegments() - Method in class org.gradle.api.file.RelativePath
 
getSelected() - Method in interface org.gradle.api.artifacts.result.ResolvedDependencyResult
Returns the selected component.
getSelectionReason() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the reason why this particular component was selected in the result.
getSelector() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
The module selector of the dependency.
getServer() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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.nativebinaries.Library
Converts this library to a native dependency that uses the shared library variant.
getShouldRunAfter() - Method in interface org.gradle.api.Task
Returns tasks that this task should run after.
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.
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.
getShowStandardStreams() - Method in interface org.gradle.api.tasks.testing.TestLogging
Deprecated.
Whether to show eagerly the standard stream events.
getSingleFile() - Method in interface org.gradle.api.file.FileCollection
Returns the content of this collection, asserting it contains exactly one file.
getSize() - Method in interface org.gradle.api.file.FileTreeElement
Returns the size of this file.
getSkipMessage() - Method in interface org.gradle.api.tasks.TaskState
Returns a message describing why the task was skipped.
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 o be used for uploading snapshot artifacts.
getSource() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the source files for this task.
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
 
getSource() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getSource() - Method in interface org.gradle.language.base.LanguageSourceSet
The source files.
getSource() - Method in interface org.gradle.language.jvm.ClassDirectoryBinary
 
getSource() - Method in interface org.gradle.nativebinaries.NativeBinary
The source sets used to compile this binary.
getSource() - Method in interface org.gradle.nativebinaries.NativeComponent
The source sets that are used to build this component.
getSource() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
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.tasks.compile.AbstractCompile
Returns the Java language level to use to compile the source files.
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
source dirs.
getSourceFile() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the file containing the source for the script, if any.
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.
getSourceNames() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getSourceNames() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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 which make up this set.
getSrcDirTrees() - Method in interface org.gradle.api.file.SourceDirectorySet
Returns the source directory trees which 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.Exec
Returns the standard input stream for the process executing the command.
getStandardInput() - Method in class org.gradle.api.tasks.JavaExec
Returns the standard input stream for the process executing the command.
getStandardInput() - Method in interface org.gradle.process.BaseExecSpec
Returns the standard input stream for the process executing the command.
getStandardOutput() - Method in class org.gradle.api.tasks.Exec
Returns the output stream to consume standard output from the process executing the command.
getStandardOutput() - Method in class org.gradle.api.tasks.JavaExec
Returns the output stream to consume standard output from the process executing the command.
getStandardOutput() - Method in interface org.gradle.process.BaseExecSpec
Returns the output stream to consume standard output from the process executing the command.
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.
getStartParameter() - Method in class org.gradle.GradleLauncher
Deprecated.
Returns the StartParameter used by this build instance.
getStartTime() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the time when this test started 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.nativebinaries.Library
Converts this library to a native dependency that uses the static library variant.
getStaticLibArchiver() - Method in interface org.gradle.nativebinaries.StaticLibraryBinary
The static archiver settings used for creating this binary.
getStaticLibArchiver() - Method in interface org.gradle.nativebinaries.toolchain.Gcc
The static library archiver.
getStaticLibraryArchiverArgs() - Method in interface org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration
The additional args supplied to the Static Library Archiver to target the platform.
getStatus() - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Returns the status of the component.
getStatus() - Method in interface org.gradle.api.artifacts.Module
 
getStatus() - Method in interface org.gradle.api.Project
Returns the status of this project.
getStatus() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptor
Returns the status for this publication.
getStatusScheme() - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Returns the status scheme of the component.
getStopKey() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the key to use to stop Jetty.
getStopKey() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
Returns the key to use to stop Jetty.
getStopKey() - Method in class org.gradle.api.plugins.jetty.JettyStop
Returns the stop key.
getStopPort() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the TCP port for Jetty to listen on for stop requests.
getStopPort() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
Returns the TCP port for Jetty to listen on for stop requests.
getStopPort() - Method in class org.gradle.api.plugins.jetty.JettyStop
Returns the TCP port to use to send stop command.
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.
getStylesheetFile() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getSubprojects() - Method in interface org.gradle.api.Project
Returns the set containing the subprojects of this project.
getSuccessfulTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the number of successful atomic tests executed for this test.
getSupportedExtensions() - Method in enum org.gradle.api.tasks.bundling.Compression
 
getSymbolicName() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the symbolic name.
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
 
getTagletPath() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTaglets() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTags() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.
getTargetBuild() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The specification of how to invoke the target build.
getTargetCompatibility() - Method in class org.gradle.api.tasks.compile.AbstractCompile
Returns the target JVM to generate the .class files for.
getTargetCompatibility() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
getTargetFiles() - Method in class org.gradle.api.tasks.Delete
Returns the resolved set of files which will be deleted by this task.
getTargetPlatform() - Method in interface org.gradle.nativebinaries.NativeBinary
Returns the Platform that this binary is targeted to run on.
getTargetProject() - Method in interface org.gradle.tooling.model.eclipse.EclipseProjectDependency
Returns the target of this dependency.
getTask() - Method in exception org.gradle.api.tasks.TaskExecutionException
 
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.
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.
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.nativebinaries.NativeBinary
The set of tasks associated with this binary.
getTasks() - Method in interface org.gradle.tooling.model.BuildableElement
Returns the tasks of this project.
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.
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.
getTemporaryDir() - Method in interface org.gradle.api.Task
Returns a directory which this task can use to write temporary files to.
getTestClassesDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the root folder for the compiled test sources.
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
test dirs.
getTestFramework() - Method in class org.gradle.api.tasks.testing.Test
 
getTestLogging() - Method in class org.gradle.api.tasks.testing.Test
Allows to set options related to which test events are logged to the console, and on which detail level.
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.tasks.testing.Test
Deprecated.
Replaced by getReports().getHtml().getDestination()
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.tasks.testing.Test
Deprecated.
Replaced by getReports().getJunitXml().getDestination()
getTestSrcDirs() - Method in class org.gradle.api.tasks.testing.Test
Returns the directories containing the test source.
getText() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
The codenarc text report
getText() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
The findbugs Text report
getText() - Method in interface org.gradle.api.plugins.quality.JDependReports
The jdepend text report
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.
getToolChain() - Method in interface org.gradle.nativebinaries.NativeBinary
Returns the ToolChain that will be used to build this binary.
getTransformer() - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
 
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 the dependency 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.publish.ivy.IvyArtifact
The type used to publish the artifact file, never null.
getType() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
The resource type.
getUnresolvedModuleDependencies() - Method in interface org.gradle.api.artifacts.LenientConfiguration
returns dependencies that were attempted to resolve but failed.
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.
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 dependency 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 class org.gradle.api.tasks.javadoc.Groovydoc.Link
Returns the base url for the external site.
getUsername() - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
Returns the user name to use when authenticating to this repository.
getUserRealms() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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(Convention, IConventionAware) - Method in interface org.gradle.api.tasks.ConventionValue
Deprecated.
Returns some object.
getValue() - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
getVendor() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the vendor.
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.MavenPom
Returns the version for this POM.
getVersion() - Method in interface org.gradle.api.artifacts.Module
 
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.plugins.osgi.OsgiManifest
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.MavenPublication
Returns the version for this publication.
getVersion() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the version part of the archive name, if any.
getVersion() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The version of application.xml.
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'.
getWarConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
getWarn() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Gets logging options for warn level.
getWebApp() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
Returns the web application to deploy.
getWebAppConfig() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebAppSourceDirectory() - Method in class org.gradle.api.plugins.jetty.JettyRun
Returns the directory containing the web application source files.
getWebDefaultXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
Returns the web.xml file to use.
getWindowsSdkDir() - Method in interface org.gradle.nativebinaries.toolchain.VisualCpp
The directory where Windows SDK is installed.
getWindowTitle() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the browser window title for the documentation.
getWindowTitle() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getWindowTitle() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getWorkerType() - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getWorkingDir() - Method in class org.gradle.api.tasks.Exec
Returns the working directory for the process.
getWorkingDir() - Method in class org.gradle.api.tasks.JavaExec
Returns the working directory for the process.
getWorkingDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the working directory for the process.
getWorkingDir() - Method in interface org.gradle.process.ProcessForkOptions
Returns the working directory for the process.
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
The findbugs XML report
getXml() - Method in interface org.gradle.api.plugins.quality.JDependReports
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.XmlGeneratorTask
 
getZincClasspath() - Method in class org.gradle.api.tasks.scala.ScalaCompile
Returns the classpath to use to load the Zinc incremental compiler.
GOOGLE_APIS_REPO_URL - Static variable in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
googleApis() - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
googleApis(Action<? super IvyArtifactRepository>) - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
Gradle - Interface in org.gradle.api.invocation
Represents an invocation of Gradle.
gradle() - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
gradle(Action<? super MavenArtifactRepository>) - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
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_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(StartParameter, GradleLauncherFactory) - Constructor for class org.gradle.api.tasks.GradleBuild
 
GradleBuild - Interface in org.gradle.tooling.model.gradle
Provides information about the structure of a Gradle build.
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
 
GradleLauncher - Class in org.gradle
Deprecated.
Use the tooling API instead.
GradleLauncher() - Constructor for class org.gradle.GradleLauncher
Deprecated.
 
GradleModuleVersion - Interface in org.gradle.tooling.model
Informs about a module version, i.e.
GradleProject - Interface in org.gradle.tooling.model
Represents a Gradle project.
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.
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.
graphPopulated(TaskExecutionGraph) - Method in class org.gradle.BuildLogger
 
groovy(Closure) - Method in interface org.gradle.api.tasks.GroovySourceSet
Configures the Groovy source for this set.
GROOVY_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.GroovyBasePlugin
Deprecated.
Typically, usages of groovy can simply be replaced with compile. In some cases, it may be necessary to additionally configure the groovyClasspath property of GroovyCompile and Groovydoc tasks.
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(FileResolver) - 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.Link - Class in org.gradle.api.tasks.javadoc
A Link class represent a link between groovydoc/javadoc output and url.
Groovydoc.Link(String, String...) - Constructor for class org.gradle.api.tasks.javadoc.Groovydoc.Link
Constructs a Link.
GROOVYDOC_TASK_NAME - Static variable in class org.gradle.api.plugins.GroovyPlugin
 
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(Map<String, List<String>>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
group(String, List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
group(String, 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.

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.
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.file.RelativePath
 
hashCode() - Method in class org.gradle.api.Namer.Comparator
 
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.RefreshOptions
Deprecated.
 
hashCode() - Method in class org.gradle.StartParameter
 
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(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.
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.
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.
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
A source set that exposes headers
helpFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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
 
HttpFileServer - Interface in org.gradle.plugins.javascript.envjs.http
 
HttpFileServerFactory - Interface in org.gradle.plugins.javascript.envjs.http
 

I

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.
IdeaLanguageLevel - Interface in org.gradle.tooling.model.idea
Language level setting for IDEA.
IdeaModule - Interface in org.gradle.tooling.model.idea
Represents information about the IDEA module.
IdeaModuleDependency - Interface in org.gradle.tooling.model.idea
Dependency on a module in a project.
IdeaProject - Interface in org.gradle.tooling.model.idea
Represents the information about the IDEA project.
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.
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
 
IllegalOperationAtExecutionTimeException - Exception in org.gradle.api
Deprecated.
No replacement
IllegalOperationAtExecutionTimeException(String) - Constructor for exception org.gradle.api.IllegalOperationAtExecutionTimeException
Deprecated.
 
importBuild(Object) - Method in class org.gradle.api.AntBuilder
Imports an Ant build into the associated Gradle project.
include(String...) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style include pattern.
include(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in interface org.gradle.api.file.CopySpec
Adds an include spec.
include(Closure) - Method in interface org.gradle.api.file.CopySpec
Adds an include spec.
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(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an include spec.
include(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an include spec.
include(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.SourceTask
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.SourceTask
Adds an include spec.
include(Closure) - Method in class org.gradle.api.tasks.SourceTask
Adds an include spec.
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(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(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.testing.Test
Adds an include spec.
include(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds an include spec.
include(String...) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style include pattern.
include(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an include spec.
include(Closure) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an include spec.
include(String...) - Method in class org.gradle.api.tasks.util.PatternSet
 
include(Iterable) - Method in class org.gradle.api.tasks.util.PatternSet
 
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.util.PatternSet
 
include(Closure) - Method in class org.gradle.api.tasks.util.PatternSet
 
includeFlat(String[]) - Method in interface org.gradle.api.initialization.Settings
Adds the given projects to the build.
includeSpecs(Iterable<Spec<FileTreeElement>>) - Method in class org.gradle.api.tasks.util.PatternSet
 
includeTestsMatching(String) - Method in interface org.gradle.api.tasks.testing.TestFilter
Appends a test name pattern to the filter.
IncrementalCompileOptions - Class in org.gradle.api.tasks.scala
Options for incremental compilation of Scala code.
IncrementalCompileOptions() - 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.
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.
initContext(Context) - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
initContext(Context) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.ScopeOperation
 
injectCustomFactory(GradleLauncherFactory) - Static method in class org.gradle.GradleLauncher
Deprecated.
Input - Annotation Type in org.gradle.api.tasks
Attached to a task property to indicate that the property specifies some input value for the task.
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.
INSTALL_TASK_NAME - Static variable in class org.gradle.api.plugins.MavenPlugin
 
instruction(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Adds arguments to an instruction.
instructionFirst(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Adds arguments to an instruction.
instructionReplace(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Sets the values for an instruction.
instructionValue(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the list of arguments for a particular instruction.
INTERNAL_REPOSITORY_NAME - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
intersect() - Method in class org.gradle.api.tasks.util.PatternSet
 
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, Closure) - Method in interface org.gradle.api.file.CopySpec
Creates and configures a child CopySpec with the given destination path.
into(Object) - Method in class org.gradle.api.tasks.AbstractCopyTask
Specifies the destination directory for a copy.
into(Object, Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Creates and configures a child CopySpec with the given destination path.
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 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
 
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
 
isAdded() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
Was the file added?
isAuthor() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isBreakIterator() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
isBreakIterator() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
isBuildable() - Method in interface org.gradle.nativebinaries.NativeBinary
Can this binary be built in the current environment?
isBuildProjectDependencies() - Method in class org.gradle.StartParameter
Returns true if project dependencies are to be built, false if they should not be.
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.cache.ModuleResolutionControl
Does the module change content over time?
isChanging() - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Tells whether the component is changing or immutable.
isChanging() - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
Returns whether or nor Gradle should always check for a change in the remote repository.
isClosure() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to delete the transitive closure of outdated files or only their direct dependencies.
isComposite() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
Is this test a composite test?
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.
isContinueOnFailure() - Method in class org.gradle.StartParameter
Specifies whether the build should continue on task failure.
isCurrent() - Method in interface org.gradle.nativebinaries.OperatingSystem
 
isDaemon() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Specifies whether the Jetty server should run in the background.
isDebug() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to include debugging information in the generated class files.
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.ScalaCompileOptions
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
 
isDryRun() - Method in class org.gradle.StartParameter
 
isDump() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to log dependency information.
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.file.FileCollection
Returns true if this collection is empty.
isEnabled(LogLevel) - Method in interface org.gradle.api.logging.Logger
Returns true if the given log level is enabled for this logger.
isEnabled() - Method in interface org.gradle.api.reporting.Report
Whether or not this report should be generated by whatever generates it.
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.api.tasks.scala.ScalaCompileOptions
Fail the build on compilation errors.
isFile() - Method in class org.gradle.api.file.RelativePath
 
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.
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.
isFork() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Whether to run the Scala compiler in a separate process.
isIgnoreExitValue() - Method in class org.gradle.api.tasks.Exec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - Method in class org.gradle.api.tasks.JavaExec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - Method in interface org.gradle.process.BaseExecSpec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIncludeJavaRuntime() - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
No replacement
isIncludeJavaRuntime() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Deprecated.
No replacement
isIncludePrivate() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns whether to include all classes and members (i.e.
isIncremental() - Method in interface org.gradle.api.tasks.incremental.IncrementalTaskInputs
Indicates if it was possible for Gradle to determine which exactly which input files were out of date compared to a previous execution.
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
 
isJava8Compatible() - Method in enum org.gradle.api.JavaVersion
 
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
 
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
 
isLinux() - Method in interface org.gradle.nativebinaries.OperatingSystem
 
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.api.tasks.scala.ScalaCompileOptions
List files to be compiled.
isMacOsX() - Method in interface org.gradle.nativebinaries.OperatingSystem
 
isModified() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
Was the file modified?
isNoComment() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoDeprecated() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoDeprecatedList() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoHelp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoNavBar() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoOpt() - Method in class org.gradle.StartParameter
Deprecated.
isNoSince() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoTimestamp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoTree() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isOffline() - Method in class org.gradle.StartParameter
Specifies whether the build should be performed offline (ie without network access).
isOptimize() - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
No replacement
isOptimize() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Run optimizations.
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.
isProfile() - Method in class org.gradle.StartParameter
Returns true if a profile report will be generated.
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
Specifies whether the build scripts should be recompiled.
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?
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 resolve rule.
isSerialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.nativebinaries.OperatingSystem
 
isSplitIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isStacktrace() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Deprecated.
No replacement
isTestReport() - Method in class org.gradle.api.tasks.testing.Test
Deprecated.
Replaced by getReports().getHtml().isEnabled()
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.
isUnchecked() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Generate unchecked information.
isUniqueVersion() - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Returns whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
isUploadDescriptor() - Method in class org.gradle.api.tasks.Upload
Specifies whether the dependency descriptor should be uploaded.
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
 
isUseAnt() - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
No replacement
isUseAnt() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Deprecated.
No replacement
isUseAnt() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Tells whether to use Ant for compilation.
isUseCache() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to cache dependency information.
isUseCompileDaemon() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Whether to use the fsc compile daemon.
isUseDepend() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to use the Ant <depend> task.
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
 
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.
isWarnOnRmiStubs() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to warn on RMI stubs without source.
isWindows() - Method in interface org.gradle.nativebinaries.OperatingSystem
 
isWithMessages() - Method in interface org.gradle.api.plugins.quality.FindBugsXmlReport
Whether or not FindBugs should generate XML augmented with human-readable messages.
ivy(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures an Ivy repository.
ivy(Action<? super IvyArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures an Ivy repository.
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.
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.
IvyModuleDescriptor - 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.
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, DependencyMetaDataProvider, FileResolver, ModelRules) - Constructor for class org.gradle.api.publish.ivy.plugins.IvyPublishPlugin
 

J

JacocoReportsContainer - Interface in org.gradle.testing.jacoco.tasks
The reporting configuration for the the JacocoReport task.
JAR_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
java(Closure) - Method in interface org.gradle.api.tasks.SourceSet
Configures the Java source for this set.
JavaBasePlugin - Class in org.gradle.api.plugins
A Plugin which compiles and tests Java source, and assembles it into a JAR file.
JavaBasePlugin(Instantiator) - 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
 
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
 
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 - 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.
JavaLanguagePlugin - Class in org.gradle.api.plugins
Plugin for compiling Java code.
JavaLanguagePlugin(Instantiator, FileResolver) - Constructor for class org.gradle.api.plugins.JavaLanguagePlugin
 
JavaPlugin - Class in org.gradle.api.plugins
A Plugin which compiles and tests Java source, and assembles it into a JAR file.
JavaPlugin() - Constructor for class org.gradle.api.plugins.JavaPlugin
 
JavaScriptExtension - Class in org.gradle.plugins.javascript.base
 
JavaScriptExtension() - Constructor for class org.gradle.plugins.javascript.base.JavaScriptExtension
 
JavaScriptRepositoriesExtension - Class in org.gradle.plugins.javascript.base
 
JavaScriptRepositoriesExtension(RepositoryHandler) - Constructor for class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
JavaSourceSet - Interface in org.gradle.language.java
A set of sources passed to the Java compiler.
JavaVersion - Enum in org.gradle.api
An enumeration of Java versions.
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.
jcenter() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
JDependReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the JDepend task.
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
 
JETTY_RUN - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
JETTY_RUN_WAR - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
JETTY_STOP - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
JettyPlugin - Class in org.gradle.api.plugins.jetty
A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
JettyPlugin() - Constructor for class org.gradle.api.plugins.jetty.JettyPlugin
 
JettyPluginConvention - Class in org.gradle.api.plugins.jetty
Convention properties and methods added by the JettyPlugin.
JettyPluginConvention() - Constructor for class org.gradle.api.plugins.jetty.JettyPluginConvention
 
JettyRun - Class in org.gradle.api.plugins.jetty
Deploys an exploded web application to an embedded Jetty web container.
JettyRun() - Constructor for class org.gradle.api.plugins.jetty.JettyRun
 
JettyRunWar - Class in org.gradle.api.plugins.jetty
Deploys a WAR to an embedded Jetty web container.
JettyRunWar() - Constructor for class org.gradle.api.plugins.jetty.JettyRunWar
 
JettyStop - Class in org.gradle.api.plugins.jetty
Stops the embedded Jetty web container, if it is running.
JettyStop() - Constructor for class org.gradle.api.plugins.jetty.JettyStop
 
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(Factory<WorkerProcessBuilder>) - 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
 
JUnitXmlReport - Interface in org.gradle.api.tasks.testing
The JUnit XML files, commonly used to communicate results to CI servers.
jvmArgs(Iterable<?>) - 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.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(Object...) - Method in class org.gradle.api.tasks.testing.Test
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Iterable<?>) - Method in interface org.gradle.process.JavaForkOptions
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Object...) - Method in interface org.gradle.process.JavaForkOptions
Adds some arguments to use to launch the JVM for the process.
JvmLanguagePlugin - Class in org.gradle.language.jvm.plugins
Base plugin for JVM language support.
JvmLanguagePlugin(Instantiator, FileResolver) - Constructor for class org.gradle.language.jvm.plugins.JvmLanguagePlugin
 

K

keyWords(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
keyWords() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 

L

LanguageBasePlugin - Class in org.gradle.language.base.plugins
Base plugin for language support.
LanguageBasePlugin(Instantiator) - Constructor for class org.gradle.language.base.plugins.LanguageBasePlugin
 
LanguageSourceSet - Interface in org.gradle.language.base
A set of sources for a programming language.
layout(String) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies the layout to use with this repository, based on the root url.
layout(String, Closure) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies the layout to use with this repository, based on the root url.
leftShift(Closure) - Method in interface org.gradle.api.Task
Adds the given closure to the end of this task's action list.
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(Object) - Method in interface org.gradle.language.DependentSourceSet
Adds a library that this source set requires.
lib(Object) - Method in interface org.gradle.nativebinaries.NativeBinary
Adds a library as input to this binary.
Library - Interface in org.gradle.nativebinaries
The logical representation of an library native component.
LibraryBinary - Interface in org.gradle.nativebinaries
A physical representation of a Library component.
LibraryContainer - Interface in org.gradle.nativebinaries
A container of native libraries.
LibraryResolver - Interface in org.gradle.nativebinaries
Resolves a library to a single binary to use as a dependency.
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 - Static variable in class org.gradle.api.logging.Logging
 
lifecycle(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for lifecycle level.
link(String, String...) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Add links to groovydoc/javadoc output at the given URL.
links(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksOffline(String, String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksOfflineFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linkSource(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linkSource() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
load(Properties) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
 
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.
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.
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
 
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

MAIN_SOURCE_SET_NAME - Static variable in interface org.gradle.api.tasks.SourceSet
The name of the main source set.
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.
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(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(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(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(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(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.NamedDomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given specification.
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(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(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(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(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(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(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(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(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.
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
 
MAVEN_REPO_PATTERN - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
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.
MavenArtifactSet - Interface in org.gradle.api.publish.maven
A Collection of MavenArtifacts to be included in a MavenPublication.
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() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the Maven central repository for dependencies.
MavenDependency - Interface in org.gradle.api.publish.maven
A dependency declared as part of an MavenPublication.
MavenDeployer - Interface in org.gradle.api.artifacts.maven
A resolver that can only be used for uploading artifacts to a Maven repository.
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.
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.
mavenLocal() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the local Maven cache for dependencies.
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) - 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 - 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.
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(Instantiator, DependencyMetaDataProvider, FileResolver, ModelRules) - Constructor for class org.gradle.api.publish.maven.plugins.MavenPublishPlugin
 
mavenRepo(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
mavenRepo(Map<String, ?>, Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
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.
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 intersection of this collection and the given collection.
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
 
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 - Interface in org.gradle.tooling.model
A model that is buildable by the Tooling API.
model(Class<T>) - Method in interface org.gradle.tooling.ProjectConnection
Creates a builder which can be used to build the model of the given type.
ModelBuilder<T> - Interface in org.gradle.tooling
A ModelBuilder allows you to fetch a snapshot of the model for a project.
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 - Interface in org.gradle.api.artifacts
A Module represents the meta-information about a project which should be used when publishing the module.
module(EarModule, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a module to the deployment descriptor.
module(String, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a module to the deployment descriptor.
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 - Interface in org.gradle.api.artifacts
A ModuleDependency is a Dependency on a module outside the current project.
ModuleIdentifier - Interface in org.gradle.api.artifacts
The identifier of a module.
ModuleResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling module resolution via the DSL.
ModuleVersionIdentifier - Interface in org.gradle.api.artifacts
The identifier of a module version.
ModuleVersionSelector - Interface in org.gradle.api.artifacts
Selects a module version
mustRunAfter(Object...) - Method in interface org.gradle.api.Task
Specifies that this task must run after all of the supplied tasks.

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
 
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.
Named.Namer() - Constructor for class org.gradle.api.Named.Namer
 
NamedDomainObjectCollection<T> - Interface in org.gradle.api
A NamedDomainObjectCollection represents a collection of domain objects that have an inherent, constant, name.
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.
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 - 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.
Namer.Comparator(Namer<? super T>) - Constructor for class org.gradle.api.Namer.Comparator
 
NativeBinariesModelPlugin - Class in org.gradle.nativebinaries.plugins
A plugin that sets up the infrastructure for defining native binaries.
NativeBinariesModelPlugin(Instantiator, ProjectConfigurationActionContainer, FileResolver) - Constructor for class org.gradle.nativebinaries.plugins.NativeBinariesModelPlugin
 
NativeBinary - Interface in org.gradle.nativebinaries
Represents a particular binary artifact that is the result of building a native component.
NativeBinaryTasks - Interface in org.gradle.nativebinaries
Provides access to key tasks used for building the binary.
NativeComponent - Interface in org.gradle.nativebinaries
Represents a logical software component, which may be built in a number of variant binaries.
NativeDependencySet - Interface in org.gradle.nativebinaries
Models a collection of native type dependencies.
Nested - Annotation Type in org.gradle.api.tasks
Marks a property as specifying a nested bean, whose properties should be checked for annotations.
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.
newConnector() - Static method in class org.gradle.tooling.GradleConnector
Creates a new connector instance.
newInstance(StartParameter) - Static method in class org.gradle.GradleLauncher
Deprecated.
Use the tooling API instead.
newInstance(String...) - Static method in class org.gradle.GradleLauncher
Deprecated.
Use the tooling API instead.
newInstance() - Method in class org.gradle.StartParameter
Duplicates this StartParameter instance.
noComment(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noComment() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
NONE - Static variable in class org.gradle.RefreshOptions
Deprecated.
 
NonExtensible - Annotation Type in org.gradle.api
Indicates that the type, when DSL enhanced, does not support extensibility.
noQualifier(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noQualifiers(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noSince(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noSince() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
not(Spec<? super T>) - Static method in class org.gradle.api.specs.Specs
 
noTimestamp - Variable in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTimestamp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTimestamp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTree(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTree() - 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
Indicates that the value of an element can be null.

O

ObjectConfigurationAction - Interface in org.gradle.api.plugins
An ObjectConfigurationAction allows you to apply Plugins and scripts to an object or objects.
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 failures.
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(CharSequence) - Method in interface org.gradle.api.logging.StandardOutputListener
Called when some output is written by the logging system.
onOutput(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds a closure to be notified when output from the test received.
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.
OperatingSystem - Interface in org.gradle.nativebinaries
A machine operating system.
operatingSystem(Object) - Method in interface org.gradle.nativebinaries.Platform
Sets the operating system being targeted.
Optional - Annotation Type in org.gradle.api.tasks
Marks a task property as optional.
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.javadoc.Javadoc
Convenience method for configuring Javadoc generation options.
options(Closure) - Method in class org.gradle.api.tasks.testing.Test
Configures test framework specific options.
options(Action<CoffeeScriptCompileOptions>) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
options(Closure<?>) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
or(Spec<? super T>...) - Static method in class org.gradle.api.specs.Specs
 
or(boolean, List<? extends Spec<? super T>>) - Static method in class org.gradle.api.specs.Specs
 
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.cache - package org.gradle.api.artifacts.cache
Classes for controlling dependency resolution.
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.maven - package org.gradle.api.artifacts.maven
Maven specific classes for dependency management.
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.component - package org.gradle.api.component
Types for declaring and using Software Components.
org.gradle.api.distribution - package org.gradle.api.distribution
The main interfaces and classes of the distribution plugin.
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.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.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.jetty - package org.gradle.api.plugins.jetty
The Jetty Plugin implementation.
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.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 plugins.
org.gradle.api.reporting - package org.gradle.api.reporting
Classes for reporting
org.gradle.api.reporting.dependencies - package org.gradle.api.reporting.dependencies
Types responsible for generating dependency reports.
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.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.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.logging - package org.gradle.api.tasks.testing.logging
Types related to logging of test related information to the console.
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.external.javadoc - package org.gradle.external.javadoc
Classes to run Javadoc.
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.base - package org.gradle.language.base
General purpose types for language support.
org.gradle.language.base.plugins - package org.gradle.language.base.plugins
Base plugins for language support.
org.gradle.language.c - package org.gradle.language.c
Model classes for building from C language sources.
org.gradle.language.cpp - package org.gradle.language.cpp
Model classes for building from C++ language sources.
org.gradle.language.java - package org.gradle.language.java
Types for Java language support.
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 support for JVM languages.
org.gradle.language.jvm.tasks - package org.gradle.language.jvm.tasks
Tasks for support for JVM languages.
org.gradle.language.rc - package org.gradle.language.rc
Model classes for building from Windows Resource scripts.
org.gradle.nativebinaries - package org.gradle.nativebinaries
Classes that model aspects of native component projects.
org.gradle.nativebinaries.language - package org.gradle.nativebinaries.language
Classes for building sources for a native runtime.
org.gradle.nativebinaries.plugins - package org.gradle.nativebinaries.plugins
Plugins for building native component projects.
org.gradle.nativebinaries.tasks - package org.gradle.nativebinaries.tasks
Tasks for building native component projects.
org.gradle.nativebinaries.toolchain - package org.gradle.nativebinaries.toolchain
Classes that allow C++ tool chains to be configured.
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.api - package org.gradle.plugins.ide.api
General ide plugin api.
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.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.javascript.rhino.worker - package org.gradle.plugins.javascript.rhino.worker
 
org.gradle.process - package org.gradle.process
Classes for executing system and Java processes.
org.gradle.testfixtures - package org.gradle.testfixtures
Classes and interfaces for testing custom task and plugin implementations.
org.gradle.testing.jacoco.tasks - package org.gradle.testing.jacoco.tasks
Tasks to work with the JaCoCo code coverage library.
org.gradle.tooling - package org.gradle.tooling
The main interfaces and classes of the Gradle tooling API.
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.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.provider.model - package org.gradle.tooling.provider.model
Interfaces and classes that allow tooling models to be made available to the tooling API client.
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(Spec<? super T>...) - Constructor for class org.gradle.api.specs.OrSpec
 
OrSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.OrSpec
 
OsgiManifest - Interface in org.gradle.api.plugins.osgi
Represents a manifest file for a JAR containing an OSGi bundle.
osgiManifest() - Method in class org.gradle.api.plugins.osgi.OsgiPluginConvention
Creates a new instance of OsgiManifest.
osgiManifest(Closure) - Method in class org.gradle.api.plugins.osgi.OsgiPluginConvention
Creates and configures a new instance of an OsgiManifest .
OsgiPluginConvention - Class in org.gradle.api.plugins.osgi
Is mixed in into the project when applying the OsgiPlugin .
OsgiPluginConvention(ProjectInternal) - Constructor for class org.gradle.api.plugins.osgi.OsgiPluginConvention
 
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.
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

parse(boolean, String) - Static method in class org.gradle.api.file.RelativePath
 
parse(boolean, RelativePath, String) - Static method in class org.gradle.api.file.RelativePath
 
parse(File, String) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
parse(File, String, Action<Context>) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
parseRhino(File, RhinoWorkerUtils.ScopeOperation<T>) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
PasswordCredentials - Interface in org.gradle.api.artifacts.repositories
A username/password credentials that can be used to login to password-protected remote repository.
path(Object...) - Method in interface org.gradle.nativebinaries.toolchain.Gcc
Append an entry or entries to the tool chain path.
PATH_SEPARATOR - Static variable in interface org.gradle.api.Project
The hierarchy separator for project and task path names.
PathValidation - Enum in org.gradle.api
An enumeration for describing validation policies for file paths.
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.
PatternSet - Class in org.gradle.api.tasks.util
Standalone implementation of PatternFilterable.
PatternSet() - Constructor for class org.gradle.api.tasks.util.PatternSet
 
Platform - Interface in org.gradle.nativebinaries
A target platform for building native binaries.
PlatformConfigurableToolChain - Interface in org.gradle.nativebinaries.toolchain
A ToolChain that can handle additional platforms simply by configuring the NativeBinary.
PlatformContainer - Interface in org.gradle.nativebinaries
A container of native executables.
Plugin<T> - Interface in org.gradle.api
A Plugin represents an extension to Gradle.
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.
PluginAware - Interface in org.gradle.api.plugins
Objects a Plugin can be applied to.
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.
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
 
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.
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(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(Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Configures the default POM by a closure.
pom() - Method in class org.gradle.api.plugins.MavenPluginConvention
Creates a new MavenPom.
pom(Closure) - 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.
PORT_SYSPROPERTY - Static variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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.nativebinaries.language
A tool that permits configuration of the C preprocessor.
process(P) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorker
 
process(P) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerHandle
 
PROCESS_RESOURCES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
PROCESS_TEST_RESOURCES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
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
 
ProgressEvent - Interface in org.gradle.tooling
Some information about a piece of work of a long running operation.
ProgressListener - Interface in org.gradle.tooling
A listener which is notified as some long running operation makes progress.
project(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a project.
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(String) - Method in interface org.gradle.api.initialization.Settings
Returns the project with the given path.
project(File) - Method in interface org.gradle.api.initialization.Settings
Returns the project with the given project directory.
Project - Interface in org.gradle.api
This interface is the main API you use to interact with Gradle from your build file.
project(String) - Method in interface org.gradle.api.Project
Locates a project by path.
project(String, Closure) - Method in interface org.gradle.api.Project
Locates a project by path and configures it using the given closure.
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
 
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 (evaluation) phase.
ProjectConfigurationException(String, Throwable) - Constructor for exception org.gradle.api.ProjectConfigurationException
 
ProjectConnection - Interface in org.gradle.tooling
Represents a long-lived connection to a Gradle project.
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.
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.
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
 
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(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.
projectsEvaluated(Gradle) - Method in class org.gradle.BuildLogger
 
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(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(Gradle) - Method in class org.gradle.BuildLogger
 
ProjectSourceSet - Interface in org.gradle.language.base
A container of FunctionalSourceSets.
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.
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(String) - Method in interface org.gradle.api.Project
Returns the value of the given property.
property(String) - Method in interface org.gradle.api.Task
Returns the value of the given property of this task.
property(String, Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers an input property for this task.
PROPERTY_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
PropertyReportTask - Class in org.gradle.api.tasks.diagnostics
Displays the properties of a project.
PropertyReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.PropertyReportTask
 
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
 
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.
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.
publish() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
 
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
 
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, 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, ModelRules) - 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(Factory<LoggingManagerInternal>, BaseRepositoryFactory) - Constructor for class org.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
PublishToMavenRepository - Class in org.gradle.api.publish.maven.tasks
PublishToMavenRepository(Factory<LoggingManagerInternal>) - Constructor for class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
 

Q

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 - Static variable in class org.gradle.api.logging.Logging
 
quiet(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for quiet level.
quiet() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
quiet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 

R

read() - Method in interface org.gradle.api.resources.ReadableResource
Returns an input stream that provides means to read the resource
ReadableResource - Interface in org.gradle.api.resources
A resource that can be read.
readFile(File, String) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
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.
refresh() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
States that any cached value should be ignored, forcing a fresh resolve.
refreshDependencies() - Method in class org.gradle.RefreshOptions
Deprecated.
 
RefreshOptions - Class in org.gradle
RefreshOptions(List<RefreshOptions.Option>) - Constructor for class org.gradle.RefreshOptions
Deprecated.
 
RefreshOptions.Option - Enum in org.gradle
Deprecated.
The set of allowable options.
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.
registerFactory(Class<U>, NamedDomainObjectFactory<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a factory for creating elements of the specified type.
registerFactory(Class<U>, Closure<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a factory for creating elements of the specified type.
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.
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.
relativeProjectPath(String) - Method in interface org.gradle.api.Project
Converts a name to a project path relative to this project.
reload - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
RELOAD_AUTOMATIC - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
RELOAD_MANUAL - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
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.
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.Test
Unregisters a test listener with this task.
removeTestOutputListener(TestOutputListener) - Method in class org.gradle.api.tasks.testing.Test
Unregisters a test output listener with this task.
rename(Closure) - Method in interface org.gradle.api.file.CopyProcessingSpec
Renames a source file to a different relative location under the target directory.
rename(String, 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.CopyProcessingSpec
Renames files based on a regular expression.
rename(Closure) - Method in interface org.gradle.api.file.CopySpec
Renames a source file to a different relative location under the target directory.
rename(String, String) - Method in interface org.gradle.api.file.CopySpec
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(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Renames a source file to a different relative location under the target directory.
rename(String, String) - Method in class org.gradle.api.tasks.AbstractCopyTask
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.
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.
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.
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.
ReportContainer.ImmutableViolationException() - Constructor for exception org.gradle.api.reporting.ReportContainer.ImmutableViolationException
 
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
 
ReportingBasePluginConvention - Class in org.gradle.api.plugins
Deprecated.
This convention has been deprecated and replaced by ReportingExtension
ReportingBasePluginConvention(ProjectInternal, ReportingExtension) - Constructor for class org.gradle.api.plugins.ReportingBasePluginConvention
Deprecated.
 
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.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.Test
Configures the reports that this task potentially produces.
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(Action<? super RepositoryHandler>) - Method in interface org.gradle.api.publish.PublishingExtension
Configures the container of possible repositories to publish to.
repositories(Closure) - Method in class org.gradle.api.tasks.Upload
Configures the set of repositories to upload to.
RepositoryHandler - Interface in org.gradle.api.artifacts.dsl
A RepositoryHandler manages a set of repositories, allowing repositories to be defined and queried.
ResolutionControl<A,B> - Interface in org.gradle.api.artifacts.cache
Command methods for controlling dependency resolution via the DSL.
ResolutionResult - Interface in org.gradle.api.artifacts.result
Contains the information about the result of dependency resolution.
ResolutionRules - Interface in org.gradle.api.artifacts.cache
Represents a set of rules/actions that can be applied during 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 - Interface in org.gradle.api.artifacts
Defines the strategies around dependency resolution.
ResolvableDependencies - Interface in org.gradle.api.artifacts
A set of Dependency objects which can be resolved to a set of File instances.
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.
resolve() - Method in interface org.gradle.nativebinaries.LibraryResolver
Resolves the library to a dependency set.
ResolvedArtifact - Interface in org.gradle.api.artifacts
Information about a resolved 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.
ResolvedModuleVersion - Interface in org.gradle.api.artifacts
Represents meta-data about a resolved module version.
ResolveException - Exception in org.gradle.api.artifacts
A ResolveException is thrown when a dependency configuration cannot be resolved for some reason.
ResolveException(Configuration, Throwable) - Constructor for exception org.gradle.api.artifacts.ResolveException
 
ResolveException(Configuration, Iterable<? extends Throwable>) - Constructor for exception org.gradle.api.artifacts.ResolveException
 
RESOLVER_NAME - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
RESOLVER_URL - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Deprecated.
Resource - Interface in org.gradle.api.resources
A generic resource of some kind.
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
 
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.
ResourceSet - Interface in org.gradle.language.jvm
A set of resource files.
restartWebApp(boolean) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
restartWebApp(boolean) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
restartWebApp(boolean) - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
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.
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
 
RhinoShellExec - Class in org.gradle.plugins.javascript.rhino
 
RhinoShellExec() - Constructor for class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
RhinoWorker<R extends Serializable,P extends Serializable> - Interface in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerHandle<R extends Serializable,P extends Serializable> - Interface in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerHandleFactory - Interface in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerSpec<R extends Serializable,P extends Serializable> - Class in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerSpec(Class<R>, Class<P>, Class<? extends RhinoWorker<R, P>>) - Constructor for class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
RhinoWorkerUtils - Class in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerUtils() - Constructor for class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
RhinoWorkerUtils.DefaultScopeOperation<T> - Class in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerUtils.DefaultScopeOperation() - Constructor for class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
RhinoWorkerUtils.ScopeOperation<T> - Interface in org.gradle.plugins.javascript.rhino.worker
 
rootProject(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
Adds an action to execute against the root project of this build.
Rule - Interface in org.gradle.api
A Rule represents some action to perform when an unknown domain object is referenced.
run() - Method in class org.gradle.GradleLauncher
Deprecated.
Executes the build for this GradleLauncher instance and returns the result.
run() - Method in interface org.gradle.tooling.BuildActionExecuter
Runs the action, blocking until its result is available.
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() - Method in interface org.gradle.tooling.BuildLauncher
Executes the build, blocking until it is complete.
run(ResultHandler<? super Void>) - Method in interface org.gradle.tooling.BuildLauncher
Launches the build.
RUNTIME - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
RUNTIME_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 

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.
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
 
ScalaForkOptions - Class in org.gradle.api.tasks.scala
Fork options for Scala compilation.
ScalaForkOptions() - Constructor for class org.gradle.api.tasks.scala.ScalaForkOptions
 
ScalaSourceSet - Interface in org.gradle.api.tasks
A ScalaSourceSetConvention defines the properties and methods added to a SourceSet by the ScalaPlugin.
scannerListeners - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
List of Listeners for the scanner.
ScanTargetPattern - Class in org.gradle.api.plugins.jetty
Patterns for scanning for file changes.
ScanTargetPattern() - Constructor for class org.gradle.api.plugins.jetty.ScanTargetPattern
 
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
 
ScriptHandler - Interface in org.gradle.api.initialization.dsl
A ScriptHandler allows you to manage the compilation and execution of a build script.
securityRole(EarSecurityRole) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a security role to the deployment descriptor.
securityRole(String) - 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
 
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(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
serialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.
setActions(List<Action<? super Task>>) - Method in interface org.gradle.api.Task
Sets the sequence of Action objects which will be executed by this task.
setAdditionalParameters(List<String>) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setAdditionalRuntimeJars(Iterable<File>) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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.
setAltDeployDescriptor(String) - Method in interface org.gradle.plugins.ear.descriptor.EarModule
 
setAnalysisFile(File) - Method in class org.gradle.api.tasks.scala.IncrementalCompileOptions
Sets the file path where results of code analysis are to be stored.
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.
setAntScalaDoc(AntScalaDoc) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setAppendix(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setApplicationName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
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
Sets the archive name.
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.
setArgs(Iterable<?>) - Method in class org.gradle.api.tasks.Exec
Sets the arguments for the command to be executed.
setArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
Sets the args for the main class to be executed.
setArgs(Iterable<?>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
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.
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.
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.
setAuthor(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setBaseDir(Object) - 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.
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.nativebinaries.NativeComponent
Sets the name that is used to construct the output file names when building this component.
setBinResultsDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the test results in internal binary format.
setBootClasspath(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets the bootstrap classpath to be used for the compiler process.
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.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.external.javadoc.StandardJavadocDocletOptions
 
setBreakIterator(boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setBreakIterator(boolean) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setBuildDir(Object) - Method in interface org.gradle.api.Project
Sets the build directory of this project.
setBuildFile(Object) - 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.
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.
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.
setCacheUsage(CacheUsage) - Method in class org.gradle.StartParameter
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 nor Gradle should always check for a change in the remote repository.
setCharSet(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setClassesDir(File) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Sets the classes dir.
setClassesDir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Sets the directory to assemble the compiled classes into.
setClassesDir(File) - Method in interface org.gradle.language.jvm.ClassDirectoryBinary
 
setClassifier(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
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
 
setClasspath(FileCollection) - Method in class org.gradle.api.plugins.jetty.JettyRun
Set the classpath for the web application.
setClasspath(FileCollection) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Classpath instruction.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the classpath to use to compile the source files.
setClasspath(String) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets the compile classpath for which dependencies should also be checked.
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(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setClasspath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setClasspath(FileCollection) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
setClasspath(FileCollection) - Method in interface org.gradle.process.JavaExecSpec
Sets the classpath for executing the main class.
setClassPathFiles(List<File>) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setClosure(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to delete the transitive closure of outdated files or only their direct dependencies.
setCoffeeScriptJs(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setCoffeeScriptJs(File) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setCommandLine(Iterable<?>) - Method in class org.gradle.api.tasks.Exec
Sets the full command line, including the executable to be executed plus its arguments.
setCommandLine(Object...) - Method in class org.gradle.api.tasks.Exec
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(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
setCompileClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
Sets the classpath used to compile this source.
setCompiler(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
use CompileOptions.forkOptions.executable instead
setCompiler(Compiler<GroovyJavaJointCompileSpec>) - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
setCompilerArgs(List<String>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets any additional arguments to be passed to the compiler.
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
 
setConfiguration(String) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Sets the single configuration (by name) to generate the report for.
setConfiguration(Configuration) - Method in class org.gradle.api.tasks.Upload
 
setConfigurations(ConfigurationContainer) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the configuration container used for mapping configurations to Maven scopes.
setConfigurations(Set<Configuration>) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Sets the configurations to generate the report for.
setConfigureOnDemand(boolean) - Method in class org.gradle.StartParameter
 
setConnectors(Connector[]) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setContent(Object) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setContextHandlers(ContextHandler[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setContextPath(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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.
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.
setDaemon(boolean) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setDaemonServer(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
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(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for debug level.
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.
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.api.tasks.scala.ScalaCompileOptions
 
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.
setDefaultTasks(List<String>) - Method in interface org.gradle.api.Project
Sets the names of the default tasks of this project.
setDelete(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.
setDependencyCacheDir(File) - Method in class org.gradle.api.tasks.compile.Compile
Deprecated.
 
setDependOptions(DependOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets options for using the Ant <depend> task.
setDependsOn(Iterable<?>) - Method in interface org.gradle.api.Task
Sets the dependencies of this task.
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.ScalaCompileOptions
 
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
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 interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setDescription(String) - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
 
setDescriptor(IvyModuleDescriptor) - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
setDescriptorDestination(File) - Method in class org.gradle.api.tasks.Upload
 
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(Object) - 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(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setDestinationDir(File) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setDestinationDirectory(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setDestinationDirectory(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDidWork(boolean) - Method in interface org.gradle.api.Task
Sets whether the task actually did any work.
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.api.plugins.jetty.ScanTargetPattern
 
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.
setDisplayGranularity(int) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the display granularity of the events to be logged.
setDisplayName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setDistributionBase(Wrapper.PathBase) - Method in class org.gradle.api.tasks.wrapper.Wrapper
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
setDistributionPath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Sets the path where the gradle distributions needed by the wrapper are unzipped.
setDistributionUrl(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
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
 
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.external.javadoc.StandardJavadocDocletOptions
 
setDocURL(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-DocURL instruction.
setDryRun(boolean) - Method in class org.gradle.StartParameter
 
setDump(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to log dependency information.
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.
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.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.
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.scala.ScalaCompileOptions
 
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.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
 
setEncoding(String) - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
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.Exec
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.
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.Exec
Sets the output stream to consume standard error from the process executing the command.
setErrorOutput(OutputStream) - Method in class org.gradle.api.tasks.JavaExec
Sets the output stream to consume standard error from the process executing the command.
setErrorOutput(OutputStream) - Method in interface org.gradle.process.BaseExecSpec
Sets the output stream to consume standard error from the process executing the command.
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.
setExceptionFormat(Object) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the format to be used for logging test exceptions.
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.
setExcludes(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
Set the allowable exclude patterns.
setExcludes(List<String>) - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
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
 
setExecutable(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
Sets the compiler executable to be used.
setExecutable(Object) - Method in class org.gradle.api.tasks.Exec
Sets the name of the executable to use.
setExecutable(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
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(String) - Method in interface org.gradle.nativebinaries.toolchain.GccTool
Set the name of the executable file for this tool.
setExecutable(Object) - Method in interface org.gradle.process.ProcessForkOptions
Sets the name of the executable to use.
setExtDirs(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setExtDirs(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setExtendsFrom(Set<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.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
 
setExtensionDirs(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets the extension dirs to be used for the compiler process.
setExtraScanTargets(Iterable<File>) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
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.api.tasks.scala.ScalaCompileOptions
 
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.
setFinalizedBy(Iterable<?>) - Method in interface org.gradle.api.Task
Specifies the set of finalizer tasks for this task.
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.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(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
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.
setFork(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
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.
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.api.tasks.scala.ScalaCompileOptions
 
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.
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.
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
 
setHeader(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets header text for each page (optional).
setHeader(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setHeader(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHelpFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHttpPort(Integer) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setHttpPort(Integer) - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
setIgnoreExitValue(boolean) - Method in class org.gradle.api.tasks.Exec
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreExitValue(boolean) - Method in class org.gradle.api.tasks.JavaExec
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreExitValue(boolean) - Method in interface org.gradle.process.BaseExecSpec
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Sets whether a comparison between non identical builds will fail the task execution.
setIgnoreFailures(boolean) - Method in class org.gradle.api.tasks.testing.Test
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.
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.
setIncludeJavaRuntime(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
No replacement
setIncludeJavaRuntime(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Deprecated.
No replacement
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(List<String>) - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
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
 
setIncrementalOptions(IncrementalCompileOptions) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setInfo(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for info level.
setInitializeInOrder(Boolean) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setInitScripts(List<File>) - Method in class org.gradle.StartParameter
Sets the list of init scripts to be run before the build starts.
setInputFile(File) - Method in class org.gradle.plugins.ide.api.GeneratorTask
Sets the input file to load the initial configuration from.
setInstallDir(Object) - Method in interface org.gradle.nativebinaries.toolchain.VisualCpp
The directory where Visual Studio or Visual C++ is installed.
setJarFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setJavaCompiler(Compiler<JavaCompileSpec>) - Method in class org.gradle.api.tasks.compile.Compile
Deprecated.
 
setJavaHome(File) - Method in interface org.gradle.tooling.BuildLauncher
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.
setJavaHome(File) - Method in interface org.gradle.tooling.ModelBuilder
Specifies the Java home directory to use for this operation.
setJettyConfig(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setJettyEnvXml(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setJettyEnvXmlFile(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setJFlags(List<String>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setJFlags(List<String>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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
 
setJsonReport(Object) - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
setJvmArgs(List<String>) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Sets any additional JVM arguments for the compiler process.
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.
setJvmArguments(String...) - Method in interface org.gradle.tooling.BuildLauncher
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.
setJvmArguments(String...) - Method in interface org.gradle.tooling.ModelBuilder
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
 
setLevel(LogLevel) - Method in interface org.gradle.api.logging.LoggingManager
Sets the minimum logging level.
setLibraryDirectory(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setLicense(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
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.
setLifecycleTask(Task) - Method in interface org.gradle.language.base.BuildableModelElement
Associates a 'lifecycle' task with the construction of this element.
setLinks(Set<Groovydoc.Link>) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets links to groovydoc/javadoc output at the given URL.
setLinks(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLinksOffline(List<JavadocOfflineLink>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLinkSource(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.api.tasks.scala.ScalaCompileOptions
 
setLocale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setLocale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setLoggingLevel(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setLoggingPhases(List<String>) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
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.
setMavenPomDir(Object) - Method in class org.gradle.api.plugins.MavenPluginConvention
Sets the directory to generate Maven POMs into.
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.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.
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 forked test processes to execute in parallel.
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.
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.
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.
setModules(Set<? extends EarModule>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setModuleTypeMappings(Map<String, String>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
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.repositories.ArtifactRepository
Sets the name for this repository.
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
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.
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
 
setNoOpt(boolean) - Method in class org.gradle.StartParameter
Deprecated.
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.external.javadoc.StandardJavadocDocletOptions
 
setNoTree(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setOffline(boolean) - Method in class org.gradle.StartParameter
Specifies whether the build should be performed offline (ie without network access).
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.api.tasks.compile.CompileOptions
Deprecated.
No replacement
setOptimize(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setOptionFiles(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setOptionFiles(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setOptions(MinimalJavadocOptions) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the Javadoc generation options.
setOptions(CoffeeScriptCompileOptions) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setOrganisation(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Sets the organisation for this publication.
setOutputDirectory(File) - Method in class org.gradle.api.plugins.antlr.AntlrTask
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 interface org.gradle.nativebinaries.NativeBinary
Sets the file where this binary will be created.
setOutputFile(File) - Method in class org.gradle.plugins.ide.api.GeneratorTask
Sets the output file to write the final configuration 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.
setOverrideWebXml(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setOverview(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets a HTML file to be used for overview documentation (optional).
setOverview(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setOverview(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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 this publication.
setParallelThreadCount(int) - Method in class org.gradle.StartParameter
Specifies the number of parallel threads to use for build execution.
setPassword(String) - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
Sets the password to use when authenticating to this repository.
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
 
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
 
setProfile(boolean) - Method in class org.gradle.StartParameter
Specifies if a profile report should be generated.
setProjectCacheDir(File) - Method in class org.gradle.StartParameter
Sets the project's cache location.
setProjectDir(File) - Method in interface org.gradle.api.initialization.ProjectDescriptor
Sets the project directory of this project.
setProjectDir(Object) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the “root” directory of the build.
setProjectDir(File) - Method in class org.gradle.StartParameter
Sets the project directory to use to select the default project.
setProjectProperties(Map<String, String>) - Method in class org.gradle.StartParameter
 
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.
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.
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.PublishToMavenRepository
Sets the publication to be published.
setPublishedCode(File) - Method in class org.gradle.api.tasks.scala.IncrementalCompileOptions
Sets the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.
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
Specifies whether the build scripts should be recompiled.
setRefreshDependencies(boolean) - Method in class org.gradle.StartParameter
Specifies whether the dependencies should be refreshed..
setRefreshOptions(RefreshOptions) - Method in class org.gradle.StartParameter
setRelativePath(RelativePath) - Method in interface org.gradle.api.file.FileCopyDetails
Sets the destination path of this file.
setReload(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Sets the reload mode, which is either "automatic" or "manual".
setRenderer(DependencyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Set the renderer to use to build a report.
setRenderer(PropertyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
 
setRenderer(TaskReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
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.
setReportsDirName(String) - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
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.
setRequestLog(RequestLog) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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
 
setResourcesDir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Sets the output directory for resources
setResourcesDir(File) - Method in interface org.gradle.language.jvm.ClassDirectoryBinary
 
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
 
setRhinoOptions(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
setRoleName(String) - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
 
setRuntimeClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
Sets the classpath used to execute this source.
setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setScalaDocOptions(ScalaDocOptions) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setScanForTestClasses(boolean) - Method in class org.gradle.api.tasks.testing.Test
 
setScanIntervalSeconds(int) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Sets the interval in seconds between scanning the web app for file changes.
setScannerListeners(List<Scanner.Listener>) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setScanTargetPatterns(ScanTargetPattern[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setScanTargets(File[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setScript(Object) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
setScriptArgs(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
setScriptFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setSearchUpwards(boolean) - Method in class org.gradle.StartParameter
 
setSecurityRoles(Set<? extends EarSecurityRole>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setSerialWarn(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setServer(JettyPluginServer) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setSettingsFile(File) - Method in class org.gradle.StartParameter
Sets the settings file to use for the build.
setShouldRunAfter(Iterable<?>) - Method in interface org.gradle.api.Task
Specifies the set of tasks that this task should run after.
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.
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.
setShowStandardStreams(boolean) - Method in interface org.gradle.api.tasks.testing.TestLogging
Deprecated.
Whether to show eagerly the standard stream events.
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.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 interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
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.plugins.ide.eclipse.model.Jdt
Sets the source compatibility for the compiler.
setSourceNames(List<String>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setSourceNames(List<String>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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.
setStacktrace(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Deprecated.
No replacement
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.
setStandardError(OutputStream) - Method in interface org.gradle.tooling.BuildLauncher
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.
setStandardError(OutputStream) - Method in interface org.gradle.tooling.ModelBuilder
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardInput(InputStream) - Method in class org.gradle.api.tasks.Exec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - Method in class org.gradle.api.tasks.JavaExec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - Method in interface org.gradle.process.BaseExecSpec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - Method in interface org.gradle.tooling.BuildLauncher
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.
setStandardInput(InputStream) - Method in interface org.gradle.tooling.ModelBuilder
Sets the InputStream that will be used as standard input for this operation.
setStandardOutput(OutputStream) - Method in class org.gradle.api.tasks.Exec
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - Method in class org.gradle.api.tasks.JavaExec
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - Method in interface org.gradle.process.BaseExecSpec
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.BuildLauncher
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.
setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.ModelBuilder
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.
setStatus(String) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Sets the status of the component.
setStatus(Object) - Method in interface org.gradle.api.Project
Sets the status of this project.
setStatus(String) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptor
Sets the status for this publication.
setStatusScheme(List<String>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Sets the status scheme of the component.
setStopKey(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setStopKey(String) - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
setStopKey(String) - Method in class org.gradle.api.plugins.jetty.JettyStop
Sets key to provide when stopping jetty.
setStopPort(Integer) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setStopPort(Integer) - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
setStopPort(Integer) - Method in class org.gradle.api.plugins.jetty.JettyStop
Sets the TCP port to use to send stop command.
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.
setStylesheetFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setSymbolicName(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
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.
setTargetCompatibility(String) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the target JVM to generate the .class files for.
setTargetCompatibility(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
setTargetCompatibility(JavaVersion) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
Sets the target compatibility for the compiler.
setTaskNames(Iterable<String>) - Method in class org.gradle.StartParameter
Sets the tasks 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.
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.
setTestClassesDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the compiled test sources.
setTestNameIncludePattern(String) - Method in class org.gradle.api.tasks.testing.Test
Sets the test name patterns to be included in execution.
setTestReport(boolean) - Method in class org.gradle.api.tasks.testing.Test
Deprecated.
Replaced by getReports().getHtml().setEnabled()
setTestReportDir(File) - Method in class org.gradle.api.tasks.testing.Test
Deprecated.
Replaced by getReports().getHtml().setDestination()
setTestResultDirs(Iterable<File>) - Method in class org.gradle.api.tasks.testing.TestReport
Sets the binary test results to use to include in the report.
setTestResultsDir(File) - Method in class org.gradle.api.tasks.testing.Test
Deprecated.
Replaced by getReports().getJunitXml().setDestination()
setTestSrcDirs(List<File>) - Method in class org.gradle.api.tasks.testing.Test
 
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(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.
settingsEvaluated(Settings) - Method in class org.gradle.BuildLogger
 
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
 
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
 
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.publish.ivy.IvyArtifact
Sets the type used to publish the artifact file.
setUnchecked(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setUniqueVersion(boolean) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Sets whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
setUploadDescriptor(boolean) - Method in class org.gradle.api.tasks.Upload
 
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.
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
 
setUseAnt(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Deprecated.
No replacement
setUseAnt(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Deprecated.
No replacement
setUseAnt(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setUseCache(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to cache dependency information.
setUseCompileDaemon(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setUseDepend(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to use the Ant <depend> task.
setUsername(String) - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
Sets the user name to use when authenticating to this repository.
setUserRealms(UserRealm[]) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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(T) - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
setVendor(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
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(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
A convenient method for setting a Bundle-Version instruction.
setVersion(Object) - Method in interface org.gradle.api.Project
Sets the version of this project.
setVersion(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
Sets the version for this publication.
setVersion(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setVersion(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setVersion(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
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.
setWarn(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for warn level.
setWarnings(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to log warning messages.
setWarnOnRmiStubs(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to warn on RMI stubs without source.
setWebApp(File) - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
setWebAppConfig(JettyPluginWebAppContext) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setWebAppSourceDirectory(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setWebDefaultXml(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setWebXml(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setWindowsSdkDir(Object) - Method in interface org.gradle.nativebinaries.toolchain.VisualCpp
The directory where Windows SDK is installed.
setWindowTitle(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the browser window title for the documentation.
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
Whether or not FindBugs should generate XML augmented with human-readable messages.
setWorkingDir(Object) - Method in class org.gradle.api.tasks.Exec
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.
setZincClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
SharedLibraryBinary - Interface in org.gradle.nativebinaries
A Library that has been compiled and linked as a shared library.
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
 
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
 
SingleFileReport - Interface in org.gradle.api.reporting
A report that is a single file.
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.
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.
source(SourceDirectorySet) - Method in interface org.gradle.api.file.SourceDirectorySet
Adds the given source to this set.
source(Object...) - Method in class org.gradle.api.tasks.SourceTask
Adds some source to this task.
source(Object...) - Method in interface org.gradle.api.tasks.TaskInputs
Registers some source files for this task.
source(Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers some source files for 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 SourceDirectorySet>) - Method in interface org.gradle.language.base.LanguageSourceSet
Configure the sources
source(Object) - Method in interface org.gradle.nativebinaries.NativeBinary
Adds one or more LanguageSourceSets that are used to compile this binary.
source(Object) - Method in interface org.gradle.nativebinaries.NativeComponent
Adds one or more LanguageSourceSets that are used to compile this binary.
source(Object) - Method in interface org.gradle.nativebinaries.tasks.BuildBinaryTask
Adds a set of object files to be combined into the file binary.
sourceBuild(Action<GradleBuildInvocationSpec>) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the source build.
sourceDir(Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers a source directory for this task.
SourceDirectory - Interface in org.gradle.tooling.model
Represents a source directory.
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.
sourceNames(String...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
sourceNames(String...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
SourceSet - Interface in org.gradle.api.tasks
A SourceSet represents a logical group of Java source and resources.
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.
SourceTask - Class in org.gradle.api.tasks
A SourceTask performs some operation on source files.
SourceTask() - Constructor for class org.gradle.api.tasks.SourceTask
 
Spec<T> - Interface in org.gradle.api.specs
Represents some predicate against objects of type T.
Specs - Class in org.gradle.api.specs
Provides a number of Spec implementations.
Specs() - Constructor for class org.gradle.api.specs.Specs
 
splitIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
splitIndex() - 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
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
 
StandardOutputListener - Interface in org.gradle.api.logging
A StandardOutputListener receives text written by Gradle's logging system to standard output or error.
start() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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
 
startConsoleScanner() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Run a thread that monitors the console input to detect ENTER hits.
startJetty() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
startJettyInternal() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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.
StaticLibraryBinary - Interface in org.gradle.nativebinaries
A Library that has been compiled and archived into a static library.
statusChanged(ProgressEvent) - Method in interface org.gradle.tooling.ProgressListener
Called when the progress status changes.
stop() - Method in class org.gradle.api.plugins.jetty.JettyStop
 
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
 
stopExecutionIfEmpty() - Method in interface org.gradle.api.file.FileCollection
Throws a StopExecutionException if this collection is empty.
stopVisiting() - Method in interface org.gradle.api.file.FileVisitDetails
Requests that file visiting terminate after the current file.
store(Properties) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
 
stylesheetFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
subprojects(Action<? super Project>) - Method in interface org.gradle.api.Project
Configures the sub-projects of this project
subprojects(Closure) - Method in interface org.gradle.api.Project
Configures the sub-projects of this project.
supportsPlatform(Platform) - Method in interface org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration
Matches the platform that this configuration supports.
Sync - Class in org.gradle.api.tasks
Synchronises the contents of a destination directory with some source directories and files.
Sync() - Constructor for class org.gradle.api.tasks.Sync
 
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(List<File>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
tagletPath(File...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
taglets(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
taglets(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
tags(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
tags(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
 
targetBuild(Action<GradleBuildInvocationSpec>) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the target build.
TargetJdk - Enum in org.gradle.api.plugins.quality
Represents the PMD targetjdk property available for PMD < 5.0
TargetPlatformConfiguration - Interface in org.gradle.nativebinaries.toolchain
Configuration to add support for a target platform to a PlatformConfigurableToolChain.
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.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(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.Namer - Class in org.gradle.api
A Namer namer for tasks that returns Task.getName().
Task.Namer() - Constructor for class org.gradle.api.Task.Namer
 
TASK_ACTION - Static variable in interface org.gradle.api.Task
 
TASK_DEPENDS_ON - Static variable in interface org.gradle.api.Task
 
TASK_DESCRIPTION - Static variable in interface org.gradle.api.Task
 
TASK_GROUP - Static variable in interface org.gradle.api.Task
 
TASK_NAME - Static variable in interface org.gradle.api.Task
 
TASK_OVERWRITE - Static variable in interface org.gradle.api.Task
 
TASK_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
TASK_TYPE - Static variable in interface org.gradle.api.Task
 
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 TaskWorkListener 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.
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.
TaskExecutionLogger - Class in org.gradle
A listener which logs the execution of tasks.
TaskExecutionLogger(ProgressLoggerFactory, LoggerProvider) - Constructor for class org.gradle.TaskExecutionLogger
 
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
 
TaskOutputs - Interface in org.gradle.api.tasks
A TaskOutputs represents the outputs of 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
 
TaskState - Interface in org.gradle.api.tasks
TaskState provides information about the execution state of a Task.
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
 
TEST - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
Test - Class in org.gradle.api.tasks.testing
Executes JUnit (3.8.x or 4.x) or TestNG tests.
Test(ListenerManager, StyledTextOutputFactory, FileResolver, Factory<WorkerProcessBuilder>, ActorFactory, Instantiator, ProgressLoggerFactory) - Constructor for class org.gradle.api.tasks.testing.Test
 
TEST_CLASSES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
TEST_COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
TEST_COMPILE_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 
TEST_RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
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
 
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.
TestFilter - Interface in org.gradle.api.tasks.testing
Allows filtering tests for 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
 
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 - Interface in org.gradle.api.tasks.testing.logging
Options that determine which test events get logged, and at which detail.
testLogging(Closure) - Method in class org.gradle.api.tasks.testing.Test
Allows configuring the logging of the test execution, for example log eagerly the standard output, etc.
TestLogging - Interface in org.gradle.api.tasks.testing
Deprecated.
use TestLogging instead
TestLoggingContainer - Interface in org.gradle.api.tasks.testing.logging
Container for all test logging related options.
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
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.
TestStackTraceFilter - Enum in org.gradle.api.tasks.testing.logging
Stack trace filters for test logging.
TestTaskReports - Interface in org.gradle.api.tasks.testing
The reports produced by the Test task.
to(Object...) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Specifies some target objects to be configured.
toJavaValue(Object) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
toMap(Scriptable) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
Tool - Interface in org.gradle.nativebinaries
Configuration of the arguments of a ToolChain executable.
ToolChain - Interface in org.gradle.nativebinaries
A set of compilers and linkers that are used together to construct a native binary.
ToolChainRegistry - Interface in org.gradle.nativebinaries
A container for ToolChains.
ToolingModelBuilder - Interface in org.gradle.tooling.provider.model
Responsible for building tooling models.
ToolingModelBuilderRegistry - Interface in org.gradle.tooling.provider.model
A registry of tooling model builders.
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.external.javadoc.JavadocOfflineLink
 
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(I) - Method in interface org.gradle.api.Transformer
Transforms the given object, and returns the transformed value.
Transformer<R,I> - Interface in org.gradle.api
A Transformer transforms objects of type.

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
 
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
 
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(String) - Constructor for exception org.gradle.tooling.provider.model.UnknownModelException
 
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.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
 
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
 
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
 
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
 
Upload - Class in org.gradle.api.tasks
Uploads the artifacts of a Configuration to a set of repositories.
Upload(ArtifactPublicationServices) - Constructor for class org.gradle.api.tasks.Upload
 
upload() - Method in class org.gradle.api.tasks.Upload
 
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 the outputs of this task are up-to-date.
upToDateWhen(Spec<? super Task>) - Method in interface org.gradle.api.tasks.TaskOutputs
Adds a predicate to determine whether the outputs of this task are up-to-date.
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.
use(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
use() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
useCachedResult() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
States that the cached value should be used regardless of age.
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.
useEmptySettingsScript() - Method in class org.gradle.StartParameter
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.
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.
useLogger(Object) - Method in interface org.gradle.api.invocation.Gradle
Uses the given object as a logger.
useLogger(Object) - Method in class org.gradle.GradleLauncher
Deprecated.
Use the given listener.
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()).
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.
useVersion(String) - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
Allows to override the version when the dependency DependencyResolveDetails.getRequested() is resolved.

V

validateConfiguration() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
validateConfiguration() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
validateConfiguration() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
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.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.JavaVersion
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.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.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.PathBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.CacheUsage
Deprecated.
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.RefreshOptions.Option
Deprecated.
Returns the enum constant of this type with the specified name.
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.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.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.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.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.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.PathBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.CacheUsage
Deprecated.
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.RefreshOptions.Option
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
verbose() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
verbose() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
VERIFICATION_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
VerificationTask - Interface in org.gradle.api.tasks
A VerificationTask is a task which performs some verification of the artifacts produced by a build.
version(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
version() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
visit(FileVisitor) - Method in interface org.gradle.api.file.FileTree
Visits the files and directories in this file tree.
visit(Closure) - 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.nativebinaries.toolchain
The Visual C++ tool chain.

W

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.
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() - Constructor for class org.gradle.api.plugins.WarPlugin
 
WEB_APP_GROUP - Static variable in class org.gradle.api.plugins.WarPlugin
 
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.
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.
whenObjectAdded(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Adds a closure to be called when an object is added to 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.
whenObjectRemoved(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Adds a closure to be called when an object is removed from 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.
whenPluginAdded(Closure) - Method in interface org.gradle.api.plugins.PluginCollection
Adds a closure to be called 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.
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.
whenTaskAdded(Closure) - Method in interface org.gradle.api.tasks.TaskCollection
Adds a closure to be called when a task is added to this collection.
WindowsResourceSet - Interface in org.gradle.language.rc
A set of Windows Resource definition files.
windowTitle(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
windowTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
with(CopySpec...) - Method in interface org.gradle.api.file.CopySpec
Adds the given specs as a child of this spec.
with(CopySpec...) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds the given specs as a child of this spec.
withArguments(Closure) - Method in interface org.gradle.nativebinaries.toolchain.GccTool
Adds an action that will be applied to the command-line arguments prior to execution.
withArguments(String...) - Method in interface org.gradle.tooling.BuildLauncher
Specify the command line build arguments.
withArguments(String...) - Method in interface org.gradle.tooling.LongRunningOperation
Specify the command line build arguments.
withArguments(String...) - Method in interface org.gradle.tooling.ModelBuilder
Specify the command line build arguments.
withName(String) - Method in class org.gradle.testfixtures.ProjectBuilder
Specifies the name for the project
withParent(Project) - Method in class org.gradle.testfixtures.ProjectBuilder
Specifies the parent project.
withProjectDir(File) - Method in class org.gradle.testfixtures.ProjectBuilder
Specifies the project directory for the project to build.
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>, 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>, Closure) - 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.
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(Action<XmlProvider>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds an action to be called when the POM XML has been created.
withXml(Action<? super XmlProvider>) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptor
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(Closure) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Adds a closure to be called when the XML document has been created.
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.
workingDir(Object) - Method in class org.gradle.api.tasks.Exec
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.
WorkResult - Interface in org.gradle.api.tasks
Provides information about some work which was performed.
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.PathBase - Enum in org.gradle.api.tasks.wrapper
Specifies how the wrapper path should be interpreted.
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
 
writeFile(String, File, String) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
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(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(Writer) - Method in interface org.gradle.api.java.archives.Manifest
Writes the manifest into a writer.
writeTo(Object) - Method in interface org.gradle.api.java.archives.Manifest
Writes the manifest into a file.
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.plugins.ear.descriptor.DeploymentDescriptor
Writes the deployment descriptor into a file.

X

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

Zip - Class in org.gradle.api.tasks.bundling
Assembles a ZIP archive.
Zip() - Constructor for class org.gradle.api.tasks.bundling.Zip
 
Zip.ZipCopyActionImpl - Class in org.gradle.api.tasks.bundling
Deprecated.
Zip.ZipCopyActionImpl() - Constructor for class org.gradle.api.tasks.bundling.Zip.ZipCopyActionImpl
Deprecated.
 
ZIP_EXTENSION - Static variable in class org.gradle.api.tasks.bundling.Zip
 
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