A B C D E F G H I J K L M N O P Q R S T U V W

A

absolutePath(String) - Method in interface org.gradle.api.Project
Converts a name to an absolute project path, resolving names relative to this project.
AbstractJavadocOptionFileOption<T> - Class in org.gradle.external.javadoc.optionfile
 
AbstractJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.AbstractJavadocOptionFileOption
 
AbstractJavadocOptionFileOption(String, T) - Constructor for class org.gradle.external.javadoc.optionfile.AbstractJavadocOptionFileOption
 
AbstractJettyRunTask - Class in org.gradle.api.plugins.jetty
 
AbstractJettyRunTask() - Constructor for class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
AbstractJettyRunWarTask - Class in org.gradle.api.plugins.jetty
 
AbstractJettyRunWarTask() - Constructor for class org.gradle.api.plugins.jetty.AbstractJettyRunWarTask
 
AbstractListJavadocOptionFileOption<T extends java.util.List> - Class in org.gradle.external.javadoc.optionfile
 
AbstractListJavadocOptionFileOption(String, String) - Constructor for class org.gradle.external.javadoc.optionfile.AbstractListJavadocOptionFileOption
 
AbstractListJavadocOptionFileOption(String, T, String) - Constructor for class org.gradle.external.javadoc.optionfile.AbstractListJavadocOptionFileOption
 
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
 
AbstractTestFramework - Class in org.gradle.api.tasks.testing
 
AbstractTestFramework(String) - Constructor for class org.gradle.api.tasks.testing.AbstractTestFramework
 
AbstractTestFrameworkDetector<T extends TestClassVisitor> - Class in org.gradle.api.testing.execution
 
AbstractTestFrameworkDetector(File, Iterable<File>) - Constructor for class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
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(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
 
addBooleanOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addBooleanOption(String, boolean) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addBuildListener(BuildListener) - Method in interface org.gradle.api.invocation.Gradle
Adds a BuildListener to this Build instance.
addDefaultTasks(List<String>) - Method in class org.gradle.api.tasks.diagnostics.TaskReportRenderer
Writes the default task names for the current project.
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
 
addEnumOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addEnumOption(String, T) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addFileOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addFileOption(String, File) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addFileOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addFileOption(String, File) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addFilter(String, Closure) - Method in interface org.gradle.api.artifacts.maven.GroovyPomFilterContainer
Adds a publish filter.
addFilter(String, PublishFilter) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
If you want to deploy more than one artifact you need to define filters to select each of those artifacts.
addFirst(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.
addIvyTransformer(Transformer<T>) - Method in interface org.gradle.api.artifacts.IvyObjectBuilder
Adds a transformer to this builder.
addIvyTransformer(Closure) - Method in interface org.gradle.api.artifacts.IvyObjectBuilder
Adds a transformation closure to this builder.
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 BuildListener 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
 
addMultilineStringsOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addOption(JavadocOptionFileOption<T>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addOption(JavadocOptionFileOption<T>) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addPathOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addPathOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addPathOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addPathOption(String, String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addProjectEvaluationListener(ProjectEvaluationListener) - Method in interface org.gradle.api.invocation.Gradle
Adds a listener to this build, to receive notifications as projects are evaluated.
addProperty(String, Object) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportRenderer
Writes a property for the current project.
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.DomainObjectContainer
Adds a rule to this container.
addRule(Rule) - Method in class org.gradle.api.tasks.diagnostics.TaskReportRenderer
Writes a rule for the current project.
addStandardErrorListener(StandardOutputListener) - Method in class org.gradle.GradleLauncher
Adds a StandardOutputListener to this build instance.
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
 
addStringOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addStringOption(String, String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addStringsOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addStringsOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addStringsOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addStringsOption(String, String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
addTask(Task) - Method in class org.gradle.api.tasks.diagnostics.TaskReportRenderer
Writes a task for the current project.
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.
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.
addWebApplication(WebAppContext) - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
addWebApplication(WebAppContext) - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
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, Throwable) - 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, Throwable) - Method in interface org.gradle.api.execution.TaskExecutionListener
This method is call immediately after a task has been executed.
afterProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called immediately after a project is evaluated.
afterTask(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called immediately after a task has executed.
allChangesStateComparator() - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
allObjects(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.
allObjects(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.
allPlugins(Action<? super T>) - Method in interface org.gradle.api.plugins.PluginCollection
Executes the given action against all plugins in this collection, and any plugins subsequently added to this collection.
allPlugins(Closure) - Method in interface org.gradle.api.plugins.PluginCollection
Executes the given closure against all plugins in this collection, and any plugins subsequently added to this collection.
allprojects(Action<? super Project>) - Method in interface org.gradle.api.Project
Executes the given Action against this project and its subprojects.
allprojects(Closure) - Method in interface org.gradle.api.Project
Executes the given closure against this project and its sub-projects.
allTasks(Action<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
Executes the given action against all tasks in this collection, and any tasks subsequently added to this collection.
allTasks(Closure) - Method in interface org.gradle.api.tasks.TaskCollection
Executes the given closure against all tasks in this collection, and any tasks subsequently added to this collection.
ALWAYS_ACCEPT - Static variable in interface org.gradle.api.artifacts.maven.PublishFilter
 
and(Spec<? super T>...) - Static method in class org.gradle.api.specs.Specs
 
AndSpec<T> - Class in org.gradle.api.specs
 
AndSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.AndSpec
 
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
 
antCompile - Variable in class org.gradle.api.tasks.compile.Compile
 
AntDepend - Class in org.gradle.api.tasks.compile
 
AntDepend() - Constructor for class org.gradle.api.tasks.compile.AntDepend
 
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
 
apply(String) - Method in interface org.gradle.api.Rule
Applies this rule for the given unknown domain object.
applyActions(Set<Project>, Action<? super Project>) - Method in interface org.gradle.api.Project
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunWarTask
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
ARCHIVES_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.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.
AsciiReportRenderer - Class in org.gradle.api.tasks.diagnostics
Simple dependency graph renderer that emits an ASCII tree.
AsciiReportRenderer() - Constructor for class org.gradle.api.tasks.diagnostics.AsciiReportRenderer
 
AsciiReportRenderer(Appendable) - Constructor for class org.gradle.api.tasks.diagnostics.AsciiReportRenderer
 
asType(Class<?>) - Method in interface org.gradle.api.file.FileCollection
Converts this collection into an object of the specified type.
author(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
author() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
AUTOSKIP_PROPERTY_PREFIX - Static variable in interface org.gradle.api.Task
 

B

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.
beforeProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called immediately before a project is evaluated.
beforeTask(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called immediately before a task is executed.
BooleanJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
BooleanJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.BooleanJavadocOptionFileOption
 
BooleanJavadocOptionFileOption(String, Boolean) - Constructor for class org.gradle.external.javadoc.optionfile.BooleanJavadocOptionFileOption
 
bootClasspath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
bootClasspath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
BootstrapLoader - Class in org.gradle
 
BootstrapLoader() - Constructor for class org.gradle.BootstrapLoader
 
BootstrapMain - Class in org.gradle
 
BootstrapMain() - Constructor for class org.gradle.BootstrapMain
 
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_DEPENDENTS_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
BUILD_NEEDED_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
BUILD_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
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
An abstract adapter class for receiving build events.
BuildAdapter() - Constructor for class org.gradle.BuildAdapter
 
buildCommandNames() - Method in enum org.gradle.api.tasks.ide.eclipse.ProjectType
 
BuildExceptionReporter - Class in org.gradle
A BuildListener which reports the build exception, if any.
BuildExceptionReporter(Logger) - Constructor for class org.gradle.BuildExceptionReporter
 
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.BuildResultLogger
 
BuildListener - Interface in org.gradle
A BuildListener is notified of the major lifecycle events as a GradleLauncher instance executes a build.
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(Logger) - Constructor for class org.gradle.BuildResultLogger
 
buildscript(Closure) - Method in interface org.gradle.api.Project
Configures the build script classpath for this project.
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.BuildResultLogger
 
builtBy(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
Registers some tasks which build the files of this collection.
BZIP2 - Static variable in class org.gradle.api.tasks.bundling.Compression
 

C

CacheUsage - Enum in org.gradle
CacheUsage specifies how compiled scripts should be cached.
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.initialization.Settings
Starts redirection of standard output during to the logging system during settings evaluation.
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.invocation.Gradle
Starts redirection of standard output during to the logging system during init script evaluation.
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.Project
Starts redirection of standard output during to the logging system during project evaluation.
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.Task
Enables redirection of standard output during task execution to the logging system.
ChangeDetecter - Class in org.gradle.api.changedetection
Detects file changes in a directory and informs a ChangeProcessor about the changes.
ChangeDetecter() - Constructor for class org.gradle.api.changedetection.ChangeDetecter
 
changedFile(File) - Method in interface org.gradle.api.changedetection.ChangeProcessor
 
ChangeProcessor - Interface in org.gradle.api.changedetection
 
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.JavaPlugin
 
checkDestDirAndFindExistingDirsAndThrowStopActionIfNone(File, Collection<File>) - Method in class org.gradle.api.tasks.util.ExistingDirsFilter
 
checkExistenceAndThrowStopActionIfNot(File) - Method in class org.gradle.api.tasks.util.ExistingDirsFilter
 
Checkstyle - Class in org.gradle.api.plugins.quality
 
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() - Constructor for exception org.gradle.api.CircularReferenceException
 
CircularReferenceException(String) - Constructor for exception org.gradle.api.CircularReferenceException
 
CircularReferenceException(String, Throwable) - Constructor for exception org.gradle.api.CircularReferenceException
 
CircularReferenceException(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(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_CONFIGURATION - Static variable in interface org.gradle.api.initialization.dsl.ScriptHandler
The name of the configuration used to assemble the script classpath.
CLASSPATH_FILE_NAME - Static variable in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
 
Clean - Class in org.gradle.api.tasks
 
Clean() - Constructor for class org.gradle.api.tasks.Clean
 
clean() - Method in class org.gradle.api.tasks.Clean
 
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.
CodeNarc - Class in org.gradle.api.plugins.quality
 
CodeNarc() - Constructor for class org.gradle.api.plugins.quality.CodeNarc
 
CommandLine2StartParameterConverter - Interface in org.gradle
 
CommandLineArgumentException - Exception in org.gradle
 
CommandLineArgumentException() - Constructor for exception org.gradle.CommandLineArgumentException
 
CommandLineArgumentException(String) - Constructor for exception org.gradle.CommandLineArgumentException
 
CommandLineArgumentException(String, Throwable) - Constructor for exception org.gradle.CommandLineArgumentException
 
CommandLineArgumentException(Throwable) - Constructor for exception org.gradle.CommandLineArgumentException
 
COMPILE - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
Compile - Class in org.gradle.api.tasks.compile
 
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.
complete() - Method in interface org.gradle.api.tasks.diagnostics.ProjectReportRenderer
Completes this report.
complete() - Method in class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
completeConfiguration(Configuration) - Method in class org.gradle.api.tasks.diagnostics.AsciiReportRenderer
 
completeConfiguration(Configuration) - Method in interface org.gradle.api.tasks.diagnostics.DependencyReportRenderer
Completes the rendering of the given configuration.
completeConfiguration(Configuration) - Method in class org.gradle.api.tasks.diagnostics.GraphvizReportRenderer
 
completeProject(Project) - Method in class org.gradle.api.tasks.diagnostics.AsciiReportRenderer
 
completeProject(Project) - Method in interface org.gradle.api.tasks.diagnostics.ProjectReportRenderer
Completes visiting a project.
completeProject(Project) - Method in class org.gradle.api.tasks.diagnostics.TaskReportRenderer
 
completeProject(Project) - Method in class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
CompositeSpec<T> - Class in org.gradle.api.specs
 
CompositeSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.CompositeSpec
 
Compression - Class in org.gradle.api.tasks.bundling
 
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
 
Conf2ScopeMappingContainer - Interface in org.gradle.api.artifacts.maven
Defines a set of rules for how to map the Gradle dependendencies 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.
ConfigurationHandler - Interface in org.gradle.api.artifacts.dsl
 
configurations(Closure) - Method in interface org.gradle.api.Project
Configures the dependency configurations for this project.
configure(Closure) - Method in interface org.gradle.api.artifacts.dsl.ConfigurationHandler
 
configure() - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
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(Closure) - Method in interface org.gradle.api.Task
Applies the statements of the closure against this task object.
configureClassLoader() - Method in class org.gradle.api.plugins.jetty.JettyConfiguration
Set up the classloader for the webapp, using the various parts of the Maven project
configureConfigurations(ConfigurationContainer) - Method in class org.gradle.api.plugins.WarPlugin
 
configureForSourceSet(SourceSet, Compile) - Method in class org.gradle.api.plugins.JavaPlugin
 
configureHandlers() - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
Set up the handler structure to receive a webapp.
configureHandlers() - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
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
 
consoleScanner - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
A scanner to check ENTER hits on the console
ConsoleScanner - Class in org.gradle.api.plugins.jetty.util
 
ConsoleScanner(AbstractJettyRunTask) - Constructor for class org.gradle.api.plugins.jetty.util.ConsoleScanner
 
contentEquals(Dependency) - Method in interface org.gradle.api.artifacts.Dependency
Returns whether two dependencies have identical values for their properties.
contributeCommandLineOptions(ExecHandleBuilder) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
contributeCommandLineOptions(ExecHandleBuilder) - 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.
convert(String[]) - Method in interface org.gradle.CommandLine2StartParameterConverter
 
convert(String[], StartParameter) - Method in interface org.gradle.CommandLine2StartParameterConverter
 
convert(String[]) - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
convert(String[], StartParameter) - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
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.maven.CopyablePomFilterContainer
 
copy() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Creates a deep copy of a MavenPom
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
Copy the specified files.
Copy - Class in org.gradle.api.tasks
Task for copying files.
Copy() - Constructor for class org.gradle.api.tasks.Copy
 
CopyableGroovyPomFilterContainer - Interface in org.gradle.api.artifacts.maven
 
CopyablePomFilterContainer - Interface in org.gradle.api.artifacts.maven
 
CopyAction - Interface in org.gradle.api.file
 
CopyProcessingSpec - Interface in org.gradle.api.file
 
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.
CoreJavadocOptions - Class in org.gradle.external.javadoc
 
CoreJavadocOptions() - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
 
CoreJavadocOptions(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
 
createAntBuilder() - Method in interface org.gradle.api.Project
Creates an additional AntBuilder for this project.
createBufferedInputStream(File) - Method in class org.gradle.api.io.DefaultIoFactory
 
createBufferedInputStream(File) - Method in interface org.gradle.api.io.IoFactory
 
createBufferedOutputStream(File) - Method in class org.gradle.api.io.DefaultIoFactory
 
createBufferedOutputStream(File) - Method in interface org.gradle.api.io.IoFactory
 
createBufferedReader(File) - Method in class org.gradle.api.io.DefaultIoFactory
 
createBufferedReader(File) - Method in interface org.gradle.api.io.IoFactory
 
createBufferedWriter(File) - Method in class org.gradle.api.io.DefaultIoFactory
 
createBufferedWriter(File) - Method in interface org.gradle.api.io.IoFactory
 
createClassVisitor() - Method in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
createDefaultConnector(int) - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
createDefaultConnector(int) - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
createdFile(File) - Method in interface org.gradle.api.changedetection.ChangeProcessor
 
createDigester() - Method in interface org.gradle.api.changedetection.digest.DigesterFactory
Create a MessageDigest object.
createDigesterCache(DigesterFactory) - Static method in class org.gradle.api.changedetection.digest.DigestObjectFactory
 
createDigesterUtil(DigesterUtilStrategy) - Static method in class org.gradle.api.changedetection.digest.DigestObjectFactory
 
createMetaContentDigesterUtil() - Static method in class org.gradle.api.changedetection.digest.DigestObjectFactory
 
createMetaDigesterUtil() - Static method in class org.gradle.api.changedetection.digest.DigestObjectFactory
 
createRepositoryHandler(Convention) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandlerFactory
Creates a repository handler.
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.AbstractJettyRunWarTask
 
createServer() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
createShaDigesterCache() - Static method in class org.gradle.api.changedetection.digest.DigestObjectFactory
 
createShaDigesterFactory() - Static method in class org.gradle.api.changedetection.digest.DigestObjectFactory
 
createSrc() - Method in class org.gradle.api.tasks.compile.AntDepend
 
createStartParameter(String[]) - Method in class org.gradle.DefaultGradleFactory
 
createStartParameter(String[]) - Method in interface org.gradle.GradleFactory
 
createStartParameter(String[]) - Static method in class org.gradle.GradleLauncher
Returns a StartParameter object out of command line syntax arguments.
createStateChangeEvent(File, StateFileItem, StateFileItem) - Method in class org.gradle.api.changedetection.state.StateChangeEventFactory
 
createTask(String) - Method in interface org.gradle.api.Project
Deprecated. 
createTask(String, TaskAction) - Method in interface org.gradle.api.Project
Deprecated. 
createTask(Map<String, ?>, String) - Method in interface org.gradle.api.Project
Deprecated. 
createTask(Map<String, ?>, String, TaskAction) - Method in interface org.gradle.api.Project
Deprecated. 
createTask(String, Closure) - Method in interface org.gradle.api.Project
Deprecated. 
createTask(Map<String, ?>, String, Closure) - Method in interface org.gradle.api.Project
Deprecated. 
CURRENT_DIR_UNIX - Static variable in class org.gradle.api.tasks.wrapper.WrapperScriptGenerator
 
CURRENT_DIR_WINDOWS - Static variable in class org.gradle.api.tasks.wrapper.WrapperScriptGenerator
 

D

DEBUG - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 
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_CACHE_NAME - 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_ERR - Static variable in class org.gradle.api.logging.StandardOutputLogging
 
DEFAULT_GRADLE_USER_HOME - Static variable in class org.gradle.Main
 
DEFAULT_GROUP - Static variable in interface org.gradle.api.Project
 
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_MAX_IDLE_TIME - Static variable in class org.gradle.api.plugins.jetty.JettyPluginServer
 
DEFAULT_OUT - Static variable in class org.gradle.api.logging.StandardOutputLogging
 
DEFAULT_PLUGIN_PROPERTIES - Static variable in class org.gradle.Main
 
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_URL_ROOT - Static variable in class org.gradle.api.tasks.wrapper.Wrapper
 
DEFAULT_VERSION - Static variable in interface org.gradle.api.Project
 
DefaultCommandLine2StartParameterConverter - Class in org.gradle
 
DefaultCommandLine2StartParameterConverter() - Constructor for class org.gradle.DefaultCommandLine2StartParameterConverter
 
DefaultConventionsToPropertiesMapping - Class in org.gradle.api.plugins
 
DefaultConventionsToPropertiesMapping() - Constructor for class org.gradle.api.plugins.DefaultConventionsToPropertiesMapping
 
DefaultDirectoryStateChangeDetecterBuilder - Class in org.gradle.api.changedetection.state
 
DefaultDirectoryStateChangeDetecterBuilder() - Constructor for class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
DefaultGradleFactory - Class in org.gradle
 
DefaultGradleFactory(LoggingConfigurer, CommandLine2StartParameterConverter) - Constructor for class org.gradle.DefaultGradleFactory
 
DefaultIoFactory - Class in org.gradle.api.io
 
DefaultIoFactory() - Constructor for class org.gradle.api.io.DefaultIoFactory
 
DefaultStandardOutputCapture - Class in org.gradle.api.logging
 
DefaultStandardOutputCapture() - Constructor for class org.gradle.api.logging.DefaultStandardOutputCapture
Creates and instance with enabled set to false and LogLevel set to null.
DefaultStandardOutputCapture(boolean, LogLevel) - Constructor for class org.gradle.api.logging.DefaultStandardOutputCapture
 
defaultTasks(String...) - Method in interface org.gradle.api.Project
Sets the names of the default tasks of this project.
defineAntTasks() - Method in class org.gradle.api.tasks.scala.ScalaDefine
 
deleteAllActions() - Method in interface org.gradle.api.Task
Removes all the actions of this task.
deletedFile(File) - Method in interface org.gradle.api.changedetection.ChangeProcessor
 
deleteEclipseFiles() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClean
 
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_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.
DependencyReportRenderer - Interface in org.gradle.api.tasks.diagnostics
A DependencyReportRenderer is responsible for rendering the model of a project dependency report.
DependencyReportTask - Class in org.gradle.api.tasks.diagnostics
The DependencyReportTask 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
 
DependencySpecs() - Constructor for class org.gradle.api.artifacts.specs.DependencySpecs
 
DependencyTypeSpec<T extends Dependency> - Class in org.gradle.api.artifacts.specs
 
DependencyTypeSpec(Type) - Constructor for class org.gradle.api.artifacts.specs.DependencyTypeSpec
 
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 class org.gradle.external.javadoc.JavadocExecHandleBuilder
 
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.
detectChanges(ChangeProcessor) - Method in interface org.gradle.api.changedetection.state.DirectoryStateChangeDetecter
 
detector - Variable in class org.gradle.api.testing.execution.TestClassVisitor
 
digestDirectory(MessageDigest, File, long) - Method in interface org.gradle.api.changedetection.digest.DigesterUtil
Updated the digester for a directory based on the requested strategy.
digestDirectory(MessageDigest, File, long) - Method in interface org.gradle.api.changedetection.digest.DigesterUtilStrategy
Called by a DigesterUtil.
DigesterCache - Interface in org.gradle.api.changedetection.digest
 
DigesterFactory - Interface in org.gradle.api.changedetection.digest
Factory for MessageDigest instances.
DigesterUtil - Interface in org.gradle.api.changedetection.digest
Utility class to calculate the digest of a file or directory based on a requested strategy.
DigesterUtilStrategy - Interface in org.gradle.api.changedetection.digest
Interface for actual digester update algorithms.
digestFile(MessageDigest, File) - Method in interface org.gradle.api.changedetection.digest.DigesterUtil
Updates the digester for a file based an the requested strategy.
digestFile(MessageDigest, File) - Method in interface org.gradle.api.changedetection.digest.DigesterUtilStrategy
Called by a DigesterUtil.
DigestObjectFactory - Class in org.gradle.api.changedetection.digest
 
DigestObjectFactory() - Constructor for class org.gradle.api.changedetection.digest.DigestObjectFactory
 
DigestStringUtil - Class in org.gradle.api.changedetection.digest
 
DigestStringUtil() - Constructor for class org.gradle.api.changedetection.digest.DigestStringUtil
 
digestToHexString(byte[]) - Static method in class org.gradle.api.changedetection.digest.DigestStringUtil
 
dirChangedStateComparator() - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
DirectoryStateChangeDetecter - Interface in org.gradle.api.changedetection.state
 
directoryToProcess(File) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
DISABLED - Static variable in class org.gradle.api.logging.Logging
 
disableStandardOutputCapture() - Method in interface org.gradle.api.initialization.Settings
Disables redirection of standard output during settings evaluation.
disableStandardOutputCapture() - Method in interface org.gradle.api.invocation.Gradle
Disables redirection of standard output during init script evaluation.
disableStandardOutputCapture() - Method in interface org.gradle.api.Project
Disables redirection of standard output during project evaluation.
disableStandardOutputCapture() - Method in interface org.gradle.api.Task
Disables redirection of standard output during task execution.
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
 
docletClasspath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
docletClasspath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
docTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
doFirst(Action<? super Task>) - Method in interface org.gradle.api.Task
Adds the given TaskAction 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 TaskAction 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.
DomainObjectContainer<T> - Interface in org.gradle.api
A DomainObjectContainer represents a mutable collection of domain objects of type T.
doStart() - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
doStop() - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
dotGradleStatesDirectory(File) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 

E

ECLIPSE_CLEAN_TASK_NAME - Static variable in class org.gradle.api.plugins.EclipsePlugin
 
ECLIPSE_CP_TASK_NAME - Static variable in class org.gradle.api.plugins.EclipsePlugin
 
ECLIPSE_PROJECT_TASK_NAME - Static variable in class org.gradle.api.plugins.EclipsePlugin
 
ECLIPSE_TASK_NAME - Static variable in class org.gradle.api.plugins.EclipsePlugin
 
ECLIPSE_WTP_MODULE_TASK_NAME - Static variable in class org.gradle.api.plugins.EclipsePlugin
 
ECLIPSE_WTP_TASK_NAME - Static variable in class org.gradle.api.plugins.EclipsePlugin
 
EclipseClasspath - Class in org.gradle.api.tasks.ide.eclipse
Generates an eclipse .classpath file.
EclipseClasspath() - Constructor for class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
 
EclipseClean - Class in org.gradle.api.tasks.ide.eclipse
Deletes files generated by various Eclipse tasks.
EclipseClean() - Constructor for class org.gradle.api.tasks.ide.eclipse.EclipseClean
 
EclipsePlugin - Class in org.gradle.api.plugins
A Plugin which generates Eclipse project files for projects that use the JavaPlugin or the WarPlugin.
EclipsePlugin() - Constructor for class org.gradle.api.plugins.EclipsePlugin
 
EclipseProject - Class in org.gradle.api.tasks.ide.eclipse
Generates an eclipse .project file.
EclipseProject() - Constructor for class org.gradle.api.tasks.ide.eclipse.EclipseProject
 
EclipseWtp - Class in org.gradle.api.tasks.ide.eclipse
Generates Eclipse configuration files for Eclipse WTP.
EclipseWtp() - Constructor for class org.gradle.api.tasks.ide.eclipse.EclipseWtp
 
EclipseWtpModule - Class in org.gradle.api.tasks.ide.eclipse
Generates Eclipse configuration files for Eclipse WTP modules
EclipseWtpModule() - Constructor for class org.gradle.api.tasks.ide.eclipse.EclipseWtpModule
 
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
 
EnumJavadocOptionFileOption<T> - Class in org.gradle.external.javadoc.optionfile
 
EnumJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.EnumJavadocOptionFileOption
 
EnumJavadocOptionFileOption(String, T) - Constructor for class org.gradle.external.javadoc.optionfile.EnumJavadocOptionFileOption
 
equals(Object) - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
 
equals(Object) - Method in class org.gradle.api.artifacts.ProjectDependenciesBuildInstruction
 
equals(Object) - Method in class org.gradle.api.artifacts.PublishInstruction
 
equals(Object) - Method in class org.gradle.api.artifacts.specs.DependencyTypeSpec
 
equals(Object) - Method in class org.gradle.api.file.RelativePath
 
equals(Object) - Method in class org.gradle.api.logging.DefaultStandardOutputCapture
 
equals(Object) - Method in class org.gradle.api.logging.StandardOutputState
 
equals(Object) - Method in class org.gradle.api.specs.CompositeSpec
 
equals(Object) - Method in class org.gradle.StartParameter
 
ERR_LOGGING_STREAM - Static variable in class org.gradle.api.logging.StandardOutputLogging
 
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(String...) - Method in class org.gradle.api.tasks.Copy
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - Method in class org.gradle.api.tasks.Copy
Adds an ANT style exclude pattern.
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(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(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.
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.
execDirectory(File) - Method in class org.gradle.external.javadoc.JavadocExecHandleBuilder
 
execute(T) - Method in interface org.gradle.api.Action
Performs this action against the given object
execute() - Method in interface org.gradle.api.file.CopyAction
Execute the copy
execute() - Method in class org.gradle.api.tasks.compile.AntDepend
 
execute(Project, Test, Collection<String>, Collection<String>) - Method in interface org.gradle.api.testing.TestFramework
 
execute() - Method in class org.gradle.Main
 
executeAntTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
 
executeTests() - Method in class org.gradle.api.tasks.testing.Test
 
ExecutionListener - Interface in org.gradle
This provides runtime information when executing a build.
ExistingDirsFilter - Class in org.gradle.api.tasks.util
 
ExistingDirsFilter() - Constructor for class org.gradle.api.tasks.util.ExistingDirsFilter
 
exit(Throwable) - Method in interface org.gradle.Main.BuildCompleter
 
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.
ExternalModuleDependency - Interface in org.gradle.api.artifacts
A ModuleDependency is a Dependency on a module outside the current project hierarchy.
extractedJarClasses - Variable in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 

F

FAIL - Static variable in class org.gradle.api.tasks.bundling.LongFile
 
FAILURES_OR_ERRORS_PROPERTY - Static variable in class org.gradle.api.tasks.testing.Test
 
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.
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
 
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.
FileJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
FileJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.FileJavadocOptionFileOption
 
FileJavadocOptionFileOption(String, File) - Constructor for class org.gradle.external.javadoc.optionfile.FileJavadocOptionFileOption
 
fileMetaDataAndContentHashing() - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
fileMetaDataOnlyHashing() - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
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.
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.
FileVisitDetails - Interface in org.gradle.api.file
Contains details about the file or directory being visited.
FileVisitor - Interface in org.gradle.api.file
A FileVisitor is used to visit each of the files in a FileTree.
filter(Closure) - Method in interface org.gradle.api.artifacts.maven.GroovyPomFilterContainer
Sets the default publish filter.
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(Map<String, Object>, Class<FilterReader>) - Method in interface org.gradle.api.file.CopyProcessingSpec
Adds a content filter to be used during the copy.
filter(Class<FilterReader>) - Method in interface org.gradle.api.file.CopyProcessingSpec
Adds a content filter to be used during the copy.
filter(Closure) - Method in interface org.gradle.api.file.CopyProcessingSpec
Adds a content filter based on the provided closure.
filter(Map<String, Object>, Class<FilterReader>) - Method in interface org.gradle.api.file.CopySpec
Adds a content filter to be used during the copy.
filter(Class<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(Map<String, Object>, Class<FilterReader>) - Method in class org.gradle.api.tasks.Copy
Adds a content filter to be used during the copy.
filter(Class<FilterReader>) - Method in class org.gradle.api.tasks.Copy
Adds a content filter to be used during the copy.
filter(Closure) - Method in class org.gradle.api.tasks.Copy
Adds a content filter based on the provided closure.
filterIterable(Iterable<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.DomainObjectCollection
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.
findExistingDirs(Collection<File>) - Method in class org.gradle.api.tasks.util.ExistingDirsFilter
 
findExistingDirsAndLogExitMessage(Collection<File>) - Method in class org.gradle.api.tasks.util.ExistingDirsFilter
 
findExistingDirsAndThrowStopActionIfNone(Collection<File>) - Method in class org.gradle.api.tasks.util.ExistingDirsFilter
 
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(String) - Method in interface org.gradle.api.plugins.PluginContainer
Returns the plugin for the given name.
findPlugin(Class<? extends Plugin>) - 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.
findWebXml() - Method in class org.gradle.api.plugins.jetty.JettyConfiguration
 
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) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a resolver that looks into a number of directories for artifacts.
flush() - Static method in class org.gradle.api.logging.StandardOutputLogging
 
footer(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
ForkMode - Enum in org.gradle.api.tasks.testing
 
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 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 for a copy and creates a child CopySourceSpec.
from(Object...) - Method in class org.gradle.api.tasks.Copy
Specifies source files or directories for a copy.
from(Object, Closure) - Method in class org.gradle.api.tasks.Copy
Specifies the source for a copy and creates a child CopySourceSpec.
fromString(String) - Static method in enum org.gradle.CacheUsage
 
FULL_STACKTRACE - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 

G

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.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
 
generate(String, String, File) - Method in class org.gradle.api.tasks.wrapper.WrapperScriptGenerator
 
generateClasspath() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
 
generateManifest() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
 
generateProject() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseProject
 
generateWtp() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
 
generateWtpModule() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtpModule
 
getActions() - Method in interface org.gradle.api.Task
Returns the sequence of TaskAction 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
 
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.
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 thos 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 for this source set.
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 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.
getAntGroovyCompile() - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
getAntGroovydoc() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
 
getAntScalaCompile() - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
getAntScalaDefine() - Method in class org.gradle.api.tasks.scala.ScalaDefine
 
getAntScalaDoc() - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
getAntValue() - Method in class org.gradle.api.tasks.bundling.Compression
 
getAntValue() - Method in class org.gradle.api.tasks.bundling.LongFile
 
getApiDocTitle() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
Returns the title for API documentation for the project.
getArchiveBase() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the archive base.
getArchiveClassifier() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the archive classifier.
getArchiveName() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returnes the archive name.
getArchivePath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the archive path.
getArtifactId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
 
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.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.
getAsFileTree() - Method in interface org.gradle.api.file.FileCollection
Converts this collection to a FileTree.
getAsMap() - Method in interface org.gradle.api.DomainObjectCollection
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.DomainObjectCollection
Locates an object by name, failing if there is no such task.
getAt(String) - Method in interface org.gradle.api.plugins.PluginCollection
Locates an object by name, failing if there is no such task.
getAt(String) - Method in interface org.gradle.api.tasks.TaskCollection
Locates an object by name, failing if there is no such task.
getBaseDir() - Method in class org.gradle.api.tasks.ant.AntTarget
Returns the Ant project base directory to use when executing the target.
getBootClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getBootClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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
Returns the name of the build directory of this project.
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 evaulate against this project object.
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.
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.
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.DomainObjectCollection
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - Method in interface org.gradle.api.DomainObjectCollection
Locates an object by name, failing if there is no such object.
getByName(String) - Method in interface org.gradle.api.plugins.PluginCollection
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
 
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.
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.maven.MavenPom
 
getClassifier() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the classifier of this published artifact.
getClassLoader() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the ClassLoader which contains the classpath for this script.
getClassLoader() - Method in interface org.gradle.api.initialization.Settings
Returns the classloader used to compile and execute the settings script.
getClassLoader() - Method in class org.gradle.BootstrapLoader
 
getClassName() - Method in class org.gradle.api.testing.execution.TestClassVisitor
 
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
 
getClasspath() - Method in class org.gradle.api.tasks.compile.Compile
 
getClasspath() - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
getClasspath() - Method in class org.gradle.api.tasks.scala.ScalaDefine
 
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
 
getClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getClassPathFiles() - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
getClassPathFiles() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getClasspathLibs() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Returns a list with library paths to be transformed into eclipse lib dependencies.
getClasspathTypes() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the classpath types.
getCompileClasspath() - Method in interface org.gradle.api.tasks.SourceSet
Returns the classpath used to compile this source.
getCompileTaskName(String) - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of a compile task for this source set.
getConf2ScopeMappings() - Method in class org.gradle.api.plugins.MavenPluginConvention
 
getConfigFile() - Method in class org.gradle.api.plugins.quality.Checkstyle
 
getConfigFile() - Method in class org.gradle.api.plugins.quality.CodeNarc
 
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
 
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 use to build a report.
getConfiguredContextHandlers() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getConnectors() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getConnectors() - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
getConnectors() - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
getContextPath() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getConvention() - Method in interface org.gradle.api.Project
Return 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.Copy
 
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.
getDefaultImportsFile() - Method in class org.gradle.StartParameter
 
getDefaultProjectSelector() - Method in class org.gradle.StartParameter
Returns the selector used to choose the default project of the build.
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.
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.initialization.dsl.ScriptHandler
Returns the dependencies of the script.
getDependencies() - Method in interface org.gradle.api.Project
Returns the dependencies 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.
getDeployName() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Returns the deploy name for this project.
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.Rule
Returns the description of the rule.
getDescription() - Method in interface org.gradle.api.Task
Returns the description of a task.
getDescription() - Method in class org.gradle.api.tasks.ant.AntTarget
Returns the description of a 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
 
getDestinationDir() - Method in class org.gradle.api.tasks.compile.Compile
 
getDestinationDir() - Method in class org.gradle.api.tasks.Copy
 
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
 
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.WorkResult
 
getDigester(String) - Method in interface org.gradle.api.changedetection.digest.DigesterCache
 
getDigesterFactory() - Method in interface org.gradle.api.changedetection.digest.DigesterCache
 
getDir() - Method in interface org.gradle.api.artifacts.repositories.InternalRepository
 
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.Clean
 
getDirectory() - Method in class org.gradle.api.plugins.jetty.util.ScanTargetPattern
 
getDirectoryStateChangeDetecter() - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
getDistributionBase() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the distribution base.
getDistributionPath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the distribution path.
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
 
getDocletClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getDocletClasspath() - 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.
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
 
getErrStream() - Method in class org.gradle.api.logging.StandardOutputState
 
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.util.ScanTargetPattern
 
getExcludes() - Method in class org.gradle.api.tasks.Copy
Get the set of exclude patterns.
getExcludes() - Method in class org.gradle.api.tasks.SourceTask
Get 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
Get the set of exclude patterns.
getExecHandle() - Method in class org.gradle.external.javadoc.JavadocExecHandleBuilder
 
getExecuted() - Method in interface org.gradle.api.Task
Returns true if this task has been executed.
getExistingDirsFilter() - Method in class org.gradle.api.tasks.Clean
 
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.Compression
 
getExtraScanTargets() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getFailForMissingDependencies() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Returns whether the build should fail if lib dependencies intended to be used by this task can not be resolved.
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.FileVisitDetails
Returns the file being visited.
getFile(File) - Method in class org.gradle.api.file.RelativePath
 
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.
getFilesFromArtifacts(Set<ResolvedArtifact>) - Static method in class org.gradle.api.artifacts.ResolvedDependencies
 
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 ResolvedDependency instances for every configuration dependency.
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
 
getFormatter() - Method in class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
getGradle() - Method in interface org.gradle.api.invocation.Gradle
Returns this Gradle instance.
getGradle() - Method in interface org.gradle.api.Project
Returns the Gradle which this project belongs to.
getGradle() - Method in class org.gradle.BuildResult
 
getGradleClasspath() - Static method in class org.gradle.BootstrapLoader
 
getGradleHomeDir() - Method in interface org.gradle.api.invocation.Gradle
Returns the Gradle home directory.
getGradleHomeDir() - Method in class org.gradle.StartParameter
 
getGradleHomeLibClasspath() - Static method in class org.gradle.BootstrapLoader
 
getGradleUserHomeDir() - Method in interface org.gradle.api.invocation.Gradle
Returns the Gradle user home directory.
getGradleUserHomeDir() - Method in class org.gradle.StartParameter
 
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
 
getGroovyClasspath() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the classpath to use to locate classes referenced by the documented source.
getGroovyOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompile
Gets the options for the groovyc 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.artifacts.ResolvedDependency
Returns the group of the resolved dependency
getGroup() - Method in interface org.gradle.api.Project
Returns the group of this project.
getGroupId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
 
getGroups() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHeader() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the html header for each page.
getHelpFile() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHierarchy() - Method in interface org.gradle.api.artifacts.Configuration
Gets a list including this configuration and all superconfigurations recursively.
getHttpPort() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getHttpPort() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
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.util.ScanTargetPattern
 
getIncludes() - Method in class org.gradle.api.tasks.Copy
Get the set of include patterns.
getIncludes() - Method in class org.gradle.api.tasks.SourceTask
Get 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
Get the set of include patterns.
getInitscript() - Method in interface org.gradle.api.invocation.Gradle
Returns the init script handler for this build.
getInitScripts() - Method in class org.gradle.StartParameter
Returns all explicitly added init scripts that will be run before the build starts.
getInstructions() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns all exisiting instruction.
getInternalRepository() - Method in interface org.gradle.api.invocation.Gradle
Returns the repository used to pass artifacts between projects in this build.
getJarPath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the jar path.
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.
getJavaConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
getJavaSrc() - Method in class org.gradle.api.tasks.scala.ScalaCompile
Returns the Java source for this task.
getJettyConfig() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getJettyEnvXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getJettyEnvXmlFile() - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
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
 
getLastName() - Method in class org.gradle.api.file.RelativePath
 
getLeafSyncSpecs() - Method in class org.gradle.api.tasks.Copy
 
getLevel() - Method in class org.gradle.api.logging.DefaultStandardOutputCapture
 
getLevel() - Method in interface org.gradle.api.logging.StandardOutputCapture
Returns the log level the output is redirected to.
getLicense() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the license
getLicenseHeader() - Method in interface org.gradle.api.artifacts.maven.MavenPom
 
getLineNumber() - Method in exception org.gradle.api.GradleScriptException
Returns the line in the script where this exception occurred, if known.
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 exception org.gradle.api.GradleScriptException
Returns a description of the location of where this execption occurred.
getLogger() - Method in interface org.gradle.api.initialization.Settings
Returns the logger for this build.
getLogger() - Method in interface org.gradle.api.invocation.Gradle
Returns the logger for this build.
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.Task
Returns the logger for this task.
getLoggingConfigurer() - Method in class org.gradle.DefaultGradleFactory
 
getLoggingJars() - Static method in class org.gradle.BootstrapLoader
 
getLogLevel(String) - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
getLogLevel() - Method in class org.gradle.StartParameter
 
getLogLevelCommandLine(LogLevel) - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
getLogLevels() - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
getMapping(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
 
getMaxMemory() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the amount of memory allocated to this task.
getMemberLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getMemberLevel() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getMessage() - Method in exception org.gradle.api.GradleScriptException
getModuleArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency.
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.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 class org.gradle.api.tasks.testing.AbstractTestFramework
 
getNonLoggingJars() - Static method in class org.gradle.BootstrapLoader
 
getNoQualifiers() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getOption() - Method in class org.gradle.external.javadoc.optionfile.AbstractJavadocOptionFileOption
 
getOption() - Method in interface org.gradle.external.javadoc.optionfile.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
 
getOptions() - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
getOptions() - Method in class org.gradle.api.tasks.testing.Test
Backwards compatible access to the TestFramework options.
getOptions() - Method in interface org.gradle.api.testing.TestFramework
 
getOptionsFile() - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
getOriginalMessage() - Method in exception org.gradle.api.GradleScriptException
Returns the undecorated message of this exception.
getOutput() - Method in interface org.gradle.api.Task
Returns a OutputHandler object providing information whether a task's output was created successfully and when it was last modified.
getOutputDirectory() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Returns the eclipse output directory for compiled sources
getOutputDirectory() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Returns the java-output-path to be used by the wtp descriptor file.
getOutputFile() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the file which the report will be written to.
getOutputLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getOutputLevel() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getOutStream() - Method in class org.gradle.api.logging.StandardOutputState
 
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
 
getPackaging() - Method in interface org.gradle.api.artifacts.maven.MavenPom
 
getParent() - Method in class org.gradle.api.file.RelativePath
 
getParent() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the parent of this project, if any.
getParent() - Method in interface org.gradle.api.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.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.
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.ProjectPluginsContainer
Returns a plugin with the specified id if this plugin has been used in the project.
getPlugin(Class<? extends Plugin>) - Method in interface org.gradle.api.plugins.ProjectPluginsContainer
Returns a plugin with the specified type if this plugin has been used in the project.
getPluginPropertiesFile() - Method in class org.gradle.StartParameter
 
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.
getPomDir() - Method in class org.gradle.api.plugins.MavenPluginConvention
 
getPomDirName() - Method in class org.gradle.api.plugins.MavenPluginConvention
 
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 class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Returns the project dependencies to be transformed into eclipse project dependencies.
getProjectDependencies() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Returns the project dependencies to be transformed into eclipse project dependencies.
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.
getProjectName() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseProject
Returns the name used for the name of the eclipse project
getProjectProperties() - Method in class org.gradle.StartParameter
 
getProjectType() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseProject
Returns the type of the Eclipse project
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
 
getProperties() - Method in interface org.gradle.api.Project
Returns the properties of this project.
getProxiedObject() - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
getProxiedObject() - Method in interface org.gradle.api.plugins.jetty.util.Proxy
 
getReferences() - Method in class org.gradle.api.AntBuilder
Returns the references of the Ant project.
getRelativePath() - Method in interface org.gradle.api.file.FileVisitDetails
Returns the path of the file being visited.
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.PropertyReportTask
 
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
getReportableCauses() - Method in exception org.gradle.api.GradleScriptException
Returns the reportable causes for this failure.
getReportableException() - Method in exception org.gradle.api.GradleScriptException
Returns the reportable exception for this failure.
getReportFile() - Method in class org.gradle.api.plugins.quality.CodeNarc
 
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
 
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
 
getRequestLog() - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
getRequestLog() - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
getResolvedArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
 
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
 
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.
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.DomainObjectContainer
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.
getScalaCompileOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
getScalaDocOptions() - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
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
Returns the script destination path.
getScriptSource() - Method in exception org.gradle.api.GradleScriptException
Returns the source the script where this of this exception occurred.
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(String) - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
getShowStacktrace() - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
getShowStacktrace() - Method in class org.gradle.StartParameter
 
getShowStacktraceCommandLine(StartParameter.ShowStacktrace) - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
getSingleFile() - Method in interface org.gradle.api.file.FileCollection
Returns the content of this collection, asserting it contains exactly one file.
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.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.Compile
 
getSourceNames() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getSourceNames() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getSourceNames() - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
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.
getSrcDirs() - Method in class org.gradle.api.tasks.Copy
 
getSrcDirs() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
A list of directories which contain the sources.
getSrcDirs() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtpModule
 
getStandardOutputLoggingAdapter() - Method in class org.gradle.api.logging.StandardOutputLogging.LoggingPrintStream
 
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.
getState() - Method in interface org.gradle.api.artifacts.Configuration
Returns the state of the configuration.
getStateSnapshot() - Static method in class org.gradle.api.logging.StandardOutputLogging
Returns the current values for System.out and Sytem.err.
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
 
getStopKey() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
getStopKey() - Method in class org.gradle.api.plugins.jetty.JettyStop
Returns stop key.
getStopPort() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getStopPort() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
getStopPort() - Method in class org.gradle.api.plugins.jetty.JettyStop
Returns port to listen to stop jetty on sending 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.
getSuperClassName() - Method in class org.gradle.api.testing.execution.TestClassVisitor
 
getSuperTestClassFile(String) - Method in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
getSymbolicName() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the symbolic name.
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.Compile
 
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.
getTaskNames() - Method in class org.gradle.api.artifacts.ProjectDependenciesBuildInstruction
 
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.
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.
getTestClassesDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the root folder for the compiled test sources.
getTestClassesDirectory() - Method in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
getTestClassesDirectory() - Method in interface org.gradle.api.testing.TestFrameworkDetector
 
getTestClassNames() - Method in class org.gradle.api.tasks.testing.TestClassScanner
 
getTestClassNames() - Method in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
getTestClassNames() - Method in interface org.gradle.api.testing.TestFramework
 
getTestClassNames() - Method in interface org.gradle.api.testing.TestFrameworkDetector
 
getTestFramework() - Method in class org.gradle.api.tasks.testing.Test
 
getTestOutputDirectory() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Returns the eclipse output directory for compiled test sources
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.ide.eclipse.EclipseClasspath
Returns a list of paths to be transformed into eclipse test source dirs.
getTestSrcDirs() - Method in class org.gradle.api.tasks.testing.Test
 
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
 
getTmpDirectory() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getType() - Method in interface org.gradle.api.artifacts.DependencyArtifact
Returns the type of the dependency artifact.
getType() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the type of the published artifact.
getType() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getType() - Method in class org.gradle.api.artifacts.specs.DependencyTypeSpec
 
getTypeName() - Method in class org.gradle.api.artifacts.repositories.WebdavResolver
 
getUnixWrapperScriptGenerator() - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
getUploadInternalTaskName() - Method in interface org.gradle.api.artifacts.Configuration
Returns the name of the task that upload the artifacts of this configuration to the internal Gradle repository used resolving inter-project dependencies.
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.
getUrlRoot() - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
getUserRealms() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getUserRealms() - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
getUserRealms() - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
getValue(Convention, IConventionAware) - Method in interface org.gradle.api.tasks.ConventionValue
Returns some object.
getValue() - Method in class org.gradle.external.javadoc.optionfile.AbstractJavadocOptionFileOption
 
getValue() - Method in class org.gradle.external.javadoc.optionfile.AbstractListJavadocOptionFileOption
 
getValue() - Method in interface org.gradle.external.javadoc.optionfile.OptionLessJavadocOptionFileOption
 
getValue() - Method in class org.gradle.external.javadoc.optionfile.OptionLessStringsJavadocOptionFileOption
 
getValue() - Method in class org.gradle.external.javadoc.optionfile.TagsJavadocOptionFileOption
 
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
 
getVersion() - Method in interface org.gradle.api.artifacts.Module
 
getVersion() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the version of the resolved dependency.
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.
getWarConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
getWarLibs() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Returns a list with library paths to be deployed as war lib dependencies.
getWarResourceMappings() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Returns the war resource mappings
getWebApp() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
getWebAppConfig() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebAppSourceDirectory() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getWebDefaultXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getWebXmlFile() - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
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
 
getWriter() - Method in class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
GNU - Static variable in class org.gradle.api.tasks.bundling.LongFile
 
Gradle - Interface in org.gradle.api.invocation
A Gradle represents an invocation of Gradle.
GRADLE_HOME_PROPERTY_KEY - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 
GRADLE_HOME_PROPERTY_KEY - Static variable in class org.gradle.Main
 
GRADLE_PROPERTIES - Static variable in interface org.gradle.api.Project
 
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
 
GradleException(Throwable) - Constructor for exception org.gradle.api.GradleException
 
GradleFactory - Interface in org.gradle
A GradleFactory is responsible for creating a GradleLauncher instance for a build, from a StartParameter.
GradleLauncher - Class in org.gradle
GradleLauncher is the main entry point for embedding Gradle.
GradleLauncher(GradleInternal, InitScriptHandler, SettingsHandler, IGradlePropertiesLoader, BuildLoader, BuildConfigurer, LoggingConfigurer, ListenerManager) - Constructor for class org.gradle.GradleLauncher
Creates a new instance.
GradleScriptException - Exception in org.gradle.api
A GradleScriptException is thrown when an exception occurs in the parsing or execution of a script.
GradleScriptException(String, Throwable, ScriptSource) - Constructor for exception org.gradle.api.GradleScriptException
 
GradleScriptException(String, Throwable, ScriptSource, Integer) - 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.
GraphvizReportRenderer - Class in org.gradle.api.tasks.diagnostics
DependencyGrAaphRenderer that emits simple graphviz dot notation for a dependency tree.
GraphvizReportRenderer() - Constructor for class org.gradle.api.tasks.diagnostics.GraphvizReportRenderer
 
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.GroovyPlugin
 
GroovyCompile - Class in org.gradle.api.tasks.compile
 
GroovyCompile() - Constructor for class org.gradle.api.tasks.compile.GroovyCompile
 
Groovydoc - Class in org.gradle.api.tasks.javadoc
This task generates html api doc for Groovy classes.
Groovydoc() - Constructor for class org.gradle.api.tasks.javadoc.Groovydoc
 
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
 
GroovyPomFilterContainer - Interface in org.gradle.api.artifacts.maven
 
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
 
GroupsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
GroupsJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.GroupsJavadocOptionFileOption
 
GZIP - Static variable in class org.gradle.api.tasks.bundling.Compression
 

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.ProjectDependenciesBuildInstruction
 
hashCode() - Method in class org.gradle.api.artifacts.PublishInstruction
 
hashCode() - Method in class org.gradle.api.artifacts.specs.DependencyTypeSpec
 
hashCode() - Method in class org.gradle.api.file.RelativePath
 
hashCode() - Method in class org.gradle.api.logging.DefaultStandardOutputCapture
 
hashCode() - Method in class org.gradle.api.logging.StandardOutputState
 
hashCode() - Method in class org.gradle.api.specs.CompositeSpec
 
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 name, 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.
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
 
IllegalDependencyNotation(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() - Constructor for exception org.gradle.api.IllegalOperationAtExecutionTimeException
 
IllegalOperationAtExecutionTimeException(String) - Constructor for exception org.gradle.api.IllegalOperationAtExecutionTimeException
 
IllegalOperationAtExecutionTimeException(String, Throwable) - Constructor for exception org.gradle.api.IllegalOperationAtExecutionTimeException
 
IllegalOperationAtExecutionTimeException(Throwable) - 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.
IMPORTS_FILE_NAME - Static variable in class org.gradle.Main
 
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(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.Copy
Adds an ANT style include pattern.
include(Iterable<String>) - Method in class org.gradle.api.tasks.Copy
Adds an ANT style include pattern.
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(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(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.
includeFlat(String[]) - Method in interface org.gradle.api.initialization.Settings
Adds the given projects to the build.
index(File) - Method in class org.gradle.api.artifacts.indexing.JarArtifactIndexer
 
IndexFileUtil - Class in org.gradle.api.artifacts.indexing
 
IndexFileUtil() - Constructor for class org.gradle.api.artifacts.indexing.IndexFileUtil
 
INFO - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 
INIT_SCRIPT - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 
initialize(Project, Test) - Method in interface org.gradle.api.testing.TestFramework
 
initialize(File, boolean) - Method in class org.gradle.BootstrapLoader
 
initialize(ClassLoader, File, boolean, boolean, boolean) - Method in class org.gradle.BootstrapLoader
 
initscript(Closure) - Method in interface org.gradle.api.invocation.Gradle
Configures the init script classpath for this build.
injectCustomFactory(GradleFactory) - Static method in class org.gradle.GradleLauncher
 
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
 
InternalRepository - Interface in org.gradle.api.artifacts.repositories
 
into(Object) - Method in interface org.gradle.api.file.CopyProcessingSpec
Specifies the destination directory for a copy.
into(Object) - Method in interface org.gradle.api.file.CopySpec
Specifies the destination directory for a copy.
into(Object) - Method in class org.gradle.api.tasks.Copy
Specifies the destination directory for a copy.
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
 
InvalidUserDataException(Throwable) - Constructor for exception org.gradle.api.InvalidUserDataException
 
IoFactory - Interface in org.gradle.api.io
 
isAbstract() - Method in class org.gradle.api.testing.execution.TestClassVisitor
 
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
 
isChanging() - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
Returns whether or nor Gradle should always check for a change in the remote repository.
isDaemon() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
isDocFilesSubDirs() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isDryRun() - Method in class org.gradle.StartParameter
 
isEnabled() - Method in class org.gradle.api.logging.DefaultStandardOutputCapture
 
isEnabled(LogLevel) - Method in interface org.gradle.api.logging.Logger
Returns true if the given log level is enabled for this logger.
isEnabled() - Method in interface org.gradle.api.logging.StandardOutputCapture
Whether a call to StandardOutputCapture.start() will trigger redirection of the output.
isFailForMissingDependencies() - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Returns whether the build should fail if lib dependencies intended to be used by this task can not be resolved.
isFailOnError() - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
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.
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
 
isLaunchGUI() - Method in class org.gradle.StartParameter
Determines whether or not the GUI was requested to be launched.
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
 
isProgressEnabled() - Method in interface org.gradle.api.logging.Logger
Returns true if progress log level is enabled for this logger.
isQuietEnabled() - Method in interface org.gradle.api.logging.Logger
Returns true if quiet log level is enabled for this logger.
isRebuild() - Method in class org.gradle.api.artifacts.ProjectDependenciesBuildInstruction
 
isSatisfiedBy(Dependency) - Method in class org.gradle.api.artifacts.specs.DependencyTypeSpec
 
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
 
isSearchUpwards() - Method in class org.gradle.StartParameter
 
isSerialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isShowHelp() - Method in class org.gradle.StartParameter
 
isShowVersion() - Method in class org.gradle.StartParameter
 
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
 
isStopAtFailuresOrErrors() - Method in class org.gradle.api.tasks.testing.Test
Returns whether this task should throw an exception in case of test failure or error.
isTest() - Method in class org.gradle.api.testing.execution.TestClassVisitor
 
isTestClass(File) - Method in interface org.gradle.api.testing.TestFramework
 
isTestReport() - Method in class org.gradle.api.tasks.testing.Test
 
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
 
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.
IvyObjectBuilder<T> - Interface in org.gradle.api.artifacts
A IvyObjectBuilder builds Ivy domain objects of type T.

J

JAR - Static variable in class org.gradle.api.plugins.DefaultConventionsToPropertiesMapping
 
JAR_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
JarArtifactIndexer - Class in org.gradle.api.artifacts.indexing
 
JarArtifactIndexer(IndexFileUtil) - Constructor for class org.gradle.api.artifacts.indexing.JarArtifactIndexer
 
JarFilePackageListener - Interface in org.gradle.api.artifacts.indexing
 
JarFilePackageLister - Class in org.gradle.api.artifacts.indexing
 
JarFilePackageLister() - Constructor for class org.gradle.api.artifacts.indexing.JarFilePackageLister
 
java(Convention) - Method in class org.gradle.api.plugins.EclipsePlugin
 
java(Convention) - Method in class org.gradle.api.plugins.JavaPlugin
 
java(Closure) - Method in interface org.gradle.api.tasks.SourceSet
Configures the Java source for this set.
Javadoc - Class in org.gradle.api.tasks.javadoc
Generates Javadoc from Java source.
Javadoc() - Constructor for class org.gradle.api.tasks.javadoc.Javadoc
 
JAVADOC_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
JavadocExecHandleBuilder - Class in org.gradle.external.javadoc
 
JavadocExecHandleBuilder() - Constructor for class org.gradle.external.javadoc.JavadocExecHandleBuilder
 
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
 
JavadocOptionFile - Class in org.gradle.external.javadoc.optionfile
 
JavadocOptionFile() - Constructor for class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
JavadocOptionFileOption<T> - Interface in org.gradle.external.javadoc.optionfile
 
JavadocOptionFileWriter - Class in org.gradle.external.javadoc.optionfile
 
JavadocOptionFileWriter(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriter
 
JavadocOptionFileWriterContext - Class in org.gradle.external.javadoc.optionfile
 
JavadocOptionFileWriterContext(BufferedWriter) - Constructor for class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
JavadocOutputLevel - Enum in org.gradle.external.javadoc
This enum maps to the -verbose and -quiet options of the javadoc executable.
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.
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
 
JettyConfiguration - Class in org.gradle.api.plugins.jetty
 
JettyConfiguration() - Constructor for class org.gradle.api.plugins.jetty.JettyConfiguration
 
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
 
JettyPluginConvention() - Constructor for class org.gradle.api.plugins.jetty.JettyPluginConvention
 
JettyPluginServer - Class in org.gradle.api.plugins.jetty
Jetty6PluginServer

Jetty6 version of a wrapper for the Server class.

JettyPluginServer() - Constructor for class org.gradle.api.plugins.jetty.JettyPluginServer
 
JettyPluginServer - Interface in org.gradle.api.plugins.jetty.util
JettyPluginServer Type to hide differences in API for different versions of Jetty for Server class.
JettyPluginWebAppContext - Class in org.gradle.api.plugins.jetty
Jetty6PluginWebAppContext
JettyPluginWebAppContext() - Constructor for class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
JettyRun - Class in org.gradle.api.plugins.jetty
The JettyRun task deploys an exploded web application to an embedded Jetty web container, without first requiring that the web application be assembled into a war, saving time during the development cycle.
JettyRun() - Constructor for class org.gradle.api.plugins.jetty.JettyRun
 
JettyRunWar - Class in org.gradle.api.plugins.jetty
The JettyRunWar 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
 
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
 
join() - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
join() - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
joinBy - Variable in class org.gradle.external.javadoc.optionfile.AbstractListJavadocOptionFileOption
 

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
 
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
 
LinksOfflineJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
LinksOfflineJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.LinksOfflineJavadocOptionFileOption
 
linkSource(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linkSource() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
listJarPackages(File, JarFilePackageListener) - Method in class org.gradle.api.artifacts.indexing.JarFilePackageLister
 
load(String) - Method in class org.gradle.BootstrapLoader
 
loadClass(String) - Method in class org.gradle.ParentLastClassLoader
 
locale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
locale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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
 
LogLevel - Enum in org.gradle.api.logging
 
LongFile - Class in org.gradle.api.tasks.bundling
 

M

main(String[]) - Static method in class org.gradle.api.changedetection.ChangeDetecter
 
main(String[]) - Static method in class org.gradle.BootstrapMain
 
Main - Class in org.gradle
 
Main(String[]) - Constructor for class org.gradle.Main
 
main(String[]) - Static method in class org.gradle.Main
 
Main.BuildCompleter - Interface in org.gradle
 
MAIN_SOURCE_SET_NAME - Static variable in interface org.gradle.api.tasks.SourceSet
The name of the main source set.
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.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.plugins.PluginCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Spec<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
Returns a collection which contains the objects in this collection which meet the given specification.
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) - 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) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map, 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.
mavenInstaller() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
mavenInstaller(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
 
mavenInstaller(Map) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map, Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Behaves the same way as RepositoryHandler.mavenInstaller(java.util.Map).
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
 
MavenPluginConvention(Project, Map) - 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) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which is Maven compatible.
MavenResolver - Interface in org.gradle.api.artifacts.maven
 
MinimalJavadocOptions - Interface in org.gradle.external.javadoc
 
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.
Monitor - Class in org.gradle.api.plugins.jetty.util
Monitor

Listens for stop commands eg via mvn jetty:stop and causes jetty to stop either by exiting the jvm, or by stopping the Server instances.

Monitor(int, String, Server[], boolean) - Constructor for class org.gradle.api.plugins.jetty.util.Monitor
 
MultilineStringsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
MultilineStringsJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.MultilineStringsJavadocOptionFileOption
 
MultilineStringsJavadocOptionFileOption(String, List<String>) - Constructor for class org.gradle.external.javadoc.optionfile.MultilineStringsJavadocOptionFileOption
 

N

name - Variable in class org.gradle.api.tasks.testing.AbstractTestFramework
 
natureNames() - Method in enum org.gradle.api.tasks.ide.eclipse.ProjectType
 
newBuild() - Method in class org.gradle.StartParameter
Creates the parameters for a new build, using these parameters as a template.
newInstance(String[]) - Method in class org.gradle.DefaultGradleFactory
 
newInstance(StartParameter) - Method in class org.gradle.DefaultGradleFactory
 
newInstance(StartParameter) - Method in interface org.gradle.GradleFactory
Creates a new GradleLauncher instance for the given parameters.
newInstance(String[]) - Method in interface org.gradle.GradleFactory
 
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.
newLine() - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
noComment(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noComment() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
NONE - Static variable in class org.gradle.api.tasks.bundling.Compression
 
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
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
 
NotSpec(Spec<? super T>) - Constructor for class org.gradle.api.specs.NotSpec
 

O

off() - Static method in class org.gradle.api.logging.StandardOutputLogging
Sets System.err and System.out to the values they had before Gradle has been started.
offErr() - Static method in class org.gradle.api.logging.StandardOutputLogging
Sets System.err to the values it had before Gradle has been started.
offOut() - Static method in class org.gradle.api.logging.StandardOutputLogging
Sets System.out to the values it had before Gradle has been started.
OMIT - Static variable in class org.gradle.api.tasks.bundling.LongFile
 
on(LogLevel) - Static method in class org.gradle.api.logging.StandardOutputLogging
Redirects the standard out to the Gradle logging.
onErr(LogLevel) - Static method in class org.gradle.api.logging.StandardOutputLogging
Redirects only System.err to the specified level.
onlyIf(Closure) - Method in interface org.gradle.api.Task
Execute the task only if the closure returns true.
onlyIf(Spec<? super Task>) - Method in interface org.gradle.api.Task
Execute the task only if the spec is satisfied.
onOut(LogLevel) - Static method in class org.gradle.api.logging.StandardOutputLogging
Redirects only System.out to the specified level.
onOutput(CharSequence) - Method in interface org.gradle.api.logging.StandardOutputListener
Called when some output is written by the logging system.
option - Variable in class org.gradle.external.javadoc.optionfile.AbstractJavadocOptionFileOption
 
Optional - Annotation Type in org.gradle.api.tasks
Marks a 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.optionfile
 
OptionLessStringsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
OptionLessStringsJavadocOptionFileOption() - Constructor for class org.gradle.external.javadoc.optionfile.OptionLessStringsJavadocOptionFileOption
 
OptionLessStringsJavadocOptionFileOption(List<String>) - Constructor for class org.gradle.external.javadoc.optionfile.OptionLessStringsJavadocOptionFileOption
 
options(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
options(MinimalJavadocOptions) - Method in class org.gradle.external.javadoc.JavadocExecHandleBuilder
 
optionsFile(File) - Method in class org.gradle.external.javadoc.JavadocExecHandleBuilder
 
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.indexing - package org.gradle.api.artifacts.indexing
 
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.changedetection - package org.gradle.api.changedetection
 
org.gradle.api.changedetection.digest - package org.gradle.api.changedetection.digest
 
org.gradle.api.changedetection.state - package org.gradle.api.changedetection.state
 
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
 
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
 
org.gradle.api.invocation - package org.gradle.api.invocation
Classes for invoking and monitoring gradle builds.
org.gradle.api.io - package org.gradle.api.io
 
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.jetty - package org.gradle.api.plugins.jetty
The Jetty Plugin implementation.
org.gradle.api.plugins.jetty.util - package org.gradle.api.plugins.jetty.util
 
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
 
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.ide.eclipse - package org.gradle.api.tasks.ide.eclipse
The eclipse project generation 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
 
org.gradle.api.tasks.testing - package org.gradle.api.tasks.testing
The unit testing Task implementations.
org.gradle.api.tasks.util - package org.gradle.api.tasks.util
Utility classes used by the standard task implementations.
org.gradle.api.tasks.wrapper - package org.gradle.api.tasks.wrapper
The Gradle wrapper Task.
org.gradle.api.testing - package org.gradle.api.testing
 
org.gradle.api.testing.execution - package org.gradle.api.testing.execution
 
org.gradle.external.javadoc - package org.gradle.external.javadoc
Classes to run Javadoc.
org.gradle.external.javadoc.optionfile - package org.gradle.external.javadoc.optionfile
 
OrSpec<T> - Class in org.gradle.api.specs
 
OrSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.OrSpec
 
OsgiManifest - Interface in org.gradle.api.plugins.osgi
 
OsgiPlugin - Class in org.gradle.api.plugins.osgi
A Plugin which extends the JavaPlugin to add OSGi meta-information to the project JARs.
OsgiPlugin() - Constructor for class org.gradle.api.plugins.osgi.OsgiPlugin
 
OUT_LOGGING_STREAM - Static variable in class org.gradle.api.logging.StandardOutputLogging
 
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
 
overwrite(GradleManifest) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Generated and writes the OSGi manifest information into a GradleManifest.

P

packageIndexFile(File) - Method in class org.gradle.api.artifacts.indexing.IndexFileUtil
 
packageJarFilesMappings - Variable in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
ParentLastClassLoader - Class in org.gradle
This class loader delegates to the parent class loader ONLY if it cannot find it itself.
ParentLastClassLoader(URL[], ClassLoader) - Constructor for class org.gradle.ParentLastClassLoader
 
ParentLastClassLoader(URL[]) - Constructor for class org.gradle.ParentLastClassLoader
 
ParentLastClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.gradle.ParentLastClassLoader
 
parseAnnotations() - Method in class org.gradle.api.plugins.jetty.JettyConfiguration
 
PATH_SEPARATOR - Static variable in interface org.gradle.api.Project
The hierarchy separator for project and task path names
PathJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
PathJavadocOptionFileOption(String, String) - Constructor for class org.gradle.external.javadoc.optionfile.PathJavadocOptionFileOption
 
PathJavadocOptionFileOption(String, List<File>, String) - Constructor for class org.gradle.external.javadoc.optionfile.PathJavadocOptionFileOption
 
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 can be applied to.
Plugin - Interface in org.gradle.api
A Plugin represents an extension to Gradle, which you can use to add behaviour your Project.
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.
PluginInstantiationException - Exception in org.gradle.api.plugins
 
PluginInstantiationException() - Constructor for exception org.gradle.api.plugins.PluginInstantiationException
 
PluginInstantiationException(String) - Constructor for exception org.gradle.api.plugins.PluginInstantiationException
 
PluginInstantiationException(String, Throwable) - Constructor for exception org.gradle.api.plugins.PluginInstantiationException
 
PluginInstantiationException(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.
pom(String, Closure) - Method in interface org.gradle.api.artifacts.maven.GroovyPomFilterContainer
Configures a pom by a closure.
pom(Closure) - Method in interface org.gradle.api.artifacts.maven.GroovyPomFilterContainer
Configures the default pom by a closure.
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).
PomFilterContainer - Interface in org.gradle.api.artifacts.maven
 
PORT_SYSPROPERTY - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
prepare(Project, Test) - Method in interface org.gradle.api.testing.TestFramework
 
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
 
processPossibleTestClass(File) - Method in interface org.gradle.api.testing.TestFrameworkDetector
 
progress(String) - Method in interface org.gradle.api.logging.Logger
Logs the given message at progress log level.
progress(String, Object...) - Method in interface org.gradle.api.logging.Logger
Logs the given message at progress log level.
progress(String, Throwable) - Method in interface org.gradle.api.logging.Logger
Logs the given message at progress log level.
PROGRESS - Static variable in class org.gradle.api.logging.Logging
 
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_FILE_NAME - Static variable in class org.gradle.api.tasks.ide.eclipse.EclipseProject
 
PROJECT_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
ProjectAction - Interface in org.gradle.api
A ProjectAction performs some action on a Project.
ProjectDependenciesBuildInstruction - Class in org.gradle.api.artifacts
 
ProjectDependenciesBuildInstruction(List<String>) - Constructor for class org.gradle.api.artifacts.ProjectDependenciesBuildInstruction
 
ProjectDependency - Interface in org.gradle.api.artifacts
A ProjectDependency is a Dependency on another project in the current project hierarchy.
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.
ProjectPluginsContainer - Interface in org.gradle.api.plugins
A ProjectPluginsContainer is used by a project to use plugins against the project and manage the plugins that have been used.
ProjectReportRenderer - Interface in org.gradle.api.tasks.diagnostics
A ProjectReportRenderer is responsible for rendering the model of a project report.
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
 
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.BuildResultLogger
 
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.BuildResultLogger
 
ProjectType - Enum in org.gradle.api.tasks.ide.eclipse
 
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_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
PropertyReportRenderer - Class in org.gradle.api.tasks.diagnostics
A PropertyReportRenderer is responsible for rendering the model of a property report.
PropertyReportRenderer() - Constructor for class org.gradle.api.tasks.diagnostics.PropertyReportRenderer
 
PropertyReportRenderer(Appendable) - Constructor for class org.gradle.api.tasks.diagnostics.PropertyReportRenderer
 
PropertyReportTask - Class in org.gradle.api.tasks.diagnostics
The PropertyListTask prints out the properties of a project, and its sub-projects and tasks.
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
 
Proxy - Interface in org.gradle.api.plugins.jetty.util
Proxy Provides untyped access to an object of a particular jetty version.
publish(List<DependencyResolver>, PublishInstruction) - 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
 
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 - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 
quiet() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
quiet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 

R

receivePackage(String) - Method in interface org.gradle.api.artifacts.indexing.JarFilePackageListener
 
RelativePath - Class in org.gradle.api.file
Represents a relative path from a base directory to a file.
RelativePath(boolean, String...) - Constructor for class org.gradle.api.file.RelativePath
CTOR
RelativePath(boolean, RelativePath, String...) - Constructor for class org.gradle.api.file.RelativePath
 
relativePath(Object) - Method in interface org.gradle.api.Project
Returns a file object with a relative path to the project directory.
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
 
remapTarget(Closure) - Method in interface org.gradle.api.file.CopyProcessingSpec
Maps a source file to a different relative location under the target directory.
remapTarget(Closure) - Method in interface org.gradle.api.file.CopySpec
Maps a source file to a different relative location under the target directory.
remapTarget(Closure) - Method in class org.gradle.api.tasks.Copy
Maps a source file to a different relative location under the target directory.
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.
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.
rename(String, String) - Method in interface org.gradle.api.file.CopyProcessingSpec
Renames files based on a regular expression.
rename(String, String) - Method in interface org.gradle.api.file.CopySpec
Renames files based on a regular expression.
rename(String, String) - Method in class org.gradle.api.tasks.Copy
Renames files based on a regular expression.
render(ResolvedConfiguration) - Method in class org.gradle.api.tasks.diagnostics.AsciiReportRenderer
 
render(ResolvedConfiguration) - Method in interface org.gradle.api.tasks.diagnostics.DependencyReportRenderer
Writes the given dependency graph for the current configuration.
render(ResolvedConfiguration) - Method in class org.gradle.api.tasks.diagnostics.GraphvizReportRenderer
 
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.
report(Project, Test) - Method in interface org.gradle.api.testing.TestFramework
 
reportExecutionFinished(boolean, BuildResult, String) - Method in interface org.gradle.ExecutionListener
Notification that execution of all tasks has completed.
reportExecutionStarted() - Method in interface org.gradle.ExecutionListener
Notification that overall execution has been started.
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(Project) - Constructor for class org.gradle.api.plugins.ReportingBasePluginConvention
 
reportInternalError(BuildExceptionReporter.FailureDetails) - Method in class org.gradle.BuildExceptionReporter
 
reportLiveOutput(String) - Method in interface org.gradle.ExecutionListener
Report real-time output from gradle and its subsystems (such as ant).
reportTaskComplete(String, float) - Method in interface org.gradle.ExecutionListener
 
reportTaskStarted(String, float) - Method in interface org.gradle.ExecutionListener
Notification that a single task has completed.
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
 
RepositoryHandler - Interface in org.gradle.api.artifacts.dsl
 
RepositoryHandlerFactory - Interface in org.gradle.api.artifacts.dsl
 
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
 
ResolvedConfiguration - Interface in org.gradle.api.artifacts
 
ResolvedDependencies - Class in org.gradle.api.artifacts
 
ResolvedDependencies() - Constructor for class org.gradle.api.artifacts.ResolvedDependencies
 
ResolvedDependency - Interface in org.gradle.api.artifacts
 
ResolveException - Exception in org.gradle.api.artifacts
A ResolveException is thrown when a dependency configuration cannot be resolved for some reason.
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
 
restoreState(StandardOutputState) - Static method in class org.gradle.api.logging.StandardOutputLogging
Sets the values for System.out and Sytem.err.
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 class org.gradle.BuildResult
Rethrows the build failure.
rootProjectDirectory(File) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
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.api.plugins.jetty.util.ConsoleScanner
 
run() - Method in class org.gradle.api.plugins.jetty.util.Monitor
 
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
Task to perform scala compilation.
ScalaCompile() - Constructor for class org.gradle.api.tasks.scala.ScalaCompile
 
ScalaDefine - Class in org.gradle.api.tasks.scala
 
ScalaDefine() - Constructor for class org.gradle.api.tasks.scala.ScalaDefine
 
ScalaDoc - Class in org.gradle.api.tasks.scala
Task to generate Scala API documentation.
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 org.gradle.api.plugins.scala.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.util
 
ScanTargetPattern() - Constructor for class org.gradle.api.plugins.jetty.util.ScanTargetPattern
 
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.
SEPARATOR - Static variable in class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
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 TaskAction objects which will be executed by this task.
setAdditionalRuntimeJars(Iterable<File>) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setAntCompile(AntJavac) - Method in class org.gradle.api.tasks.compile.Compile
 
setAntGroovyCompile(AntGroovyc) - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
setAntGroovydoc(AntGroovydoc) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
 
setAntScalaCompile(AntScalaCompile) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
setAntScalaDefine(AntScalaDefine) - Method in class org.gradle.api.tasks.scala.ScalaDefine
 
setAntScalaDoc(AntScalaDoc) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setArchiveBase(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.
setArchiveClassifier(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Specifies the classifier of the archive as part of the download URL.
setArchiveName(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Specifies the name of the archive as part of the download URL.
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.
setArtifactId(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the artifactId property of the to be generated Maven 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.
setBootClasspath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setBootClasspath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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
 
setBuildDirName(String) - Method in interface org.gradle.api.Project
Sets the build directory name of this project.
setBuildExecuter(BuildExecuter) - Method in class org.gradle.StartParameter
Sets the BuildExecuter to use for the 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.
setBuiltBy(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileCollection
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.CopyAction
Set case sensitivity for comparisons.
setCaseSensitive(boolean) - Method in class org.gradle.api.tasks.Copy
Set case sensitivity for comparisons.
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 interface org.gradle.api.artifacts.maven.MavenPom
Sets the classifier property of the to be generated Maven pom.
setClasspath(FileCollection) - Method in class org.gradle.api.plugins.jetty.JettyRun
Set the classpath for the web application
setClasspath(List<File>) - 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
 
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.Compile
 
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaDefine
 
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
 
setClassPathConfiguration(List) - Method in class org.gradle.api.plugins.jetty.JettyConfiguration
 
setClassPathFiles(List) - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
setClassPathFiles(List<File>) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setClasspathLibs(List<Object>) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Sets a list with library paths to be transformed into eclipse lib dependencies.
setClasspathTypes(List<String>) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Set the dependency types to be taken into account when generating the osgi manifest.
setCompileClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
Sets the classpath used to compile this source.
setConf2ScopeMappings(Conf2ScopeMappingContainer) - Method in class org.gradle.api.plugins.MavenPluginConvention
 
setConfigFile(File) - Method in class org.gradle.api.plugins.quality.Checkstyle
 
setConfigFile(File) - Method in class org.gradle.api.plugins.quality.CodeNarc
 
setConfiguration(Configuration) - Method in class org.gradle.api.tasks.Upload
 
setConfigurations(Set<Configuration>) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Set the configurations to use to build a report.
setConnectors(Connector[]) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setConnectors(Object[]) - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
setConnectors(Object[]) - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
setContextHandlers(ContextHandler[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setContextPath(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setCopyAction(CopyActionImpl) - 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
 
setDefaultImportsFile(File) - Method in class org.gradle.StartParameter
 
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.
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.
setDeployName(Object) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Set the deploy name for this project.
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.Task
Adds a text to describe what the task does to the user of the build.
setDescription(String) - Method in class org.gradle.api.tasks.ant.AntTarget
Adds a text to describe what the task does to the user of the build.
setDescriptorDestination(File) - Method in class org.gradle.api.tasks.Upload
 
setDestinationDir(File) - Method in class org.gradle.api.tasks.compile.Compile
 
setDestinationDir(File) - Method in class org.gradle.api.tasks.Copy
 
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
 
setDestinationDirectory(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setDestinationDirectory(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDir(Object) - Method in interface org.gradle.api.file.ConfigurableFileTree
Specifies base directory for this file tree using the given path.
setDir(File) - Method in class org.gradle.api.tasks.Clean
 
setDirectory(File) - Method in class org.gradle.api.plugins.jetty.util.ScanTargetPattern
 
setDirectoryToProcess(File) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
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
Set's the path where the gradle distributions needed by the wrapper are unzipped.
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
 
setDocletClasspath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setDocletClasspath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setDocTitle(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Set's 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.
setDotGradleStatesDirectory(File) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
setDryRun(boolean) - Method in class org.gradle.StartParameter
 
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
 
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.util.ScanTargetPattern
 
setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.Copy
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
Sets the exclude patterns for test execution.
setExcludes(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Set the allowable exclude patterns.
setExistingDirsFilter(ExistingDirsFilter) - Method in class org.gradle.api.tasks.Clean
 
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.
setExtraScanTargets(List<File>) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setFailForMissingDependencies(boolean) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Sets whether the build should fail if lib dependencies intended to be used by this task can not be resolved.
setFailForMissingDependencies(boolean) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Sets whether the build should fail if lib dependencies intended to be used by this task can not be resolved.
setFailOnError(boolean) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
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
Set's 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.
setGradleHomeDir(File) - Method in class org.gradle.StartParameter
 
setGradleUserHomeDir(File) - Method in class org.gradle.StartParameter
 
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
 
setGroovyClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the classpath to use to locate classes referenced by the documented source.
setGroovyOptions(GroovyCompileOptions) - Method in class org.gradle.api.tasks.compile.GroovyCompile
Sets the options for the groovyc compilation.
setGroupId(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the groupId property of the to be generated Maven 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
Set's header text for each page (optional).
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
 
setIncludePrivate(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Set's 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.util.ScanTargetPattern
 
setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.Copy
Set the allowable include patterns.
setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
Set the allowable include patterns.
setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
Sets the include patterns for test execution.
setIncludes(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Set the allowable include patterns.
setInitScripts(List<File>) - Method in class org.gradle.StartParameter
 
setJarPath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
When executing the wrapper task, the jar path specifies the path where the gradle-wrapper.jar is copied to.
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.JettyPluginWebAppContext
 
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
 
setKeyWords(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLaunchGUI(boolean) - Method in class org.gradle.StartParameter
 
setLicense(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-License instruction.
setLicenseHeader(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the licenseHeader property of the to be generated Maven pom.
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
 
setLoggingConfigurer(LoggingConfigurer) - Method in class org.gradle.DefaultGradleFactory
 
setLogLevel(LogLevel) - Method in class org.gradle.StartParameter
 
setMavenPomDir(File) - Method in interface org.gradle.api.artifacts.ResolverContainer
 
setMaxMemory(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the amount of memory allocated to this task.
setMemberLevel(JavadocMemberLevel) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setMemberLevel(JavadocMemberLevel) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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
 
setOptionFiles(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setOptionFiles(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setOptions(CompileOptions) - Method in class org.gradle.api.tasks.compile.Compile
 
setOptions(MinimalJavadocOptions) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
setOptionsFile(File) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
setOutputDirectory(Object) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Sets the eclipse output directory for compiled sources.
setOutputDirectory(Object) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Sets the java-output-path to be used by the wtp descriptor file.
setOutputFile(File) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Sets the file which the report will be written to.
setOutputFile(File) - Method in interface org.gradle.api.tasks.diagnostics.ProjectReportRenderer
Sets the output file for the report.
setOutputFile(File) - Method in class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
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(File) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Set's 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 property of the to be generated Maven pom.
setParameterConverter(CommandLine2StartParameterConverter) - Method in class org.gradle.Main
 
setPluginPropertiesFile(File) - Method in class org.gradle.StartParameter
 
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
 
setProjectDependencies(List<DefaultProjectDependency>) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Sets the project dependencies to be transformed into eclipse project dependencies.
setProjectDependencies(List<DefaultProjectDependency>) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Sets the project dependencies to be transformed into eclipse project dependencies.
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.
setProjectName(String) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseProject
Sets the name used for the name of the eclipse project.
setProjectProperties(Map<String, String>) - Method in class org.gradle.StartParameter
 
setProjectType(ProjectType) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseProject
Sets the type of the eclipse project
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.
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
 
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
 
setRequestLog(Object) - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
setRequestLog(Object) - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
setResultFile(File) - Method in class org.gradle.api.plugins.quality.Checkstyle
 
setRootProjectDirectory(File) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
setRuntimeClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
Sets the classpath used to execute this source.
setScalaCompileOptions(ScalaCompileOptions) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
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
Specifies a path as the parent dir of the scripts which are generated when executing the wrapper task.
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.
setShowHelp(boolean) - Method in class org.gradle.StartParameter
 
setShowStacktrace(StartParameter.ShowStacktrace) - Method in class org.gradle.StartParameter
 
setShowVersion(boolean) - 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.Compile
 
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.
setSrcDirs(Object) - Method in class org.gradle.api.tasks.Copy
 
setSrcDirs(List<Object>) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Sets a list of paths to be transformed into eclipse source dirs.
setSrcDirs(List<Object>) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtpModule
 
setStartParameter(StartParameter) - Method in class org.gradle.BuildExceptionReporter
 
setStateChangeEventQueuePollTimeout(long) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
setStateChangeEventQueueSize(int) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
setStopAtFailuresOrErrors(boolean) - Method in class org.gradle.api.tasks.testing.Test
Sets whether this task should throw an exception in case of test failuer or error.
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 on executing java -DSTOP.KEY=<stopKey> -DSTOP.PORT=<stopPort> -jar start.jar --stop
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 port to listen to stop jetty on sending 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.
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.Compile
 
setTaskNames(List<String>) - Method in class org.gradle.StartParameter
Sets the tasks to execute in this build.
setTestClassesDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the compiled test sources.
setTestOutputDirectory(Object) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Sets the eclipse output directory for 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) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseClasspath
Sets a list of paths to be transformed into eclipse test source dirs.
setTestSrcDirs(List<File>) - Method in class org.gradle.api.tasks.testing.Test
 
Settings - Interface in org.gradle.api.initialization
Settings declares the configuration required to instantiate and evaluate the hierarchy of Project instances which are to participate in a build.
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.BuildResultLogger
 
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
 
setTmpDirectory(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
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
A URL where to download the gradle distribution from.
setUse(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Set's 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
 
setUserRealms(Object[]) - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
setUserRealms(Object[]) - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
setValue(T) - Method in class org.gradle.external.javadoc.optionfile.AbstractJavadocOptionFileOption
 
setValue(T) - Method in class org.gradle.external.javadoc.optionfile.AbstractListJavadocOptionFileOption
 
setValue(T) - Method in interface org.gradle.external.javadoc.optionfile.OptionLessJavadocOptionFileOption
 
setValue(List<String>) - Method in class org.gradle.external.javadoc.optionfile.OptionLessStringsJavadocOptionFileOption
 
setValue(List<String>) - Method in class org.gradle.external.javadoc.optionfile.TagsJavadocOptionFileOption
 
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 property of the to be generated Maven pom.
setVersion(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Version instruction.
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.
setWarLibs(List<Object>) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Sets a list with library paths to be deployed as war lib dependencies.
setWarResourceMappings(Map<String, List<Object>>) - Method in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
Maps a deploy-path to source-paths.
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.JettyConfiguration
 
setWebXml(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setWebXmlFile(File) - Method in class org.gradle.api.plugins.jetty.JettyPluginWebAppContext
 
setWindowTitle(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Set's 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
 
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
 
showHelp(OutputStream) - Method in interface org.gradle.CommandLine2StartParameterConverter
 
showHelp(OutputStream) - Method in class org.gradle.DefaultCommandLine2StartParameterConverter
 
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
 
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
 
Specs - Class in org.gradle.api.specs
 
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.
STACKTRACE - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 
StandardJavadocDocletOptions - Class in org.gradle.external.javadoc
 
StandardJavadocDocletOptions() - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
StandardJavadocDocletOptions(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
StandardOutputCapture - Interface in org.gradle.api.logging
 
StandardOutputListener - Interface in org.gradle.api.logging
A StandardOutputListener receives text written by Gradle's logging system to standard output or error.
StandardOutputLogging - Class in org.gradle.api.logging
 
StandardOutputLogging() - Constructor for class org.gradle.api.logging.StandardOutputLogging
 
StandardOutputLogging.LoggingPrintStream - Class in org.gradle.api.logging
 
StandardOutputLogging.LoggingPrintStream(StandardOutputLoggingAdapter) - Constructor for class org.gradle.api.logging.StandardOutputLogging.LoggingPrintStream
 
StandardOutputState - Class in org.gradle.api.logging
 
StandardOutputState(PrintStream, PrintStream) - Constructor for class org.gradle.api.logging.StandardOutputState
 
start() - Method in class org.gradle.api.logging.DefaultStandardOutputCapture
 
start() - Method in interface org.gradle.api.logging.StandardOutputCapture
If StandardOutputCapture.isEnabled() is true, it starts output redirection to the Gradle logging system.
start() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
start() - Method in class org.gradle.api.plugins.jetty.JettyPluginServer
 
start() - Method in interface org.gradle.api.plugins.jetty.util.JettyPluginServer
 
startConfiguration(Configuration) - Method in class org.gradle.api.tasks.diagnostics.AsciiReportRenderer
 
startConfiguration(Configuration) - Method in interface org.gradle.api.tasks.diagnostics.DependencyReportRenderer
Starts rendering the given configuration.
startConfiguration(Configuration) - Method in class org.gradle.api.tasks.diagnostics.GraphvizReportRenderer
 
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
 
startProject(Project) - Method in class org.gradle.api.tasks.diagnostics.AsciiReportRenderer
 
startProject(Project) - Method in class org.gradle.api.tasks.diagnostics.GraphvizReportRenderer
 
startProject(Project) - Method in interface org.gradle.api.tasks.diagnostics.ProjectReportRenderer
Starts visiting a project.
startProject(Project) - Method in class org.gradle.api.tasks.diagnostics.TaskReportRenderer
 
startProject(Project) - Method in class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
StateChangeEventFactory - Class in org.gradle.api.changedetection.state
 
StateChangeEventFactory() - Constructor for class org.gradle.api.changedetection.state.StateChangeEventFactory
 
stateChangeEventQueuePollTimeout(long) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
stateChangeEventQueueSize(int) - Method in class org.gradle.api.changedetection.state.DefaultDirectoryStateChangeDetecterBuilder
 
stop() - Method in class org.gradle.api.logging.DefaultStandardOutputCapture
 
stop() - Method in interface org.gradle.api.logging.StandardOutputCapture
If StandardOutputCapture.isEnabled() is true, it restores System.out and System.err to the values they had before StandardOutputCapture.start() has been called.
stop() - Method in class org.gradle.api.plugins.jetty.JettyStop
 
StopActionException - Exception in org.gradle.api.tasks
A StopActionException is be thrown by a TaskAction or task action closure to stop its own execution and to start execution of the task's next action.
StopActionException() - Constructor for exception org.gradle.api.tasks.StopActionException
 
StopActionException(String) - Constructor for exception org.gradle.api.tasks.StopActionException
 
StopExecutionException - Exception in org.gradle.api.tasks
A StopExecutionException is thrown by a TaskAction 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.
StringJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
StringJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.StringJavadocOptionFileOption
 
StringJavadocOptionFileOption(String, String) - Constructor for class org.gradle.external.javadoc.optionfile.StringJavadocOptionFileOption
 
StringsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
StringsJavadocOptionFileOption(String, String) - Constructor for class org.gradle.external.javadoc.optionfile.StringsJavadocOptionFileOption
 
StringsJavadocOptionFileOption(String, List<String>, String) - Constructor for class org.gradle.external.javadoc.optionfile.StringsJavadocOptionFileOption
 
stylesheetFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
subprojects(Action<? super Project>) - Method in interface org.gradle.api.Project
Executes the given Action against the subprojects of this project.
subprojects(Closure) - Method in interface org.gradle.api.Project
Executes the given closure against each of the sub-projects of this project.
SYSTEM_PROP_PREFIX - Static variable in interface org.gradle.api.Project
 

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
 
TagsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
 
TagsJavadocOptionFileOption(String) - Constructor for class org.gradle.external.javadoc.optionfile.TagsJavadocOptionFileOption
 
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 step of 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_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 - Interface in org.gradle.api
A TaskAction performs some action on a Task.
TaskAction - Annotation Type in org.gradle.api.tasks
Marks a method as the action to run when the task is executed.
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.
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.
taskGraphPopulated(TaskExecutionGraph) - Method in class org.gradle.BuildAdapter
 
taskGraphPopulated(TaskExecutionGraph) - Method in interface org.gradle.BuildListener
Called when the task graph for the build has been populated.
taskGraphPopulated(TaskExecutionGraph) - Method in class org.gradle.BuildResultLogger
 
TaskReportRenderer - Class in org.gradle.api.tasks.diagnostics
A TaskReportRenderer is responsible for rendering the model of a project task report.
TaskReportRenderer() - Constructor for class org.gradle.api.tasks.diagnostics.TaskReportRenderer
 
TaskReportRenderer(Appendable) - Constructor for class org.gradle.api.tasks.diagnostics.TaskReportRenderer
 
TaskReportTask - Class in org.gradle.api.tasks.diagnostics
The TaskReportTask prints out the list of tasks in the project, and its subprojects.
TaskReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.TaskReportTask
 
TASKS - Static variable in class org.gradle.DefaultCommandLine2StartParameterConverter
 
TEST - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
TEST - Static variable in class org.gradle.api.plugins.DefaultConventionsToPropertiesMapping
 
Test - Class in org.gradle.api.tasks.testing
A task for executing JUnit (3.8.x or 4) or TestNG 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_FRAMEWORK_DEFAULT_PROPERTY - Static variable in class org.gradle.api.tasks.testing.Test
 
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
 
testClassDirectories - Variable in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
testClassNames - Variable in class org.gradle.api.testing.execution.AbstractTestFrameworkDetector
 
TestClassScanner - Class in org.gradle.api.tasks.testing
 
TestClassScanner(File, Collection<String>, Collection<String>, TestFramework, boolean) - Constructor for class org.gradle.api.tasks.testing.TestClassScanner
 
TestClassVisitor - Class in org.gradle.api.testing.execution
 
TestClassVisitor(TestFrameworkDetector) - Constructor for class org.gradle.api.testing.execution.TestClassVisitor
 
testFramework(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
TestFramework - Interface in org.gradle.api.testing
 
TestFrameworkDetector - Interface in org.gradle.api.testing
 
TextProjectReportRenderer - Class in org.gradle.api.tasks.diagnostics
A basic ProjectReportRenderer which writes out a text report.
TextProjectReportRenderer() - Constructor for class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
TextProjectReportRenderer(Appendable) - Constructor for class org.gradle.api.tasks.diagnostics.TextProjectReportRenderer
 
TMP_DIR_NAME - Static variable in interface org.gradle.api.Project
 
toString() - Method in class org.gradle.api.file.RelativePath
 
toString() - Method in enum org.gradle.api.JavaVersion
 
toString() - Method in enum org.gradle.api.tasks.testing.ForkMode
 
toString() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
 
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.
TRUNCATE - Static variable in class org.gradle.api.tasks.bundling.LongFile
 
type(Type) - Static method in class org.gradle.api.artifacts.specs.DependencySpecs
 
Type - Enum in org.gradle.api.artifacts.specs
 

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
 
UNIX_NL - Static variable in class org.gradle.api.tasks.wrapper.WrapperScriptGenerator
 
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
 
UnknownPluginException() - Constructor for exception org.gradle.api.plugins.UnknownPluginException
 
UnknownPluginException(String) - Constructor for exception org.gradle.api.plugins.UnknownPluginException
 
UnknownPluginException(String, Throwable) - Constructor for exception org.gradle.api.plugins.UnknownPluginException
 
UnknownPluginException(Throwable) - 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
 
Upload - Class in org.gradle.api.tasks
An upload task uploads files to the repositories assigned to it.
Upload() - Constructor for class org.gradle.api.tasks.Upload
 
upload() - Method in class org.gradle.api.tasks.Upload
 
use(Project, ProjectPluginsContainer) - Method in interface org.gradle.api.Plugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.EclipsePlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.GroovyPlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.JavaPlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.MavenPlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.osgi.OsgiPlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.ProjectReportsPlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.ReportingBasePlugin
 
use(Project, ProjectPluginsContainer) - Method in class org.gradle.api.plugins.WarPlugin
 
use(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
use() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
USE_OF_CORRECT_TEST_FRAMEWORK - Static variable in class org.gradle.api.tasks.testing.AbstractTestFramework
 
useDefaultTestFramework(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
useEmbeddedBuildFile(String) - Method in class org.gradle.StartParameter
Specifies that the given script should be used as the build file for this build.
useJUnit() - Method in class org.gradle.api.tasks.testing.Test
 
useJUnit(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
usePlugin(String, Project) - Method in interface org.gradle.api.plugins.ProjectPluginsContainer
Has the same behavior as ProjectPluginsContainer.usePlugin(Class, org.gradle.api.Project) except that the the plugin is specified via its id.
usePlugin(Class<T>, Project) - Method in interface org.gradle.api.plugins.ProjectPluginsContainer
Uses a plugin against a particular project.
usePlugin(String) - Method in interface org.gradle.api.Project
Applies a Plugin to this project.
usePlugin(Class<? extends Plugin>) - Method in interface org.gradle.api.Project
Applies a Plugin to this project.
useTestFramework(TestFramework) - Method in class org.gradle.api.tasks.testing.Test
 
useTestFramework(TestFramework, Closure) - Method in class org.gradle.api.tasks.testing.Test
 
useTestNG() - Method in class org.gradle.api.tasks.testing.Test
 
useTestNG(Closure) - Method in class org.gradle.api.tasks.testing.Test
 

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
 
value - Variable in class org.gradle.external.javadoc.optionfile.AbstractJavadocOptionFileOption
 
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.ide.eclipse.ProjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.testing.ForkMode
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 are 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 are declared.
values() - Static method in enum org.gradle.api.file.FileCollection.AntType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.PathValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.ide.eclipse.ProjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.testing.ForkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.wrapper.Wrapper.PathBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.CacheUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.external.javadoc.JavadocMemberLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.external.javadoc.JavadocOutputLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.StartParameter.ShowStacktrace
Returns an array containing the constants of this enum type, in the order they are declared.
verbose() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
verbose() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
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 interface org.gradle.api.file.FileVisitor
Visits a directory.
visitFile(FileVisitDetails) - Method in interface org.gradle.api.file.FileVisitor
Visits a file.

W

WAR - Static variable in class org.gradle.api.plugins.DefaultConventionsToPropertiesMapping
 
WAR_TASK_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
 
WARN - Static variable in class org.gradle.api.tasks.bundling.LongFile
 
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
 
WebdavResolver - Class in org.gradle.api.artifacts.repositories
 
WebdavResolver() - Constructor for class org.gradle.api.artifacts.repositories.WebdavResolver
 
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.
WINDOWS_NL - Static variable in class org.gradle.api.tasks.wrapper.WrapperScriptGenerator
 
windowTitle(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
windowTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
withType(Class<S>) - Method in interface org.gradle.api.DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.api.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.
WorkResult - Interface in org.gradle.api.tasks
 
Wrapper - Class in org.gradle.api.tasks.wrapper
The wrapper task generates scripts (for *nix and windows) which enable to build your project with Gradle, without having to install Gradle.
Wrapper(Project, String) - Constructor for class org.gradle.api.tasks.wrapper.Wrapper
 
Wrapper.PathBase - Enum in org.gradle.api.tasks.wrapper
 
WRAPPER_JAR_BASE_NAME - Static variable in class org.gradle.api.tasks.wrapper.Wrapper
 
WrapperScriptGenerator - Class in org.gradle.api.tasks.wrapper
 
WrapperScriptGenerator() - Constructor for class org.gradle.api.tasks.wrapper.WrapperScriptGenerator
 
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 class org.gradle.external.javadoc.optionfile.AbstractListJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.BooleanJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.EnumJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.FileJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.GroupsJavadocOptionFileOption
 
write(File) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFile
 
write(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.LinksOfflineJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in interface org.gradle.external.javadoc.optionfile.OptionLessJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.OptionLessStringsJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.StringJavadocOptionFileOption
 
write(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.TagsJavadocOptionFileOption
 
writeCollectionValue(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.AbstractListJavadocOptionFileOption
 
writeCollectionValue(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.MultilineStringsJavadocOptionFileOption
 
writeCollectionValue(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.PathJavadocOptionFileOption
 
writeCollectionValue(JavadocOptionFileWriterContext) - Method in class org.gradle.external.javadoc.optionfile.StringsJavadocOptionFileOption
 
writeMultilineValuesOption(String, Collection<String>) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
writeOption(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
writeOptionHeader(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
writePathOption(String, Collection<File>, String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
writeValue(String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
writeValueOption(String, String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
writeValueOption(String, Collection<String>) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
writeValuesOption(String, Collection<String>, String) - Method in class org.gradle.external.javadoc.optionfile.JavadocOptionFileWriterContext
 
WTP_FILE_DIR - Static variable in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
 
WTP_FILE_NAME - Static variable in class org.gradle.api.tasks.ide.eclipse.EclipseWtp
 

A B C D E F G H I J K L M N O P Q R S T U V W