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

absolutePath(String) - Method in interface org.gradle.api.Project
Deprecated. Use Project.absoluteProjectPath(String) instead.
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
 
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.
add(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
Adds a configuration with the given name.
add(String, Closure) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
Adds a configuration with the given name.
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(Object) - Method in interface org.gradle.api.artifacts.ResolverContainer
Adds a resolver to this container, at the end of the resolver sequence.
add(Object, Closure) - Method in interface org.gradle.api.artifacts.ResolverContainer
Adds a resolver to this container, at the end of the resolver sequence.
add(FileCollection) - Method in interface org.gradle.api.file.FileCollection
Adds another collection to this collection.
add(String) - Method in interface org.gradle.api.tasks.SourceSetContainer
Adds a source set with the given name.
add(String, Closure) - Method in interface org.gradle.api.tasks.SourceSetContainer
Adds a source set with the given name.
add(Map<String, ?>) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task and adds it to this container.
add(Map<String, ?>, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task adds it to this container.
add(String, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name adds it to this container.
add(String) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name and adds it to this container.
add(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.
addAfter(Object, String) - Method in interface org.gradle.api.artifacts.ResolverContainer
Adds a resolver to this container, after the given resolver.
addAfter(Object, String, Closure) - Method in interface org.gradle.api.artifacts.ResolverContainer
Adds a resolver to this container, after the given resolver.
addArtifact(PublishArtifact) - Method in interface org.gradle.api.artifacts.Configuration
Adds an artifact to be published to this configuration.
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.ResolverContainer
Adds a resolver to this container, before the given resolver.
addBefore(Object, String, Closure) - Method in interface org.gradle.api.artifacts.ResolverContainer
Adds a resolver to this container, before the given resolver.
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.
addDependency(Dependency) - Method in interface org.gradle.api.artifacts.Configuration
Adds a dependency to this configuration.
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(Object) - Method in interface org.gradle.api.artifacts.ResolverContainer
Adds a resolver to this container, at the start of the resolver sequence.
addFirst(Object, Closure) - Method in interface org.gradle.api.artifacts.ResolverContainer
Adds a resolver to this container, at the start of the resolver sequence.
addInitScript(File) - Method in class org.gradle.StartParameter
Adds the given file to the list of init scripts that are run before the build starts.
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
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
 
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.NamedDomainObjectContainer
Adds a rule to this container.
addRule(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectContainer
Adds a rule to this container.
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
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
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.
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.
addToNode(Node) - Method in interface org.gradle.plugins.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.
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 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.
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 a test is finished.
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.
allObjects(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
Deprecated. Use DomainObjectCollection.all(Action) instead.
allObjects(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Deprecated. Use DomainObjectCollection.all(groovy.lang.Closure) instead.
allPlugins(Action<? super T>) - Method in interface org.gradle.api.plugins.PluginCollection
Deprecated. Use DomainObjectCollection.all(org.gradle.api.Action) instead.
allPlugins(Closure) - Method in interface org.gradle.api.plugins.PluginCollection
Deprecated. Use DomainObjectCollection.all(groovy.lang.Closure) instead.
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.
allTasks(Action<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
Deprecated. Use DomainObjectCollection.all(org.gradle.api.Action) instead.
allTasks(Closure) - Method in interface org.gradle.api.tasks.TaskCollection
Deprecated. Use DomainObjectCollection.all(groovy.lang.Closure) instead.
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() - 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.eclipse.model.ClasspathEntry
 
apply(T) - Method in interface org.gradle.api.Plugin
Apply this plugin to the given target object.
apply(Project) - Method in class org.gradle.api.plugins.antlr.AntlrPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.GroovyBasePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.GroovyPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.JavaBasePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.JavaPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.MavenPlugin
 
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(Project) - 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(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.
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
 
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(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.
ArtifactHandler - Interface in org.gradle.api.artifacts.dsl
This class is for creating publish artifacts and adding them to configurations.
artifacts(Closure) - Method in interface org.gradle.api.Project
Configures the published artifacts for this project.
asElement() - Method in interface org.gradle.api.artifacts.maven.XmlProvider
Returns the XML document as a DOM Element.
asNode() - Method in interface org.gradle.api.artifacts.maven.XmlProvider
Returns the XML document as a Groovy Node.
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.artifacts.maven.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.
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.
beforeActions(Task) - Method in interface org.gradle.api.execution.TaskActionListener
This method is called immediately before the task starts performing its actions.
beforeConfigured(Closure) - Method in class org.gradle.api.tasks.GeneratorTask
Adds a closure to be called before the domain object is configured by this task.
beforeConfigured(Action<? super T>) - Method in class org.gradle.api.tasks.GeneratorTask
Adds an action to be called before the domain object is configured by this task.
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 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.
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 a test is started.
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
 
build() - Method in class org.gradle.testfixtures.ProjectBuilder
Creates the project.
BUILD_DEPENDENTS_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
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.
BuildAdapter - Class in org.gradle
A BuildListener adapter class for receiving build events.
BuildAdapter() - Constructor for class org.gradle.BuildAdapter
 
builder() - Static method in class org.gradle.testfixtures.ProjectBuilder
Creates a project builder.
BuildExceptionReporter - Class in org.gradle
A BuildListener which reports the build exception, if any.
BuildExceptionReporter(StyledTextOutputFactory, StartParameter, 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
 
BuildListener - Interface in org.gradle
A BuildListener is notified of the major lifecycle events as a GradleLauncher instance executes a build.
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
 
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.

C

CacheUsage - Enum in org.gradle
CacheUsage specifies how compiled scripts should be cached.
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.
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.Project
Deprecated. Use the LoggingManager returned by Project.getLogging() instead
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.Script
Deprecated. Use the LoggingManager returned by Script.getLogging() instead
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.Task
Deprecated. Use the LoggingManager returned by Task.getLogging() instead.
charSet(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
check() - Method in class org.gradle.api.plugins.quality.Checkstyle
 
check() - Method in class org.gradle.api.plugins.quality.CodeNarc
 
CHECK_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
Checkstyle - Class in org.gradle.api.plugins.quality
Runs Checkstyle against some source files.
Checkstyle() - Constructor for class org.gradle.api.plugins.quality.Checkstyle
 
childrenDependOnMe() - Method in interface org.gradle.api.Project
Declares that all child projects of this project have an execution dependency on this project.
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
 
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(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.
ClasspathEntry - Interface in org.gradle.plugins.eclipse.model
Represents an entry in the Eclipse classpath.
clean() - Method in class org.gradle.api.tasks.Delete
 
CLIENT_MODULE_KEY - Static variable in interface org.gradle.api.artifacts.ClientModule
 
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.
CodeNarc - Class in org.gradle.api.plugins.quality
Runs CodeNarc against some source files.
CodeNarc() - Constructor for class org.gradle.api.plugins.quality.CodeNarc
 
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.
CommandLineArgumentException - Exception in org.gradle
A CommandLineArgumentException is thrown when command-line arguments cannot be parsed.
CommandLineArgumentException(String) - Constructor for exception org.gradle.CommandLineArgumentException
 
CommandLineArgumentException(String, Throwable) - Constructor for exception org.gradle.CommandLineArgumentException
 
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
Compiles Java source files.
Compile() - Constructor for class org.gradle.api.tasks.compile.Compile
 
compile() - Method in class org.gradle.api.tasks.compile.Compile
 
compile() - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
compile() - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
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.
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.
Configuration - Interface in org.gradle.api.artifacts
A Configuration represents a group of artifacts and their dependencies.
Configuration.State - Enum in org.gradle.api.artifacts
The states a configuration can be into.
ConfigurationContainer - Interface in org.gradle.api.artifacts
A ConfigurationContainer is responsible for managing a set of Configuration instances.
configurations(Closure) - Method in interface org.gradle.api.Project
Configures the dependency configurations for this project.
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.api.tasks.XmlGeneratorTask
 
configureConfigurations(ConfigurationContainer) - Method in class org.gradle.api.plugins.WarPlugin
 
configureForSourceSet(SourceSet, AbstractCompile) - Method in class org.gradle.api.plugins.JavaBasePlugin
 
configureRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
configureRootSpec() - Method in class org.gradle.api.tasks.Copy
 
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
 
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<? extends 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.
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.
ConventionValue - Interface in org.gradle.api.tasks
A ConventionValue can be assigned to a IConventionAware task.
convertClosureToSpec(Closure) - Static method in class org.gradle.api.specs.Specs
 
copy() - Method in interface org.gradle.api.artifacts.ClientModule
Creates and returns a new dependency with the property values of this one.
copy() - Method in interface org.gradle.api.artifacts.Configuration
Creates a copy of this configuration that only contains the dependencies directly in this configuration (without contributions from superconfigurations).
copy(Spec<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 dependencySpec.
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
 
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<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
 
create(String) - Method in interface org.gradle.api.NamedDomainObjectFactory
Creates a new object with the given name.
create() - Method in class org.gradle.api.tasks.XmlGeneratorTask
 
createAntBuilder() - Method in interface org.gradle.api.Project
Creates an additional AntBuilder for this project.
createRepositoryHandler() - Method in interface org.gradle.api.Project
Creates a new repository handler.
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
Returns a StartParameter object out of command line syntax arguments.
createTask(String) - Method in interface org.gradle.api.Project
Deprecated. You should use Project.task(String) instead.
createTask(String, Action<? super Task>) - Method in interface org.gradle.api.Project
Deprecated. You should use Project.task(java.util.Map, String) instead.
createTask(Map<String, ?>, String) - Method in interface org.gradle.api.Project
Deprecated. You should use Project.task(java.util.Map, String) instead.
createTask(Map<String, ?>, String, Action<? super Task>) - Method in interface org.gradle.api.Project
Deprecated. You should use Project.task(java.util.Map, String) instead.
createTask(String, Closure) - Method in interface org.gradle.api.Project
Deprecated. You should use Project.task(java.util.Map, String) instead.
createTask(Map<String, ?>, String, Closure) - Method in interface org.gradle.api.Project
Deprecated. You should use Project.task(java.util.Map, String) instead.

D

DEFAULT_ARCHIVE_CLASSIFIER - Static variable in class org.gradle.api.tasks.wrapper.Wrapper
 
DEFAULT_ARCHIVE_NAME - Static variable in class org.gradle.api.tasks.wrapper.Wrapper
 
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.ResolverContainer
 
DEFAULT_CACHE_DIR_NAME - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
DEFAULT_CACHE_IVY_PATTERN - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
DEFAULT_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.Dependency
 
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_MAVEN_CENTRAL_REPO_NAME - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
DEFAULT_MAVEN_DEPLOYER_NAME - Static variable in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
DEFAULT_MAVEN_INSTALLER_NAME - Static variable in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
DEFAULT_MAVEN_LOCAL_REPO_NAME - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
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_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.
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.
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 - Interface in org.gradle.plugins.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 artifact dependencies.
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
 
DependencySpecs - Class in org.gradle.api.artifacts.specs
Various Spec implementations for selecting Dependency instances.
DependencySpecs() - Constructor for class org.gradle.api.artifacts.specs.DependencySpecs
 
dependsOn(String) - Method in interface org.gradle.api.Project
Declares that this project has an execution dependency on the project with the given path.
dependsOn(String, boolean) - Method in interface org.gradle.api.Project
Declares that this project has an execution dependency on the project with the given path.
dependsOn(Object...) - Method in interface org.gradle.api.Task
Adds the given dependencies to this task.
dependsOnChildren() - Method in interface org.gradle.api.Project
Declares that this project have an execution dependency on each of its child projects.
dependsOnChildren(boolean) - Method in interface org.gradle.api.Project
Declares that this project have an execution dependency on each of its child projects.
dependsOnTaskDidWork() - Method in interface org.gradle.api.Task
Checks if any of the tasks that this task depends on didWork.
depthCompare(Project) - Method in interface org.gradle.api.Project
Compares the nesting level of this project with another project of the multi-project hierarchy.
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.
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.
disableStandardOutputCapture() - Method in interface org.gradle.api.logging.LoggingManager
Deprecated. 
disableStandardOutputCapture() - Method in interface org.gradle.api.Project
Deprecated. 
disableStandardOutputCapture() - Method in interface org.gradle.api.Script
Deprecated. 
disableStandardOutputCapture() - Method in interface org.gradle.api.Task
Deprecated. 
disableTestReport() - Method in class org.gradle.api.tasks.testing.Test
 
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
 
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.
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.
DomainObjectCollection<T> - Interface in org.gradle.api
A DomainObjectCollection represents a read-only set of domain objects of type T.
DomainObjectSet<T> - Interface in org.gradle.tooling.model
A set of domain objects of type T.

E

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 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 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 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.
EclipseProject - Interface in org.gradle.tooling.model.eclipse
An Eclipse-centric view of a Gradle 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.
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
 
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.
equals(Object) - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
 
equals(Object) - Method in class org.gradle.api.artifacts.PublishInstruction
 
equals(Object) - Method in class org.gradle.api.file.RelativePath
 
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.StartParameter
 
evaluationDependsOn(String) - Method in interface org.gradle.api.Project
Declares that this project has an evaulation dependency on the project with the given path.
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. This method may be called multiple times to append new patterns and multiple patterns may be specified in a single call. If excludes are not provided, then no files will be excluded. If excludes are provided, then files must not match any exclude pattern to be processed.
exclude(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an ANT style exclude pattern. This method may be called multiple times to append new patterns and multiple patterns may be specified in a single call. If excludes are not provided, then no files will be excluded. If excludes are provided, then files must not match any exclude pattern to be processed.
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec. This method may be called multiple times to append new specs. If excludes are not provided, then no files will be excluded. If excludes are provided, then files must not match any exclude pattern to be processed.
exclude(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec. This method may be called multiple times to append new specs.The given closure is passed a FileTreeElement as its parameter. If excludes are not provided, then no files will be excluded. If excludes are provided, then files must not match any exclude pattern to be processed.
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
 
exclude(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
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.
excludeDocFilesSubDir(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
excludeDocFilesSubDir(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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.
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
 
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(Object) - Method in interface org.gradle.process.ProcessForkOptions
Sets the name of the executable to use.
execute(T) - Method in interface org.gradle.api.Action
Performs this action against the given object.
executeAntTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
 
executeTests() - Method in class org.gradle.api.tasks.testing.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.

extDirs(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
extDirs(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
extendsFrom(Configuration...) - Method in interface org.gradle.api.artifacts.Configuration
Adds the given configurations to the set of configuration which this configuration extends from.
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.

F

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(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<Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration lazyly.
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 lazyly.
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.
files(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
files(Spec<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.
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(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
Creates a new ConfigurableFileTree using the provided closure.
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
Creates a new ConfigurableFileTree using the provided closure.
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
Returns a filter added with PomFilterContainer.addFilter(String, org.gradle.api.artifacts.maven.PublishFilter).
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.
filterIterable(Iterable<? extends T>, Spec<? super T>) - Static method in class org.gradle.api.specs.Specs
 
findAll(Spec<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
Returns the objects in this collection which meet the given specification.
findByName(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
Locates an object by name, returning null if there is no such object.
findByPath(String) - Method in interface org.gradle.api.tasks.TaskContainer
Locates a task by path.
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.
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
 
FLAT_DIR_RESOLVER_PATTERN - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
flatDir(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a resolver that looks into a number of directories for artifacts.
footer(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
forProjectDirectory(File) - Method in class org.gradle.tooling.GradleConnector
Specifies the working directory to use.
from(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
Adds a set of files 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(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.
fromString(String) - Static method in enum org.gradle.CacheUsage
 

G

generate() - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
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
 
generator - Variable in class org.gradle.api.tasks.GeneratorTask
 
GeneratorTask<T> - Class in org.gradle.api.tasks
A GeneratorTask generates a configuration file based on a domain object of type T.
GeneratorTask() - Constructor for class org.gradle.api.tasks.GeneratorTask
 
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
 
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.api.DomainObjectCollection
Returns the objects in this collection.
getAll() - Method in interface org.gradle.tooling.model.DomainObjectSet
Returns the elements of this set as a list, in iteration order of this set.
getAllAntlr() - Method in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
All Antlr source for this source set.
getAllArtifactFiles() - Method in interface org.gradle.api.artifacts.Configuration
Returns the artifacts of this configuration as a FileCollection, including artifacts of extended configurations.
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 a union of the module and parent artifacts of this dependency and its children.
getAllDependencies() - Method in interface org.gradle.api.artifacts.Configuration
Gets the complete set of dependencies including those contributed by superconfigurations.
getAllDependencies(Class<T>) - Method in interface org.gradle.api.artifacts.Configuration
Gets the set of dependencies of type T for this configuration including those contributed by superconfigurations.
getAllGroovy() - Method in interface org.gradle.api.tasks.GroovySourceSet
All Groovy source for this source set.
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.
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.
getAntScalaDoc() - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
getApiDocTitle() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
Returns the title for API documentation for the project.
getAppendix() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the appendix part of the archive name, if any.
getArchiveBase() - Method in class org.gradle.api.tasks.wrapper.Wrapper
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
getArchiveClassifier() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
getArchiveName() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the archive name.
getArchiveName() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
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.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.
getArtifactId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the artifact id for this POM.
getArtifacts() - Method in interface org.gradle.api.artifacts.Configuration
Returns the artifacts of this configuration excluding the artifacts of extended configurations.
getArtifacts() - Method in interface org.gradle.api.artifacts.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 a union of the module and 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 class org.gradle.api.tasks.Upload
Returns the artifacts which will be uploaded.
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.
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.
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.artifacts.ResolverContainer
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 of this set at the given index in iteration order of this set.
getAttributes() - Method in interface org.gradle.api.java.archives.Manifest
Returns the main attributes of the manifest.
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 class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the base name of the archive.
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.
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
Evaluates the settings and all the projects.
getBuildAndRunAnalysis() - Method in class org.gradle.GradleLauncher
Evaluates the settings and all the projects.
getBuildArtifacts() - Method in interface org.gradle.api.artifacts.Configuration
Returns a TaskDependency object containing all required dependencies to build the artifacts belonging to this configuration or to one of its super configurations.
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.
getBuildDirName() - Method in interface org.gradle.api.Project
Deprecated. 
getBuildExecuter() - Method in class org.gradle.StartParameter
Returns the BuildExecuter to use for the build.
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.
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.
getBuildScriptSource() - Method in class org.gradle.StartParameter
Returns the ScriptSource to use for the build file for this build.
getBuiltBy() - Method in interface org.gradle.api.file.ConfigurableFileCollection
Returns the set of tasks which build the files of this collection.
getBuiltBy() - Method in interface org.gradle.api.file.ConfigurableFileTree
Returns the set of tasks which build the files of this collection.
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.artifacts.ResolverContainer
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - Method in interface org.gradle.api.artifacts.ResolverContainer
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, 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.
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.
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 projects of this project.
getChildren() - Method in interface org.gradle.tooling.model.Project
Returns the child projects of this project.
getClasses() - Method in interface org.gradle.api.tasks.SourceSet
Returns the compiled classes directory for this source set.
getClassesDir() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the classes dir.
getClassesDir() - Method in interface org.gradle.api.tasks.SourceSet
Returns the directory to assemble the compiled classes into.
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.DependencyArtifact
Returns the classifier of this dependency artifact.
getClassifier() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the classifier of this published artifact.
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.plugins.quality.Checkstyle
Returns the classpath containing the compiled classes for the source files to be inspected.
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.javadoc.Groovydoc
Returns the classpath containing the Groovy library to be used.
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 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
 
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.
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.GroovyCompile
 
getCompiler() - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
getCompileTaskName(String) - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of a compile task for this source set.
getCompression() - Method in class org.gradle.api.tasks.bundling.Tar
Returns the compression to use for this archive.
getConf2ScopeMappings() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the set of rules for how to map Gradle dependencies to Maven scopes.
getConfigFile() - Method in class org.gradle.api.plugins.quality.Checkstyle
Returns the Checkstyle configuration file to use.
getConfigFile() - Method in class org.gradle.api.plugins.quality.CodeNarc
Returns the CodeNarc configuration file to use.
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 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
 
getConnectors() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getContextPath() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the context path to use to deploy the 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.
getCopyAction() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getCopyAction() - Method in class org.gradle.api.tasks.bundling.Tar
 
getCopyAction() - Method in class org.gradle.api.tasks.bundling.Zip
 
getCopyAction() - Method in class org.gradle.api.tasks.Copy
 
getCopyAction() - Method in class org.gradle.api.tasks.Sync
 
getCurrentDir() - Method in class org.gradle.StartParameter
Returns the directory to use to select the default project, and to search for the settings file.
getDate() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the date that should be used when publishing this artifact.
getDebug() - Method in class org.gradle.api.tasks.JavaExec
Returns true if debugging is enabled for the process.
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.
getDefaultProjectSelector() - Method in class org.gradle.StartParameter
Returns the selector used to choose the default project of the build.
getDefaultResourceName() - Method in class org.gradle.plugins.eclipse.model.Jdt
 
getDefaultSource() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getDefaultSource() - Method in class org.gradle.api.tasks.SourceTask
Returns the default source for this task, if any.
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(Class<T>) - Method in interface org.gradle.api.artifacts.Configuration
Gets the set of dependencies of type T 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.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.
getDependencyCacheDir() - Method in class org.gradle.api.tasks.compile.Compile
 
getDependencyProject() - Method in interface org.gradle.api.artifacts.ProjectDependency
Returns the project associated with this project dependency.
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.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.
getDescriptorDestination() - Method in class org.gradle.api.artifacts.PublishInstruction
Returns the file destination where to create the ivy.xml file.
getDescriptorDestination() - Method in class org.gradle.api.tasks.Upload
Returns the path to generate the dependency descriptor to.
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.
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 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.
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.
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.
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.Task
Returns if this task is enabled or not.
getEncoding() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getEncoding() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getEndTime() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the time when this test completed execution.
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.
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.
getException() - Method in interface org.gradle.api.tasks.testing.TestResult
If the test failed with an exception, this will be the exception.
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
Returns the arguments of an exclude rule.
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.
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.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 generation 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.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.
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
 
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.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 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
 
getExtraScanTargets() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getFactory() - Static method in class org.gradle.GradleLauncher
 
getFailedTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the number of failed atomic tests executed for this test.
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 interface org.gradle.tooling.model.ExternalDependency
Returns the file for this dependency.
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.
getFiles(Spec<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.
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.
getFirstLevelModuleDependencies() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the ResolvedDependency instances for each direct dependency of the configuration.
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
 
getForkEvery() - Method in class org.gradle.api.tasks.testing.Test
Returns the maximum number of test classes to execute in a forked test process.
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
 
getGradleHomeDir() - Method in interface org.gradle.api.invocation.Gradle
Deprecated. No replacement
getGradleUserHomeDir() - Method in interface org.gradle.api.invocation.Gradle
Returns the Gradle user home directory.
getGradleUserHomeDir() - Method in class org.gradle.StartParameter
Returns the directory to use as the user home directory.
getGradleVersion() - Method in interface org.gradle.api.invocation.Gradle
Returns the current Gradle version.
getGradleVersion() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the gradle version for the wrapper.
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 used to locate classes referenced by the documented sources.
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.Dependency
Returns the group of this dependency.
getGroup() - Method in interface org.gradle.api.artifacts.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.
getGroupId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the group id for this POM.
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.
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
 
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.
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.
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.
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.api.tasks.GeneratorTask
The input file to load the initial configuration from.
getInputs() - Method in interface org.gradle.api.Task
Returns the inputs of this task.
getInstructions() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns all exisiting instruction.
getJarFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper jar file to.
getJarPath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
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.
getJavaCompiler() - Method in class org.gradle.api.tasks.compile.Compile
 
getJavaConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
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
 
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.
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.eclipse.model.ClasspathEntry
 
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
 
getLicense() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the license.
getLineNumber() - Method in interface org.gradle.api.LocationAwareException
Returns the line in the script where this exception occurred, if known.
getLineNumber() - Method in exception org.gradle.api.ScriptCompilationException
 
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.api.LocationAwareException
Returns a description of the location of where this exception occurred.
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.
getLogLevel() - Method in class org.gradle.StartParameter
 
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
 
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 interface org.gradle.api.artifacts.ResolverContainer
 
getMavenScopeMappings() - Method in interface org.gradle.api.artifacts.ResolverContainer
 
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
 
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.LocationAwareException
Returns the fully formatted error message, including the location.
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.ProjectConnection
Fetches a snapshot of the model for this project.
getModel(Class<T>, ResultHandler<? super T>) - Method in interface org.gradle.tooling.ProjectConnection
Fetches a snapshot of the model for this project asynchronously.
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.
getModuleVersion() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module version of the resolved dependency.
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.PublishArtifact
Returns the name of the artifact.
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.file.FileTreeElement
Returns the base name of this file.
getName() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the name of this project.
getName() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the name.
getName() - Method in interface org.gradle.api.Project
Returns the name of this project.
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.Project
Returns the name of this project.
getNoQualifiers() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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
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 the test options options.
getOptionsFile() - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
getOriginalMessage() - Method in interface org.gradle.api.LocationAwareException
Returns the undecorated message of this exception.
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 class org.gradle.api.tasks.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.
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.
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 project of this project, if any.
getParent() - Method in interface org.gradle.tooling.model.Project
Returns the parent project of this project, if any.
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.
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.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.
getPathString() - Method in class org.gradle.api.file.RelativePath
 
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.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.
getPomArtifact() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the POM for this deployment.
getPomDir() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the directory to generate Maven POMs into.
getPomDirName() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the name of the directory to generate Maven POMs into, relative to the build directory.
getPriority() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the priority.
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.
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.EclipseProject
Returns the project dependencies for this project.
getProjectDependenciesBuildInstruction() - Method in class org.gradle.StartParameter
 
getProjectDir() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the project directory of this project.
getProjectDir() - Method in interface org.gradle.api.Project
The directory containing the project build file.
getProjectDirectory() - Method in interface org.gradle.tooling.model.Project
Returns the project directory for this project.
getProjectProperties() - Method in class org.gradle.StartParameter
 
getProjects() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the set of project to generate this report for.
getProperties() - Method in class org.gradle.api.AntBuilder
Returns the properties of the Ant project.
getProperties() - Method in class org.gradle.api.plugins.quality.Checkstyle
Returns the properties available for use in the configuration file.
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.
getReferences() - Method in class org.gradle.api.AntBuilder
Returns the references of the Ant project.
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
 
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
 
getReportableCauses() - Method in interface org.gradle.api.LocationAwareException
Returns the reportable causes for this failure.
getReportFile() - Method in class org.gradle.api.plugins.quality.CodeNarc
Returns the file to write the report to.
getReportFormat() - Method in class org.gradle.api.plugins.quality.CodeNarc
Returns the format type of the CodeNarc report.
getReportsDir() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
Returns the directory containing all reports for this project.
getReportsDirName() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
Returns the name of the reports directory, relative to the project's build directory.
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 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.
getRequestLog() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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
 
getResolvers() - Method in interface org.gradle.api.artifacts.ResolverContainer
Returns the resolvers in this container, in sequence.
getResources() - Method in interface org.gradle.api.tasks.SourceSet
Returns the non-Java resources which are to be copied into the class output directory.
getResultFile() - Method in class org.gradle.api.plugins.quality.Checkstyle
Returns the file to generate the XML results to.
getResultType() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the type of result.
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.
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.
getRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
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.NamedDomainObjectContainer
Returns the rules used by this container.
getRuntimeClasspath() - Method in interface org.gradle.api.tasks.SourceSet
Returns the classpath used to execute this source.
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
 
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.
getScopeMappings() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the scope mappings used for generating this pom.
getScriptDestinationPath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
getScriptFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper script to.
getScriptSource() - Method in interface org.gradle.api.LocationAwareException
Returns the source of the script where this exception occurred.
getScriptSource() - Method in exception org.gradle.api.ScriptCompilationException
 
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).
getSegments() - Method in class org.gradle.api.file.RelativePath
 
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.
getSettingsScriptSource() - Method in class org.gradle.StartParameter
Returns the ScriptSource to use for the settings script for this build.
getShowStacktrace() - Method in class org.gradle.StartParameter
 
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
 
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.EclipseProject
Returns the source directories for this project.
getSourceFile() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the file containing the source for the script, if any.
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.
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.
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.
getStatus() - Method in interface org.gradle.api.artifacts.Module
 
getStatus() - Method in interface org.gradle.api.Project
Returns the status of this project.
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.
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.
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
 
getTags() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
Returns the Ant target to execute.
getTargetCompatibility() - Method in class org.gradle.api.tasks.compile.AbstractCompile
Returns the target JVM to generate the .class files for.
getTargetFiles() - Method in class org.gradle.api.tasks.Delete
Returns the resolved set of files which will be deleted by this task.
getTargetProject() - Method in interface org.gradle.tooling.model.eclipse.EclipseProjectDependency
Returns the target of this dependency.
getTargetProject() - Method in interface org.gradle.tooling.model.ProjectDependency
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.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.
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.
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.
getTestFramework() - Method in class org.gradle.api.tasks.testing.Test
 
getTestReportDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the root folder for the test reports.
getTestResultsDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the root folder for the test results.
getTestSrcDirs() - Method in class org.gradle.api.tasks.testing.Test
Returns the directories containing the test source.
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.
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
 
getTypeName() - Method in class org.gradle.api.artifacts.repositories.WebdavResolver
 
getUnixWrapperScriptGenerator() - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
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.
getUrl() - Method in interface org.gradle.api.artifacts.DependencyArtifact
Returns an URL under which this dependency artifact can be retrieved.
getUrl() - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
Returns the base url for the external site.
getUrlRoot() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
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
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.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.plugins.osgi.OsgiManifest
Returns the version.
getVersion() - Method in interface org.gradle.api.Project
Returns the version of this project.
getVersion() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the version part of the archive name, if any.
getWarConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
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.
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
 
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.
getXmlTransformer() - Method in class org.gradle.api.tasks.XmlGeneratorTask
 
Gradle - Interface in org.gradle.api.invocation
Represents an invocation of Gradle.
GRADLE_PROPERTIES - Static variable in interface org.gradle.api.Project
 
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() - Constructor for class org.gradle.api.tasks.GradleBuild
 
GradleConnectionException - Exception in org.gradle.tooling
Thrown when there is some problem communicating with Gradle.
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
 
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
GradleLauncher is the main entry point for embedding Gradle.
GradleLauncher() - Constructor for class org.gradle.GradleLauncher
 
GradleScriptException - Exception in org.gradle.api
A GradleScriptException is thrown when an exception occurs in the compilation or execution of a script.
GradleScriptException() - Constructor for exception org.gradle.api.GradleScriptException
 
GradleScriptException(String, Throwable) - Constructor for exception org.gradle.api.GradleScriptException
 
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
 
GroovyBasePlugin - Class in org.gradle.api.plugins
A Plugin which extends the JavaBasePlugin to provide support for compiling and documenting Groovy source files.
GroovyBasePlugin() - 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
 
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
 
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
 
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
 

H

hasError() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns whether all dependencies were successfully retrieved or not.
hashCode() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
 
hashCode() - Method in class org.gradle.api.artifacts.PublishInstruction
 
hashCode() - Method in class org.gradle.api.file.RelativePath
 
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.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
 
helpFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 

I

IllegalDependencyNotation - Exception in org.gradle.api
This exceptions is thrown, if a dependency is declared with a ilegal 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
A IllegalOperationAtExecutionTimeException is thrown if you try to trigger an operation at runtime, which is only allowed at configuration time.
IllegalOperationAtExecutionTimeException(String) - Constructor for exception org.gradle.api.IllegalOperationAtExecutionTimeException
 
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. This method may be called multiple times to append new patterns and multiple patterns may be specified in a single call. If includes are not provided, then all files in this container will be included. If includes are provided, then a file must match at least one of the include patterns to be processed.
include(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an ANT style include pattern. This method may be called multiple times to append new patterns and multiple patterns may be specified in a single call. If includes are not provided, then all files in this container will be included. If includes are provided, then a file must match at least one of the include patterns to be processed.
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an include spec. This method may be called multiple times to append new specs. If includes are not provided, then all files in this container will be included. If includes are provided, then a file must match at least one of the include patterns or specs to be included.
include(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an include spec. This method may be called multiple times to append new specs. The given closure is passed a FileTreeElement as its parameter. If includes are not provided, then all files in this container will be included. If includes are provided, then a file must match at least one of the include patterns or specs to be included.
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
 
include(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
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.
includeFlat(String[]) - Method in interface org.gradle.api.initialization.Settings
Adds the given projects to the build.
injectCustomFactory(GradleLauncherFactory) - Static method in class org.gradle.GradleLauncher
 
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.
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.
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.ResolverContainer
 
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.
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
 
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
 
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.
isChanging() - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
Returns whether or nor Gradle should always check for a change in the remote repository.
isColorOutput() - Method in class org.gradle.StartParameter
Returns true if logging output should be displayed in color when Gradle is running in a terminal which supports color output.
isComposite() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
Is this test a composite test?
isDaemon() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Specifies whether the Jetty server should run in the background.
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
 
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.
isFailOnError() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Specifies whether this task should fail when errors are encountered during javadoc generation.
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.
isIgnoreExitValue() - Method in class org.gradle.api.tasks.Exec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - Method in class org.gradle.api.tasks.JavaExec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - Method in interface org.gradle.process.BaseExecSpec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreFailures() - Method in class org.gradle.api.plugins.quality.Checkstyle
Specifies whether the build should break when the verifications performed by this task fail.
isIgnoreFailures() - Method in class org.gradle.api.plugins.quality.CodeNarc
Specifies whether the build should break when the verifications performed by this task fail.
isIgnoreFailures() - Method in class org.gradle.api.tasks.testing.Test
Specifies whether the build should break when the verifications performed by this task fail.
isIgnoreFailures() - Method in interface org.gradle.api.tasks.VerificationTask
Specifies whether the build should break when the verifications performed by this task fail.
isIncludePrivate() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns whether to include all classes and members (i.e.
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
 
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
 
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
 
isOf(Dependency) - Method in enum org.gradle.api.artifacts.specs.Type
 
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.
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
 
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.
isSplitIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isStandardOutputCaptureEnabled() - Method in interface org.gradle.api.logging.LoggingManager
Deprecated. 
isTestReport() - Method in class org.gradle.api.tasks.testing.Test
Specifies whether the test report should be generated.
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.
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.artifacts.PublishInstruction
Returns whether an xml module descriptor file should be uploaded or not.
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
 
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.

J

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() - Constructor for class org.gradle.api.plugins.JavaBasePlugin
 
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.
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.
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
 
JavaVersion - Enum in org.gradle.api
An enumeration of Java versions.
Jdt - Class in org.gradle.plugins.eclipse.model
Represents the Eclipse JDT settings.
Jdt() - Constructor for class org.gradle.plugins.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
 
JUnitOptions - Class in org.gradle.api.tasks.testing.junit
The JUnit specific test options.
JUnitOptions() - Constructor for class org.gradle.api.tasks.testing.junit.JUnitOptions
 
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.

K

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

L

leftShift(Closure) - Method in interface org.gradle.api.Task
Adds the given closure to the end of this task's action list.
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
 
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.eclipse.model.Jdt
 
locale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
locale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
LocationAwareException - Interface in org.gradle.api
A LocationAwareException is an exception which can be annotated with a location in a script.
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.

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.
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(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.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_CENTRAL_URL - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
MAVEN_REPO_PATTERN - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
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.
mavenDeployer() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
mavenDeployer(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
mavenDeployer(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>, Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Behaves the same way as RepositoryHandler.mavenDeployer(java.util.Map).
MavenDeployer - Interface in org.gradle.api.artifacts.maven
A resolver that can only be used for uploading artifacts to a Maven repository.
MavenDeployment - Interface in org.gradle.api.artifacts.maven
Represents the artifacts which will be deployed to a maven repository.
mavenInstaller() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
mavenInstaller(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
mavenInstaller(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>, Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Behaves the same way as RepositoryHandler.mavenInstaller(java.util.Map).
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() - Constructor for class org.gradle.api.plugins.MavenPlugin
 
MavenPluginConvention - Class in org.gradle.api.plugins
Properties and methods added by the MavenPlugin.
MavenPluginConvention(ProjectInternal) - 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.
mavenRepo(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which is Maven compatible.
mavenRepo(Map<String, ?>, Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
MavenResolver - Interface in org.gradle.api.artifacts.maven
A DependencyResolver which resolves dependencies from Maven repositories.
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.
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.
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_KEY - Static variable in interface org.gradle.api.artifacts.ExcludeRule
 
ModuleDependency - Interface in org.gradle.api.artifacts
A ModuleDependency is a Dependency on a module outside the current project.

N

NAME - Static variable in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
 
NamedDomainObjectCollection<T> - Interface in org.gradle.api
A NamedDomainObjectCollection represents a read-only set of domain objects of type T.
NamedDomainObjectContainer<T> - Interface in org.gradle.api
A DomainObjectContainer represents a mutable collection of domain objects of type T.
NamedDomainObjectFactory<T> - Interface in org.gradle.api
A factory for named objects of type T.
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.
newConnector() - Static method in class org.gradle.tooling.GradleConnector
Creates a new connector instance.
newInstance(StartParameter) - Static method in class org.gradle.GradleLauncher
Returns a GradleLauncher instance based on the passed start parameter.
newInstance(String...) - Static method in class org.gradle.GradleLauncher
Returns a GradleLauncher instance based on the passed command line syntax arguments.
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
 
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
 

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
 
onFailure(GradleConnectionException) - Method in interface org.gradle.tooling.ResultHandler
 
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.
open() - Method in interface org.gradle.api.file.FileTreeElement
Opens this file as an input stream.
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.
options(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
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.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.specs - package org.gradle.api.artifacts.specs
Artifact dependency criteria.
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 {link org.gradle.api.Plugin} for generating announcements from your build.
org.gradle.api.plugins.antlr - package org.gradle.api.plugins.antlr
A {link org.gradle.api.Plugin} for generating parsers from Antlr grammars.
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
A Plugin which measures and enforces code quality for Java and Groovy projects.
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 built-in diagnostic Task implementations.
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.junit - package org.gradle.api.tasks.testing.junit
JUnit specific testing classes.
org.gradle.api.tasks.util - package org.gradle.api.tasks.util
Utility classes used by the standard task implementations.
org.gradle.api.tasks.wrapper - package org.gradle.api.tasks.wrapper
The Gradle wrapper Task.
org.gradle.external.javadoc - package org.gradle.external.javadoc
Classes to run Javadoc.
org.gradle.plugins.eclipse.model - package org.gradle.plugins.eclipse.model
Classes for the model used by the EclipsePlugin.
org.gradle.plugins.idea.model - package org.gradle.plugins.idea.model
Classes for the model used by the IdeaPlugin.
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.tooling - package org.gradle.tooling
The main interfaces and classes of the Gradle tooling API.
org.gradle.tooling.model - package org.gradle.tooling.model
A UI-centric model of a Gradle build, provided by the Gradle tooling API.
org.gradle.tooling.model.eclipse - package org.gradle.tooling.model.eclipse
An Eclipse-centric model of a Gradle build, provided by the Gradle tooling API.
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
 
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(Project) - Constructor for class org.gradle.api.plugins.osgi.OsgiPluginConvention
 
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.
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
 
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.
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.
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.
pom(String) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Returns the pom associated with a filter added with PomFilterContainer.addFilter(String, org.gradle.api.artifacts.maven.PublishFilter).
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.
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
 
prepend(String...) - Method in class org.gradle.api.file.RelativePath
Prepends the given names to the start of this path.
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.
project(Map) - 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 - Interface in org.gradle.tooling.model
Represents a Gradle project.
PROJECT_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
ProjectBuilder - Class in org.gradle.testfixtures
Creates dummy instances of Project which you can use in testing custom task and plugin implementations.
ProjectBuilder() - Constructor for class org.gradle.testfixtures.ProjectBuilder
 
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
 
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.
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
 
publish(List<DependencyResolver>, File) - Method in interface org.gradle.api.artifacts.Configuration
Publishes the artifacts of this configuration to the specified repositories.
PublishArtifact - Interface in org.gradle.api.artifacts
A PublishArtifact is an artifact produced by a project.
PublishFilter - Interface in org.gradle.api.artifacts.maven
A filter for artifacts to be published.
PublishInstruction - Class in org.gradle.api.artifacts
Uploading details for artifacts produced by a project.
PublishInstruction() - Constructor for class org.gradle.api.artifacts.PublishInstruction
Creates a publish instruction for not uploading an module descriptor file.
PublishInstruction(boolean, File) - Constructor for class org.gradle.api.artifacts.PublishInstruction
Creates a publish instruction.

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() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
quiet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 

R

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 can be set to either 'automatic' or 'manual'

if 'manual' then the context can be reloaded by a linefeed in the console if 'automatic' then traditional reloading on changed files is enabled.

RELOAD_AUTOMATIC - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
RELOAD_MANUAL - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
removeArtifact(PublishArtifact) - Method in interface org.gradle.api.artifacts.Configuration
Removes an artifact from the artifacts to be published to this configuration.
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.
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.
reportException(Throwable) - Method in class org.gradle.BuildExceptionReporter
 
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
A BasePluginConvention defines the convention properties and methods used by the ReportingBasePlugin.
ReportingBasePluginConvention(ProjectInternal) - Constructor for class org.gradle.api.plugins.ReportingBasePluginConvention
 
reportInternalError(BuildExceptionReporter.FailureDetails) - Method in class org.gradle.BuildExceptionReporter
 
repositories(Closure) - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Configures the repositories for the script dependencies.
repositories(Closure) - Method in interface org.gradle.api.Project
Configures the repositories for this project.
repositories(Closure) - Method in class org.gradle.api.tasks.Upload
Configures the set of repositories to upload to.
RepositoryHandler - Interface in org.gradle.api.artifacts.dsl
A RepositoryHandler manages a set of repositories, allowing repositories to be defined and queried.
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.
ResolvedArtifact - Interface in org.gradle.api.artifacts
Information about a resolved artifact.
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.
ResolveException - Exception in org.gradle.api.artifacts
A ResolveException is thrown when a dependency configuration cannot be resolved for some reason.
ResolveException() - Constructor for exception org.gradle.api.artifacts.ResolveException
 
ResolveException(Configuration, String) - Constructor for exception org.gradle.api.artifacts.ResolveException
 
ResolveException(Configuration, Throwable) - Constructor for exception org.gradle.api.artifacts.ResolveException
 
RESOLVER_NAME - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
RESOLVER_URL - Static variable in interface org.gradle.api.artifacts.ResolverContainer
 
ResolverContainer - Interface in org.gradle.api.artifacts
A ResolverContainer is responsible for managing a set of DependencyResolver instances.
resources(Closure) - Method in interface org.gradle.api.tasks.SourceSet
Configures the non-Java resources for this set.
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.
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
Executes the build for this GradleLauncher instance and returns the result.
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
 
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
 
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
 
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.
ScriptCompilationException - Exception in org.gradle.api
A ScriptCompilationException is thrown when a script cannot be compiled.
ScriptCompilationException(ScriptCompilationException) - Constructor for exception org.gradle.api.ScriptCompilationException
 
ScriptCompilationException(String, Throwable, ScriptSource, Integer) - Constructor for exception org.gradle.api.ScriptCompilationException
 
ScriptHandler - Interface in org.gradle.api.initialization.dsl
A ScriptHandler allows you to manage the compilation and execution of a build script.
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
 
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.
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.
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
 
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.
setArchiveClassifier(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
setArchiveName(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Sets the archive name.
setArchiveName(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
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 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.
setArtifactId(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the artifact id for this POM.
setAuthor(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
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 class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
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.
setBuildDirName(String) - Method in interface org.gradle.api.Project
Deprecated. Use Project.setBuildDir(Object) instead.
setBuildExecuter(BuildExecuter) - Method in class org.gradle.StartParameter
Sets the BuildExecuter to use for the build.
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.
setBuildScriptSource(ScriptSource) - Method in class org.gradle.StartParameter
Specifies that the given script should be used as the build file for this build.
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.
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(File) - Method in interface org.gradle.api.tasks.SourceSet
Sets the directory to assemble the compiled classes into.
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.plugins.quality.Checkstyle
Specified the classpath containing the compiled classes for the source file to be inspected.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the classpath to use to compile the source files.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the classpath containing the Groovy library to be used.
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 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
 
setColorOutput(boolean) - Method in class org.gradle.StartParameter
Specifies whether logging output should be displayed in color.
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(GroovyJavaJointCompiler) - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
setCompiler(ScalaJavaJointCompiler) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
setCompression(Compression) - Method in class org.gradle.api.tasks.bundling.Tar
Specifies the compression to use for this archive.
setConf2ScopeMappings(Conf2ScopeMappingContainer) - Method in class org.gradle.api.plugins.MavenPluginConvention
 
setConfigFile(File) - Method in class org.gradle.api.plugins.quality.Checkstyle
Specifies the Checkstyle configuration file to use.
setConfigFile(File) - Method in class org.gradle.api.plugins.quality.CodeNarc
Specifies the CodeNarc configuration file to use.
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.
setConnectors(Connector[]) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setContextHandlers(ContextHandler[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setContextPath(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setCopyAction(FileCopyActionImpl) - Method in class org.gradle.api.tasks.Copy
 
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
 
setDebug(boolean) - Method in class org.gradle.api.tasks.JavaExec
Enable or disable debugging for the process.
setDebug(boolean) - Method in class org.gradle.api.tasks.testing.Test
Enable or disable debugging for the process.
setDebug(boolean) - Method in interface org.gradle.process.JavaForkOptions
Enable or disable debugging for the process.
setDefaultProjectSelector(ProjectSpec) - Method in class org.gradle.StartParameter
Sets the selector used to choose the default project of the build.
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<Dependency>) - 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
 
setDependsOn(Iterable<?>) - Method in interface org.gradle.api.Task
Sets the dependencies of this task.
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.
setDescriptorDestination(File) - Method in class org.gradle.api.tasks.Upload
 
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.
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(int) - Method in interface org.gradle.api.file.CopyProcessingSpec
Sets the Unix permissions to use for the target directories.
setDirMode(int) - Method in class org.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target directories.
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
 
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.Task
Set the enabled state of a task.
setEncoding(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setEncoding(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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.
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.
setExcludeDocFilesSubDir(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setExcludedTaskNames(Collection<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) - 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. Note that unlike PatternFilterable.exclude(Iterable) this replaces any previously defined excludes.
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.
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(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 class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setExtraScanTargets(List<File>) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setFailOnError(boolean) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
setFileMode(int) - Method in interface org.gradle.api.file.CopyProcessingSpec
Sets the Unix permissions to use for the target files.
setFileMode(int) - Method in class org.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target files.
setFilter(PublishFilter) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default filter to be used.
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.
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.
setGradleUserHomeDir(File) - Method in class org.gradle.StartParameter
Sets the directory to use as the user home directory.
setGradleVersion(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
The version of the gradle distribution required by the wrapper.
setGroovyClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.GroovyCompile
Sets the classpath containing the version of Groovy to use for compilation.
setGroovyClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the classpath used to locate classes referenced by the documented sources.
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.
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.quality.Checkstyle
Specifies whether the build should break when the verifications performed by this task fail.
setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.quality.CodeNarc
Specifies whether the build should break when the verifications performed by this task fail.
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.
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) - 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. Note that unlike PatternFilterable.include(Iterable) this replaces any previously defined includes.
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.
setInitScripts(List<File>) - Method in class org.gradle.StartParameter
 
setInputFile(File) - Method in class org.gradle.api.tasks.GeneratorTask
Sets the input file to load the initial configuration from.
setJarFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setJarPath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
setJavaCompiler(JavaCompiler) - Method in class org.gradle.api.tasks.compile.Compile
 
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
 
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.
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.
setLicense(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-License instruction.
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
 
setLocale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setLocale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setLogLevel(LogLevel) - Method in class org.gradle.StartParameter
 
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(File) - Method in interface org.gradle.api.artifacts.ResolverContainer
 
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
 
setModel(Model) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the underlying native Maven Model object.
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.
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
 
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
 
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.
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.
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 class org.gradle.api.tasks.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
 
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.
setPath(String) - Method in interface org.gradle.api.file.FileCopyDetails
Sets the destination path of this file.
setPom(MavenPom) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default pom to be used.
setPomDirName(String) - Method in class org.gradle.api.plugins.MavenPluginConvention
Sets the name of the directory to generate Maven POMs into, relative to the build directory.
setProfile(boolean) - Method in class org.gradle.StartParameter
Specifies if a profile report should be generated.
setProjectDependenciesBuildInstruction(ProjectDependenciesBuildInstruction) - Method in class org.gradle.StartParameter
 
setProjectDir(File) - Method in interface org.gradle.api.initialization.ProjectDescriptor
Sets the project directory of this project.
setProjectDir(File) - Method in class org.gradle.StartParameter
Sets the project directory to use to select the default project.
setProjectProperties(Map<String, String>) - Method in class org.gradle.StartParameter
 
setProjects(Set<Project>) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Specifies the set of projects to generate this report for.
setProperties(Map<String, Object>) - Method in class org.gradle.api.plugins.quality.Checkstyle
 
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.
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
 
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
 
setReportFile(File) - Method in class org.gradle.api.plugins.quality.CodeNarc
 
setReportFormat(String) - Method in class org.gradle.api.plugins.quality.CodeNarc
Specifies the format type of the CodeNarc report.
setReportsDirName(String) - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
Sets the name of the reports directory, relative to the project's build directory.
setRepositories(RepositoryHandler) - Method in class org.gradle.api.tasks.Upload
 
setRepository(RemoteRepository) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Sets the repository to be used for uploading artifacts.
setRequestLog(RequestLog) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setResultFile(File) - Method in class org.gradle.api.plugins.quality.Checkstyle
Specifies the file to generate the XML results to.
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
 
setScannerListeners(ArrayList) - 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
 
setScriptDestinationPath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
setScriptFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setSearchUpwards(boolean) - Method in class org.gradle.StartParameter
 
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.
setSettingsScriptSource(ScriptSource) - Method in class org.gradle.StartParameter
Sets the ScriptSource to use for the settings script.
setShowDetail(boolean) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
setShowStacktrace(StartParameter.ShowStacktrace) - Method in class org.gradle.StartParameter
 
setSkipUnmappedConfs(boolean) - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Sets, whether unmapped configuration should be skipped or not.
setSnapshotRepository(RemoteRepository) - 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
 
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.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<Object>) - Method in interface org.gradle.api.file.SourceDirectorySet
Sets the source directories for this set.
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.
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.
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(Object) - Method in interface org.gradle.api.Project
Sets the status of this project.
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.
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
 
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(JavaVersion) - Method in class org.gradle.plugins.eclipse.model.Jdt
Sets the target compatibility for the compiler.
setTaskNames(Collection<String>) - Method in class org.gradle.StartParameter
Sets the tasks to execute in this build.
setTasks(Collection<String>) - Method in class org.gradle.api.tasks.GradleBuild
Sets the tasks that should be executed for this build.
setTestClassesDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the compiled test sources.
setTestReport(boolean) - Method in class org.gradle.api.tasks.testing.Test
 
setTestReportDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the test reports.
setTestResultsDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the test results.
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.
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.
setUnixWrapperScriptGenerator(WrapperScriptGenerator) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setUploadDescriptor(boolean) - Method in class org.gradle.api.tasks.Upload
 
setUrlRoot(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Deprecated. 
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
 
setUser(String) - Method in class org.gradle.api.artifacts.repositories.WebdavResolver
 
setUserPassword(String) - Method in class org.gradle.api.artifacts.repositories.WebdavResolver
 
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.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 class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setVersion(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setVisible(boolean) - Method in interface org.gradle.api.artifacts.Configuration
Sets the visibility of this configuration.
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
 
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
 
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.
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
 
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.
source(Object...) - Method in class org.gradle.api.tasks.SourceTask
Adds some source to this task.
source(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
source(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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.
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.
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
 
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 GradleLauncher instance to execute a build.
StartParameter() - Constructor for class org.gradle.StartParameter
Creates a StartParameter with default values.
StartParameter.ShowStacktrace - Enum in org.gradle
Specifies the detail to include in stacktraces.
stop() - Method in class org.gradle.api.plugins.jetty.JettyStop
 
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.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.
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(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
 
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_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.
TaskExecutionException - Exception in org.gradle.api.tasks
A TaskExecutionException is thrown when a task fails to execute successfully.
TaskExecutionException(TaskExecutionException) - Constructor for exception org.gradle.api.tasks.TaskExecutionException
 
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) - 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, 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.
TEST - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
Test - Class in org.gradle.api.tasks.testing
Executes tests.
Test() - 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.
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.
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.
TMP_DIR_NAME - Static variable in interface org.gradle.api.Project
 
to(Object...) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Specifies some target objects to be configured.
toString() - Method in class org.gradle.api.file.RelativePath
 
toString() - Method in enum org.gradle.api.JavaVersion
 
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.
transform(T) - Method in interface org.gradle.api.Transformer
Transforms the given object, and returns the transformed value.
Transformer<T> - Interface in org.gradle.api
A Transformer transforms objects of type T.
type(Type) - Static method in class org.gradle.api.artifacts.specs.DependencySpecs
 
Type - Enum in org.gradle.api.artifacts.specs
Dependency types.

U

UncheckedIOException - Exception in org.gradle.api
UncheckedIOException is used to wrap an java.io.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
 
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
 
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
 
Upload - Class in org.gradle.api.tasks
Uploads the artifacts of a Configuration to a set of repositories.
Upload() - Constructor for class org.gradle.api.tasks.Upload
 
upload() - Method in class org.gradle.api.tasks.Upload
 
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
 
useDistribution(URI) - Method in class org.gradle.tooling.GradleConnector
Specifies which Gradle distribution to use.
useEmbeddedBuildFile(String) - Method in class org.gradle.StartParameter
Specifies that the given script should be used as the build file for this build.
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.
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
Use the given listener.
usePlugin(String) - Method in interface org.gradle.api.Project
Deprecated. You should use the Project.apply(java.util.Map) or Project.apply(groovy.lang.Closure) method instead.
usePlugin(Class<? extends Plugin>) - Method in interface org.gradle.api.Project
Deprecated. You should use the Project.apply(java.util.Map) or Project.apply(groovy.lang.Closure) method instead.
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.

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.artifacts.specs.Type
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.tasks.bundling.Compression
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
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.StartParameter.ShowStacktrace
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're declared.
values() - Static method in enum org.gradle.api.artifacts.specs.Type
Returns an array containing the constants of this enum type, in the order they're 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're declared.
values() - Static method in enum org.gradle.api.JavaVersion
Returns an array containing the constants of this enum type, in the order they're 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're declared.
values() - Static method in enum org.gradle.api.PathValidation
Returns an array containing the constants of this enum type, in the order they're 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're 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're 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're declared.
values() - Static method in enum org.gradle.CacheUsage
Returns an array containing the constants of this enum type, in the order they're 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're 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're declared.
values() - Static method in enum org.gradle.StartParameter.ShowStacktrace
Returns an array containing the constants of this enum type, in the order they're 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.

W

WAR_TASK_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
 
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
 
WebdavResolver - Class in org.gradle.api.artifacts.repositories
A RepositoryResolver for webdav based repositories.
WebdavResolver() - Constructor for class org.gradle.api.artifacts.repositories.WebdavResolver
 
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.
whenConfigured(Closure) - Method in class org.gradle.api.tasks.GeneratorTask
Adds a closure to be called after the domain object has been configured by this task.
whenConfigured(Action<? super T>) - Method in class org.gradle.api.tasks.GeneratorTask
Adds an action to be called after the domain object has been configured by this task.
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.
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.
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.
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.NamedDomainObjectCollection
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(Closure) - Method in class org.gradle.api.tasks.XmlGeneratorTask
Adds a closure to be called when the XML document has been created.
withXml(Action<? super XmlProvider>) - Method in class org.gradle.api.tasks.XmlGeneratorTask
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(BuildExceptionReporter.FailureDetails) - Method in class org.gradle.BuildExceptionReporter
 
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
 
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.

X

XmlGeneratorTask<T extends org.gradle.api.internal.tasks.generator.PersistableConfigurationObject> - Class in org.gradle.api.tasks
A convenience superclass for those tasks which generate XML configuration files from a domain object of type T.
XmlGeneratorTask() - Constructor for class org.gradle.api.tasks.XmlGeneratorTask
 
XmlProvider - Interface in org.gradle.api.artifacts.maven
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_EXTENSION - Static variable in class org.gradle.api.tasks.bundling.Zip
 
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