Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

absolutePath(String) - Method in Project

Converts a name to an absolute project path, resolving names relative to this project.

AbstractAntArchive - Class in org.gradle.api.tasks.bundling
AbstractAntArchive() - Constructor in AbstractAntArchive
AbstractArchiveTask - Class in org.gradle.api.tasks.bundling
AbstractArchiveTask() - Constructor in AbstractArchiveTask
AbstractJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
AbstractJavadocOptionFileOption(String, T) - Constructor in AbstractJavadocOptionFileOption
AbstractJettyRunTask - Class in org.gradle.api.plugins.jetty
AbstractJettyRunTask() - Constructor in AbstractJettyRunTask
AbstractJettyRunWarTask - Class in org.gradle.api.plugins.jetty
AbstractJettyRunWarTask() - Constructor in AbstractJettyRunWarTask
AbstractListJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
AbstractListJavadocOptionFileOption(String, T, String) - Constructor in AbstractListJavadocOptionFileOption
AbstractOptions - Class in org.gradle.api.tasks.compile
AbstractOptions() - Constructor in AbstractOptions
AbstractReportTask - Class in org.gradle.api.tasks.diagnostics
The base class for all project report tasks.
AbstractReportTask() - Constructor in AbstractReportTask
AbstractStateComparator - Class in org.gradle.api.changedetection.state
AbstractStateComparator() - Constructor in AbstractStateComparator
AbstractTestFramework - Class in org.gradle.api.tasks.testing
AbstractTestFramework(String) - Constructor in AbstractTestFramework
AbstractTestFrameworkDetector - Class in org.gradle.api.testing.execution
AbstractTestFrameworkDetector(File, Iterable) - Constructor in AbstractTestFrameworkDetector
AbstractTestFrameworkOptions - Class in org.gradle.api.tasks.testing
AbstractTestFrameworkOptions(AbstractTestFramework) - Constructor in AbstractTestFrameworkOptions
accept(Artifact, File) - Method in PublishFilter
Action - Interface in org.gradle.api
Performs some action against objects of type T.
add(String, Closure) - Method in ConfigurationContainer
Adds a configuration with the given name.
add(String, Object, Closure) - Method in DependencyHandler
Adds a dependency to the given configuration, and configures the dependency using the given closure/
add(Map) - Method in ExcludeRuleContainer
Adds an exclude rule to this container.
add(FileCollection) - Method in FileCollection

Adds another collection to this collection.

add(Object, Closure) - Method in ResolverContainer
Adds a resolver to this container, at the end of the resolver sequence.
add(String, Closure) - Method in SourceSetContainer
Adds a source set with the given name.
add(String, Class) - Method in TaskContainer

Creates a {

addAfter(Object, String, Closure) - Method in ResolverContainer
Adds a resolver to this container, after the given resolver.
addArtifact(PublishArtifact) - Method in Configuration
Adds an artifact to be published to this configuration.
addArtifact(DependencyArtifact) - Method in ModuleDependency
Adds an artifact to this dependency.
addAsFileSet(Object, String) - Method in FileSet
addAsResourceCollection(Object, String) - Method in FileSet
addBefore(Object, String, Closure) - Method in ResolverContainer
Adds a resolver to this container, before the given resolver.
addBooleanOption(String, boolean) - Method in CoreJavadocOptions
addBooleanOption(String, boolean) - Method in JavadocOptionFile
addBuildListener(BuildListener) - Method in Gradle

Adds a {

addDefaultTasks(List) - Method in TaskReportRenderer
Writes the default task names for the current project.
addDependency(ModuleDependency) - Method in ClientModule
Add a dependency to the client module.
addDependency(Dependency) - Method in Configuration
Adds a dependency to this configuration
addDigest(String, String) - Method in StateFileWriter
addEnumOption(String, T) - Method in CoreJavadocOptions
addEnumOption(String, T) - Method in JavadocOptionFile
addFacet(Document, String, Attribute) - Method in EclipseUtil
addFileDigest(String, String) - Method in DirectoryState
addFileOption(String, File) - Method in CoreJavadocOptions
addFileOption(String, File) - Method in JavadocOptionFile
addFileSetInternal(Map, Class, Closure) - Method in AbstractArchiveTask
addFilter(String, Closure) - Method in GroovyPomFilterContainer
Adds a publish filter.
addFilter(String, PublishFilter) - Method in PomFilterContainer
If you want to deploy more than one artifact you need to define filters to select each of those artifacts.
addFirst(Object, Closure) - Method in ResolverContainer
Adds a resolver to this container, at the start of the resolver sequence.
addIncludesAndExcludesToBuilder(def) - Method in PatternSet
addInitScript(File) - Method in StartParameter
Adds the given file to the list of init scripts that are run before the build starts.
additionalLibFileSets - Property in War
additionalLibs(Map, Closure) - Method in War
additionalParameters - Property in ScalaCompileOptions
Additional parameters passed to the compiler.
additionalParameters - Property in ScalaDocOptions
Additional parameters passed to the compiler.
addIvyTransformer(Closure) - Method in IvyObjectBuilder

Adds a transformation closure to this builder.

addListener(Object) - Method in Gradle
Adds the given listener to this build.
addListener(Object) - Method in GradleLauncher

Adds a {

addMapping(int, Configuration, String) - Method in Conf2ScopeMappingContainer

Specifies that dependencies of a certain configuration should be mapped against a certain Maven scope.

addMergeFileSets(List, def) - Method in AbstractAntArchive
addMergeGroupFileSets(List, def) - Method in AbstractAntArchive
addMetaArchiveParameter(AntMetaArchiveParameter, def) - Method in AbstractAntArchive
addMultilineStringsOption(String) - Method in CoreJavadocOptions
addMultilineStringsOption(String) - Method in JavadocOptionFile
addNewDirectoryState(DirectoryState) - Method in DirectoryStateDigestCalculator
addOption(JavadocOptionFileOption) - Method in CoreJavadocOptions
addOption(JavadocOptionFileOption) - Method in JavadocOptionFile
addPathOption(String, String) - Method in CoreJavadocOptions
addPathOption(String, String) - Method in JavadocOptionFile
addProjectEvaluationListener(ProjectEvaluationListener) - Method in Gradle
Adds a listener to this build, to receive notifications as projects are evaluated.
addProperty(String, Object) - Method in PropertyReportRenderer
Writes a property for the current project.
addProtocolProviderJars(Collection) - Method in MavenDeployer
Out of the box only uploading to the filesysten and via http is supported.
addResourceCollections(List, def, String) - Method in AbstractAntArchive
addRule(Rule) - Method in DomainObjectContainer
Adds a rule to this container.
addRule(Rule) - Method in TaskReportRenderer
Writes a rule for the current project.
addStandardErrorListener(StandardOutputListener) - Method in GradleLauncher

Adds a {

addStandardOutputListener(StandardOutputListener) - Method in GradleLauncher

Adds a {

addStringOption(String, String) - Method in CoreJavadocOptions
addStringOption(String, String) - Method in JavadocOptionFile
addStringsOption(String, String) - Method in CoreJavadocOptions
addStringsOption(String, String) - Method in JavadocOptionFile
addTask(Task) - Method in TaskReportRenderer
Writes a task for the current project.
addTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in TaskExecutionGraph

Adds a listener to this graph, to be notified when this graph is ready.

addTaskExecutionListener(TaskExecutionListener) - Method in TaskExecutionGraph

Adds a listener to this graph, to be notified as tasks are executed.

addToAntBuilder(def, String) - Method in AntBuilderAware
addToAntBuilder(def, String) - Method in AntDirective
addToAntBuilder(Object, String) - Method in FileCollection
Adds this collection to an Ant task as a nested node.
addToAntBuilder(def, String) - Method in GradleManifest
addToAntBuilder(Object, String) - Method in IntersectionPatternSet
addToAntBuilder(def, String) - Method in PatternSet
addToArgs(Map) - Method in AntMetaArchiveParameter
addToMapIfNotNull(Map, String, Object) - Method in AntGroovydoc
addValueToMapIfNotNull(Map, Field) - Method in AbstractOptions
addWebApplication(WebAppContext) - Method in JettyPluginServer
afterEvaluate(Closure) - Method in Project

Adds a closure to be called immediately after this project has been evaluated.

afterEvaluate(Project, Throwable) - Method in 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 TaskExecutionListener
This method is call immediately after a task has been executed.
afterProject(Closure) - Method in Gradle
Adds a closure to be called immediately after a project is evaluated.
afterTask(Closure) - Method in TaskExecutionGraph

Adds a closure to be called immediately after a task has executed.

AllChangesStateComparator - Class in org.gradle.api.changedetection.state
AllChangesStateComparator() - Constructor in AllChangesStateComparator
allChangesStateComparator() - Method in DefaultDirectoryStateChangeDetecterBuilder
allObjects(Closure) - Method in DomainObjectCollection
Executes the given closure against all objects in this collection, and any objects subsequently added to this collection.
allPlugins(Closure) - Method in PluginCollection
Executes the given closure against all plugins in this collection, and any plugins subsequently added to this collection.
allprojects(Closure) - Method in Project

Executes the given closure against this project and its sub-projects.

allTasks(Closure) - Method in TaskCollection
Executes the given closure against all tasks in this collection, and any tasks subsequently added to this collection.
ALWAYS_ACCEPT - Field in PublishFilter
ALWAYS_FULL - Enum Constant in StartParameter.ShowStacktrace
ALWAYS - Enum Constant in StartParameter.ShowStacktrace
and(Spec) - Method in Specs
AndSpec - Class in org.gradle.api.specs
AndSpec(Spec) - Constructor in AndSpec
annotations - Property in TestNGOptions
Either the string "JDK" or "Javadoc".
ant - Property in AntArchiveParameter
ANT_IVY_2_SLF4J_LEVEL_MAPPER - Field in Logging
ant(Closure) - Method in Project

Executes the given closure against the AntBuilder for this project.

AntArchiveParameter - Class in org.gradle.api.tasks.bundling
AntArchiveParameter(List, List, List, boolean, File, String, AntBuilder) - Constructor in AntArchiveParameter
AntBuilder - Class in org.gradle.api

An {

AntBuilder() - Constructor in AntBuilder
AntBuilderAware - Interface in org.gradle.api.tasks
An { {
AntCheckstyle - Class in org.gradle.api.plugins.quality
AntCheckstyle() - Constructor in AntCheckstyle
AntCodeNarc - Class in org.gradle.api.plugins.quality
AntCodeNarc() - Constructor in AntCodeNarc
antCompile - Field in Compile
AntDepend - Class in org.gradle.api.tasks.compile
AntDepend() - Constructor in AntDepend
AntDirective - Class in org.gradle.api.tasks.util
antDirective(Closure) - Method in AbstractArchiveTask
AntDirective(Closure) - Constructor in AntDirective
AntGroovyc - Class in org.gradle.api.tasks.compile
Please not: includeAntRuntime=false is ignored if groovyc is used in non fork mode.
AntGroovyc() - Constructor in AntGroovyc
AntGroovydoc - Class in org.gradle.api.tasks.javadoc
AntGroovydoc() - Constructor in AntGroovydoc
AntJar - Class in org.gradle.api.tasks.bundling
AntJar() - Constructor in AntJar
antJar - Property in Jar
AntJavac - Class in org.gradle.api.tasks.compile
AntJavac() - Constructor in AntJavac
AntJavadoc - Class in org.gradle.api.tasks.javadoc
AntJavadoc() - Constructor in AntJavadoc
AntJUnitExecute - Class in org.gradle.api.tasks.testing.junit
AntJUnitExecute() - Constructor in AntJUnitExecute
AntJUnitReport - Class in org.gradle.api.tasks.testing.junit
AntJUnitReport() - Constructor in AntJUnitReport
AntMetaArchiveParameter - Class in org.gradle.api.tasks.bundling
AntMetaArchiveParameter(List, List, List, String, boolean, File, String, GradleManifest, List, AntBuilder) - Constructor in AntMetaArchiveParameter
AntScalaCompile - Class in org.gradle.api.tasks.scala
AntScalaCompile(AntBuilder, Iterable, Iterable) - Constructor in AntScalaCompile
AntScalaDefine - Class in org.gradle.api.tasks.scala
AntScalaDefine(AntBuilder) - Constructor in AntScalaDefine
AntScalaDoc - Class in org.gradle.api.tasks.scala
AntScalaDoc(AntBuilder, Iterable, Iterable) - Constructor in AntScalaDoc
AntTar - Class in org.gradle.api.tasks.bundling
AntTar() - Constructor in AntTar
antTar - Property in Tar
AntTarget - Class in org.gradle.api.tasks.ant
A task which executes an Ant target.
AntTarget() - Constructor in AntTarget
AntTestNGExecute - Class in org.gradle.api.tasks.testing.testng
AntTestNGExecute() - Constructor in AntTestNGExecute
AntWar - Class in org.gradle.api.tasks.bundling
AntWar() - Constructor in AntWar
antWar - Property in War
AntZip - Class in org.gradle.api.tasks.bundling
AntZip() - Constructor in AntZip
antZip - Property in Zip
apply(String) - Method in Rule
Applies this rule for the given unknown domain object.
applyActions(Set, Action) - Method in Project
applyJettyXml() - Method in AbstractJettyRunTask
applyJettyXml() - Method in AbstractJettyRunWarTask
applyJettyXml() - Method in JettyRun
ArchiveDetector - Class in org.gradle.api.tasks.bundling
archiveDetector - Property in AbstractArchiveTask
ArchiveDetector() - Constructor in ArchiveDetector
archiveFileSetType(File) - Method in ArchiveDetector
archiveName - Property in AntArchiveParameter
ARCHIVES_CONFIGURATION - Field in Dependency
archivesBaseName - Property in BasePluginConvention
ArtifactHandler - Interface in org.gradle.api.artifacts.dsl
This class is for creating publish artifacts and adding them to configurations.
artifacts(Closure) - Method in 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.MergedResolvedDependency - Class in org.gradle.api.tasks.diagnostics
AsciiReportRenderer.MergedResolvedDependency(Set) - Constructor in AsciiReportRenderer.MergedResolvedDependency
AsciiReportRenderer(Appendable) - Constructor in AsciiReportRenderer
ASSEMBLE_TASK_NAME - Property in BasePlugin
asType(Class) - Method in FileCollection

Converts this collection into an object of the specified type.

author() - Method in StandardJavadocDocletOptions
AUTOSKIP_PROPERTY_PREFIX - Field in Task

B

baseManifest - Property in GradleManifest
The baseManifest is usually the common manifest info for all archives.
BasePlugin - Class in org.gradle.api.plugins

A {

BasePlugin() - Constructor in BasePlugin
BasePluginConvention - Class in org.gradle.api.plugins
BasePluginConvention(Project) - Constructor in BasePluginConvention
beforeEvaluate(Closure) - Method in Project

Adds a closure to be called immediately before this project is evaluated.

beforeEvaluate(Project) - Method in ProjectEvaluationListener
This method is called immediately before a project is evaluated.
beforeExecute(Task) - Method in TaskExecutionListener
This method is called immediately before a task is executed.
beforeProject(Closure) - Method in Gradle
Adds a closure to be called immediately before a project is evaluated.
beforeTask(Closure) - Method in TaskExecutionGraph

Adds a closure to be called immediately before a task is executed.

BooleanJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
BooleanJavadocOptionFileOption(String, Boolean) - Constructor in BooleanJavadocOptionFileOption
bootClasspath - Property in CompileOptions
bootClasspath(File) - Method in CoreJavadocOptions
bootClasspath(File) - Method in MinimalJavadocOptions
bootstrapClasspath - Property in JunitForkOptions
BootstrapLoader - Class in org.gradle
BootstrapLoader() - Constructor in BootstrapLoader
BootstrapMain - Class in org.gradle
BootstrapMain() - Constructor in BootstrapMain
bottom - Property in ScalaDocOptions
Html text to appear in the bottom text for each page.
bottom(String) - Method in StandardJavadocDocletOptions
breakIterator() - Method in CoreJavadocOptions
breakIterator() - Method in MinimalJavadocOptions
BUILD_DEPENDENTS_TASK_NAME - Field in JavaPlugin
Build - Enum Constant in GradleLauncher.Stage
BUILD_NEEDED_TASK_NAME - Field in JavaPlugin
BUILD_TASK_NAME - Field in JavaPlugin
Buildable - Interface in org.gradle.api
A { instances.
BuildAdapter - Class in org.gradle
An abstract adapter class for receiving build events.
BuildAdapter() - Constructor in BuildAdapter
buildCommandNames() - Method in ProjectType
BuildExceptionReporter - Class in org.gradle
A {
BuildExceptionReporter.ExceptionStyle - Enum in org.gradle
BuildExceptionReporter.FailureDetails - Class in org.gradle
BuildExceptionReporter.FailureDetails(Throwable) - Constructor in BuildExceptionReporter.FailureDetails
BuildExceptionReporter(Logger) - Constructor in BuildExceptionReporter
buildFinished(BuildResult) - Method in BuildAdapter
buildFinished(BuildResult) - Method in BuildExceptionReporter
buildFinished(BuildResult) - Method in BuildListener

Called when the build is completed.

buildFinished(BuildResult) - Method in BuildResultLogger
BuildListener - Interface in org.gradle

A { build.

BuildResult - Class in org.gradle

A {

BuildResult(Gradle, Throwable) - Constructor in BuildResult
BuildResultLogger - Class in org.gradle
A {
BuildResultLogger(Logger) - Constructor in BuildResultLogger
buildscript(Closure) - Method in Project
Configures the build script classpath for this project.
buildStarted(Gradle) - Method in BuildAdapter
buildStarted(Gradle) - Method in BuildListener

Called when the build is started.

buildStarted(Gradle) - Method in BuildResultLogger
builtBy(Object) - Method in ConfigurableFileCollection
Registers some tasks which build the files of this collection.
BZIP2 - Field in Compression

C

CacheUsage - Enum in org.gradle

{

captureStandardOutput(LogLevel) - Method in Gradle
Starts redirection of standard output during to the logging system during init script evaluation.
captureStandardOutput(LogLevel) - Method in Project
Starts redirection of standard output during to the logging system during project evaluation.
captureStandardOutput(LogLevel) - Method in Settings
Starts redirection of standard output during to the logging system during settings evaluation.
captureStandardOutput(LogLevel) - Method in Task
Enables redirection of standard output during task execution to the logging system.
caseSensitive - Property in PatternSet
ChangeDetecter - Class in org.gradle.api.changedetection
Detects file changes in a directory and informs a ChangeProcessor about the changes.
ChangeDetecter() - Constructor in ChangeDetecter
changedFile(File) - Method in ChangeProcessor
ChangeProcessor - Interface in org.gradle.api.changedetection
charSet(String) - Method in StandardJavadocDocletOptions
check() - Method in Checkstyle
check() - Method in CodeNarc
CHECK_TASK_NAME - Field in JavaPlugin
checkDestDirAndFindExistingDirsAndThrowStopActionIfNone(File, Collection) - Method in ExistingDirsFilter
checkExistenceAndThrowStopActionIfNot(File) - Method in ExistingDirsFilter
Checkstyle - Class in org.gradle.api.plugins.quality
checkstyle(AntBuilder, FileCollection, File, File, AntBuilderAware, Map) - Method in AntCheckstyle
Checkstyle() - Constructor in Checkstyle
CHECKSTYLE_MAIN_TASK - Property in CodeQualityPlugin
CHECKSTYLE_TEST_TASK - Property in CodeQualityPlugin
checkstyleConfigFileName - Property in JavaCodeQualityPluginConvention
checkstyleResultsDirName - Property in JavaCodeQualityPluginConvention
childrenDependOnMe() - Method in Project

Declares that all child projects of this project have an execution dependency on this project.

CircularReferenceException - Class in org.gradle.api

A CircularReferenceException is thrown if circular references exists between tasks, the project evaluation order or the project dependsOn order.

CircularReferenceException(Throwable) - Constructor in CircularReferenceException
CLASSES_TASK_NAME - Field in JavaPlugin
classes(Map, Closure) - Method in War
classesFileSets - Property in War
CLASSIFIER - Field in Dependency
classname - Property in FormatterOptions
CLASSPATH_CONFIGURATION - Field in ScriptHandler
The name of the configuration used to assemble the script classpath.
classpath(File) - Method in CoreJavadocOptions
classpath - Property in DependOptions
CLASSPATH_FILE_NAME - Field in EclipseClasspath
CLASSPATH_ID - Property in AntJavac
classpath(File) - Method in MinimalJavadocOptions
Clean - Class in org.gradle.api.tasks
Clean() - Constructor in Clean
CLEAN_TASK_NAME - Property in BasePlugin
CLIENT_MODULE_KEY - Field in ClientModule
ClientModule - Interface in org.gradle.api.artifacts
To model a module in your dependency declarations.
cloneVm - Property in JunitForkOptions
close() - Method in StateFileWriter
closure - Property in DependOptions
ClosureTaskAction - Class in org.gradle.api
ClosureTaskAction(Closure) - Constructor in ClosureTaskAction
CODE_NARC_MAIN_TASK - Property in CodeQualityPlugin
CODE_NARC_TEST_TASK - Property in CodeQualityPlugin
CodeNarc - Class in org.gradle.api.plugins.quality
CodeNarc() - Constructor in CodeNarc
codeNarcConfigFileName - Property in GroovyCodeQualityPluginConvention
codeNarcReportsDirName - Property in GroovyCodeQualityPluginConvention
CodeQualityPlugin - Class in org.gradle.api.plugins.quality
A {
CodeQualityPlugin() - Constructor in CodeQualityPlugin
CommandLine2StartParameterConverter - Interface in org.gradle
CommandLineArgumentException - Class in org.gradle
CommandLineArgumentException(Throwable) - Constructor in CommandLineArgumentException
compareLevel(DefaultDirectoryStateChangeDetecter, int) - Method in AbstractStateComparator
compareState(DefaultDirectoryStateChangeDetecter, int) - Method in AllChangesStateComparator
compareState(DefaultDirectoryStateChangeDetecter, int) - Method in DirChangedStateComparator
compareState(DefaultDirectoryStateChangeDetecter, int) - Method in StateComparator
compareStateFiles(StateFileChangeListener) - Method in StateFileComparator
compareTo(Object) - Method in DirectoryState
Compile - Class in org.gradle.api.tasks.compile
Compile() - Constructor in Compile
COMPILE - Field in Conf2ScopeMappingContainer
COMPILE_CONFIGURATION_NAME - Field in JavaPlugin
compile() - Method in GroovyCompile
COMPILE_JAVA_TASK_NAME - Field in JavaPlugin
COMPILE_PRIORITY - Field in MavenPlugin
compile() - Method in ScalaCompile
COMPILE_TEST_JAVA_TASK_NAME - Field in JavaPlugin
compiledBy(Object) - Method in SourceSet
Registers a set of tasks which are responsible for compiling this source set into the classes directory.
CompileOptions - Class in org.gradle.api.tasks.compile
CompileOptions() - Constructor in CompileOptions
compiler - Property in CompileOptions
compilerArgs - Property in CompileOptions
complete() - Method in ProjectReportRenderer
Completes this report.
complete() - Method in TextProjectReportRenderer
completeConfiguration(Configuration) - Method in AsciiReportRenderer
completeConfiguration(Configuration) - Method in DependencyReportRenderer
Completes the rendering of the given configuration.
completeConfiguration(Configuration) - Method in GraphvizReportRenderer
completeProject(Project) - Method in AsciiReportRenderer
completeProject(Project) - Method in ProjectReportRenderer
Completes visiting a project.
completeProject(Project) - Method in TaskReportRenderer
completeProject(Project) - Method in TextProjectReportRenderer
CompositeSpec - Class in org.gradle.api.specs
CompositeSpec(Spec) - Constructor in CompositeSpec
Compression - Class in org.gradle.api.tasks.bundling
compression - Property in Tar
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 in 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 {

ConfigurableFileTree - Interface in org.gradle.api.file

A {

Configuration - Interface in org.gradle.api.artifacts

A {

Configuration.State - Enum in org.gradle.api.artifacts
The states a configuration can be into.
ConfigurationContainer - Interface in org.gradle.api.artifacts

A {

ConfigurationHandler - Interface in org.gradle.api.artifacts.dsl
configurations(Closure) - Method in Project
Configures the dependency configurations for this project.
configure(Closure) - Method in ConfigurationHandler
configure(Closure) - Method in DefaultTask
Configure - Enum Constant in GradleLauncher.Stage
configure() - Method in JettyPluginWebAppContext
configure(Iterable, Closure) - Method in Project
Configures a collection of objects via a closure.
configure(Closure) - Method in Task

Applies the statements of the closure against this task object.

configureClassLoader() - Method in JettyConfiguration
Set up the classloader for the webapp, using the various parts of the Maven project
configureConfigurations(Project) - Method in JavaPlugin
configureConfigurations(ConfigurationContainer) - Method in WarPlugin
configureForSourceSet(SourceSet, Compile) - Method in JavaPlugin
configureHandlers() - Method in JettyPluginServer
Set up the handler structure to receive a webapp.
configureRootSpec() - Method in Copy
configureScanner() - Method in AbstractJettyRunTask
configureScanner() - Method in JettyRun
configureScanner() - Method in JettyRunWar
configureWebApplication() - Method in AbstractJettyRunTask
Subclasses should invoke this to setup basic info on the webapp
configureWebApplication() - Method in JettyRun
configureWebApplication() - Method in JettyRunWar
ConsoleScanner - Class in org.gradle.api.plugins.jetty.util
consoleScanner - Field in AbstractJettyRunTask
A scanner to check ENTER hits on the console
ConsoleScanner(AbstractJettyRunTask) - Constructor in ConsoleScanner
consume(StateChangeEvent) - Method in StateChangeEventDispatcher
contentEquals(Dependency) - Method in Dependency
Returns whether two dependencies have identical values for their properties.
contributeCommandLineOptions(ExecHandleBuilder) - Method in CoreJavadocOptions
contributeCommandLineOptions(ExecHandleBuilder) - Method in MinimalJavadocOptions
Convention - Interface in org.gradle.api.plugins

A {

ConventionValue - Interface in org.gradle.api.tasks
A ConventionValue can be assigned to a {
convert(String[], StartParameter) - Method in CommandLine2StartParameterConverter
convert(String[], StartParameter) - Method in DefaultCommandLine2StartParameterConverter
Copy - Class in org.gradle.api.tasks
Task for copying files.
copy() - Method in ClientModule
{
copy(Closure) - Method in Configuration
Takes a closure which gets coerced into a Spec.
Copy() - Constructor in Copy
copy() - Method in CopyablePomFilterContainer
copy() - Method in Dependency
Creates and returns a new dependency with the property values of this one.
copy() - Method in ExternalDependency
{
copy() - Method in ExternalModuleDependency
{
copy(Closure) - Method in FileSet
copy() - Method in MavenPom
Creates a deep copy of a MavenPom
copy() - Method in ModuleDependency
{
copy(Closure) - Method in Project
Copy the specified files.
copy() - Method in ProjectDependency
{
CopyableGroovyPomFilterContainer - Interface in org.gradle.api.artifacts.maven
CopyablePomFilterContainer - Interface in org.gradle.api.artifacts.maven
CopyAction - Interface in org.gradle.api.file
copyFrom(PatternFilterable) - Method in PatternSet
CopyProcessingSpec - Interface in org.gradle.api.file
copyRecursive(Closure) - Method in 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(JavadocOptionFile) - Constructor in CoreJavadocOptions
createAntArchiveTask() - Method in AbstractArchiveTask
createAntArchiveTask() - Method in Jar
createAntArchiveTask() - Method in Tar
createAntArchiveTask() - Method in War
createAntArchiveTask() - Method in Zip
createAntBuilder() - Method in Project

Creates an additional AntBuilder for this project.

createBufferedInputStream(File) - Method in DefaultIoFactory
createBufferedInputStream(File) - Method in IoFactory
createBufferedOutputStream(File) - Method in DefaultIoFactory
createBufferedOutputStream(File) - Method in IoFactory
createBufferedReader(File) - Method in DefaultIoFactory
createBufferedReader(File) - Method in IoFactory
createBufferedWriter(File) - Method in DefaultIoFactory
createBufferedWriter(File) - Method in IoFactory
createClassVisitor() - Method in AbstractTestFrameworkDetector
createDefaultConnector(int) - Method in JettyPluginServer
createdFile(File) - Method in ChangeProcessor
createDigester() - Method in DigesterFactory
Create a MessageDigest object.
createDigester() - Method in ShaDigesterFactory
Calls {
createDigesterCache(DigesterFactory) - Method in DigestObjectFactory
createDigesterUtil(DigesterUtilStrategy) - Method in DigestObjectFactory
createDirectoryListFiles(File) - Method in DirectoryListFileCreator
createFileSetInternal(Map, Class, Closure) - Method in AbstractArchiveTask
createIfEmpty - Property in AbstractArchiveTask
Controls if an archive gets created if no files would go into it.
createIfEmpty - Property in AntArchiveParameter
createManifest() - Method in GradleManifest
createMetaContentDigesterUtil() - Method in DigestObjectFactory
createMetaDigesterUtil() - Method in DigestObjectFactory
createRepositoryHandler() - Method in Project
Creates a new repository handler.
createRepositoryHandler(Convention) - Method in RepositoryHandlerFactory
Creates a repository handler.
createServer() - Method in AbstractJettyRunTask
create a proxy that wraps a particular jetty version Server object
createServer() - Method in AbstractJettyRunWarTask
createServer() - Method in JettyRun
createShaDigesterCache() - Method in DigestObjectFactory
createShaDigesterFactory() - Method in DigestObjectFactory
createSrc() - Method in AntDepend
createStartParameter(String[]) - Method in DefaultGradleFactory
createStartParameter(String[]) - Method in GradleFactory
createStartParameter(String[]) - Method in GradleLauncher
Returns a StartParameter object out of command line syntax arguments.
createStateChangeEvent(File, StateFileItem, StateFileItem) - Method in StateChangeEventFactory
createTask(Map, String, Closure) - Method in Project

Creates a {

CURRENT_DIR_UNIX - Field in WrapperScriptGenerator
CURRENT_DIR_WINDOWS - Field in WrapperScriptGenerator

D

daemonServer - Property in ScalaCompileOptions
Server (host:port) on which the compile daemon is running.
debug - Property in CompileOptions
DEBUG - Field in DefaultCommandLine2StartParameterConverter
debug(String, Throwable) - Method in Logging.LoggerImpl
DEBUG - Enum Constant in LogLevel
debugLevel - Property in DebugOptions
debugLevel - Property in ScalaCompileOptions
Generate debugging information.
DebugOptions - Class in org.gradle.api.tasks.compile
debugOptions - Property in CompileOptions
DebugOptions() - Constructor in DebugOptions
DEFAULT_ARCHIVE_CLASSIFIER - Field in Wrapper
DEFAULT_ARCHIVE_NAME - Field in Wrapper
DEFAULT_ARTIFACT_POM_NAME - Field in PomFilterContainer
DEFAULT_BUILD_DIR_NAME - Field in Project
The default build directory name.
DEFAULT_BUILD_FILE - Field in Project
The default project build file name.
DEFAULT_CACHE_ARTIFACT_PATTERN - Field in ResolverContainer
DEFAULT_CACHE_DIR_NAME - Field in ResolverContainer
DEFAULT_CACHE_IVY_PATTERN - Field in ResolverContainer
DEFAULT_CACHE_NAME - Field in ResolverContainer
DEFAULT_CONFIGURATION - Field in Dependency
DEFAULT_DISTRIBUTION_PARENT_NAME - Field in Wrapper
DEFAULT_ERR - Field in StandardOutputLogging
DEFAULT_EXTENSION - Property in Jar
DEFAULT_GRADLE_USER_HOME - Field in Main
DEFAULT_GROUP - Field in Project
DEFAULT_MAVEN_CENTRAL_REPO_NAME - Field in ResolverContainer
DEFAULT_MAVEN_DEPLOYER_NAME - Field in RepositoryHandler
DEFAULT_MAVEN_INSTALLER_NAME - Field in RepositoryHandler
DEFAULT_MAX_IDLE_TIME - Field in JettyPluginServer
DEFAULT_OUT - Field in StandardOutputLogging
DEFAULT_PLUGIN_PROPERTIES - Field in Main
DEFAULT_SETTINGS_FILE - Field in Settings

The default name for the settings file.

DEFAULT_STATUS - Field in Module
DEFAULT_STATUS - Field in Project
DEFAULT_TYPE - Field in DependencyArtifact
DEFAULT_URL_ROOT - Field in Wrapper
DEFAULT_VERSION - Field in Project
DefaultCommandLine2StartParameterConverter - Class in org.gradle
DefaultCommandLine2StartParameterConverter() - Constructor in DefaultCommandLine2StartParameterConverter
DefaultConventionsToPropertiesMapping - Class in org.gradle.api.plugins
DefaultConventionsToPropertiesMapping() - Constructor in DefaultConventionsToPropertiesMapping
DefaultDigesterCache - Class in org.gradle.api.changedetection.digest
DefaultDigesterCache(DigesterFactory) - Constructor in DefaultDigesterCache
DefaultDigesterUtil - Class in org.gradle.api.changedetection.digest
DefaultDigesterUtil(DigesterUtilStrategy) - Constructor in DefaultDigesterUtil
DefaultDirectoryStateChangeDetecter - Class in org.gradle.api.changedetection.state
DefaultDirectoryStateChangeDetecter(File, IoFactory, DirectoryStateBuilder, DigesterCache, DigesterUtil, DirectoryListFileCreator, StateFileUtil, BlockingQueue, BlockingQueueItemProducer, List, StateFileChangeListenerUtil, StateComparator) - Constructor in DefaultDirectoryStateChangeDetecter
DefaultDirectoryStateChangeDetecterBuilder - Class in org.gradle.api.changedetection.state
DefaultDirectoryStateChangeDetecterBuilder() - Constructor in DefaultDirectoryStateChangeDetecterBuilder
DefaultGradleFactory - Class in org.gradle
DefaultGradleFactory(LoggingConfigurer, CommandLine2StartParameterConverter) - Constructor in DefaultGradleFactory
DefaultIoFactory - Class in org.gradle.api.io
DefaultIoFactory() - Constructor in DefaultIoFactory
DefaultStandardOutputCapture - Class in org.gradle.api.logging
DefaultStandardOutputCapture(boolean, LogLevel) - Constructor in DefaultStandardOutputCapture
DefaultTask - Class in org.gradle.api
DefaultTask(Project, String) - Constructor in DefaultTask
defaultTasks(String) - Method in Project

Sets the names of the default tasks of this project.

define(Map) - Method in AbstractOptions
defineAntTasks() - Method in ScalaDefine
deleteAllActions() - Method in Task

Removes all the actions of this task.

deletedFile(File) - Method in ChangeProcessor
deleteEclipseFiles() - Method in EclipseClean
depend(Map) - Method in CompileOptions
Set the dependency options from a map.
dependencies(Closure) - Method in Project
Configures the dependencies for this project.
dependencies(Closure) - Method in ScriptHandler
Configures the dependencies for the script.
dependencies(boolean, boolean) - Method in War
Dependency - Interface in org.gradle.api.artifacts
A {
DEPENDENCY_REPORT - Field in ProjectReportsPlugin
DependencyArtifact - Interface in org.gradle.api.artifacts

An {

dependencyCacheDirName - Property in JavaPluginConvention
DependencyHandler - Interface in org.gradle.api.artifacts.dsl

A {

DependencyReportRenderer - Interface in org.gradle.api.tasks.diagnostics
A {
DependencyReportTask - Class in org.gradle.api.tasks.diagnostics
The {
DependencyReportTask() - Constructor in DependencyReportTask
DependencySpecs - Class in org.gradle.api.artifacts.specs
DependencySpecs() - Constructor in DependencySpecs
DependencyTypeSpec - Class in org.gradle.api.artifacts.specs
DependencyTypeSpec(Type) - Constructor in DependencyTypeSpec
DependOptions - Class in org.gradle.api.tasks.compile

Options to send to Ant's depend task.

dependOptions - Property in CompileOptions
DependOptions() - Constructor in DependOptions
dependsOn(String, boolean) - Method in Project

Declares that this project has an execution dependency on the project with the given path.

dependsOn(Object) - Method in Task

Adds the given dependencies to this task.

dependsOnChildren(boolean) - Method in Project

Declares that this project have an execution dependency on each of its child projects.

dependsOnTaskDidWork() - Method in Task

Checks if any of the tasks that this task depends on {

deprecation - Property in CompileOptions
deprecation - Property in ScalaCompileOptions
Generate deprecation information.
deprecation - Property in ScalaDocOptions
Generate deprecation information.
depthCompare(Project) - Method in Project

Compares the nesting level of this project with another project of the multi-project hierarchy.

destinationDir - Property in AntArchiveParameter
destinationDirectory(File) - Method in JavadocExecHandleBuilder
destinationDirectory(File) - Method in MinimalJavadocOptions
destinationDirectory(File) - Method in StandardJavadocDocletOptions
detachedConfiguration(Dependency) - Method in ConfigurationContainer
Creates a configuration, but does not add it to this container.
detectChanges(ChangeProcessor) - Method in DefaultDirectoryStateChangeDetecter
detectChanges(ChangeProcessor) - Method in DirectoryStateChangeDetecter
detector - Field in TestClassVisitor
digestDirectory(MessageDigest, File, long) - Method in DefaultDigesterUtil
Calls digestDirectory on the selected stategy.
digestDirectory(MessageDigest, File, long) - Method in DigesterUtil
Updated the digester for a directory based on the requested strategy.
digestDirectory(MessageDigest, File, long) - Method in DigesterUtilStrategy
Called by a DigesterUtil.
digestDirectory(MessageDigest, File, long) - Method in MetaDigesterUtilStrategy
Calls update on the digester with the byte values of: - the absolute path of the directory - the last modified date of the directory - the provided directory size
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 DefaultDigesterUtil
Calls digestFile on the selected strategy.
digestFile(MessageDigest, File) - Method in DigesterUtil
Updates the digester for a file based an the requested strategy.
digestFile(MessageDigest, File) - Method in DigesterUtilStrategy
Called by a DigesterUtil.
digestFile(MessageDigest, File) - Method in MetaContentDigesterUtilStrategy
Calls { this method also include the byte content of the file in the digest calculation.
digestFile(MessageDigest, File) - Method in MetaDigesterUtilStrategy
Calls update on the digester with the byte values of: - the absolute path of the file - the last modified date of the file - the file size
DigestObjectFactory - Class in org.gradle.api.changedetection.digest
DigestObjectFactory() - Constructor in DigestObjectFactory
DigestStringUtil - Class in org.gradle.api.changedetection.digest
DigestStringUtil() - Constructor in DigestStringUtil
digestToHexString(byte[]) - Method in DigestStringUtil
dir - Property in Directory
dir - Property in JunitForkOptions
DirChangedStateComparator - Class in org.gradle.api.changedetection.state
dirChangedStateComparator() - Method in DefaultDirectoryStateChangeDetecterBuilder
DirChangedStateComparator() - Constructor in DirChangedStateComparator
directive - Property in AntDirective
DirectoriesStateFileChangeListener - Class in org.gradle.api.changedetection.state
DirectoriesStateFileChangeListener(DefaultDirectoryStateChangeDetecter) - Constructor in DirectoriesStateFileChangeListener
Directory - Class in org.gradle.api.tasks
Directory(Project, String) - Constructor in Directory
directory(File) - Method in DirectoryStateBuilder
DIRECTORY - Enum Constant in PathValidation
DirectoryListFileCreator - Class in org.gradle.api.changedetection.state
DirectoryListFileCreator(StateFileUtil) - Constructor in DirectoryListFileCreator
DirectoryState - Class in org.gradle.api.changedetection.state
DirectoryState(File, String, String, int) - Constructor in DirectoryState
DirectoryStateBuilder - Class in org.gradle.api.changedetection.state
DirectoryStateBuilder(StateFileUtil) - Constructor in DirectoryStateBuilder
DirectoryStateChangeDetecter - Interface in org.gradle.api.changedetection.state
DirectoryStateDigestCalculator - Class in org.gradle.api.changedetection.state
DirectoryStateDigestCalculator(DirectoryState, DigesterCache, DigesterUtil, DefaultDirectoryStateChangeDetecter, Map, Map, IoFactory) - Constructor in DirectoryStateDigestCalculator
DirectoryStateDigestComparator - Class in org.gradle.api.changedetection.state
DirectoryStateDigestComparator(StateFileItem, StateFileUtil, StateFileChangeListenerUtil) - Constructor in DirectoryStateDigestComparator
DirectoryStateFileChangeListener - Class in org.gradle.api.changedetection.state
DirectoryStateFileChangeListener(StateFileChangeListenerUtil, File) - Constructor in DirectoryStateFileChangeListener
directoryToProcess(File) - Method in DefaultDirectoryStateChangeDetecterBuilder
dirMode - Property in ZipFileSet
DISABLED - Field in Logging
disableStandardOutputCapture() - Method in Gradle
Disables redirection of standard output during init script evaluation.
disableStandardOutputCapture() - Method in Project
Disables redirection of standard output during project evaluation.
disableStandardOutputCapture() - Method in Settings
Disables redirection of standard output during settings evaluation.
disableStandardOutputCapture() - Method in Task
Disables redirection of standard output during task execution.
disableTestReport() - Method in Test
DISTRIBUTION_BASE_PROPERTY - Field in Wrapper
DISTRIBUTION_CLASSIFIER_PROPERTY - Field in Wrapper
DISTRIBUTION_NAME_PROPERTY - Field in Wrapper
DISTRIBUTION_PATH_PROPERTY - Field in Wrapper
DISTRIBUTION_VERSION_PROPERTY - Field in Wrapper
distsDirName - Property in BasePluginConvention
doAddFileSet(Object, File, String) - Method in FileSet
doAddFileSet(Object, File, String) - Method in TarFileSet
doAddFileSet(Object, File, String) - Method in ZipFileSet
docEncoding(String) - Method in StandardJavadocDocletOptions
docFilesSubDirs() - Method in StandardJavadocDocletOptions
doclet(String) - Method in CoreJavadocOptions
doclet(String) - Method in MinimalJavadocOptions
docletClasspath(File) - Method in CoreJavadocOptions
docletClasspath(File) - Method in MinimalJavadocOptions
docsDirName - Property in JavaPluginConvention
docTitle - Property in ScalaDocOptions
Html text to appear in the main frame title.
docTitle(String) - Method in StandardJavadocDocletOptions
doFirst(Closure) - Method in DefaultTask
doFirst(Closure) - Method in Task

Adds the given closure to the beginning of this task's action list.

doLast(Closure) - Method in DefaultTask
doLast(Closure) - Method in Task

Adds the given closure to the end of this task's action list.

DomainObjectCollection - Interface in org.gradle.api
A {
DomainObjectContainer - Interface in org.gradle.api
A {
doStart() - Method in JettyPluginWebAppContext
doStop() - Method in JettyPluginWebAppContext
dotGradleStatesDirectory(File) - Method in DefaultDirectoryStateChangeDetecterBuilder
dump - Property in DependOptions
dumpCommand - Property in TestNGOptions
Print the TestNG launcher command.

E

ECLIPSE_CLEAN_TASK_NAME - Field in EclipsePlugin
ECLIPSE_CP_TASK_NAME - Field in EclipsePlugin
ECLIPSE_PROJECT_TASK_NAME - Field in EclipsePlugin
ECLIPSE_TASK_NAME - Field in EclipsePlugin
ECLIPSE_WTP_MODULE_TASK_NAME - Field in EclipsePlugin
ECLIPSE_WTP_TASK_NAME - Field in EclipsePlugin
EclipseClasspath - Class in org.gradle.api.tasks.ide.eclipse
Generates an eclipse .classpath file.
EclipseClasspath() - Constructor in EclipseClasspath
EclipseClean - Class in org.gradle.api.tasks.ide.eclipse
Deletes files generated by various Eclipse tasks.
EclipseClean() - Constructor in EclipseClean
EclipsePlugin - Class in org.gradle.api.plugins

A { org.gradle.api.plugins.JavaPlugin} or the {

EclipsePlugin() - Constructor in EclipsePlugin
EclipseProject - Class in org.gradle.api.tasks.ide.eclipse
Generates an eclipse .project file.
EclipseProject() - Constructor in EclipseProject
EclipseUtil - Class in org.gradle.api.tasks.ide.eclipse
EclipseUtil() - Constructor in EclipseUtil
EclipseWtp - Class in org.gradle.api.tasks.ide.eclipse
Generates Eclipse configuration files for Eclipse WTP.
EclipseWtp() - Constructor in EclipseWtp
EclipseWtpModule - Class in org.gradle.api.tasks.ide.eclipse
Generates Eclipse configuration files for Eclipse WTP modules
EclipseWtpModule() - Constructor in EclipseWtpModule
EMPTY_POLICY_CREATE - Property in AbstractAntArchive
EMPTY_POLICY_SKIP - Property in AbstractAntArchive
emptyPolicy() - Method in AntArchiveParameter
enableAssert - Property in TestNGOptions
Enables JDK 1.4 assertion.
enableTestReport() - Method in Test
encoding - Property in CompileOptions
encoding(String) - Method in CoreJavadocOptions
encoding - Property in GroovyCompileOptions
encoding(String) - Method in MinimalJavadocOptions
encoding - Property in ScalaCompileOptions
Encoding of source files.
EnumJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
EnumJavadocOptionFileOption(String, T) - Constructor in EnumJavadocOptionFileOption
environment - Property in JunitForkOptions
environment - Property in JUnitOptions
environment - Property in TestNGOptions
equals(def) - Method in AntArchiveParameter
equals(Object) - Method in CompositeSpec
equals(Object) - Method in Conf2ScopeMapping
equals(Object) - Method in DefaultStandardOutputCapture
equals(Object) - Method in DependencyTypeSpec
equals(Object) - Method in DirectoryState
equals(Object) - Method in PatternSet
equals(Object) - Method in ProjectDependenciesBuildInstruction
equals(Object) - Method in PublishInstruction
equals(Object) - Method in RelativePath
equals(Object) - Method in StandardOutputState
equals(Object) - Method in StartParameter
ERR_LOGGING_STREAM - Field in StandardOutputLogging
error(String, Throwable) - Method in Logging.LoggerImpl
ERROR - Enum Constant in LogLevel
evaluationDependsOn(String) - Method in Project

Declares that this project has an evaulation dependency on the project with the given path.

exclude(Map) - Method in Configuration
Adds an exclude rule to exclude transitive dependencies for all dependencies of this configuration.
exclude(Iterable) - Method in Copy
{
exclude(Iterable) - Method in CopySpec
{
exclude(Iterable) - Method in FileSet
exclude(Map) - Method in ModuleDependency
Adds an exclude rule to exclude transitive dependencies of this dependency.
exclude(Iterable) - Method in PatternFilterable
Adds an ANT style exclude pattern.
exclude(Iterable) - Method in PatternSet
exclude(Iterable) - Method in SourceTask
{
exclude(Iterable) - Method in Test
Adds exclude patterns for the files in the test classes directory (e.g. '**F;*Test.class')).
excludedFieldsFromOptionMap() - Method in AbstractOptions
excludedFieldsFromOptionMap() - Method in CompileOptions
excludedFieldsFromOptionMap() - Method in DependOptions
excludedFieldsFromOptionMap() - Method in GroovyCompileOptions
excludedFieldsFromOptionMap() - Method in JunitForkOptions
excludedFieldsFromOptionMap() - Method in JUnitOptions
excludedFieldsFromOptionMap() - Method in ScalaCompileOptions
excludedFieldsFromOptionMap() - Method in TestNGOptions
excludeDocFilesSubDir(String) - Method in StandardJavadocDocletOptions
excludeGroups - Property in TestNGOptions
The list of groups to exclude, separated by spaces or commas.
ExcludeRule - Interface in org.gradle.api.artifacts
An { dependencies.
ExcludeRuleContainer - Interface in org.gradle.api.artifacts

A container for adding exclude rules for dependencies.

execDirectory(File) - Method in JavadocExecHandleBuilder
executable - Property in ForkOptions
execute(T) - Method in Action
Performs this action against the given object
execute(AntBuilder, FileCollection, File, File) - Method in AntCodeNarc
execute() - Method in AntDepend
execute(IsolatedAntBuilder, FileCollection, File, List, String, String, GroovyCompileOptions, CompileOptions, List) - Method in AntGroovyc
execute(FileCollection, File, boolean, String, String, String, String, File, boolean, IsolatedAntBuilder, List, Project) - Method in AntGroovydoc
execute(AntMetaArchiveParameter) - Method in AntJar
execute(FileCollection, File, File, Iterable, String, String, CompileOptions, AntBuilder) - Method in AntJavac
execute(List, File, Set, String, String, List, List, boolean, AntBuilder) - Method in AntJavadoc
execute(File, Iterable, File, Collection, Collection, JUnitOptions, AntBuilder) - Method in AntJUnitExecute
execute(File, File, AntBuilder) - Method in AntJUnitReport
execute(FileCollection, File, Iterable, ScalaCompileOptions) - Method in AntScalaCompile
execute(Iterable) - Method in AntScalaDefine
execute(FileCollection, File, Iterable, ScalaDocOptions) - Method in AntScalaDoc
execute(AntArchiveParameter, Compression, LongFile) - Method in AntTar
execute(File, Iterable, File, File, Collection, Collection, TestNGOptions, AntBuilder) - Method in AntTestNGExecute
execute(AntMetaArchiveParameter, List, List, List, List, File, FileResolver) - Method in AntWar
execute(AntArchiveParameter) - Method in AntZip
execute(Task) - Method in ClosureTaskAction
execute() - Method in CopyAction
Execute the copy
execute() - Method in Main
execute(Project, Test, Collection, Collection) - Method in TestFramework
executeAntTarget() - Method in AntTarget
executeTests() - Method in Test
ExistingDirsFilter - Class in org.gradle.api.tasks.util
ExistingDirsFilter() - Constructor in ExistingDirsFilter
EXISTS - Enum Constant in PathValidation
exit(Throwable) - Method in Main.BuildCompleter
exit(Throwable) - Method in Main.ProcessExitBuildCompleter
extDirs(File) - Method in CoreJavadocOptions
extDirs(File) - Method in MinimalJavadocOptions
extendsFrom(Configuration) - Method in Configuration
Adds the given configurations to the set of configuration which this configuration extends from.
extension - Property in FormatterOptions
extensionDirs - Property in CompileOptions
EXTERNAL - Enum Constant in Type
ExternalDependency - Interface in org.gradle.api.artifacts

An {

ExternalModuleDependency - Interface in org.gradle.api.artifacts

A {

extractedJarClasses - Field in AbstractTestFrameworkDetector

F

FAIL - Field in LongFile
failOnError - Property in CompileOptions
failOnError - Property in GroovyCompileOptions
failOnError - Property in ScalaCompileOptions
Fail the build on compilation errors.
FAILURES_OR_ERRORS_PROPERTY - Field in Test
fieldName2AntMap() - Method in AbstractOptions
fieldName2AntMap() - Method in CompileOptions
fieldName2AntMap() - Method in DebugOptions
fieldName2AntMap() - Method in ForkOptions
fieldName2AntMap() - Method in GroovyCompileOptions
fieldName2AntMap() - Method in JunitForkOptions
fieldName2AntMap() - Method in JUnitOptions
fieldName2AntMap() - Method in ScalaCompileOptions
fieldName2AntMap() - Method in ScalaDocOptions
fieldName2AntMap() - Method in TestNGOptions
fieldValue2AntMap() - Method in AbstractOptions
fieldValue2AntMap() - Method in CompileOptions
fieldValue2AntMap() - Method in JunitForkOptions
fieldValue2AntMap() - Method in ScalaCompileOptions
fieldValue2AntMap() - Method in ScalaDocOptions
file - Property in GradleManifest
FILE - Enum Constant in PathValidation
file(Object, PathValidation) - Method in Project

Resolves a file path relative to the project directory of this project and validates it using the given scheme.

FileCollection - Interface in org.gradle.api.file

A {

FileCollection.AntType - Enum in org.gradle.api.file
fileCollection(Dependency) - Method in Configuration
Resolves this configuration lazyly.
FileCollectionDependency - Interface in org.gradle.api.artifacts
A { repository.
FileJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
FileJavadocOptionFileOption(String, File) - Constructor in FileJavadocOptionFileOption
fileMetaDataAndContentHashing() - Method in DefaultDirectoryStateChangeDetecterBuilder
fileMetaDataOnlyHashing() - Method in DefaultDirectoryStateChangeDetecterBuilder
fileMode - Property in ZipFileSet
files(Dependency) - Method in Configuration
Resolves this configuration.
files(Object, Closure) - Method in Project

Creates a new {

FileSet - Class in org.gradle.api.tasks.util
fileSet(Map, Closure) - Method in AbstractArchiveTask
Add a fileset
FileSet - Enum Constant in FileCollection.AntType
FileSet(Map, FileResolver) - Constructor in FileSet
fileSetManifest - Property in AntMetaArchiveParameter
fileSetManifest - Property in Jar
FileTree - Interface in org.gradle.api.file

A {

fileTree(Closure) - Method in Project

Creates a new {

FileVisitDetails - Interface in org.gradle.api.file
Contains details about the file or directory being visited.
FileVisitor - Interface in org.gradle.api.file

A {

fillDirectoryListFiles(File, int) - Method in DirectoryListFileCreator
filter(Closure) - Method in Copy
{
filter(Closure) - Method in CopyProcessingSpec
Adds a content filter based on the provided closure.
filter(Closure) - Method in CopySpec
{
filter(Closure) - Method in GroovyPomFilterContainer
Sets the default publish filter.
filter(String) - Method in PomFilterContainer
Returns a filter added with {
filterIterable(Iterable, Spec) - Method in Specs
filterTrace - Property in JUnitOptions
findAll(Spec) - Method in DomainObjectCollection
Returns the objects in this collection which meet the given specification.
findByName(String) - Method in DomainObjectCollection
Locates an object by name, returning null if there is no such object.
findByPath(String) - Method in TaskContainer

Locates a task by path.

findExistingDirs(Collection) - Method in ExistingDirsFilter
findExistingDirsAndLogExitMessage(Collection) - Method in ExistingDirsFilter
findExistingDirsAndThrowStopActionIfNone(Collection) - Method in ExistingDirsFilter
findJettyWebXmlFile(File) - Method in AbstractJettyRunTask
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
findPlugin(Class) - Method in PluginContainer
Returns the plugin for the given type.
findProject(String) - Method in Project

Locates a project by path.

findProject(File) - Method in Settings

Returns the project with the given project directory.

findWebXml() - Method in JettyConfiguration
finishConfigurationBeforeStart() - Method in AbstractJettyRunTask
finishConfigurationBeforeStart() - Method in JettyRun
finishConfigurationBeforeStart() - Method in JettyRunWar
FLAT_DIR_RESOLVER_PATTERN - Field in ResolverContainer
flatDir(Map) - Method in RepositoryHandler
Adds a resolver that looks into a number of directories for artifacts.
flush() - Method in StandardOutputLogging
footer - Property in ScalaDocOptions
Html text to appear in the footer for each page.
footer(String) - Method in StandardJavadocDocletOptions
force - Property in ScalaCompileOptions
Whether to force the compilation of all files.
fork - Property in CompileOptions
fork - Property in GroovyCompileOptions
fork - Property in JUnitOptions
ForkMode - Enum in org.gradle.api.tasks.testing
ForkMode(String) - Method in ForkMode
forkMode - Property in JunitForkOptions
ForkOptions - Class in org.gradle.api.tasks.compile
forkOptions - Property in CompileOptions
ForkOptions() - Constructor in ForkOptions
forkOptions - Property in GroovyCompileOptions
forkOptions - Property in JUnitOptions
FormatterOptions - Class in org.gradle.api.tasks.testing
FormatterOptions() - Constructor in FormatterOptions
formatterOptions - Property in JUnitOptions
from(Object) - Method in AbstractArchiveTask
Adds an arbitrary collection of files to the archive.
from(Object) - Method in ConfigurableFileCollection
Adds a set of files to this collection.
from(Object) - Method in ConfigurableFileTree
Specifies base directory for this file tree using the given path.
from(Object, Closure) - Method in Copy
{
from(Object, Closure) - Method in CopySourceSpec
Specifies the source for a copy and creates a child CopySourceSpec.
from(Object, Closure) - Method in CopySpec
{
from(Object) - Method in FileSet
fromString(String) - Method in CacheUsage

{

Full - Enum Constant in BuildExceptionReporter.ExceptionStyle
FULL_STACKTRACE - Field in DefaultCommandLine2StartParameterConverter
fullPath - Property in ZipFileSet

G

generate(Project) - Method in AbstractReportTask
generate(Project) - Method in DependencyReportTask
generate() - Method in Groovydoc
generate() - Method in Javadoc
generate(Project) - Method in PropertyReportTask
generate() - Method in ScalaDoc
generate(Project) - Method in TaskReportTask
generate() - Method in Wrapper
generate(String, String, File) - Method in WrapperScriptGenerator
generateArchive() - Method in AbstractArchiveTask
generateClasspath() - Method in EclipseClasspath
generateManifest() - Method in OsgiManifest
generateProject() - Method in EclipseProject
generateWtp() - Method in EclipseWtp
generateWtpModule() - Method in EclipseWtpModule
getAbsoluteDirectoryToProcessPath() - Method in StateFileUtil
getActions() - Method in Task

Returns the sequence of { execution.

getActivePomFilters() - Method in PomFilterContainer
getAdditionalLibFileSets() - Method in War
getAdditionalRuntimeJars() - Method in AbstractJettyRunTask
getAll() - Method in Configuration
Returns all the configurations belonging to the same configuration container as this configuration (including this configuration).
getAll() - Method in DomainObjectCollection
Returns the objects in this collection.
getAllArtifacts(ResolvedDependency) - Method in AsciiReportRenderer.MergedResolvedDependency
getAllArtifacts() - Method in Configuration
Returns the artifacts of this configuration including the artifacts of extended configurations.
getAllArtifacts(ResolvedDependency) - Method in ResolvedDependency
Returns a union of the module and parent artifacts of this dependency and its children.
getAllDependencies(Class) - Method in Configuration
Gets the set of dependencies of type T for this configuration including thos contributed by superconfigurations.
getAllGroovy() - Method in GroovySourceSet
All Groovy source for this source set.
getAllJava() - Method in SourceSet
All Java source for this source set.
getAllModuleArtifacts() - Method in AsciiReportRenderer.MergedResolvedDependency
getAllModuleArtifacts() - Method in ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency and recursively to its children.
getAllprojects() - Method in Project

Returns the set containing this project and its subprojects.

getAllScala() - Method in ScalaSourceSet
All Scala source for this source set.
getAllSource() - Method in AbstractArchiveTask
getAllSource() - Method in SourceSet
All source for this source set.
getAllTasks(boolean) - Method in Project

Returns a map of the tasks contained in this project, and optionally its subprojects.

getAllTasks() - Method in TaskExecutionGraph

Returns the tasks which are included in the execution plan.

getAnt() - Method in Project

Returns the AntBuilder for this project.

getAnt() - Method in Task

Returns the AntBuilder for this task.

getAntGroovyCompile() - Method in GroovyCompile
getAntGroovydoc() - Method in Groovydoc
getAntJar() - Method in Jar
getAntScalaCompile() - Method in ScalaCompile
getAntScalaDefine() - Method in ScalaDefine
getAntScalaDoc() - Method in ScalaDoc
getAntTar() - Method in Tar
getAntValue() - Method in Compression
getAntValue() - Method in LongFile
getAntWar() - Method in War
getAntZip() - Method in Zip
getApiDocTitle() - Method in ReportingBasePluginConvention
Returns the title for API documentation for the project.
getAppendix() - Method in AbstractArchiveTask
getArchiveBase() - Method in Wrapper
Returns the archive base.
getArchiveClassifier() - Method in Wrapper
Returns the archive classifier.
getArchiveName() - Method in AbstractArchiveTask
Returns the archive name.
getArchiveName() - Method in Wrapper
Returnes the archive name.
getArchivePath() - Method in AbstractArchiveTask
The path where the archive is constructed.
getArchivePath() - Method in Wrapper
Returns the archive path.
getArtifactId() - Method in MavenPom
getArtifacts(ResolvedDependency) - Method in AsciiReportRenderer.MergedResolvedDependency
getArtifacts() - Method in Configuration
Returns the artifacts of this configuration excluding the artifacts of extended configurations.
getArtifacts() - Method in ModuleDependency
Returns the artifacts belonging to this dependency.
getArtifacts() - Method in Project
Returns a handler for assigning artifacts produced by the project to configurations.
getArtifacts(ResolvedDependency) - Method in ResolvedDependency
Returns a union of the module and parent artifacts of this dependency.
getAsFileSets() - Method in FileSet
getAsFileTree() - Method in FileCollection
Converts this collection to a {
getAsMap() - Method in DomainObjectCollection
Returns the objects in this collection, as a map from object name to object instance.
getAsPath() - Method in FileCollection
Returns the contents of this collection as a platform-specific path.
getAsSpec() - Method in IntersectionPatternSet
getAsSpec() - Method in PatternSet
getAt(String) - Method in ConfigurationContainer
{
getAt(String) - Method in DomainObjectCollection
Locates an object by name, failing if there is no such task.
getAt(String) - Method in PluginCollection
{
getAt(String) - Method in ResolverContainer
{
getAt(String) - Method in TaskCollection
{
getBaseDir() - Method in AbstractArchiveTask
getBaseDir() - Method in AntTarget
Returns the Ant project base directory to use when executing the target.
getBaseName() - Method in AbstractArchiveTask
getBootClasspath() - Method in CoreJavadocOptions
getBootClasspath() - Method in MinimalJavadocOptions
getBottom() - Method in StandardJavadocDocletOptions
getBuildAnalysis() - Method in GradleLauncher
Evaluates the settings and all the projects.
getBuildAndRunAnalysis() - Method in GradleLauncher
Evaluates the settings and all the projects.
getBuildArtifacts() - Method in Configuration
Returns a { belonging to this configuration or to one of its super configurations.
getBuildDependencies() - Method in Buildable
Returns a dependency which contains the tasks which build this artifact.
getBuildDependencies() - Method in Configuration
Returns a { (e.g. project dependencies) belonging to this configuration or to one of its super configurations.
getBuildDir() - Method in Project

Returns the build directory of this project.

getBuildDirName() - Method in Project

Returns the name of the build directory of this project.

getBuildExecuter() - Method in StartParameter

Returns the {

getBuildFile() - Method in Project

Returns the build file Gradle will evaulate against this project object.

getBuildFile() - Method in ProjectDescriptor
Returns the build file for this project.
getBuildFile() - Method in StartParameter
Returns the build file to use to select the default project.
getBuildFileName() - Method in ProjectDescriptor
Returns the name of the build file for this project.
getBuildscript() - Method in Project
Returns the build script handler for this project.
getBuildScriptSource() - Method in StartParameter

Returns the {

getBuiltBy() - Method in ConfigurableFileCollection
Returns the set of tasks which build the files of this collection.
getByName(String, Closure) - Method in ConfigurationContainer
{
getByName(String, Closure) - Method in DomainObjectCollection
Locates an object by name, failing if there is no such object.
getByName(String) - Method in PluginCollection
{
getByName(String, Closure) - Method in ResolverContainer
{
getByName(String) - Method in TaskCollection
{
getByPath(String) - Method in TaskContainer

Locates a task by path.

getCacheUsage() - Method in StartParameter
getChangeProcessorEventProducer() - Method in DefaultDirectoryStateChangeDetecter
getChangeProcessorEventProducer() - Method in StateFileChangeListenerUtil
getCharSet() - Method in StandardJavadocDocletOptions
getCheckstyleConfigFile() - Method in JavaCodeQualityPluginConvention
getCheckstyleResultsDir() - Method in JavaCodeQualityPluginConvention
getChildProjects() - Method in Project

Returns the direct children of this project.

getChildren() - Method in AsciiReportRenderer.MergedResolvedDependency
getChildren() - Method in ProjectDescriptor
Returns the children of this project, if any.
getChildren() - Method in ResolvedDependency
Returns the transitive ResolvedDependency instances of this resolved dependency.
getClasses() - Method in SourceSet
Returns the compiled classes directory for this source set.
getClassesDir() - Method in OsgiManifest
Returns the classes dir.
getClassesDir() - Method in SourceSet
Returns the directory to assemble the compiled classes into.
getClassesFileSets() - Method in War
getClassesTaskName() - Method in SourceSet
Returns the name of the classes task for this source set.
getClassifier() - Method in AbstractArchiveTask
getClassifier() - Method in DependencyArtifact
Returns the classifier of this dependency artifact.
getClassifier() - Method in MavenPom
getClassifier() - Method in PublishArtifact
Returns the classifier of this published artifact.
getClassLoader() - Method in BootstrapLoader
getClassLoader() - Method in ScriptHandler
Returns the {
getClassLoader() - Method in Settings

Returns the classloader used to compile and execute the settings script.

getClassName() - Method in TestClassVisitor
getClasspath() - Method in Checkstyle
getClasspath() - Method in Compile
getClasspath() - Method in CoreJavadocOptions
getClasspath() - Method in Javadoc
getClasspath() - Method in JettyRun
Returns the classpath for the web application.
getClasspath() - Method in MinimalJavadocOptions
getClasspath() - Method in OsgiManifest
Returns the classpath.
getClasspath() - Method in ScalaDefine
getClasspath() - Method in ScalaDoc

Returns the classpath to use to locate classes referenced by the documented source.

getClasspath() - Method in Test
getClassPathFiles() - Method in JettyPluginWebAppContext
getClassPathFiles() - Method in JettyRun
getClasspathLibs() - Method in EclipseClasspath
Returns a list with library paths to be transformed into eclipse lib dependencies.
getClasspathTypes() - Method in OsgiManifest
Returns the classpath types.
getCodeNarcConfigFile() - Method in GroovyCodeQualityPluginConvention
getCodeNarcReportsDir() - Method in GroovyCodeQualityPluginConvention
getCompileClasspath() - Method in SourceSet
Returns the classpath used to compile this source.
getCompileTaskName(String) - Method in SourceSet
Returns the name of a compile task for this source set.
getCompression() - Method in Tar
getConf2ScopeMappings() - Method in MavenPluginConvention
getConfigFile() - Method in Checkstyle
getConfigFile() - Method in CodeNarc
getConfiguration() - Method in AsciiReportRenderer.MergedResolvedDependency
getConfiguration() - Method in Conf2ScopeMapping
Returns the dependency configuration name
getConfiguration() - Method in ModuleDependency
Returns the configuration of this dependency module (not the configurations this dependency belongs too).
getConfiguration() - Method in ResolvedDependency
Returns the configuration under which this instance was resolved.
getConfiguration() - Method in Upload
getConfigurations() - Method in DependencyReportTask
Returns the configurations to use to build a report.
getConfigurations() - Method in Project
Returns the configurations of this project.
getConfigurations() - Method in ScriptHandler
Returns the configurations of this handler.
getConfiguredContextHandlers() - Method in JettyRun
getConnectors() - Method in AbstractJettyRunTask
getConnectors() - Method in JettyPluginServer
getContextPath() - Method in AbstractJettyRunTask
getConvention() - Method in Project

Return the {

getConvention() - Method in Task

Returns the {

getCopyAction() - Method in Copy
getCurrentDir() - Method in StartParameter
Returns the directory to use to select the default project, and to search for the settings file.
getCustomName() - Method in AbstractArchiveTask
getDate() - Method in PublishArtifact
Returns the date that should be used when publishing this artifact.
getDefaultImportsFile() - Method in StartParameter
getDefaultProjectSelector() - Method in StartParameter
Returns the selector used to choose the default project of the build.
getDefaultSource() - Method in SourceTask
Returns the default source for this task, if any.
getDefaultTasks() - Method in Project

Returns the names of the default tasks of this project.

getDependencies() - Method in ClientModule
Returns all the dependencies added to the client module.
getDependencies(Class) - Method in Configuration
Gets the set of dependencies of type T directly contained in this configuration (ignoring superconfigurations).
getDependencies() - Method in Project
Returns the dependencies of this project.
getDependencies() - Method in ScriptHandler
Returns the dependencies of the script.
getDependencies(Task) - Method in TaskDependency

Determines the dependencies for the given {

getDependencyCacheDir() - Method in Compile
getDependencyCacheDir() - Method in JavaPluginConvention
getDependencyProject() - Method in ProjectDependency
Returns the project associated with this project dependency
getDependsOn() - Method in Task

Returns the dependencies of this task.

getDependsOnProjects(List) - Method in EclipseUtil
getDependsOnProjects() - Method in Project

Returns the set of projects which this project depends on.

getDeployName() - Method in EclipseWtp
Returns the deploy name for this project.
getDepth() - Method in Project

Returns the nesting level of a project in a multi-project hierarchy.

getDescription() - Method in AntTarget
{
getDescription() - Method in Configuration
Returns the description for this configuration.
getDescription() - Method in OsgiManifest
Returns the description.
getDescription() - Method in Rule
Returns the description of the rule.
getDescription() - Method in Task
Returns the description of a task.
getDescriptorDestination() - Method in PublishInstruction
Returns the file destination where to create the ivy.xml file.
getDescriptorDestination() - Method in Upload
getDestinationDir() - Method in AbstractArchiveTask
getDestinationDir() - Method in Compile
getDestinationDir() - Method in Copy
getDestinationDir() - Method in Groovydoc

Returns the directory to generate the documentation into.

getDestinationDir() - Method in Javadoc

Returns the directory to generate the documentation into.

getDestinationDir() - Method in ScalaDoc
getDestinationDirectory() - Method in MinimalJavadocOptions
getDestinationDirectory() - Method in StandardJavadocDocletOptions
getDidWork() - Method in Task

Checks if the task actually did any work.

getDidWork() - Method in WorkResult
getDigest() - Method in DirectoryState
getDigest() - Method in StateFileItem
getDigester(String) - Method in DefaultDigesterCache
getDigester(String) - Method in DigesterCache
getDigesterFactory() - Method in DefaultDigesterCache
getDigesterFactory() - Method in DigesterCache
getDir() - Method in Clean
getDir() - Method in ConfigurableFileTree
Returns the base directory of this file tree.
getDir() - Method in FileSet
getDir() - Method in InternalRepository
getDirectory() - Method in DirectoryState
getDirectory() - Method in ScanTargetPattern
getDirectoryState() - Method in DirectoryStateBuilder
getDirectoryStateChangeDetecter() - Method in DefaultDirectoryStateChangeDetecterBuilder
getDirectoryStateDir() - Method in StateFileUtil
getDirectoryToProcess() - Method in DefaultDirectoryStateChangeDetecter
getDirectoryToProcess() - Method in StateFileUtil
getDirListLevelWriter(int) - Method in DirectoryListFileCreator
getDirsListFile(int) - Method in StateFileUtil
getDirsListFilename(int) - Method in StateFileUtil
getDirsStateFileKeyToDirStateFile(String) - Method in StateFileUtil
getDirsStateFileKeyToFile(String) - Method in StateFileUtil
getDirsStateFilename(int) - Method in StateFileUtil
getDirStateFilename(String) - Method in StateFileUtil
getDisplayName() - Method in FileSet
getDistributionBase() - Method in Wrapper
Returns the distribution base.
getDistributionPath() - Method in Wrapper
Returns the distribution path.
getDistsDir() - Method in BasePluginConvention
getDocEncoding() - Method in StandardJavadocDocletOptions
getDoclet() - Method in CoreJavadocOptions
getDoclet() - Method in MinimalJavadocOptions
getDocletClasspath() - Method in CoreJavadocOptions
getDocletClasspath() - Method in MinimalJavadocOptions
getDocsDir() - Method in JavaPluginConvention
getDocTitle() - Method in Groovydoc
Returns the title for the package index(first) page.
getDocTitle() - Method in StandardJavadocDocletOptions
getDocURL() - Method in OsgiManifest
Returns the docURL value.
getEnabled() - Method in Task

Returns if this task is enabled or not.

getEncoding() - Method in CoreJavadocOptions
getEncoding() - Method in MinimalJavadocOptions
getErrAdapter() - Method in StandardOutputLogging
getErrStream() - Method in StandardOutputState
getExcludeArgs() - Method in ExcludeRule
Returns the arguments of an exclude rule.
getExcludeDocFilesSubDir() - Method in StandardJavadocDocletOptions
getExcludedTaskNames() - Method in StartParameter
Returns the names of the tasks to be excluded from this build.
getExcludeRules() - Method in Configuration
Returns the exclude rules applied for resolving any dependency of this configuration.
getExcludeRules() - Method in ModuleDependency
Returns the exclude rules for this dependency.
getExcludes() - Method in Copy
{
getExcludes() - Method in FileSet
getExcludes() - Method in PatternFilterable
Get the set of exclude patterns.
getExcludes() - Method in PatternSet
getExcludes() - Method in ScanTargetPattern
getExcludes() - Method in SourceTask
{
getExcludes() - Method in Test
Returns the exclude patterns for test execution.
getExecHandle() - Method in JavadocExecHandleBuilder
getExecuted() - Method in Task

Returns true if this task has been executed.

getExistingDirsFilter() - Method in Clean
getExtDirs() - Method in CoreJavadocOptions
getExtDirs() - Method in MinimalJavadocOptions
getExtDocUrl() - Method in JavadocOfflineLink
getExtendsFrom() - Method in Configuration
Returns the names of the configurations which this configuration extends from.
getExtension() - Method in AbstractArchiveTask
getExtension() - Method in Compression
getExtension() - Method in DependencyArtifact
Returns the extension of this dependency artifact.
getExtension() - Method in PublishArtifact
Returns the extension of this published artifact.
getExtension() - Method in ResolvedArtifact
getExtraScanTargets() - Method in JettyRun
getFailForMissingDependencies() - Method in EclipseClasspath
Returns whether the build should fail if lib dependencies intended to be used by this task can not be resolved.
getFailure() - Method in BuildResult
getFailureCause() - Method in DirectoryState
getFailureCause() - Method in DirectoryStateDigestComparator
getFile() - Method in FileVisitDetails
Returns the file being visited.
getFile() - Method in PublishArtifact
Returns the file of this artifact.
getFile(File) - Method in RelativePath
getFile() - Method in ResolvedArtifact
getFileDigests() - Method in DirectoryState
getFileOrDirectory() - Method in StateChangeEvent
getFiles() - Method in FileCollection
Returns the contents of this collection as a Set.
getFiles(Spec) - Method in ResolvedConfiguration
Returns the files for the specified subset of configuration dependencies.
getFileSetManifest() - Method in Jar
getFilesFromArtifacts(Set) - Method in ResolvedDependencies
getFilter() - Method in PomFilterContainer
Returns the default filter being used. .
getFilter() - Method in SourceDirectorySet
Returns the filter used to select the source from the source directories.
getFirstLevelModuleDependencies() - Method in ResolvedConfiguration
Returns ResolvedDependency instances for every configuration dependency.
getFooter() - Method in Groovydoc
Returns the html footer for each page.
getFooter() - Method in StandardJavadocDocletOptions
getFormatter() - Method in TextProjectReportRenderer
getGradle() - Method in BuildResult
getGradle() - Method in Gradle
Returns this {
getGradle() - Method in Project

Returns the {

getGradleClasspath() - Method in BootstrapLoader
getGradleHomeDir() - Method in Gradle

Returns the Gradle home directory.

getGradleHomeDir() - Method in StartParameter
getGradleHomeLibClasspath() - Method in BootstrapLoader
getGradleUserHomeDir() - Method in Gradle

Returns the Gradle user home directory.

getGradleUserHomeDir() - Method in StartParameter
getGradleVersion() - Method in Gradle

Returns the current Gradle version.

getGradleVersion() - Method in Wrapper
Returns the gradle version for the wrapper.
getGroovy() - Method in GroovySourceSet
Returns the source to be compiled by the Groovy compiler for this source set.
getGroovyClasspath() - Method in GroovyCompile
getGroovyClasspath() - Method in Groovydoc

Returns the classpath to use to locate classes referenced by the documented source.

getGroovyOptions() - Method in GroovyCompile
Gets the options for the groovyc compilation.
getGroup() - Method in AsciiReportRenderer.MergedResolvedDependency
getGroup() - Method in Dependency
Returns the group of this dependency.
getGroup() - Method in Module
getGroup() - Method in Project

Returns the group of this project.

getGroup() - Method in ResolvedDependency
Returns the group of the resolved dependency
getGroupId() - Method in MavenPom
getGroups() - Method in StandardJavadocDocletOptions
getHeader() - Method in Groovydoc
Returns the html header for each page.
getHelpFile() - Method in StandardJavadocDocletOptions
getHierarchy() - Method in Configuration
Gets a list including this configuration and all superconfigurations recursively.
getHttpPort() - Method in AbstractJettyRunTask
getHttpPort() - Method in JettyPluginConvention
getId() - Method in ClientModule
Returns the id of the client module.
getIncludes() - Method in Copy
{
getIncludes() - Method in FileSet
getIncludes() - Method in PatternFilterable
Get the set of include patterns.
getIncludes() - Method in PatternSet
getIncludes() - Method in ScanTargetPattern
getIncludes() - Method in SourceTask
{
getIncludes() - Method in Test
Returns the include patterns for test execution.
getInitscript() - Method in Gradle
Returns the init script handler for this build.
getInitScripts() - Method in StartParameter
Returns all explicitly added init scripts that will be run before the build starts.
getInstructions() - Method in OsgiManifest
Returns all exisiting instruction.
getInternalRepository() - Method in Gradle
Returns the repository used to pass artifacts between projects in this build.
getJarPath() - Method in Wrapper
Returns the jar path.
getJava() - Method in SourceSet
Returns the Java source which is to be compiled by the Java compiler into the class output directory.
getJavaConvention(Project) - Method in JettyPlugin
getJavaSrc() - Method in ScalaCompile
Returns the Java source for this task.
getJettyConfig() - Method in AbstractJettyRunTask
getJettyEnvXml() - Method in JettyRun
getJettyEnvXmlFile() - Method in JettyPluginWebAppContext
getJettyEnvXmlFile() - Method in JettyRun
getJFlags() - Method in CoreJavadocOptions
getJFlags() - Method in MinimalJavadocOptions
getKey() - Method in StateFileItem
getLastName() - Method in RelativePath
getLeafSyncSpecs() - Method in Copy
getLevel() - Method in DefaultStandardOutputCapture
getLevel() - Method in DirectoryState
getLevel() - Method in StandardOutputCapture
Returns the log level the output is redirected to.
getLibConfigurations() - Method in War
getLibExcludeConfigurations() - Method in War
getLibsDir() - Method in BasePluginConvention
getLicense() - Method in OsgiManifest
Returns the license
getLicenseHeader() - Method in MavenPom
getLineNumber() - Method in GradleScriptException
Returns the line in the script where this exception occurred, if known.
getLinks() - Method in StandardJavadocDocletOptions
getLinksOffline() - Method in StandardJavadocDocletOptions
getLocale() - Method in CoreJavadocOptions
getLocale() - Method in MinimalJavadocOptions
getLocation() - Method in GradleScriptException

Returns a description of the location of where this execption occurred.

getLogger() - Method in Gradle
Returns the logger for this build.
getLogger(String) - Method in Logging
Returns the logger with the given name.
getLogger() - Method in Project

Returns the logger for this project.

getLogger() - Method in Settings
Returns the logger for this build.
getLogger() - Method in Task

Returns the logger for this task.

getLoggingConfigurer() - Method in DefaultGradleFactory
getLoggingJars() - Method in BootstrapLoader
getLogLevel(String) - Method in DefaultCommandLine2StartParameterConverter
getLogLevel() - Method in StartParameter
getLogLevelCommandLine(LogLevel) - Method in DefaultCommandLine2StartParameterConverter
getLogLevels() - Method in DefaultCommandLine2StartParameterConverter
getLongFile() - Method in Tar
getManifest() - Method in Jar
getMapping(Configuration) - Method in Conf2ScopeMappingContainer
Returns a scope that corresponds to the given configurations.
getMappings() - Method in Conf2ScopeMappingContainer
Returns a map with all the configuration to scope mappings.
getMavenPomDir() - Method in ResolverContainer
getMavenScopeMappings() - Method in ResolverContainer
getMaxMemory() - Method in Javadoc
Returns the amount of memory allocated to this task.
getMemberLevel() - Method in CoreJavadocOptions
getMemberLevel() - Method in MinimalJavadocOptions
getMergeFileSets() - Method in AbstractArchiveTask
getMergeGroupFileSets() - Method in AbstractArchiveTask
getMessage() - Method in GradleScriptException
{
getMetaInfResourceCollections() - Method in Jar
getModuleArtifacts() - Method in AsciiReportRenderer.MergedResolvedDependency
getModuleArtifacts() - Method in ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency.
getName() - Method in AbstractTestFramework
getName() - Method in AsciiReportRenderer.MergedResolvedDependency
getName() - Method in Configuration
Returns the name of this configuration.
getName() - Method in Dependency
Returns the name of this dependency.
getName() - Method in DependencyArtifact
Returns the name of the dependency artifact.
getName() - Method in Logging.LoggerImpl
getName() - Method in Module
getName() - Method in OsgiManifest
Returns the name
getName() - Method in Project

Returns the name of this project.

getName() - Method in ProjectDescriptor
Returns the name of this project.
getName() - Method in PublishArtifact
Returns the name of the artifact.
getName() - Method in ResolvedArtifact
getName() - Method in ResolvedDependency
Returns the name of the resolved dependency.
getName() - Method in SourceSet
Returns the name of this source set.
getName() - Method in Task

Returns the name of this task.
getNewDirectoryDigest(String) - Method in DirectoryStateDigestCalculator
getNewDirectoryStateDir() - Method in StateFileUtil
getNewDirsStateFile(String) - Method in StateFileUtil
getNewDirStateFile(DirectoryState) - Method in StateFileUtil
getNewState() - Method in StateChangeEvent
getNewSubDirectoryStates(String) - Method in DirectoryStateDigestCalculator
getNonLoggingJars() - Method in BootstrapLoader
getNoQualifiers() - Method in StandardJavadocDocletOptions
getOldDirectoryStateDir() - Method in StateFileUtil
getOldDirsStateFile(String) - Method in StateFileUtil
getOldState() - Method in StateChangeEvent
getOption() - Method in AbstractJavadocOptionFileOption
getOption() - Method in JavadocOptionFileOption
getOptionFiles() - Method in CoreJavadocOptions
getOptionFiles() - Method in MinimalJavadocOptions
getOptions() - Method in Compile
getOptions() - Method in Javadoc
getOptions() - Method in JavadocOptionFile
getOptions() - Method in Test
Backwards compatible access to the TestFramework options.
getOptions() - Method in TestFramework
getOptionsFile() - Method in Javadoc
getOriginalMessage() - Method in GradleScriptException

Returns the undecorated message of this exception.

getOutAdapter() - Method in StandardOutputLogging
getOutput() - Method in Task
Returns a OutputHandler object providing information whether a task's output was created successfully and when it was last modified.
getOutputDirectory() - Method in EclipseClasspath
Returns the eclipse output directory for compiled sources
getOutputDirectory() - Method in EclipseWtp
Returns the java-output-path to be used by the wtp descriptor file.
getOutputFile() - Method in AbstractReportTask
Returns the file which the report will be written to.
getOutputLevel() - Method in CoreJavadocOptions
getOutputLevel() - Method in MinimalJavadocOptions
getOutStream() - Method in StandardOutputState
getOverrideWebXml() - Method in AbstractJettyRunTask
getOverview() - Method in CoreJavadocOptions
getOverview() - Method in Groovydoc
Returns a html file to be used for overview documentation.
getOverview() - Method in MinimalJavadocOptions
getPackagelistLoc() - Method in JavadocOfflineLink
getPackaging() - Method in MavenPom
getParent() - Method in Project

Returns the parent project of this project, if any.

getParent() - Method in ProjectDescriptor
Returns the parent of this project, if any.
getParent() - Method in RelativePath
getParentArtifacts(ResolvedDependency) - Method in AsciiReportRenderer.MergedResolvedDependency
getParentArtifacts(ResolvedDependency) - Method in ResolvedDependency
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent.
getParents() - Method in AsciiReportRenderer.MergedResolvedDependency
getParents() - Method in ResolvedDependency
Returns the ResolvedDependency instances that have this instance as a transitive dependency.
getPath() - Method in Project

Returns the path of this project.

getPath() - Method in ProjectDescriptor
Returns the path of this project.
getPath() - Method in Task

Returns the path of the task, which is a fully qualified name for the task.

getPathString() - Method in RelativePath
getPlugin(Class) - Method in Convention
Locates the plugin convention object with the given type.
getPlugin(Class) - Method in ProjectPluginsContainer
Returns a plugin with the specified type if this plugin has been used in the project.
getPluginPropertiesFile() - Method in StartParameter
getPlugins() - Method in Convention
Returns the plugin convention objects contained in this convention.
getPlugins() - Method in Project
Returns the plugins container for this project.
getPom() - Method in PomFilterContainer
Returns the pom property of the custom filter.
getPomDir() - Method in MavenPluginConvention
getPomDirName() - Method in MavenPluginConvention
getPriority() - Method in Conf2ScopeMapping
Returns the priority
getProcessResourcesTaskName() - Method in SourceSet
Returns the name of the resource process task for this source set.
getProject() - Method in Project

Returns this project.

getProject() - Method in Task

Returns the {

getProjectConfiguration() - Method in ProjectDependency
Returns the configuration associated with this project dependency.
getProjectDependencies() - Method in EclipseClasspath
Returns the project dependencies to be transformed into eclipse project dependencies.
getProjectDependencies() - Method in EclipseWtp
Returns the project dependencies to be transformed into eclipse project dependencies.
getProjectDependenciesBuildInstruction() - Method in StartParameter
getProjectDir() - Method in Project

The directory containing the project build file.

getProjectDir() - Method in ProjectDescriptor
Returns the project directory of this project.
getProjectName() - Method in EclipseProject
Returns the name used for the name of the eclipse project
getProjectProperties() - Method in StartParameter
getProjectReportDir() - Method in ProjectReportsPluginConvention
getProjectType() - Method in EclipseProject
Returns the type of the Eclipse project
getProperties() - Method in AntBuilder
Returns the properties of the Ant project.
getProperties() - Method in Checkstyle
getProperties() - Method in Project

Returns the properties of this project.

getProxiedObject() - Method in JettyPluginServer
getProxiedObject() - Method in Proxy
getReferences() - Method in AntBuilder
Returns the references of the Ant project.
getRelativePath() - Method in DirectoryState
getRelativePath() - Method in FileVisitDetails
Returns the path of the file being visited.
getRelativePathDigest() - Method in DirectoryState
getRelativePathToDirectoryToProcess(File) - Method in StateFileUtil
getRelativePathToProjectRoot(File) - Method in StateFileUtil
getReload() - Method in AbstractJettyRunTask
getRenderer() - Method in AbstractReportTask
getRenderer() - Method in DependencyReportTask
getRenderer() - Method in PropertyReportTask
getRenderer() - Method in TaskReportTask
getReportableCauses() - Method in GradleScriptException
Returns the reportable causes for this failure.
getReportableException() - Method in GradleScriptException
Returns the reportable exception for this failure.
getReportFile() - Method in CodeNarc
getReportsDir() - Method in ReportingBasePluginConvention
Returns the directory containing all reports for this project
getReportsDirName() - Method in ReportingBasePluginConvention
Returns the name of the reports directory, relative to the project's build directory.
getRepositories() - Method in Project
Returns a handler to create repositories which are used for retrieving dependencies and uploading artifacts produced by the project.
getRepositories() - Method in ScriptHandler
Returns a handler to create repositories which are used for retrieving dependencies for the script classpath.
getRepositories() - Method in Upload
getRepository() - Method in MavenDeployer
Returns the repository o be used for uploading artifacts.
getRequestLog() - Method in AbstractJettyRunTask
getRequestLog() - Method in JettyPluginServer
getResolvedArtifacts() - Method in ResolvedConfiguration
getResolvedConfiguration() - Method in Configuration
Resolves this configuration.
getResolvedDependency() - Method in ResolvedArtifact
getResolvers() - Method in ResolverContainer
Returns the resolvers in this container, in sequence.
getResourceCollections() - Method in AbstractArchiveTask
getResources() - Method in SourceSet
Returns the non-Java resources which are to be copied into the class output directory.
getResultFile() - Method in Checkstyle
getRootDir() - Method in Project

Returns the root directory of this project.

getRootDir() - Method in Settings

Returns the root directory of the build.

getRootProject() - Method in Gradle

Returns the root project of this build.

getRootProject() - Method in Project

Returns the root project for the hierarchy that this project belongs to.

getRootProject() - Method in Settings

Returns the root project of the build.

getRules() - Method in DomainObjectContainer
Returns the rules used by this container.
getRules() - Method in ExcludeRuleContainer
Returns all the exclude rules added to this container.
getRuntimeClasspath() - Method in SourceSet
Returns the classpath used to execute this source.
getScala() - Method in ScalaSourceSet
Returns the source to be compiled by the Scala compiler for this source set.
getScalaCompileOptions() - Method in ScalaCompile
getScalaDocOptions() - Method in ScalaDoc
getScanIntervalSeconds() - Method in AbstractJettyRunTask
getScanner() - Method in AbstractJettyRunTask
getScannerListeners() - Method in AbstractJettyRunTask
getScanTargetPatterns() - Method in JettyRun
getScanTargets() - Method in JettyRun
getScope() - Method in Conf2ScopeMapping
Returns the Maven scope name.
getScopeMappings() - Method in MavenPom
Returns the scope mappings used for generating this pom.
getScriptDestinationPath() - Method in Wrapper
Returns the script destination path.
getScriptSource() - Method in GradleScriptException

Returns the source the script where this of this exception occurred.

getSegments() - Method in RelativePath
getServer() - Method in AbstractJettyRunTask
getSettings() - Method in MavenResolver
Returns a maven settings object.
getSettings() - Method in Settings

Returns this settings object.

getSettingsDir() - Method in Settings

Returns the settings directory of the build.

getSettingsScriptSource() - Method in StartParameter

Returns the {

getShowStacktrace() - Method in DefaultCommandLine2StartParameterConverter
getShowStacktrace() - Method in StartParameter
getShowStacktraceCommandLine(def) - Method in DefaultCommandLine2StartParameterConverter
getSingleFile() - Method in FileCollection
Returns the content of this collection, asserting it contains exactly one file.
getSize() - Method in DirectoryState
getSnapshotRepository() - Method in MavenDeployer
Returns the repository o be used for uploading snapshot artifacts.
getSortedStringList(List) - Method in EclipseUtil
getSource() - Method in CoreJavadocOptions
getSource() - Method in MinimalJavadocOptions
getSource() - Method in SourceTask
Returns the source for this task, after the include and exclude patterns have been applied.
getSourceCompatibility() - Method in Compile
getSourceCompatibility() - Method in JavaPluginConvention
getSourceNames() - Method in CoreJavadocOptions
getSourceNames() - Method in JavadocOptionFile
getSourceNames() - Method in MinimalJavadocOptions
getSpecs() - Method in CompositeSpec
getSrcDirs() - Method in Copy
getSrcDirs() - Method in EclipseClasspath
A list of directories which contain the sources.
getSrcDirs() - Method in EclipseWtpModule
getSrcDirs() - Method in SourceDirectorySet
Returns the source directories which make up this set.
getStandardOutputLoggingAdapter() - Method in StandardOutputLogging.LoggingPrintStream
getStartParameter() - Method in Gradle
Returns the {
getStartParameter() - Method in Settings

Returns the set of parameters used to invoke this instance of Gradle.

getState() - Method in Configuration

A {

getStateFile() - Method in StateFileWriter
getStateFileChangeListenerUtil() - Method in DefaultDirectoryStateChangeDetecter
getStateFileReader(File) - Method in StateFileUtil
getStateFileUtil() - Method in DefaultDirectoryStateChangeDetecter
getStateFileWriter(File) - Method in StateFileUtil
getStateSnapshot() - Method in StandardOutputLogging
Returns the current values for System.out and Sytem.err.
getStatus() - Method in Module
getStatus() - Method in Project

Returns the status of this project.

getStopKey() - Method in AbstractJettyRunTask
getStopKey() - Method in JettyPluginConvention
getStopKey() - Method in JettyStop
Returns stop key.
getStopPort() - Method in AbstractJettyRunTask
getStopPort() - Method in JettyPluginConvention
getStopPort() - Method in JettyStop
Returns port to listen to stop jetty on sending stop command
getStringDigest(String) - Method in StateFileUtil
getStylesheetFile() - Method in StandardJavadocDocletOptions
getSubprojects() - Method in Project

Returns the set containing the subprojects of this project.

getSuites(File) - Method in TestNGOptions
getSuperClassName() - Method in TestClassVisitor
getSuperTestClassFile(String) - Method in AbstractTestFrameworkDetector
getSymbolicName() - Method in OsgiManifest
Returns the symbolic name.
getSystemPropertiesArgs() - Method in StartParameter
getTagletPath() - Method in StandardJavadocDocletOptions
getTags() - Method in StandardJavadocDocletOptions
getTarget() - Method in AntTarget
Returns the Ant target to execute.
getTargetCompatibility() - Method in Compile
getTargetCompatibility() - Method in JavaPluginConvention
getTaskDependencies() - Method in Task

Returns a {

getTaskDependencyFromProjectDependency(boolean, String) - Method in 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 Gradle

Returns the {

getTaskNames() - Method in ProjectDependenciesBuildInstruction
getTaskNames() - Method in StartParameter
Returns the names of the tasks to execute in this build.
getTasks() - Method in Project

Returns the tasks of this project.

getTasksByName(String, boolean) - Method in Project
Returns the set of tasks with the given name contained in this project, and optionally its subprojects.
getTestClassesDir() - Method in Test
Returns the root folder for the compiled test sources.
getTestClassesDirectory() - Method in AbstractTestFrameworkDetector
getTestClassesDirectory() - Method in TestFrameworkDetector
getTestClassNames() - Method in AbstractTestFrameworkDetector
getTestClassNames() - Method in TestClassScanner
getTestClassNames() - Method in TestFramework
getTestClassNames() - Method in TestFrameworkDetector
getTestFramework() - Method in Test
getTestOutputDirectory() - Method in EclipseClasspath
Returns the eclipse output directory for compiled test sources
getTestReportDir() - Method in JavaPluginConvention
getTestReportDir() - Method in Test
Returns the root folder for the test reports.
getTestResultsDir() - Method in JavaPluginConvention
getTestResultsDir() - Method in Test
Returns the root folder for the test results.
getTestSrcDirs() - Method in EclipseClasspath
Returns a list of paths to be transformed into eclipse test source dirs.
getTestSrcDirs() - Method in Test
getTitle() - Method in Javadoc

Returns the title for the generated documentation.

getTitle() - Method in ScalaDoc
getTmpDirectory() - Method in AbstractJettyRunTask
getType() - Method in DependencyArtifact
Returns the type of the dependency artifact.
getType() - Method in DependencyTypeSpec
getType() - Method in PublishArtifact
Returns the type of the published artifact.
getType() - Method in ResolvedArtifact
getTypeName() - Method in WebdavResolver
getUnixWrapperScriptGenerator() - Method in Wrapper
getUploadInternalTaskName() - Method in 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 Configuration
Returns the name of the task that upload the artifacts of this configuration to repositories declared by the user.
getUrl() - Method in DependencyArtifact
Returns an URL under which this dependency artifact can be retrieved.
getUrlRoot() - Method in Wrapper
getUserRealms() - Method in AbstractJettyRunTask
getUserRealms() - Method in JettyPluginServer
getValue() - Method in AbstractJavadocOptionFileOption
getValue() - Method in AbstractListJavadocOptionFileOption
getValue(Convention, IConventionAware) - Method in ConventionValue
Returns some object.
getValue() - Method in OptionLessJavadocOptionFileOption
getValue() - Method in OptionLessStringsJavadocOptionFileOption
getValue() - Method in TagsJavadocOptionFileOption
getVendor() - Method in OsgiManifest
Returns the vendor.
getVersion() - Method in AbstractArchiveTask
getVersion() - Method in AsciiReportRenderer.MergedResolvedDependency
getVersion() - Method in Dependency
Returns the version of this dependency.
getVersion() - Method in MavenPom
getVersion() - Method in Module
getVersion() - Method in OsgiManifest
Returns the version
getVersion() - Method in Project

Returns the version of this project.

getVersion() - Method in ResolvedDependency
Returns the version of the resolved dependency.
getWarConvention(Project) - Method in JettyPlugin
getWarLibs() - Method in EclipseWtp
Returns a list with library paths to be deployed as war lib dependencies.
getWarResourceMappings() - Method in EclipseWtp
Returns the war resource mappings
getWebApp() - Method in JettyRunWar
getWebAppConfig() - Method in AbstractJettyRunTask
getWebAppDir() - Method in WarPluginConvention
getWebAppSourceDirectory() - Method in JettyRun
getWebDefaultXml() - Method in AbstractJettyRunTask
getWebInfFileSets() - Method in War
getWebXml() - Method in JettyRun
getWebXml() - Method in War
getWebXmlFile() - Method in JettyPluginWebAppContext
getWindowTitle() - Method in Groovydoc
Returns the browser window title for the documentation.
getWindowTitle() - Method in MinimalJavadocOptions
getWindowTitle() - Method in StandardJavadocDocletOptions
getWriter() - Method in TextProjectReportRenderer
gid - Property in TarFileSet
GNU - Field in LongFile
Gradle - Interface in org.gradle.api.invocation

A {

GRADLE_HOME_PROPERTY_KEY - Field in DefaultCommandLine2StartParameterConverter
GRADLE_HOME_PROPERTY_KEY - Field in Main
GRADLE_PROPERTIES - Field in Project
GRADLE_USER_HOME - Enum Constant in Wrapper.PathBase
GradleException - Class in org.gradle.api

GradleException is the base class of all exceptions thrown by Gradle.

GradleException(Throwable) - Constructor in GradleException
GradleFactory - Interface in org.gradle

A { StartParameter}.

GradleLauncher - Class in org.gradle

{

GradleLauncher.Stage - Enum in org.gradle
GradleLauncher(GradleInternal, InitScriptHandler, SettingsHandler, IGradlePropertiesLoader, BuildLoader, BuildConfigurer, LoggingConfigurer, ListenerManager) - Constructor in GradleLauncher
Creates a new instance.
GradleManifest - Class in org.gradle.api.tasks.bundling
gradleManifest - Property in AntMetaArchiveParameter
GradleManifest(Manifest) - Constructor in GradleManifest
GradleScriptException - Class in org.gradle.api

A GradleScriptException is thrown when an exception occurs in the parsing or execution of a script.

GradleScriptException(String, Throwable, ScriptSource, Integer) - Constructor in GradleScriptException
graphPopulated(TaskExecutionGraph) - Method in TaskExecutionGraphListener

This method is called when the { executed.

GraphvizReportRenderer - Class in org.gradle.api.tasks.diagnostics
DependencyGrAaphRenderer that emits simple graphviz dot notation for a dependency tree.
GraphvizReportRenderer() - Constructor in GraphvizReportRenderer
GROOVY_CONFIGURATION_NAME - Field in GroovyPlugin
groovy(Closure) - Method in GroovySourceSet
Configures the Groovy source for this set.
GroovyCodeQualityPluginConvention - Class in org.gradle.api.plugins.quality
GroovyCodeQualityPluginConvention(Project) - Constructor in GroovyCodeQualityPluginConvention
GroovyCompile - Class in org.gradle.api.tasks.compile
GroovyCompile() - Constructor in GroovyCompile
GroovyCompileOptions - Class in org.gradle.api.tasks.compile
GroovyCompileOptions() - Constructor in GroovyCompileOptions
Groovydoc - Class in org.gradle.api.tasks.javadoc
This task generates html api doc for Groovy classes.
Groovydoc() - Constructor in Groovydoc
GROOVYDOC_TASK_NAME - Field in GroovyPlugin
GroovyForkOptions - Class in org.gradle.api.tasks.compile
GroovyForkOptions() - Constructor in GroovyForkOptions
GroovyMavenDeployer - Interface in org.gradle.api.artifacts.maven
Adds Groovy configuration convenience methods on top of the {
GroovyPlugin - Class in org.gradle.api.plugins

A { source files.

GroovyPlugin() - Constructor in GroovyPlugin
GroovyPomFilterContainer - Interface in org.gradle.api.artifacts.maven
GroovySourceSet - Interface in org.gradle.api.tasks
A { org.gradle.api.plugins.GroovyPlugin}.
GROUP_KEY - Field in ExcludeRule
group(String, String) - Method in StandardJavadocDocletOptions
group - Property in TarFileSet
groupsFile(File) - Method in StandardJavadocDocletOptions
GroupsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
GroupsJavadocOptionFileOption(String) - Constructor in GroupsJavadocOptionFileOption
GZIP - Field in Compression

H

handlers - Field in JettyPluginServer
hasError() - Method in ResolvedConfiguration
Returns whether all dependencies were successfully retrieved or not.
hashCode() - Method in AntArchiveParameter
hashCode() - Method in CompositeSpec
hashCode() - Method in Conf2ScopeMapping
hashCode() - Method in DefaultStandardOutputCapture
hashCode() - Method in DependencyTypeSpec
hashCode() - Method in DirectoryState
hashCode() - Method in PatternSet
hashCode() - Method in ProjectDependenciesBuildInstruction
hashCode() - Method in PublishInstruction
hashCode() - Method in RelativePath
hashCode() - Method in StandardOutputState
hashCode() - Method in StartParameter
hasPlugin(Class) - Method in PluginContainer
Returns true if the container has a plugin with the given type, false otherwise.
hasProperty(String) - Method in Project

Determines if this project has the given property.

hasProperty(String) - Method in Task

Determines if this task has the given property.

hasTask(Task) - Method in TaskExecutionGraph

Determines whether the given task is included in the execution plan.

header - Property in ScalaDocOptions
Html text to appear in the header for each page.
helpFile(File) - Method in StandardJavadocDocletOptions

I

IllegalDependencyNotation - Class in org.gradle.api
This exceptions is thrown, if a dependency is declared with a ilegal notation.
IllegalDependencyNotation(Throwable) - Constructor in IllegalDependencyNotation
IllegalOperationAtExecutionTimeException - Class 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(Throwable) - Constructor in IllegalOperationAtExecutionTimeException
importBuild(Object) - Method in AntBuilder
Imports an Ant build into the associated Gradle project.
IMPORTS_FILE_NAME - Field in Main
include(Iterable) - Method in Copy
{
include(Iterable) - Method in CopySpec
{
include(Iterable) - Method in FileSet
include(Iterable) - Method in PatternFilterable
Adds an ANT style include pattern.
include(Iterable) - Method in PatternSet
include(String[]) - Method in Settings

Adds the given projects to the build.

include(Iterable) - Method in SourceTask
{
include(Iterable) - Method in Test
Adds include patterns for the files in the test classes directory (e.g. '**F;*Test.class')).
includeFlat(String[]) - Method in Settings

Adds the given projects to the build.

includeGroups - Property in TestNGOptions
The name of a property to set in the event of a failure.
includeJavaRuntime - Property in CompileOptions
includeJavaRuntime - Property in GroovyCompileOptions
includePrivate - Field in Groovydoc
index(File) - Method in JarArtifactIndexer
IndexFileUtil - Class in org.gradle.api.artifacts.indexing
IndexFileUtil() - Constructor in IndexFileUtil
INFO - Field in DefaultCommandLine2StartParameterConverter
info(String, Throwable) - Method in Logging.LoggerImpl
INFO - Enum Constant in LogLevel
INIT_SCRIPT - Field in DefaultCommandLine2StartParameterConverter
initialize(ClassLoader, File, boolean, boolean, boolean) - Method in BootstrapLoader
initialize(Project, Test) - Method in TestFramework
initscript(Closure) - Method in Gradle
Configures the init script classpath for this build.
injectCustomFactory(GradleFactory) - Method in 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 - Field in MavenPlugin
instruction(String, String) - Method in OsgiManifest
Adds arguments to an instruction.
instructionFirst(String, String) - Method in OsgiManifest
Adds arguments to an instruction.
instructionValue(String) - Method in OsgiManifest
Returns the list of arguments for a particular instruction.
INTERNAL_EXCEPTIONS - Enum Constant in StartParameter.ShowStacktrace
INTERNAL_REPOSITORY_NAME - Field in ResolverContainer
InternalRepository - Interface in org.gradle.api.artifacts.repositories
intersect() - Method in PatternSet
IntersectionPatternSet - Class in org.gradle.api.tasks.util
IntersectionPatternSet(PatternSet) - Constructor in IntersectionPatternSet
into(Object) - Method in Copy
{
into(Object) - Method in CopyProcessingSpec
Specifies the destination directory for a copy.
into(Object) - Method in CopySpec
{
InvalidUserDataException - Class in org.gradle.api
A InvalidUserDataException is thrown, if a user is providing illegal data for the build.
InvalidUserDataException(Throwable) - Constructor in InvalidUserDataException
IoFactory - Interface in org.gradle.api.io
isAbstract() - Method in TestClassVisitor
isAuthor() - Method in StandardJavadocDocletOptions
isBreakIterator() - Method in CoreJavadocOptions
isBreakIterator() - Method in MinimalJavadocOptions
isChanging() - Method in ExternalModuleDependency
Returns whether or nor Gradle should always check for a change in the remote repository.
isDaemon() - Method in AbstractJettyRunTask
isDebugEnabled(Marker) - Method in Logging.LoggerImpl
isDocFilesSubDirs() - Method in StandardJavadocDocletOptions
isDryRun() - Method in StartParameter
isEnabled() - Method in DefaultStandardOutputCapture
isEnabled(LogLevel) - Method in Logger
Returns true if the given log level is enabled for this logger.
isEnabled(LogLevel) - Method in Logging.LoggerImpl
isEnabled(Logger) - Method in LogLevel
isEnabled() - Method in StandardOutputCapture
Whether a call to {
isErrorEnabled(Marker) - Method in Logging.LoggerImpl
isFailForMissingDependencies() - Method in EclipseWtp
Returns whether the build should fail if lib dependencies intended to be used by this task can not be resolved.
isFailOnError() - Method in Javadoc
isFile() - Method in RelativePath
isForce() - Method in ExternalDependency
Returns whether or not the version of this dependency should be enforced in the case of version conflicts.
isIncludePrivate() - Method in Groovydoc
Returns whether to include all classes and members (i.e. including private ones).
isInfoEnabled(Marker) - Method in Logging.LoggerImpl
isKeyWords() - Method in StandardJavadocDocletOptions
isLaunchGUI() - Method in StartParameter
Determines whether or not the GUI was requested to be launched.
isLifecycleEnabled() - Method in Logger
Returns true if lifecycle log level is enabled for this logger.
isLifecycleEnabled() - Method in Logging.LoggerImpl
isLinkSource() - Method in StandardJavadocDocletOptions
isNoComment() - Method in StandardJavadocDocletOptions
isNoDeprecated() - Method in StandardJavadocDocletOptions
isNoDeprecatedList() - Method in StandardJavadocDocletOptions
isNoHelp() - Method in StandardJavadocDocletOptions
isNoIndex() - Method in StandardJavadocDocletOptions
isNoNavBar() - Method in StandardJavadocDocletOptions
isNoOpt() - Method in StartParameter
isNoSince() - Method in StandardJavadocDocletOptions
isNoTimestamp() - Method in StandardJavadocDocletOptions
isNoTree() - Method in StandardJavadocDocletOptions
isOf(Dependency) - Method in Type
isOptionField(Field) - Method in AbstractOptions
isProgressEnabled() - Method in Logger
Returns true if progress log level is enabled for this logger.
isProgressEnabled() - Method in Logging.LoggerImpl
isQuietEnabled() - Method in Logger
Returns true if quiet log level is enabled for this logger.
isQuietEnabled() - Method in Logging.LoggerImpl
isRebuild() - Method in ProjectDependenciesBuildInstruction
isSatisfiedBy(T) - Method in AndSpec
isSatisfiedBy(Dependency) - Method in DependencyTypeSpec
isSatisfiedBy(T) - Method in NotSpec
isSatisfiedBy(T) - Method in OrSpec
isSatisfiedBy(T) - Method in Spec
isScanForTestClasses() - Method in Test
isSearchUpwards() - Method in StartParameter
isSerialWarn() - Method in StandardJavadocDocletOptions
isShowHelp() - Method in StartParameter
isShowVersion() - Method in StartParameter
isSkipUnmappedConfs() - Method in Conf2ScopeMappingContainer
Returns whether unmapped configuration should be skipped or not.
isSplitIndex() - Method in StandardJavadocDocletOptions
isStopAtFailuresOrErrors() - Method in Test
Returns whether this task should throw an exception in case of test failure or error.
isTarArchive(String) - Method in ArchiveDetector
isTest() - Method in TestClassVisitor
isTestClass(File) - Method in TestFramework
isTestReport() - Method in Test
isTraceEnabled(Marker) - Method in Logging.LoggerImpl
isTransitive() - Method in Configuration
Returns the transitivity of this configuration.
isTransitive() - Method in ModuleDependency
Returns whether this dependency should be resolved including or excluding its transitive dependencies.
isUniqueVersion() - Method in 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 PublishInstruction
Returns whether an xml module descriptor file should be uploaded or not.
isUploadDescriptor() - Method in Upload
isUse() - Method in Groovydoc
Returns whether to create class and package usage pages.
isUse() - Method in StandardJavadocDocletOptions
isVerbose() - Method in CoreJavadocOptions
isVerbose() - Method in Javadoc
Returns whether javadoc generation is accompanied by verbose output.
isVerbose() - Method in MinimalJavadocOptions
isVersion() - Method in StandardJavadocDocletOptions
isVisible() - Method in Configuration
Returns true if this is a visible configuration.
isWarnEnabled(Marker) - Method in Logging.LoggerImpl
isZipArchive(String) - Method in ArchiveDetector
itemChanged(StateFileItem, StateFileItem) - Method in DirectoriesStateFileChangeListener
itemChanged(StateFileItem, StateFileItem) - Method in DirectoryStateFileChangeListener
File changed
itemChanged(StateFileItem, StateFileItem) - Method in StateFileChangeListener
itemCreated(StateFileItem) - Method in DirectoriesStateFileChangeListener
Directory created
itemCreated(StateFileItem) - Method in DirectoryStateFileChangeListener
File created
itemCreated(StateFileItem) - Method in StateFileChangeListener
itemDeleted(StateFileItem) - Method in DirectoriesStateFileChangeListener
Directory deleted.
itemDeleted(StateFileItem) - Method in DirectoryStateFileChangeListener
File deleted
itemDeleted(StateFileItem) - Method in StateFileChangeListener
IvyObjectBuilder - Interface in org.gradle.api.artifacts

A {


J

Jar - Class in org.gradle.api.tasks.bundling
JAR - Field in DefaultConventionsToPropertiesMapping
Jar() - Constructor in Jar
JAR_TASK_NAME - Field in JavaPlugin
JarArtifactIndexer - Class in org.gradle.api.artifacts.indexing
JarArtifactIndexer(IndexFileUtil) - Constructor in JarArtifactIndexer
JarFilePackageListener - Interface in org.gradle.api.artifacts.indexing
JarFilePackageLister - Class in org.gradle.api.artifacts.indexing
JarFilePackageLister() - Constructor in JarFilePackageLister
java(Convention) - Method in EclipsePlugin
java(Convention) - Method in JavaPlugin
JAVA - Enum Constant in ProjectType
java(Closure) - Method in SourceSet
Configures the Java source for this set.
JavaCodeQualityPluginConvention - Class in org.gradle.api.plugins.quality
JavaCodeQualityPluginConvention(Project) - Constructor in JavaCodeQualityPluginConvention
Javadoc - Class in org.gradle.api.tasks.javadoc

Generates Javadoc from Java source.

JAVADOC_ANNOTATIONS - Property in TestNGOptions
Javadoc() - Constructor in Javadoc
JAVADOC_TASK_NAME - Field in JavaPlugin
javadocAnnotations() - Method in TestNGOptions
JavadocExecHandleBuilder - Class in org.gradle.external.javadoc
JavadocExecHandleBuilder() - Constructor in 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 in JavadocOfflineLink
JavadocOptionFile - Class in org.gradle.external.javadoc.optionfile
JavadocOptionFile() - Constructor in JavadocOptionFile
JavadocOptionFileOption - Interface in org.gradle.external.javadoc.optionfile
JavadocOptionFileWriter - Class in org.gradle.external.javadoc.optionfile
JavadocOptionFileWriter(JavadocOptionFile) - Constructor in JavadocOptionFileWriter
JavadocOptionFileWriterContext - Class in org.gradle.external.javadoc.optionfile
JavadocOptionFileWriterContext(BufferedWriter) - Constructor in 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 {

JavaPlugin() - Constructor in JavaPlugin
JavaPluginConvention - Class in org.gradle.api.plugins
JavaPluginConvention(Project) - Constructor in JavaPluginConvention
JavaVersion - Enum in org.gradle.api
An enumeration of Java versions.
JDK_ANNOTATIONS - Property in TestNGOptions
jdkAnnotations() - Method in TestNGOptions
JETTY_RUN - Field in JettyPlugin
JETTY_RUN_WAR - Field in JettyPlugin
JETTY_STOP - Field in JettyPlugin
JettyConfiguration - Class in org.gradle.api.plugins.jetty
JettyConfiguration() - Constructor in JettyConfiguration
JettyPlugin - Class in org.gradle.api.plugins.jetty

A { Jetty web container.

JettyPlugin() - Constructor in JettyPlugin
JettyPluginConvention - Class in org.gradle.api.plugins.jetty
JettyPluginConvention() - Constructor in JettyPluginConvention
JettyPluginServer - Class in org.gradle.api.plugins.jetty
Jetty6PluginServer

Jetty6 version of a wrapper for the Server class.

JettyPluginServer() - Constructor in JettyPluginServer
JettyPluginWebAppContext - Class in org.gradle.api.plugins.jetty
Jetty6PluginWebAppContext
JettyPluginWebAppContext() - Constructor in JettyPluginWebAppContext
JettyRun - Class in org.gradle.api.plugins.jetty

The { requiring that the web application be assembled into a war, saving time during the development cycle.

JettyRun() - Constructor in JettyRun
JettyRunWar - Class in org.gradle.api.plugins.jetty

The {

JettyRunWar() - Constructor in JettyRunWar
JettyStop - Class in org.gradle.api.plugins.jetty
JettyStop() - Constructor in JettyStop
jFlags(String) - Method in CoreJavadocOptions
jFlags(String) - Method in MinimalJavadocOptions
join() - Method in JettyPluginServer
joinBy - Field in AbstractListJavadocOptionFileOption
JunitForkOptions - Class in org.gradle.api.tasks.testing
JunitForkOptions() - Constructor in JunitForkOptions
JUnitOptions - Class in org.gradle.api.tasks.testing.junit
JUnitOptions(JUnitTestFramework) - Constructor in JUnitOptions
jvm - Property in JunitForkOptions
jvm - Property in TestNGOptions
The JVM to use, which will be run by Runtime.exec() Default to 'java'
jvmArgs - Property in ForkOptions
jvmArgs - Property in JunitForkOptions
jvmArgs - Property in TestNGOptions

K

keyWords() - Method in StandardJavadocDocletOptions

L

lastFileDigestAdded() - Method in StateFileWriter
lastStateFileItemRead() - Method in StateFileReader
leftShift(Closure) - Method in DefaultTask
leftShift(Closure) - Method in Task

Adds the given closure to the end of this task's action list.

libConfigurations - Property in War
libExcludeConfigurations - Property in War
libsDirName - Property in BasePluginConvention
lifecycle(String, Throwable) - Method in Logger
Logs the given message at lifecycle log level.
LIFECYCLE - Field in Logging
lifecycle(String, Throwable) - Method in Logging.LoggerImpl
LIFECYCLE - Enum Constant in LogLevel
links(String) - Method in StandardJavadocDocletOptions
linksFile(File) - Method in StandardJavadocDocletOptions
linksOffline(String, String) - Method in StandardJavadocDocletOptions
linksOfflineFile(File) - Method in StandardJavadocDocletOptions
LinksOfflineJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
LinksOfflineJavadocOptionFileOption(String) - Constructor in LinksOfflineJavadocOptionFileOption
linkSource() - Method in StandardJavadocDocletOptions
listeners - Property in TestNGOptions
A comma or space-separated list of fully qualified classes that are TestNG listeners (for example org.testng.ITestListener or org.testng.IReporter) Not required.
listFiles - Property in CompileOptions
listFiles - Property in GroovyCompileOptions
listFiles - Property in ScalaCompileOptions
List files to be compiled.
listJarPackages(File, JarFilePackageListener) - Method in JarFilePackageLister
load(String) - Method in BootstrapLoader
loadClass(String) - Method in ParentLastClassLoader
locale(String) - Method in CoreJavadocOptions
locale(String) - Method in MinimalJavadocOptions
log(LogLevel, String, Throwable) - Method in Logger
Logs the given message at the given log level.
log(LogLevel, String, Throwable) - Method in Logging.LoggerImpl
log(Logger, String, Throwable) - Method in LogLevel
Logger - Interface in org.gradle.api.logging

An extension to the SLF4J { levels.

Logging - Class in org.gradle.api.logging

The main entry point for Gradle's logging system.

Logging.LoggerImpl - Class in org.gradle.api.logging
Logging.LoggerImpl(def) - Constructor in Logging.LoggerImpl
Logging() - Constructor in Logging
loggingLevel - Property in ScalaCompileOptions
Specifies the amount of logging.
loggingPhases - Property in ScalaCompileOptions
Phases of the compiler to log.
LogLevel - Enum in org.gradle.api.logging
LongFile - Class in org.gradle.api.tasks.bundling
longFile - Property in Tar

M

Main - Class in org.gradle
Main.BuildCompleter - Interface in org.gradle
Main.ProcessExitBuildCompleter - Class in org.gradle
Main.ProcessExitBuildCompleter() - Constructor in Main.ProcessExitBuildCompleter
main(String[]) - Method in BootstrapMain
main(String[]) - Method in ChangeDetecter
Main(String[]) - Constructor in Main
MAIN_SOURCE_SET_NAME - Field in SourceSet
The name of the main source set.
mainAttributes(Map) - Method in GradleManifest
manifest - Property in GradleManifest
manifest - Property in Jar
manifest - Property in JavaPluginConvention
matching(Spec) - Method in DomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(PatternFilterable) - Method in FileSet
matching(PatternFilterable) - Method in FileTree

Restricts the contents of this tree to those files matching the given filter.

matching(Spec) - Method in PluginCollection
{
matching(Spec) - Method in TaskCollection
{
MatchingTask - Enum Constant in FileCollection.AntType
MAVEN_CENTRAL_URL - Field in ResolverContainer
MAVEN_REPO_PATTERN - Field in ResolverContainer
mavenCentral() - Method in RepositoryHandler
Adds a repository which looks in the Maven central repository for dependencies.
MavenDeployer - Interface in org.gradle.api.artifacts.maven

A resolver that can only be used for uploading artifacts to a Maven repository.

mavenDeployer(Map, Closure) - Method in RepositoryHandler
Behaves the same way as {
mavenInstaller(Map, Closure) - Method in RepositoryHandler
Behaves the same way as {
MavenPlugin - Class in org.gradle.api.plugins

A { to the local Maven cache.

MavenPlugin() - Constructor in MavenPlugin
MavenPluginConvention - Class in org.gradle.api.plugins
MavenPluginConvention(Project, Map) - Constructor in 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 RepositoryHandler
Adds a repository which is Maven compatible.
MavenResolver - Interface in org.gradle.api.artifacts.maven
maxMemory - Property in JunitForkOptions
memoryInitialSize - Property in ForkOptions
memoryInitialSize - Property in GroovyForkOptions
memoryMaximumSize - Property in ForkOptions
memoryMaximumSize - Property in GroovyForkOptions
merge(Object[]) - Method in AbstractArchiveTask
mergeFileSets - Property in AntArchiveParameter
mergeGroup(def, Closure) - Method in AbstractArchiveTask
Defines a fileset of zip-like archives
mergeGroupFileSets - Property in AntArchiveParameter
MetaContentDigesterUtilStrategy - Class in org.gradle.api.changedetection.digest
The DigesterUtilStrategyNames.META_CONTENT DigesterUtilStrategy implementation.
MetaContentDigesterUtilStrategy(int) - Constructor in MetaContentDigesterUtilStrategy
Creates an instance with a custom fileContentBufferSize.
MetaDigesterUtilStrategy - Class in org.gradle.api.changedetection.digest
The DigesterUtilStrategyNames.META DigesterUtilStrategy implementation.
MetaDigesterUtilStrategy() - Constructor in MetaDigesterUtilStrategy
metaInf - Property in JavaPluginConvention
metaInfFileSets - Property in AntMetaArchiveParameter
metaInfResourceCollections - Property in Jar
methodMissing(String, def) - Method in AbstractTestFrameworkOptions
methodMissing(String, def) - Method in TestNGOptions
MinimalJavadocOptions - Interface in org.gradle.external.javadoc
mkdir() - Method in Directory
mkdir(File, String) - Method in JavaPluginConvention
Module - Interface in org.gradle.api.artifacts

A { module.

MODULE_KEY - Field in ExcludeRule
ModuleDependency - Interface in org.gradle.api.artifacts

A { 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 in Monitor
MultilineStringsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
MultilineStringsJavadocOptionFileOption(String, List) - Constructor in MultilineStringsJavadocOptionFileOption

N

name - Field in AbstractTestFramework
name - Field in ForkMode
natureNames() - Method in ProjectType
newBuild() - Method in StartParameter

Creates the parameters for a new build, using these parameters as a template.

newEnvironment - Property in JunitForkOptions
newInstance(StartParameter) - Method in DefaultGradleFactory
newInstance(String[]) - Method in GradleFactory
newInstance(String[]) - Method in GradleLauncher
Returns a GradleLauncher instance based on the passed command line syntax arguments.
newInstance() - Method in StartParameter
Duplicates this {
newLine() - Method in JavadocOptionFileWriterContext
noComment() - Method in StandardJavadocDocletOptions
noDeprecated() - Method in StandardJavadocDocletOptions
noDeprecatedList() - Method in StandardJavadocDocletOptions
noHelp() - Method in StandardJavadocDocletOptions
noIndex() - Method in StandardJavadocDocletOptions
noNavBar() - Method in StandardJavadocDocletOptions
None - Enum Constant in BuildExceptionReporter.ExceptionStyle
NONE - Field in Compression
NONE - Enum Constant in PathValidation
nonGroovycJavacOptions - Property in AntGroovyc
noQualifier(List) - Method in StandardJavadocDocletOptions
noQualifiers(String) - Method in StandardJavadocDocletOptions
noSince() - Method in StandardJavadocDocletOptions
not(Spec) - Method in Specs
noTimestamp - Field in StandardJavadocDocletOptions
-notimestamp
noTree() - Method in StandardJavadocDocletOptions
NotSpec - Class in org.gradle.api.specs
NotSpec(Spec) - Constructor in NotSpec
numFilesCompiled - Property in AntGroovyc
numFilesCompiled - Property in AntJavac

O

OFF - Enum Constant in CacheUsage
off() - Method in StandardOutputLogging
Sets System.err and System.out to the values they had before Gradle has been started.
offErr() - Method in StandardOutputLogging
Sets System.err to the values it had before Gradle has been started.
offOut() - Method in StandardOutputLogging
Sets System.out to the values it had before Gradle has been started.
OMIT - Field in LongFile
ON - Enum Constant in CacheUsage
on(LogLevel) - Method in StandardOutputLogging
Redirects the standard out to the Gradle logging.
ONCE - Enum Constant in ForkMode
onErr(LogLevel) - Method in StandardOutputLogging
Redirects only System.err to the specified level.
onlyIf(Spec) - Method in Task

Execute the task only if the spec is satisfied.

onOut(LogLevel) - Method in StandardOutputLogging
Redirects only System.out to the specified level.
onOutput(CharSequence) - Method in StandardOutputListener
Called when some output is written by the logging system.
optimize - Property in CompileOptions
optimize - Property in ScalaCompileOptions
Run optimisations.
option - Field in AbstractJavadocOptionFileOption
Optional - Annotation Type in org.gradle.api.tasks
Marks a property as optional.
optionFiles(File) - Method in CoreJavadocOptions
optionFiles(File) - Method in MinimalJavadocOptions
OptionLessJavadocOptionFileOption - Interface in org.gradle.external.javadoc.optionfile
OptionLessStringsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
OptionLessStringsJavadocOptionFileOption(List) - Constructor in OptionLessStringsJavadocOptionFileOption
optionMap() - Method in AbstractOptions
optionMap() - Method in CompileOptions
optionMap() - Method in GroovyCompileOptions
optionMap() - Method in JUnitOptions
optionMap() - Method in TestNGOptions
options(MinimalJavadocOptions) - Method in JavadocExecHandleBuilder
options(Closure) - Method in Test
optionsFile(File) - Method in JavadocExecHandleBuilder
or(boolean, List) - Method in Specs
OrSpec - Class in org.gradle.api.specs
OrSpec(Spec) - Constructor in OrSpec
OsgiManifest - Interface in org.gradle.api.plugins.osgi
OsgiPlugin - Class in org.gradle.api.plugins.osgi

A {

OsgiPlugin() - Constructor in OsgiPlugin
OUT_LOGGING_STREAM - Field in 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.
outputToFormatters - Property in JUnitOptions
overview(String) - Method in CoreJavadocOptions
Fluent setter for the overview option.
overview(String) - Method in MinimalJavadocOptions
overwrite(GradleManifest) - Method in OsgiManifest
Generated and writes the OSGi manifest information into a GradleManifest.

P

PACKAGE - Enum Constant in JavadocMemberLevel
packageIndexFile(File) - Method in IndexFileUtil
packageJarFilesMappings - Field in AbstractTestFrameworkDetector
parallel - Property in TestNGOptions
The parallel mode to use for running the tests - either methods or tests.
ParentLastClassLoader - Class in org.gradle
This class loader delegates to the parent class loader ONLY if it cannot find it itself.
ParentLastClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor in ParentLastClassLoader
parseAnnotations() - Method in JettyConfiguration
parser - Field in DefaultCommandLine2StartParameterConverter
PATH_SEPARATOR - Field in Project
The hierarchy separator for project and task path names
PathJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
PathJavadocOptionFileOption(String, List, String) - Constructor in 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 { applied to.
PatternSet - Class in org.gradle.api.tasks.util
patternSet - Property in FileSet
PatternSet(Map) - Constructor in PatternSet
PER_TEST - Enum Constant in ForkMode
Plugin - Interface in org.gradle.api

A Plugin represents an extension to Gradle, which you can use to add behaviour your {

PluginCollection - Interface in org.gradle.api.plugins

A {

PluginContainer - Interface in org.gradle.api.plugins

A {

PluginInstantiationException - Class in org.gradle.api.plugins
PluginInstantiationException(Throwable) - Constructor in PluginInstantiationException
plus(FileCollection) - Method in FileCollection

Returns a {

plus(FileTree) - Method in FileTree
Returns a {
pom(Closure) - Method in GroovyPomFilterContainer
Configures the default pom by a closure.
pom(String) - Method in PomFilterContainer
Returns the pom associated with a filter added with {
PomFilterContainer - Interface in org.gradle.api.artifacts.maven
PopulateTaskGraph - Enum Constant in GradleLauncher.Stage
PORT_SYSPROPERTY - Field in AbstractJettyRunTask
prefix - Property in ZipFileSet
prepare(Project, Test) - Method in TestFramework
printSummary - Property in JUnitOptions
PRIVATE - Enum Constant in JavadocMemberLevel
PROCESS_RESOURCES_TASK_NAME - Field in JavaPlugin
PROCESS_TEST_RESOURCES_TASK_NAME - Field in JavaPlugin
processPossibleTestClass(File) - Method in TestFrameworkDetector
produceChangedItemEvent(File, StateFileItem, StateFileItem) - Method in StateFileChangeListenerUtil
produceCreatedItemEvent(File, StateFileItem) - Method in StateFileChangeListenerUtil
produceDeletedItemEvent(File, StateFileItem) - Method in StateFileChangeListenerUtil
progress(String, Throwable) - Method in Logger
Logs the given message at progress log level.
PROGRESS - Field in Logging
progress(String, Throwable) - Method in Logging.LoggerImpl
PROGRESS - Enum Constant in LogLevel
Project - Interface in org.gradle.api
This interface is the main API you use to interact with Gradle from your build file.
project - Property in BasePluginConvention
PROJECT_FILE_NAME - Field in EclipseProject
project - Property in JavaPluginConvention
project(String, Closure) - Method in Project

Locates a project by path and configures it using the given closure.

PROJECT_REPORT - Field in ProjectReportsPlugin
project(File) - Method in Settings

Returns the project with the given project directory.

PROJECT - Enum Constant in Type
project - Property in WarPluginConvention
PROJECT - Enum Constant in Wrapper.PathBase
ProjectAction - Interface in org.gradle.api

A {

ProjectDependenciesBuildInstruction - Class in org.gradle.api.artifacts
ProjectDependenciesBuildInstruction(List) - Constructor in ProjectDependenciesBuildInstruction
ProjectDependency - Interface in org.gradle.api.artifacts

A {

ProjectDescriptor - Interface in org.gradle.api.initialization

A { org.gradle.api.Project}.

ProjectEvaluationListener - Interface in org.gradle.api

An {

ProjectPluginsContainer - Interface in org.gradle.api.plugins
A { have been used.
projectReportDirName - Property in ProjectReportsPluginConvention
ProjectReportRenderer - Interface in org.gradle.api.tasks.diagnostics

A {

ProjectReportsPlugin - Class in org.gradle.api.plugins

A {

ProjectReportsPlugin() - Constructor in ProjectReportsPlugin
ProjectReportsPluginConvention - Class in org.gradle.api.plugins
ProjectReportsPluginConvention(Project) - Constructor in ProjectReportsPluginConvention
projectsEvaluated(Gradle) - Method in BuildAdapter
projectsEvaluated(Gradle) - Method in BuildListener

Called when all projects for the build have been evaluated.

projectsEvaluated(Gradle) - Method in BuildResultLogger
projectsLoaded(Gradle) - Method in BuildAdapter
projectsLoaded(Gradle) - Method in BuildListener

Called when the projects for the build have been created from the settings.

projectsLoaded(Gradle) - Method in BuildResultLogger
ProjectType - Enum in org.gradle.api.tasks.ide.eclipse
property(String) - Method in Project
Returns the value of the given property.
PROPERTY_REPORT - Field in ProjectReportsPlugin
property(String) - Method in Task
Returns the value of the given property of this task.
propertyMissing(String) - Method in AbstractTestFrameworkOptions
propertyMissing(String) - Method in TestNGOptions
PropertyReportRenderer - Class in org.gradle.api.tasks.diagnostics

A {

PropertyReportRenderer(Appendable) - Constructor in PropertyReportRenderer
PropertyReportTask - Class in org.gradle.api.tasks.diagnostics
The {
PropertyReportTask() - Constructor in PropertyReportTask
PROTECTED - Enum Constant in JavadocMemberLevel
PROVIDED_COMPILE_CONFIGURATION_NAME - Field in WarPlugin
PROVIDED_COMPILE_PRIORITY - Field in MavenPlugin
PROVIDED - Field in Conf2ScopeMappingContainer
PROVIDED_RUNTIME_CONFIGURATION_NAME - Field in WarPlugin
PROVIDED_RUNTIME_PRIORITY - Field in MavenPlugin
Proxy - Interface in org.gradle.api.plugins.jetty.util
Proxy Provides untyped access to an object of a particular jetty version.
PUBLIC - Enum Constant in JavadocMemberLevel
publish(List, PublishInstruction) - Method in Configuration
Publishes the artifacts of this configuration to the specified repositories.
PublishArtifact - Interface in org.gradle.api.artifacts

A {

PublishFilter - Interface in org.gradle.api.artifacts.maven
PublishInstruction - Class in org.gradle.api.artifacts
Uploading details for artifacts produced by a project.
PublishInstruction(boolean, File) - Constructor in PublishInstruction
Creates a publish instruction.

Q

quiet() - Method in CoreJavadocOptions
QUIET - Field in DefaultCommandLine2StartParameterConverter
QUIET - Enum Constant in JavadocOutputLevel
quiet(String, Throwable) - Method in Logger
Logs the given message at quiet log level.
QUIET - Field in Logging
quiet(String, Throwable) - Method in Logging.LoggerImpl
QUIET - Enum Constant in LogLevel
quiet() - Method in MinimalJavadocOptions

R

readStateFileItem() - Method in StateFileReader
REBUILD - Enum Constant in CacheUsage
receivePackage(String) - Method in JarFilePackageListener
RelativePath - Class in org.gradle.api.file
Represents a relative path from a base directory to a file.
relativePath(Project, Object) - Method in EclipseUtil
relativePath(Object) - Method in Project

Returns a file object with a relative path to the project directory.

RelativePath(boolean, RelativePath, String) - Constructor in RelativePath
reload - Field in 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 - Field in JettyPlugin
RELOAD_MANUAL - Field in JettyPlugin
reloading - Property in JUnitOptions
remapTarget(Closure) - Method in Copy
{
remapTarget(Closure) - Method in CopyProcessingSpec
Maps a source file to a different relative location under the target directory.
remapTarget(Closure) - Method in CopySpec
{
removeArtifact(PublishArtifact) - Method in Configuration
Removes an artifact from the artifacts to be published to this configuration.
removeEmptyArgs(Map) - Method in ZipFileSet
removeListener(Object) - Method in Gradle
Removes the given listener from this build.
removeProjectEvaluationListener(ProjectEvaluationListener) - Method in Gradle
Removes the given listener from this build.
removeTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in TaskExecutionGraph

Remove a listener from this graph.

removeTaskExecutionListener(TaskExecutionListener) - Method in TaskExecutionGraph

Remove a listener from this graph.

rename(String, String) - Method in Copy
{
rename(String, String) - Method in CopyProcessingSpec
Renames files based on a regular expression.
rename(String, String) - Method in CopySpec
{
render(ResolvedConfiguration) - Method in AsciiReportRenderer
render(ResolvedConfiguration) - Method in DependencyReportRenderer
Writes the given dependency graph for the current configuration.
render(ResolvedConfiguration) - Method in GraphvizReportRenderer
replace(String, Class) - Method in TaskContainer

Creates a { task of the same name.

report(Project, Test) - Method in TestFramework
ReportingBasePlugin - Class in org.gradle.api.plugins

A {

ReportingBasePlugin() - Constructor in ReportingBasePlugin
ReportingBasePluginConvention - Class in org.gradle.api.plugins

A { ReportingBasePlugin}

ReportingBasePluginConvention(Project) - Constructor in ReportingBasePluginConvention
reportInternalError(FailureDetails) - Method in BuildExceptionReporter
repositories(Closure) - Method in Project
Configures the repositories for this project.
repositories(Closure) - Method in ScriptHandler
Configures the repositories for the script dependencies.
repositories(Closure) - Method in Upload
RepositoryHandler - Interface in org.gradle.api.artifacts.dsl
RepositoryHandlerFactory - Interface in org.gradle.api.artifacts.dsl
resolve() - Method in Configuration
Resolves this configuration.
resolve(boolean) - Method in SelfResolvingDependency
Resolves this dependency by specifying the transitive mode.
RESOLVED - Enum Constant in Configuration.State
RESOLVED_WITH_FAILURES - Enum Constant in Configuration.State
ResolvedArtifact - Interface in org.gradle.api.artifacts
ResolvedConfiguration - Interface in org.gradle.api.artifacts
ResolvedDependencies - Class in org.gradle.api.artifacts
ResolvedDependencies() - Constructor in ResolvedDependencies
ResolvedDependency - Interface in org.gradle.api.artifacts
ResolveException - Class in org.gradle.api.artifacts

A ResolveException is thrown when a dependency configuration cannot be resolved for some reason.

ResolveException(Configuration, Throwable) - Constructor in ResolveException
resolver - Property in FileSet
RESOLVER_NAME - Field in ResolverContainer
RESOLVER_URL - Field in ResolverContainer
ResolverContainer - Interface in org.gradle.api.artifacts

A { instances.

ResourceCollection - Enum Constant in FileCollection.AntType
resourceCollections(Object) - Method in AbstractArchiveTask
resourceCollections - Property in AntArchiveParameter
resources(Closure) - Method in SourceSet
Configures the non-Java resources for this set.
restartWebApp(boolean) - Method in AbstractJettyRunTask
restartWebApp(boolean) - Method in JettyRun
restartWebApp(boolean) - Method in JettyRunWar
restoreState(StandardOutputState) - Method in StandardOutputLogging
Sets the values for System.out and Sytem.err.
rethrowFailure() - Method in BuildResult

Rethrows the build failure.

rethrowFailure() - Method in ResolvedConfiguration
A resolve of a configuration that is not successful does not automatically throws an exception.
rootProjectDirectory(File) - Method in DefaultDirectoryStateChangeDetecterBuilder
Rule - Interface in org.gradle.api

A {

run() - Method in ConsoleScanner
run() - Method in DirectoryStateDigestCalculator
run() - Method in DirectoryStateDigestComparator
run() - Method in GradleLauncher

Executes the build for this GradleLauncher instance and returns the result.

run() - Method in Monitor
RUNTIME - Field in Conf2ScopeMappingContainer
RUNTIME_CONFIGURATION_NAME - Field in JavaPlugin
RUNTIME_PRIORITY - Field in MavenPlugin

S

Sanitized - Enum Constant in BuildExceptionReporter.ExceptionStyle
SATISFIES_ALL - Field in Specs
satisfyAll() - Method in Specs
satisfyNone() - Method in Specs
SCALA_DEFINE_TASK_NAME - Property in ScalaPlugin
SCALA_DOC_TASK_NAME - Property in ScalaPlugin
scala(Closure) - Method in ScalaSourceSet
Configures the Scala source for this set.
SCALA_TOOLS_CONFIGURATION_NAME - Property in ScalaPlugin
ScalaCompile - Class in org.gradle.api.tasks.scala
Task to perform scala compilation.
ScalaCompile() - Constructor in ScalaCompile
ScalaCompileOptions - Class in org.gradle.api.tasks.scala
ScalaCompileOptions() - Constructor in ScalaCompileOptions
ScalaDefine - Class in org.gradle.api.tasks.scala
ScalaDefine() - Constructor in ScalaDefine
ScalaDoc - Class in org.gradle.api.tasks.scala
Task to generate Scala API documentation.
ScalaDoc() - Constructor in ScalaDoc
ScalaDocOptions - Class in org.gradle.api.tasks.scala
ScalaDocOptions() - Constructor in ScalaDocOptions
ScalaPlugin - Class in org.gradle.api.plugins.scala
ScalaPlugin() - Constructor in ScalaPlugin
ScalaSourceSet - Interface in org.gradle.api.tasks
A { by the {
scannerListeners - Field in AbstractJettyRunTask
List of Listeners for the scanner
ScanTargetPattern - Class in org.gradle.api.plugins.jetty.util
ScanTargetPattern() - Constructor in ScanTargetPattern
ScriptHandler - Interface in org.gradle.api.initialization.dsl

A {

sections(Map, String) - Method in GradleManifest
segmentIterator() - Method in RelativePath
SelfResolvingDependency - Interface in org.gradle.api.artifacts
A { repository.
SEPARATOR - Field in TextProjectReportRenderer
serialWarn() - Method in StandardJavadocDocletOptions
setActions(List) - Method in Task

Sets the sequence of {

setAdditionalLibFileSets(List) - Method in War
setAdditionalRuntimeJars(Iterable) - Method in AbstractJettyRunTask
setAnnotationsOnSourceCompatibility(JavaVersion) - Method in TestNGOptions
setAntCompile(AntJavac) - Method in Compile
setAntGroovyCompile(AntGroovyc) - Method in GroovyCompile
setAntGroovydoc(AntGroovydoc) - Method in Groovydoc
setAntJar(AntJar) - Method in Jar
setAntScalaCompile(AntScalaCompile) - Method in ScalaCompile
setAntScalaDefine(AntScalaDefine) - Method in ScalaDefine
setAntScalaDoc(AntScalaDoc) - Method in ScalaDoc
setAntTar(AntTar) - Method in Tar
setAntWar(AntWar) - Method in War
setAntZip(AntZip) - Method in Zip
setAppendix(String) - Method in AbstractArchiveTask
setArchiveBase(PathBase) - Method in 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 Wrapper
Specifies the classifier of the archive as part of the download URL.
setArchiveName(String) - Method in Wrapper
Specifies the name of the archive as part of the download URL.
setArchivePath(String) - Method in Wrapper
Set's the path where the gradle distributions archive should be saved (i.e. the parent dir).
setArtifactId(String) - Method in MavenPom
Sets the artifactId property of the to be generated Maven pom.
setAuthor(boolean) - Method in StandardJavadocDocletOptions
setBaseDir(File) - Method in AbstractArchiveTask
setBaseDir(File) - Method in AntTarget
Sets the Ant project base directory to use when executing the target.
setBaseName(String) - Method in AbstractArchiveTask
setBootClasspath(List) - Method in CoreJavadocOptions
setBootClasspath(List) - Method in MinimalJavadocOptions
setBottom(String) - Method in StandardJavadocDocletOptions
setBreakIterator(boolean) - Method in CoreJavadocOptions
setBreakIterator(boolean) - Method in MinimalJavadocOptions
setBuildCompleter(BuildCompleter) - Method in Main
setBuildDirName(String) - Method in Project

Sets the build directory name of this project.

setBuildExecuter(BuildExecuter) - Method in StartParameter

Sets the {

setBuildFile(File) - Method in StartParameter
Sets the build file to use to select the default project.
setBuildFileName(String) - Method in ProjectDescriptor
Sets the name of the build file.
setBuiltBy(Iterable) - Method in ConfigurableFileCollection
Sets the tasks which build the files of this collection.
setCacheUsage(CacheUsage) - Method in StartParameter
setCaseSensitive(boolean) - Method in Copy
{
setCaseSensitive(boolean) - Method in CopyAction
Set case sensitivity for comparisons.
setChanging(boolean) - Method in ExternalModuleDependency
Sets whether or nor Gradle should always check for a change in the remote repository.
setCharSet(String) - Method in StandardJavadocDocletOptions
setClassesDir(File) - Method in OsgiManifest
Sets the classes dir.
setClassesDir(File) - Method in SourceSet
Sets the directory to assemble the compiled classes into.
setClassesFileSets(List) - Method in War
setClassifier(String) - Method in AbstractArchiveTask
setClassifier(String) - Method in MavenPom
Sets the classifier property of the to be generated Maven pom.
setClasspath(FileCollection) - Method in Checkstyle
setClasspath(FileCollection) - Method in Compile
setClasspath(List) - Method in CoreJavadocOptions
setClasspath(FileCollection) - Method in Javadoc
setClasspath(FileCollection) - Method in JettyRun
Set the classpath for the web application
setClasspath(List) - Method in MinimalJavadocOptions
setClasspath(List) - Method in OsgiManifest
A convenient method for setting a Bundle-Classpath instruction.
setClasspath(FileCollection) - Method in ScalaDefine
setClasspath(FileCollection) - Method in ScalaDoc
setClasspath(FileCollection) - Method in Test
setClassPathConfiguration(List) - Method in JettyConfiguration
setClassPathFiles(List) - Method in JettyPluginWebAppContext
setClassPathFiles(List) - Method in JettyRun
setClasspathLibs(List) - Method in EclipseClasspath
Sets a list with library paths to be transformed into eclipse lib dependencies.
setClasspathTypes(List) - Method in OsgiManifest
Set the dependency types to be taken into account when generating the osgi manifest.
setCompileClasspath(FileCollection) - Method in SourceSet
Sets the classpath used to compile this source.
setCompression(Compression) - Method in Tar
setConf2ScopeMappings(Conf2ScopeMappingContainer) - Method in MavenPluginConvention
setConfigFile(File) - Method in Checkstyle
setConfigFile(File) - Method in CodeNarc
setConfiguration(Configuration) - Method in Upload
setConfigurations(Set) - Method in DependencyReportTask
Set the configurations to use to build a report.
setConnectors(Connector[]) - Method in AbstractJettyRunTask
setConnectors(Object[]) - Method in JettyPluginServer
setContextHandlers(ContextHandler[]) - Method in JettyRun
setContextPath(String) - Method in AbstractJettyRunTask
setCopyAction(CopyActionImpl) - Method in Copy
setCreateIfEmpty(boolean) - Method in AbstractArchiveTask
setCurrentDir(File) - Method in StartParameter
Sets the directory to use to select the default project, and to search for the settings file.
setCustomName(String) - Method in AbstractArchiveTask
setDaemon(boolean) - Method in AbstractJettyRunTask
setDefaultImportsFile(File) - Method in StartParameter
setDefaultProjectSelector(ProjectSpec) - Method in StartParameter
Sets the selector used to choose the default project of the build.
setDefaultTasks(List) - Method in Project

Sets the names of the default tasks of this project.

setDependencyCacheDir(File) - Method in Compile
setDependsOn(Iterable) - Method in Task

Sets the dependencies of this task.

setDeployName(Object) - Method in EclipseWtp
Set the deploy name for this project.
setDescription(String) - Method in AntTarget
{
setDescription(String) - Method in Configuration
Sets the description for this configuration.
setDescription(String) - Method in OsgiManifest
A convenient method for setting a Bundle-Description instruction.
setDescription(String) - Method in Task
Adds a text to describe what the task does to the user of the build.
setDescriptorDestination(File) - Method in Upload
setDestinationDir(File) - Method in AbstractArchiveTask
setDestinationDir(File) - Method in Compile
setDestinationDir(File) - Method in Copy
setDestinationDir(File) - Method in Groovydoc

Sets the directory to generate the documentation into.

setDestinationDir(File) - Method in Javadoc

Sets the directory to generate the documentation into.

setDestinationDir(File) - Method in ScalaDoc
setDestinationDirectory(File) - Method in MinimalJavadocOptions
setDestinationDirectory(File) - Method in StandardJavadocDocletOptions
setDigest(String) - Method in DirectoryState
setDir(File) - Method in Clean
setDir(Object) - Method in ConfigurableFileTree
Specifies base directory for this file tree using the given path.
setDir(Object) - Method in FileSet
setDirectory(File) - Method in DirectoryStateBuilder
setDirectory(File) - Method in ScanTargetPattern
setDirectoryToProcess(File) - Method in DefaultDirectoryStateChangeDetecterBuilder
setDistributionBase(PathBase) - Method in 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 Wrapper
Set's the path where the gradle distributions needed by the wrapper are unzipped.
setDocEncoding(String) - Method in StandardJavadocDocletOptions
setDocFilesSubDirs(boolean) - Method in StandardJavadocDocletOptions
setDoclet(String) - Method in CoreJavadocOptions
setDoclet(String) - Method in MinimalJavadocOptions
setDocletClasspath(List) - Method in CoreJavadocOptions
setDocletClasspath(List) - Method in MinimalJavadocOptions
setDocTitle(String) - Method in Groovydoc
Set's title for the package index(first) page (optional).
setDocTitle(String) - Method in StandardJavadocDocletOptions
setDocURL(String) - Method in OsgiManifest
A convenient method for setting a Bundle-DocURL instruction.
setDotGradleStatesDirectory(File) - Method in DefaultDirectoryStateChangeDetecterBuilder
setDryRun(boolean) - Method in StartParameter
setEnabled(boolean) - Method in Task

Set the enabled state of a task.

setEncoding(String) - Method in CoreJavadocOptions
setEncoding(String) - Method in MinimalJavadocOptions
setExcludeDocFilesSubDir(List) - Method in StandardJavadocDocletOptions
setExcludedTaskNames(Collection) - Method in StartParameter
Sets the tasks to exclude from this build.
setExcludes(Iterable) - Method in Copy
{
setExcludes(Iterable) - Method in CopySpec
{
setExcludes(Iterable) - Method in FileSet
setExcludes(Iterable) - Method in PatternFilterable
Set the allowable exclude patterns.
setExcludes(Iterable) - Method in PatternSet
setExcludes(List) - Method in ScanTargetPattern
setExcludes(Iterable) - Method in SourceTask
{
setExcludes(Iterable) - Method in Test
Sets the exclude patterns for test execution.
setExistingDirsFilter(ExistingDirsFilter) - Method in Clean
setExtDirs(List) - Method in CoreJavadocOptions
setExtDirs(List) - Method in MinimalJavadocOptions
setExtendsFrom(Set) - Method in Configuration
Sets the configurations which this configuration extends from.
setExtension(String) - Method in AbstractArchiveTask
setExtraScanTargets(List) - Method in JettyRun
setFailForMissingDependencies(boolean) - Method in 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 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 Javadoc
setFailureCause(Throwable) - Method in DirectoryState
setFileContentBufferSize(int) - Method in MetaContentDigesterUtilStrategy
Update the fileContentBufferSize.
setFileSetManifest(String) - Method in Jar
setFilter(PublishFilter) - Method in PomFilterContainer

Sets the default filter to be used.

setFooter(String) - Method in Groovydoc
Set's footer text for each page (optional).
setFooter(String) - Method in StandardJavadocDocletOptions
setForce(boolean) - Method in ExternalDependency
Sets whether or not the version of this dependency should be enforced in the case of version conflicts.
setGlobalExcludes(Collection) - Method in PatternSet
setGradleHomeDir(File) - Method in StartParameter
setGradleUserHomeDir(File) - Method in StartParameter
setGradleVersion(String) - Method in Wrapper
The version of the gradle distribution required by the wrapper.
setGroovyClasspath(FileCollection) - Method in GroovyCompile
setGroovyClasspath(FileCollection) - Method in Groovydoc

Sets the classpath to use to locate classes referenced by the documented source.

setGroovyOptions(GroovyCompileOptions) - Method in GroovyCompile
Sets the options for the groovyc compilation.
setGroupId(String) - Method in MavenPom
Sets the groupId property of the to be generated Maven pom.
setGroups(Map) - Method in StandardJavadocDocletOptions
setHeader(String) - Method in Groovydoc
Set's header text for each page (optional).
setHelpFile(File) - Method in StandardJavadocDocletOptions
setHttpPort(Integer) - Method in AbstractJettyRunTask
setHttpPort(Integer) - Method in JettyPluginConvention
setIncludePrivate(boolean) - Method in Groovydoc
Set's whether to include all classes and members (i.e. including private ones) if set to true.
setIncludes(Iterable) - Method in Copy
{
setIncludes(Iterable) - Method in CopySpec
{
setIncludes(Iterable) - Method in FileSet
setIncludes(Iterable) - Method in PatternFilterable
Set the allowable include patterns.
setIncludes(Iterable) - Method in PatternSet
setIncludes(List) - Method in ScanTargetPattern
setIncludes(Iterable) - Method in SourceTask
{
setIncludes(Iterable) - Method in Test
Sets the include patterns for test execution.
setInitScripts(List) - Method in StartParameter
setJarPath(String) - Method in Wrapper
When executing the wrapper task, the jar path specifies the path where the gradle-wrapper.jar is copied to.
setJavadocExecHandleBuilder(JavadocExecHandleBuilder) - Method in Javadoc
setJettyConfig(File) - Method in AbstractJettyRunTask
setJettyEnvXml(File) - Method in JettyRun
setJettyEnvXmlFile(File) - Method in JettyPluginWebAppContext
setJettyEnvXmlFile(File) - Method in JettyRun
setJFlags(List) - Method in CoreJavadocOptions
setJFlags(List) - Method in MinimalJavadocOptions
setKeyWords(boolean) - Method in StandardJavadocDocletOptions
setLaunchGUI(boolean) - Method in StartParameter
setLibConfigurations(List) - Method in War
setLibExcludeConfigurations(List) - Method in War
setLicense(String) - Method in OsgiManifest
A convenient method for setting a Bundle-License instruction.
setLicenseHeader(String) - Method in MavenPom
Sets the licenseHeader property of the to be generated Maven pom.
setLinks(List) - Method in StandardJavadocDocletOptions
setLinksOffline(List) - Method in StandardJavadocDocletOptions
setLinkSource(boolean) - Method in StandardJavadocDocletOptions
setLocale(String) - Method in CoreJavadocOptions
setLocale(String) - Method in MinimalJavadocOptions
setLoggingConfigurer(LoggingConfigurer) - Method in DefaultGradleFactory
setLogLevel(LogLevel) - Method in StartParameter
setLongFile(LongFile) - Method in Tar
setManifest(GradleManifest) - Method in Jar
setMavenPomDir(File) - Method in ResolverContainer
setMaxMemory(String) - Method in Javadoc
Sets the amount of memory allocated to this task.
setMemberLevel(JavadocMemberLevel) - Method in CoreJavadocOptions
setMemberLevel(JavadocMemberLevel) - Method in MinimalJavadocOptions
setMergeFileSets(List) - Method in AbstractArchiveTask
setMergeGroupFileSets(List) - Method in AbstractArchiveTask
setMetaInfResourceCollections(List) - Method in Jar
setName(String) - Method in OsgiManifest
A convenient method for setting a Bundle-Name instruction.
setName(String) - Method in ProjectDescriptor
Sets the name of this project.
setNoComment(boolean) - Method in StandardJavadocDocletOptions
setNoDeprecated(boolean) - Method in StandardJavadocDocletOptions
setNoDeprecatedList(boolean) - Method in StandardJavadocDocletOptions
setNoHelp(boolean) - Method in StandardJavadocDocletOptions
setNoIndex(boolean) - Method in StandardJavadocDocletOptions
setNoNavBar(boolean) - Method in StandardJavadocDocletOptions
setNoOpt(boolean) - Method in StartParameter
setNoQualifiers(List) - Method in StandardJavadocDocletOptions
setNoSince(boolean) - Method in StandardJavadocDocletOptions
setNoTimestamp(boolean) - Method in StandardJavadocDocletOptions
setNoTree(boolean) - Method in StandardJavadocDocletOptions
setOptionFiles(List) - Method in CoreJavadocOptions
setOptionFiles(List) - Method in MinimalJavadocOptions
setOptions(CompileOptions) - Method in Compile
setOptions(MinimalJavadocOptions) - Method in Javadoc
setOptionsFile(File) - Method in Javadoc
setOutputDirectory(Object) - Method in EclipseClasspath
Sets the eclipse output directory for compiled sources.
setOutputDirectory(Object) - Method in EclipseWtp
Sets the java-output-path to be used by the wtp descriptor file.
setOutputFile(File) - Method in AbstractReportTask
Sets the file which the report will be written to.
setOutputFile(File) - Method in ProjectReportRenderer
Sets the output file for the report.
setOutputFile(File) - Method in TextProjectReportRenderer
setOutputLevel(JavadocOutputLevel) - Method in CoreJavadocOptions
setOutputLevel(JavadocOutputLevel) - Method in MinimalJavadocOptions
setOverrideWebXml(File) - Method in AbstractJettyRunTask
setOverview(String) - Method in CoreJavadocOptions
setOverview(File) - Method in Groovydoc
Set's a html file to be used for overview documentation (optional).
setOverview(String) - Method in MinimalJavadocOptions
setPackaging(String) - Method in MavenPom
Sets the packaging property of the to be generated Maven pom.
setParameterConverter(CommandLine2StartParameterConverter) - Method in Main
setPluginPropertiesFile(File) - Method in StartParameter
setPom(MavenPom) - Method in PomFilterContainer

Sets the default pom to be used.

setPomDirName(String) - Method in MavenPluginConvention
setProjectDependencies(List) - Method in EclipseClasspath
Sets the project dependencies to be transformed into eclipse project dependencies.
setProjectDependencies(List) - Method in EclipseWtp
Sets the project dependencies to be transformed into eclipse project dependencies.
setProjectDependenciesBuildInstruction(ProjectDependenciesBuildInstruction) - Method in StartParameter
setProjectDir(File) - Method in ProjectDescriptor
Sets the project directory of this project.
setProjectDir(File) - Method in StartParameter
Sets the project directory to use to select the default project.
setProjectName(String) - Method in EclipseProject
Sets the name used for the name of the eclipse project.
setProjectProperties(Map) - Method in StartParameter
setProjectType(ProjectType) - Method in EclipseProject
Sets the type of the eclipse project
setProperties(Map) - Method in Checkstyle
setProperty(String, Object) - Method in Project

Sets a property of this project.

setProperty(String, Object) - Method in Task

Sets a property of this task.

setReload(String) - Method in AbstractJettyRunTask
setRenderer(DependencyReportRenderer) - Method in DependencyReportTask
Set the renderer to use to build a report.
setRenderer(PropertyReportRenderer) - Method in PropertyReportTask
setRenderer(TaskReportRenderer) - Method in TaskReportTask
setReportFile(File) - Method in CodeNarc
setReportsDirName(String) - Method in ReportingBasePluginConvention
Sets the name of the reports directory, relative to the project's build directory.
setRepositories(RepositoryHandler) - Method in Upload
setRepository(RemoteRepository) - Method in MavenDeployer
Sets the repository to be used for uploading artifacts.
setRequestLog(RequestLog) - Method in AbstractJettyRunTask
setRequestLog(Object) - Method in JettyPluginServer
setResourceCollections(List) - Method in AbstractArchiveTask
setResultFile(File) - Method in Checkstyle
setRootProjectDirectory(File) - Method in DefaultDirectoryStateChangeDetecterBuilder
setRuntimeClasspath(FileCollection) - Method in SourceSet
Sets the classpath used to execute this source.
setScalaCompileOptions(ScalaCompileOptions) - Method in ScalaCompile
setScalaDocOptions(ScalaDocOptions) - Method in ScalaDoc
setScanForTestClasses(boolean) - Method in Test
setScanIntervalSeconds(int) - Method in AbstractJettyRunTask
setScannerListeners(ArrayList) - Method in AbstractJettyRunTask
setScanTargetPatterns(ScanTargetPattern[]) - Method in JettyRun
setScanTargets(File[]) - Method in JettyRun
setScriptDestinationPath(String) - Method in Wrapper
Specifies a path as the parent dir of the scripts which are generated when executing the wrapper task.
setSearchUpwards(boolean) - Method in StartParameter
setSerialWarn(boolean) - Method in StandardJavadocDocletOptions
setServer(JettyPluginServer) - Method in AbstractJettyRunTask
setSettingsFile(File) - Method in StartParameter
Sets the settings file to use for the build.
setSettingsScriptSource(ScriptSource) - Method in StartParameter

Sets the {

setShowHelp(boolean) - Method in StartParameter
setShowStacktrace(ShowStacktrace) - Method in StartParameter
setShowVersion(boolean) - Method in StartParameter
setSize(long) - Method in DirectoryState
setSkipUnmappedConfs(boolean) - Method in Conf2ScopeMappingContainer
Sets, whether unmapped configuration should be skipped or not.
setSnapshotRepository(RemoteRepository) - Method in MavenDeployer
Sets the repository to be used for uploading snapshot artifacts.
setSource(String) - Method in CoreJavadocOptions
setSource(String) - Method in MinimalJavadocOptions
setSource(Object) - Method in SourceTask
Sets the source for this task.
setSourceCompatibility(String) - Method in Compile
setSourceCompatibility(def) - Method in JavaPluginConvention
setSourceNames(List) - Method in CoreJavadocOptions
setSourceNames(List) - Method in MinimalJavadocOptions
setSplitIndex(boolean) - Method in StandardJavadocDocletOptions
setSrcDirs(Object) - Method in Copy
setSrcDirs(List) - Method in EclipseClasspath
Sets a list of paths to be transformed into eclipse source dirs.
setSrcDirs(List) - Method in EclipseWtpModule
setSrcDirs(Iterable) - Method in SourceDirectorySet
Sets the source directories for this set.
setStandardOutputLoggingAdapter(StandardOutputLoggingAdapter) - Method in StandardOutputLogging.LoggingPrintStream
setStartParameter(StartParameter) - Method in BuildExceptionReporter
setStateChangeEventQueuePollTimeout(long) - Method in DefaultDirectoryStateChangeDetecterBuilder
setStateChangeEventQueueSize(int) - Method in DefaultDirectoryStateChangeDetecterBuilder
setStopAtFailuresOrErrors(boolean) - Method in Test
Sets whether this task should throw an exception in case of test failuer or error.
setStopKey(String) - Method in AbstractJettyRunTask
setStopKey(String) - Method in JettyPluginConvention
setStopKey(String) - Method in 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 AbstractJettyRunTask
setStopPort(Integer) - Method in JettyPluginConvention
setStopPort(Integer) - Method in JettyStop
Sets port to listen to stop jetty on sending stop command
setStylesheetFile(File) - Method in StandardJavadocDocletOptions
setSymbolicName(String) - Method in OsgiManifest
A convenient method for setting a Bundle-SymbolicName instruction.
setSystemPropertiesArgs(Map) - Method in StartParameter
setTagletPath(List) - Method in StandardJavadocDocletOptions
setTags(List) - Method in StandardJavadocDocletOptions
setTarget(Target) - Method in AntTarget
Sets the Ant target to execute.
setTargetCompatibility(String) - Method in Compile
setTargetCompatibility(def) - Method in JavaPluginConvention
setTaskNames(List) - Method in StartParameter

Sets the tasks to execute in this build.

setTestClassesDir(File) - Method in Test
Sets the root folder for the compiled test sources.
setTestOutputDirectory(Object) - Method in EclipseClasspath
Sets the eclipse output directory for compiled test sources.
setTestReport(boolean) - Method in Test
setTestReportDir(File) - Method in Test
Sets the root folder for the test reports.
setTestResultsDir(File) - Method in Test
Sets the root folder for the test results.
setTestSrcDirs(List) - Method in EclipseClasspath
Sets a list of paths to be transformed into eclipse test source dirs.
setTestSrcDirs(List) - Method in Test
Settings - Interface in org.gradle.api.initialization

Settings declares the configuration required to instantiate and evaluate the hierarchy of {

settingsEvaluated(Settings) - Method in BuildAdapter
settingsEvaluated(Settings) - Method in BuildListener

Called when the build settings have been loaded and evaluated.

settingsEvaluated(Settings) - Method in BuildResultLogger
setTitle(String) - Method in Javadoc

Sets the title for the generated documentation.

setTitle(String) - Method in ScalaDoc
setTmpDirectory(File) - Method in AbstractJettyRunTask
setTransitive(boolean) - Method in Configuration
Sets the transitivity of this configuration.
setTransitive(boolean) - Method in ModuleDependency
Sets whether this dependency should be resolved including or excluding its transitive dependencies.
setUniqueVersion(boolean) - Method in 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 Wrapper
setUploadDescriptor(boolean) - Method in Upload
setUrlRoot(String) - Method in Wrapper
A URL where to download the gradle distribution from.
setUse(boolean) - Method in Groovydoc
Set's whether to create class and package usage pages.
setUse(boolean) - Method in StandardJavadocDocletOptions
setUser(String) - Method in WebdavResolver
setUserPassword(String) - Method in WebdavResolver
setUserRealms(UserRealm[]) - Method in AbstractJettyRunTask
setUserRealms(Object[]) - Method in JettyPluginServer
setValue(T) - Method in AbstractJavadocOptionFileOption
setValue(T) - Method in AbstractListJavadocOptionFileOption
setValue(T) - Method in OptionLessJavadocOptionFileOption
setValue(List) - Method in OptionLessStringsJavadocOptionFileOption
setValue(List) - Method in TagsJavadocOptionFileOption
setVendor(String) - Method in OsgiManifest
A convenient method for setting a Bundle-Vendor instruction.
setVerbose(boolean) - Method in Javadoc
Sets whether javadoc generation is accompanied by verbose output or not.
setVersion(String) - Method in AbstractArchiveTask
setVersion(String) - Method in MavenPom
Sets the version property of the to be generated Maven pom.
setVersion(String) - Method in OsgiManifest
A convenient method for setting a Bundle-Version instruction.
setVersion(boolean) - Method in StandardJavadocDocletOptions
setVisible(boolean) - Method in Configuration
Sets the visibility of this configuration.
setWarLibs(List) - Method in EclipseWtp
Sets a list with library paths to be deployed as war lib dependencies.
setWarResourceMappings(Map) - Method in EclipseWtp
Maps a deploy-path to source-paths.
setWebApp(File) - Method in JettyRunWar
setWebAppConfig(JettyPluginWebAppContext) - Method in AbstractJettyRunTask
setWebAppSourceDirectory(File) - Method in JettyRun
setWebDefaultXml(File) - Method in AbstractJettyRunTask
setWebInfFileSets(List) - Method in War
setWebXml(File) - Method in JettyConfiguration
setWebXml(File) - Method in JettyRun
setWebXml(File) - Method in War
setWebXmlFile(File) - Method in JettyPluginWebAppContext
setWindowTitle(String) - Method in Groovydoc
Set's the browser window title for the documentation.
setWindowTitle(String) - Method in MinimalJavadocOptions
setWindowTitle(String) - Method in StandardJavadocDocletOptions
ShaDigesterFactory - Class in org.gradle.api.changedetection.digest
Creates MessageDigest objects for the SHA algorithm.
ShaDigesterFactory() - Constructor in ShaDigesterFactory
showAll() - Method in CoreJavadocOptions
showAll() - Method in MinimalJavadocOptions
showFromPackage() - Method in CoreJavadocOptions
showFromPackage() - Method in MinimalJavadocOptions
showFromPrivate() - Method in CoreJavadocOptions
showFromPrivate() - Method in MinimalJavadocOptions
showFromProtected() - Method in CoreJavadocOptions
showFromProtected() - Method in MinimalJavadocOptions
showFromPublic() - Method in CoreJavadocOptions
showFromPublic() - Method in MinimalJavadocOptions
showHelp(OutputStream) - Method in CommandLine2StartParameterConverter
showHelp(OutputStream) - Method in DefaultCommandLine2StartParameterConverter
showOutput - Property in JUnitOptions
SIMPLE - Enum Constant in ProjectType
skippedProperty - Property in TestNGOptions
Directory for reports output.
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 {
source(String) - Method in CoreJavadocOptions
source(String) - Method in MinimalJavadocOptions
source(Object) - Method in SourceTask
Adds some source to this task.
SourceDirectorySet - Interface in org.gradle.api.file

A { with associated include and exclude patterns.

sourceNames(String) - Method in CoreJavadocOptions
sourceNames(String) - Method in MinimalJavadocOptions
SourceSet - Interface in org.gradle.api.tasks

A {

SourceSetContainer - Interface in org.gradle.api.tasks
A {
sourceSets - Property in JavaPluginConvention
SourceTask - Class in org.gradle.api.tasks
A {
SourceTask() - Constructor in SourceTask
Spec - Interface in org.gradle.api.specs
Specs - Class in org.gradle.api.specs
Specs() - Constructor in Specs
splitIndex() - Method in StandardJavadocDocletOptions
srcDir(Object) - Method in SourceDirectorySet
Adds the given source directory to this set.
srcDirs(Object) - Method in SourceDirectorySet
Adds the given source directories to this set.
STACKTRACE - Field in DefaultCommandLine2StartParameterConverter
stacktrace - Property in GroovyCompileOptions
StandardJavadocDocletOptions - Class in org.gradle.external.javadoc
StandardJavadocDocletOptions(JavadocOptionFile) - Constructor in StandardJavadocDocletOptions
StandardOutputCapture - Interface in org.gradle.api.logging
StandardOutputListener - Interface in org.gradle.api.logging

A { error.

StandardOutputLogging - Class in org.gradle.api.logging
StandardOutputLogging.LoggingPrintStream - Class in org.gradle.api.logging
StandardOutputLogging.LoggingPrintStream(StandardOutputLoggingAdapter) - Constructor in StandardOutputLogging.LoggingPrintStream
StandardOutputLogging() - Constructor in StandardOutputLogging
StandardOutputState - Class in org.gradle.api.logging
StandardOutputState(PrintStream, PrintStream) - Constructor in StandardOutputState
start() - Method in AbstractJettyRunTask
start() - Method in DefaultStandardOutputCapture
start() - Method in JettyPluginServer
start() - Method in StandardOutputCapture
If {
startConfiguration(Configuration) - Method in AsciiReportRenderer
startConfiguration(Configuration) - Method in DependencyReportRenderer
Starts rendering the given configuration.
startConfiguration(Configuration) - Method in GraphvizReportRenderer
startConsoleScanner() - Method in AbstractJettyRunTask
Run a thread that monitors the console input to detect ENTER hits.
startJetty() - Method in AbstractJettyRunTask
startJettyInternal() - Method in AbstractJettyRunTask
StartParameter - Class in org.gradle

{

StartParameter.ShowStacktrace - Enum in org.gradle
StartParameter() - Constructor in StartParameter
Creates a {
startProject(Project) - Method in AsciiReportRenderer
startProject(Project) - Method in GraphvizReportRenderer
startProject(Project) - Method in ProjectReportRenderer
Starts visiting a project.
startProject(Project) - Method in TaskReportRenderer
startProject(Project) - Method in TextProjectReportRenderer
StateChangeEvent - Class in org.gradle.api.changedetection.state
StateChangeEvent(File, StateFileItem, StateFileItem) - Constructor in StateChangeEvent
StateChangeEventDispatcher - Class in org.gradle.api.changedetection.state
StateChangeEventDispatcher(BlockingQueue, long, TimeUnit, ChangeProcessor) - Constructor in StateChangeEventDispatcher
StateChangeEventFactory - Class in org.gradle.api.changedetection.state
StateChangeEventFactory() - Constructor in StateChangeEventFactory
stateChangeEventQueuePollTimeout(long) - Method in DefaultDirectoryStateChangeDetecterBuilder
stateChangeEventQueueSize(int) - Method in DefaultDirectoryStateChangeDetecterBuilder
StateComparator - Interface in org.gradle.api.changedetection.state
StateFileChangeListener - Interface in org.gradle.api.changedetection.state
StateFileChangeListenerUtil - Class in org.gradle.api.changedetection.state
StateFileChangeListenerUtil(BlockingQueueItemProducer, StateChangeEventFactory) - Constructor in StateFileChangeListenerUtil
StateFileComparator - Class in org.gradle.api.changedetection.state
StateFileComparator(StateFileUtil, String) - Constructor in StateFileComparator
StateFileItem - Class in org.gradle.api.changedetection.state
StateFileItem(String, String) - Constructor in StateFileItem
stateFileItemToFile(StateFileItem) - Method in DirectoryStateFileChangeListener
StateFileReader - Class in org.gradle.api.changedetection.state
StateFileReader(IoFactory, File) - Constructor in StateFileReader
StateFileUtil - Class in org.gradle.api.changedetection.state
StateFileUtil(File, File, File, DigesterFactory, IoFactory) - Constructor in StateFileUtil
StateFileWriter - Class in org.gradle.api.changedetection.state
State File Format: ( filename ${newLine} digest ${newLine} )*
StateFileWriter(IoFactory, File) - Constructor in StateFileWriter
stop() - Method in DefaultStandardOutputCapture
stop() - Method in JettyStop
stop() - Method in StandardOutputCapture
If { {
StopActionException - Class in org.gradle.api.tasks

A StopActionException is be thrown by a { stop its own execution and to start execution of the task's next action.

StopActionException(String) - Constructor in StopActionException
StopExecutionException - Class in org.gradle.api.tasks

A StopExecutionException is thrown by a { stop execution of the current task and start execution of the next task.

StopExecutionException(String) - Constructor in StopExecutionException
stopExecutionIfEmpty() - Method in FileCollection
Throws a {
stopVisiting() - Method in FileVisitDetails
Requests that file visiting terminate after the current file.
StringJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
StringJavadocOptionFileOption(String, String) - Constructor in StringJavadocOptionFileOption
StringsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
StringsJavadocOptionFileOption(String, List, String) - Constructor in StringsJavadocOptionFileOption
styleSheet - Property in ScalaDocOptions
Style sheet to override default style.
stylesheetFile(File) - Method in StandardJavadocDocletOptions
submitDirectoryStateDigestComparator(DirectoryStateDigestComparator) - Method in DefaultDirectoryStateChangeDetecter
subprojects(Closure) - Method in Project

Executes the given closure against each of the sub-projects of this project.

suiteName - Property in TestNGOptions
The directory where the ant task should change to before running TestNG.
suiteRunnerClass - Property in TestNGOptions
A PATH-like structure for JDK 1.4 tests (using JavaDoc-like annotations)
suites(File) - Method in TestNGOptions
Add suite files by File objects.
suiteXmlBuilder - Property in TestNGOptions
suiteXmlFiles - Property in TestNGOptions
The suiteXmlFiles to use for running TestNG.
suiteXmlWriter - Property in TestNGOptions
SYSTEM_PROP_PREFIX - Field in Project
systemProperties - Property in JUnitOptions
systemProperties - Property in TestNGOptions

T

tagletPath(File) - Method in StandardJavadocDocletOptions
taglets(String) - Method in StandardJavadocDocletOptions
tags(String) - Method in StandardJavadocDocletOptions
tagsFile(File) - Method in StandardJavadocDocletOptions
TagsJavadocOptionFileOption - Class in org.gradle.external.javadoc.optionfile
TagsJavadocOptionFileOption(String) - Constructor in TagsJavadocOptionFileOption
Tar - Class in org.gradle.api.tasks.bundling
TAR_EXTENSION - Property in Tar
Tar() - Constructor in Tar
TarFileSet - Class in org.gradle.api.tasks.util
tarFileSet(Map, Closure) - Method in Tar
TarFileSet(Map, FileResolver) - Constructor in TarFileSet
targetCompatibility - Property in ScalaCompileOptions
Specifies which backend to use.
tarSuffixes - Property in ArchiveDetector
Task - Interface in org.gradle.api

A Task represents a single step of a build, such as compiling classes or generating javadoc.

TASK_ACTION - Field in Task
TASK_DEPENDS_ON - Field in Task
TASK_DESCRIPTION - Field in Task
TASK_NAME - Field in Task
TASK_OVERWRITE - Field in Task
task(String, Closure) - Method in Project

Creates a {

TASK_REPORT - Field in ProjectReportsPlugin
TASK_TYPE - Field in Task
TaskAction - Interface in org.gradle.api

A {

TaskCollection - Interface in org.gradle.api.tasks
A {
TaskContainer - Interface in org.gradle.api.tasks

A {

TaskDependency - Interface in org.gradle.api.tasks

A TaskDependency represents an unordered set of tasks which a {

TaskExecutionGraph - Interface in org.gradle.api.execution

A TaskExecutionGraph is responsible for managing the execution of the { are part of the build.

TaskExecutionGraphListener - Interface in org.gradle.api.execution

A {

TaskExecutionListener - Interface in org.gradle.api.execution

A {

taskGraphPopulated(TaskExecutionGraph) - Method in BuildAdapter
taskGraphPopulated(TaskExecutionGraph) - Method in BuildListener

Called when the task graph for the build has been populated.

taskGraphPopulated(TaskExecutionGraph) - Method in BuildResultLogger
TaskReportRenderer - Class in org.gradle.api.tasks.diagnostics

A {

TaskReportRenderer(Appendable) - Constructor in TaskReportRenderer
TaskReportTask - Class in org.gradle.api.tasks.diagnostics

The {

TaskReportTask() - Constructor in TaskReportTask
TASKS - Field in DefaultCommandLine2StartParameterConverter
tempDir - Property in ForkOptions
tempDir - Property in JUnitOptions
Test - Class in org.gradle.api.tasks.testing
A task for executing JUnit (3.8.x or 4) or TestNG tests.
TEST_CLASSES_TASK_NAME - Field in JavaPlugin
TEST_COMPILE_CONFIGURATION_NAME - Field in JavaPlugin
TEST_COMPILE_PRIORITY - Field in MavenPlugin
TEST - Field in Conf2ScopeMappingContainer
TEST - Field in DefaultConventionsToPropertiesMapping
TEST_FRAMEWORK_DEFAULT_PROPERTY - Field in Test
TEST_RUNTIME_CONFIGURATION_NAME - Field in JavaPlugin
TEST_RUNTIME_PRIORITY - Field in MavenPlugin
TEST_SOURCE_SET_NAME - Field in SourceSet
The name of the test source set.
TEST_TASK_NAME - Field in JavaPlugin
Test() - Constructor in Test
testClassDirectories - Field in AbstractTestFrameworkDetector
testClassNames - Field in AbstractTestFrameworkDetector
TestClassScanner - Class in org.gradle.api.tasks.testing
TestClassScanner(File, Collection, Collection, TestFramework, boolean) - Constructor in TestClassScanner
TestClassVisitor - Class in org.gradle.api.testing.execution
TestClassVisitor(TestFrameworkDetector) - Constructor in TestClassVisitor
TestFramework - Interface in org.gradle.api.testing
testFramework - Property in AbstractTestFrameworkOptions
testFramework(Closure) - Method in Test
TestFrameworkDetector - Interface in org.gradle.api.testing
testName - Property in TestNGOptions
Sets the default name of the test, if one is not specified in a suite xml file or in the source code.
TESTNG_JARS_PATH - Property in AntTestNGExecute
TestNGOptions - Class in org.gradle.api.tasks.testing.testng
TestNGOptions(TestNGTestFramework, File) - Constructor in TestNGOptions
testReportDirName - Property in JavaPluginConvention
testResources - Property in TestNGOptions
A reference to a FileSet structure of the test classes to be run.
testResultsDirName - Property in JavaPluginConvention
TextProjectReportRenderer - Class in org.gradle.api.tasks.diagnostics

A basic {

TextProjectReportRenderer(Appendable) - Constructor in TextProjectReportRenderer
threadCount - Property in TestNGOptions
The number of threads to use for this run.
timeout - Property in JunitForkOptions
timeOut - Property in TestNGOptions
The maximum time out in milliseconds that all the tests should run under.
TMP_DIR_NAME - Field in Project
top - Property in ScalaDocOptions
Html text to appear in the top text for each page.
toString() - Method in DirectoryState
toString() - Method in ForkMode
toString() - Method in JavadocOfflineLink
toString() - Method in JavaVersion
toString() - Method in RelativePath
toVersion(Object) - Method in JavaVersion
Converts the given object into a {
trace(String, Throwable) - Method in Logging.LoggerImpl
transform(T) - Method in Transformer
Transforms the given object, and returns the transformed value.
Transformer - Interface in org.gradle.api

A {

TRUNCATE - Field in LongFile
Type - Enum in org.gradle.api.artifacts.specs
type(Type) - Method in DependencySpecs
type - Property in FormatterOptions

U

uid - Property in TarFileSet
unchecked - Property in ScalaCompileOptions
Generate unchecked information.
unchecked - Property in ScalaDocOptions
Generate unchecked information.
UncheckedIOException - Class in org.gradle.api
UncheckedIOException is used to wrap an java.io.IOException into an unchecked exception.
UncheckedIOException(Throwable) - Constructor in UncheckedIOException
UNIX_NL - Field in WrapperScriptGenerator
UnknownConfigurationException - Class in org.gradle.api.artifacts

An {

UnknownConfigurationException(String) - Constructor in UnknownConfigurationException
UnknownDomainObjectException - Class in org.gradle.api

A { cannot be located.

UnknownDomainObjectException(String, Throwable) - Constructor in UnknownDomainObjectException
UnknownPluginException - Class in org.gradle.api.plugins
UnknownPluginException(Throwable) - Constructor in UnknownPluginException
UnknownProjectException - Class in org.gradle.api

An UnknownProjectException is thrown when a project referenced by path cannot be found.

UnknownProjectException(String, Throwable) - Constructor in UnknownProjectException
UnknownRepositoryException - Class in org.gradle.api.artifacts
An {
UnknownRepositoryException(String) - Constructor in UnknownRepositoryException
UnknownTaskException - Class in org.gradle.api

An UnknownTaskException is thrown when a task referenced by path cannot be found.

UnknownTaskException(String, Throwable) - Constructor in UnknownTaskException
UNRESOLVED - Enum Constant in Configuration.State
Upload - Class in org.gradle.api.tasks
An upload task uploads files to the repositories assigned to it.
Upload() - Constructor in Upload
URL_ROOT_PROPERTY - Field in Wrapper
use(Project, ProjectPluginsContainer) - Method in BasePlugin
use(Project, ProjectPluginsContainer) - Method in CodeQualityPlugin
use(Project, ProjectPluginsContainer) - Method in EclipsePlugin
use(Project, ProjectPluginsContainer) - Method in GroovyPlugin
use(Project, ProjectPluginsContainer) - Method in JavaPlugin
use(Project, ProjectPluginsContainer) - Method in JettyPlugin
use(Project, ProjectPluginsContainer) - Method in MavenPlugin
USE_OF_CORRECT_TEST_FRAMEWORK - Field in AbstractTestFramework
use(Project, ProjectPluginsContainer) - Method in OsgiPlugin
use(Project, ProjectPluginsContainer) - Method in Plugin
use(Project, ProjectPluginsContainer) - Method in ProjectReportsPlugin
use(Project, ProjectPluginsContainer) - Method in ReportingBasePlugin
use(Project, ProjectPluginsContainer) - Method in ScalaPlugin
use() - Method in StandardJavadocDocletOptions
use(Project, ProjectPluginsContainer) - Method in WarPlugin
useCache - Property in DependOptions
useCompileDaemon - Property in ScalaCompileOptions
Whether to use the fsc compile daemon.
useDefaultListeners - Property in TestNGOptions
Path to a jar containing tests and a suite definition.
useDefaultTestFramework(Closure) - Method in Test
useDepend - Property in CompileOptions
useEmbeddedBuildFile(String) - Method in StartParameter

Specifies that the given script should be used as the build file for this build.

useJUnit(Closure) - Method in Test
usePlugin(Class) - Method in Project

Applies a {

usePlugin(Class, Project) - Method in ProjectPluginsContainer
Uses a plugin against a particular project.
userName - Property in TarFileSet
useTestFramework(TestFramework, Closure) - Method in Test
useTestNG(Closure) - Method in Test

V

validateConfiguration() - Method in AbstractJettyRunTask
validateConfiguration() - Method in JettyRun
validateConfiguration() - Method in JettyRunWar
value - Field in AbstractJavadocOptionFileOption
valueOf(String) - Method in BuildExceptionReporter
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in CacheUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in Configuration
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in FileCollection
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in ForkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in GradleLauncher
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in JavadocMemberLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in JavadocOutputLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in JavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in PathValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in ProjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in StartParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in Wrapper
Returns the enum constant of this type with the specified name.
values() - Method in BuildExceptionReporter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in CacheUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in Configuration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in FileCollection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in ForkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in GradleLauncher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in JavadocMemberLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in JavadocOutputLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in PathValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in ProjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in StartParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in Wrapper
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Property in CompileOptions
verbose() - Method in CoreJavadocOptions
verbose - Property in GroovyCompileOptions
VERBOSE - Enum Constant in JavadocOutputLevel
verbose() - Method in MinimalJavadocOptions
VERSION_1_1 - Enum Constant in JavaVersion
VERSION_1_2 - Enum Constant in JavaVersion
VERSION_1_3 - Enum Constant in JavaVersion
VERSION_1_4 - Enum Constant in JavaVersion
VERSION_1_5 - Enum Constant in JavaVersion
VERSION_1_6 - Enum Constant in JavaVersion
version() - Method in StandardJavadocDocletOptions
visit(FileVisitor) - Method in FileSet
visit(Closure) - Method in FileTree
Visits the files and directories in this file tree.
visitDir(FileVisitDetails) - Method in FileVisitor
Visits a directory.
visitFile(FileVisitDetails) - Method in FileVisitor
Visits a file.

W

War - Class in org.gradle.api.tasks.bundling
WAR - Field in DefaultConventionsToPropertiesMapping
WAR_EXTENSION - Property in War
WAR_TASK_NAME - Field in WarPlugin
War() - Constructor in War
warn(String, Throwable) - Method in Logging.LoggerImpl
WARN - Enum Constant in LogLevel
WARN - Field in LongFile
warnings - Property in CompileOptions
warnOnRmiStubs - Property in DependOptions
WarPlugin - Class in org.gradle.api.plugins

A { file.

WarPlugin() - Constructor in WarPlugin
WarPluginConvention - Class in org.gradle.api.plugins
WarPluginConvention(Project) - Constructor in WarPluginConvention
webAppDirName - Property in WarPluginConvention
WebdavResolver - Class in org.gradle.api.artifacts.repositories
WebdavResolver() - Constructor in WebdavResolver
webInf(Map, Closure) - Method in War
Adds a fileset to the list of webinf fileset's.
webInfFileSets - Property in War
webXml - Property in War
whenObjectAdded(Closure) - Method in DomainObjectCollection
Adds a closure to be called when an object is added to this collection.
whenObjectRemoved(Action) - Method in DomainObjectCollection
Adds an {
whenPluginAdded(Closure) - Method in PluginCollection
Adds a closure to be called when a plugin is added to this collection.
whenReady(Closure) - Method in TaskExecutionGraph

Adds a closure to be called when this graph has been populated.

whenTaskAdded(Closure) - Method in TaskCollection
Adds a closure to be called when a task is added to this collection.
WINDOWS_NL - Field in WrapperScriptGenerator
windowTitle(String) - Method in MinimalJavadocOptions
windowTitle - Property in ScalaDocOptions
Text to appear in the window title.
windowTitle(String) - Method in StandardJavadocDocletOptions
withType(Class) - Method in DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class) - Method in PluginCollection
{
withType(Class) - Method in TaskCollection
{
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.PathBase - Enum in org.gradle.api.tasks.wrapper
WRAPPER_DIR - Field in Wrapper
WRAPPER_JAR_BASE_NAME - Field in Wrapper
WRAPPER_JAR - Field in Wrapper
WRAPPER_PROPERTIES - Field in Wrapper
Wrapper(Project, String) - Constructor in Wrapper
WrapperScriptGenerator - Class in org.gradle.api.tasks.wrapper
WrapperScriptGenerator() - Constructor in WrapperScriptGenerator
write(JavadocOptionFileWriterContext) - Method in AbstractListJavadocOptionFileOption
write(JavadocOptionFileWriterContext) - Method in BooleanJavadocOptionFileOption
write(FailureDetails) - Method in BuildExceptionReporter
write(File) - Method in CoreJavadocOptions
write(JavadocOptionFileWriterContext) - Method in EnumJavadocOptionFileOption
write(JavadocOptionFileWriterContext) - Method in FileJavadocOptionFileOption
write(JavadocOptionFileWriterContext) - Method in GroupsJavadocOptionFileOption
write(File) - Method in JavadocOptionFile
write(File) - Method in JavadocOptionFileWriter
write(String) - Method in JavadocOptionFileWriterContext
write(JavadocOptionFileWriterContext) - Method in LinksOfflineJavadocOptionFileOption
write(File) - Method in MinimalJavadocOptions
write(JavadocOptionFileWriterContext) - Method in OptionLessJavadocOptionFileOption
write(JavadocOptionFileWriterContext) - Method in OptionLessStringsJavadocOptionFileOption
write(JavadocOptionFileWriterContext) - Method in StringJavadocOptionFileOption
write(JavadocOptionFileWriterContext) - Method in TagsJavadocOptionFileOption
writeCollectionValue(JavadocOptionFileWriterContext) - Method in AbstractListJavadocOptionFileOption
writeCollectionValue(JavadocOptionFileWriterContext) - Method in MultilineStringsJavadocOptionFileOption
writeCollectionValue(JavadocOptionFileWriterContext) - Method in PathJavadocOptionFileOption
writeCollectionValue(JavadocOptionFileWriterContext) - Method in StringsJavadocOptionFileOption
writeMultilineValuesOption(String, Collection) - Method in JavadocOptionFileWriterContext
writeOption(String) - Method in JavadocOptionFileWriterContext
writeOptionHeader(String) - Method in JavadocOptionFileWriterContext
writePathOption(String, Collection, String) - Method in JavadocOptionFileWriterContext
writeValue(String) - Method in JavadocOptionFileWriterContext
writeValueOption(String, Collection) - Method in JavadocOptionFileWriterContext
writeValuesOption(String, Collection, String) - Method in JavadocOptionFileWriterContext
WTP_FILE_DIR - Field in EclipseWtp
WTP_FILE_NAME - Field in EclipseWtp
WTP_MODULE - Enum Constant in ProjectType
WTP_WEBAPP - Enum Constant in ProjectType

X


Y


Z

Zip - Class in org.gradle.api.tasks.bundling
ZIP_EXTENSION - Property in Zip
ZIP_STORE_BASE_PROPERTY - Field in Wrapper
ZIP_STORE_PATH_PROPERTY - Field in Wrapper
Zip() - Constructor in Zip
ZipFileSet - Class in org.gradle.api.tasks.util
zipFileSet(Map, Closure) - Method in Zip
ZipFileSet(Map, FileResolver) - Constructor in ZipFileSet
zipSuffixes - Property in ArchiveDetector

_

_kill - Field in Monitor
_serverSocket - Field in Monitor

Groovy Documentation