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.

absoluteProjectPath(String) - Method in Project

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

AbstractArchiveTask - Class in org.gradle.api.tasks.bundling
AbstractArchiveTask is the base class for all archive tasks.
AbstractClasspathEntry - Class in org.gradle.plugins.ide.eclipse.model
@author Hans Dockter
AbstractClasspathEntry(String) - Constructor in AbstractClasspathEntry
AbstractCompile - Class in org.gradle.api.tasks.compile
The base class for all JVM-based language compilation tasks.
AbstractCopyTask - Class in org.gradle.api.tasks
AbstractCopyTask is the base class for all copy tasks.
AbstractJettyRunTask - Class in org.gradle.api.plugins.jetty
Base class for all tasks which deploy a web application to an embedded Jetty web container.
AbstractLibrary - Class in org.gradle.plugins.ide.eclipse.model
@author Hans Dockter
AbstractLibrary(FileReference) - Constructor in AbstractLibrary
AbstractOptions - Class in org.gradle.api.tasks.compile
@author Hans Dockter
AbstractReportTask - Class in org.gradle.api.tasks.diagnostics
The base class for all project report tasks.
AbstractReportTask() - Constructor in AbstractReportTask
AbstractSignatureType - Class in org.gradle.plugins.signing.type
AbstractSignatureTypeProvider - Class in org.gradle.plugins.signing.type
accept(Artifact, File) - Method in PublishFilter
AccessRule - Class in org.gradle.plugins.ide.eclipse.model
@author Hans Dockter
AccessRule(def, def) - Constructor in AccessRule
Action - Interface in org.gradle.api
Performs some action against objects of type T.
add(DependencyResolver, Closure) - Method in ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
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(String, Object) - Method in ExtensionContainer
Adding an extension of name 'foo' will:
  • add 'foo' dynamic property
  • add 'foo' dynamic method that accepts a closure that is a configuration script block
  • add(FileCollection) - Method in FileCollection

    Adds another collection to this collection.

    add(T) - Method in NamedDomainObjectCollection
    Adds an object to the collection, if there is no existing object in the collection with the same name.
    add(String, Closure) - Method in SourceSetContainer
    Adds a source set with the given name.
    add(String, Class) - Method in TaskContainer

    Creates a Task with the given name and type, and adds it to this container.

    addAfter(Object, String, Closure) - Method in ArtifactRepositoryContainer
    Adds a resolver to this container, after the given resolver.
    addAll(Collection) - Method in NamedDomainObjectCollection
    Adds any of the given objects to the collection that do not have the same name as any existing element.
    addArtifact(PublishArtifact) - Method in Configuration
    Adds an artifact to be published to this configuration.
    addArtifact(PublishArtifact) - Method in MavenDeployment
    Adds an additional artifact to this deployment.
    addArtifact(DependencyArtifact) - Method in ModuleDependency

    Adds an artifact to this dependency.

    addBefore(Object, String, Closure) - Method in ArtifactRepositoryContainer
    Adds a resolver to this container, before the given resolver.
    addBooleanOption(String, boolean) - Method in CoreJavadocOptions
    addBuildListener(BuildListener) - Method in Gradle

    Adds a BuildListener to this Build instance.

    addClasspathEntry(Node, Map) - Method in AbstractClasspathEntry
    addDependency(ModuleDependency) - Method in ClientModule
    Add a dependency to the client module.
    addDependency(Dependency) - Method in Configuration
    Adds a dependency to this configuration.
    addEnumOption(String, T) - Method in CoreJavadocOptions
    addFileOption(String, File) - Method in CoreJavadocOptions
    addFilter(String, Closure) - Method in PomFilterContainer
    Adds a publish filter.
    addFirst(Object, Closure) - Method in ArtifactRepositoryContainer
    Adds a resolver to this container, at the start of the resolver sequence.
    addInitScript(File) - Method in StartParameter
    Adds the given file to the list of init scripts that are run before the build starts.
    addLast(Object, Closure) - Method in ArtifactRepositoryContainer
    Adds a resolver to this container, at the end of the resolver sequence.
    addListener(Object) - Method in Gradle
    Adds the given listener to this build.
    addListener(Object) - Method in GradleLauncher

    Adds a listener to this build instance.

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

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

    addMultilineStringsOption(String) - Method in CoreJavadocOptions
    addOption(JavadocOptionFileOption) - Method in CoreJavadocOptions
    addOutputListener(OutputListener) - Method in Test
    Registers a output listener with this task.
    addPathOption(String, String) - Method in CoreJavadocOptions
    addPathVariable(String, File) - Method in PathFactory
    addProgressListener(ProgressListener) - Method in BuildLauncher
    Adds a progress listener which will receive progress events as the build executes.
    addProgressListener(ProgressListener) - Method in ModelBuilder
    Adds a progress listener which will receive progress events as the model is being built.
    addProjectEvaluationListener(ProjectEvaluationListener) - Method in Gradle
    Adds a listener to this build, to receive notifications as projects are evaluated.
    addProtocolProviderJars(Collection) - Method in MavenDeployer
    Out of the box only uploading to the filesysten and via http is supported.
    addRule(String, Closure) - Method in NamedDomainObjectCollection
    Adds a rule to this collection.
    addSignatureSpecConventions(SignatureSpec) - Method in SigningSettings
    Adds conventions to the given spec, using this settings object's default signatory and signature type as the default signatory and signature type for the spec.
    addStandardErrorListener(StandardOutputListener) - Method in GradleLauncher

    Adds a StandardOutputListener to this build instance.

    addStandardErrorListener(StandardOutputListener) - Method in LoggingOutput
    Adds a listener which receives output written to standard error by the Gradle logging system.
    addStandardOutputListener(StandardOutputListener) - Method in GradleLauncher

    Adds a StandardOutputListener to this build instance.

    addStandardOutputListener(StandardOutputListener) - Method in LoggingOutput
    Adds a listener which receives output written to standard output by the Gradle logging system.
    addStringOption(String, String) - Method in CoreJavadocOptions
    addStringsOption(String, String) - Method in CoreJavadocOptions
    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.

    addTestListener(TestListener) - Method in Test
    Registers a test listener with this task.
    addToAntBuilder(def, String) - Method in AntBuilderAware
    addToAntBuilder(Object, String) - Method in FileCollection
    Adds this collection to an Ant task as a nested node.
    addToAntBuilder(Object, String) - Method in IntersectionPatternSet
    addToAntBuilder(def, String) - Method in PatternSet
    addToNode(Node) - Method in Dependency
    addToNode(Node) - Method in ModuleDependency
    addToNode(Node) - Method in ModuleLibrary
    addValueToMapIfNotNull(Map, Field) - Method in AbstractOptions
    afterActions(Task) - Method in TaskActionListener
    This method is called immediately after the task has completed performing its actions.
    afterConfigured - Field in GeneratorTask
    afterEvaluate(Closure) - Method in Project

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

    afterEvaluate(Project, ProjectState) - 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, TaskState) - Method in TaskExecutionListener
    This method is call immediately after a task has been executed.
    afterExecute(Task, TaskState) - Method in TaskExecutionLogger
    afterProject(Closure) - Method in Gradle
    Adds a closure to be called immediately after a project is evaluated.
    afterResolve(ResolvableDependencies) - Method in DependencyResolutionListener
    This method is called immediately after a set of dependencies are resolved.
    afterResolve(Closure) - Method in ResolvableDependencies
    Adds an action to be executed after the dependencies of this set have been resolved.
    afterSuite(Closure) - Method in Test

    Adds a closure to be notified after a test suite has executed.

    afterSuite(TestDescriptor, TestResult) - Method in TestListener
    Called after a test suite is finished.
    afterTask(Closure) - Method in TaskExecutionGraph

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

    afterTest(Closure) - Method in Test
    Adds a closure to be notified after a test has executed.
    afterTest(TestDescriptor, TestResult) - Method in TestListener
    Called after a test is finished.
    AgainstLibrary - Interface in org.gradle.plugins.cpp.compiler.capability
    Can compile against libraries
    all(Closure) - Method in DomainObjectCollection
    Executes the given closure against all objects in this collection, and any objects subsequently added to this collection.
    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

    Configures this project and each of 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
    analyze() - Method in SonarAnalyze
    and(Closure) - Method in AndSpec
    and(Spec) - Method in Specs
    AndSpec - Class in org.gradle.api.specs
    A CompositeSpec which requires all its specs to be true in order to evaluate to true.
    AndSpec(Iterable) - Constructor in AndSpec
    announce(String, String) - Method in AnnouncePluginConvention
    Sends an announcement of the given type.
    AnnouncePlugin - Class in org.gradle.api.plugins.announce
    This plugin allows to send announce messages to Twitter.
    AnnouncePluginConvention - Class in org.gradle.api.plugins.announce
    AnnouncePluginConvention(def) - Constructor in AnnouncePluginConvention
    Announcer - Interface in org.gradle.api.plugins.announce
    An Announcer allows messages to be sent.
    ANT_IVY_2_SLF4J_LEVEL_MAPPER - Field in Logging
    ant(Closure) - Method in Project

    Executes the given closure against the AntBuilder for this project.

    AntBuilder - Class in org.gradle.api

    An AntBuilder allows you to use Ant from your build script.

    AntBuilderAware - Interface in org.gradle.api.tasks
    An AntBuilderAware represents an object which can add itself to Ant tasks, using an AntBuilder.
    AntGroovydoc - Class in org.gradle.api.tasks.javadoc
    @author Hans Dockter
    AntGroovydoc(IsolatedAntBuilder, ClassPathRegistry) - Constructor in AntGroovydoc
    AntJavadoc - Class in org.gradle.api.tasks.javadoc
    @author Hans Dockter
    antlr(Closure) - Method in AntlrSourceVirtualDirectory
    Configures the Antlr source for this set.
    ANTLR_CONFIGURATION_NAME - Field in AntlrPlugin
    AntlrPlugin - Class in org.gradle.api.plugins.antlr
    A plugin for adding Antlr support to java projects.
    AntlrSourceVirtualDirectory - Interface in org.gradle.api.plugins.antlr
    Contract for a Gradle "convention object" that acts as a handler for what I call a virtual directory mapping, injecting a virtual directory named 'antlr' into the project's various source.
    AntlrTask - Class in org.gradle.api.plugins.antlr

    Generates parsers from Antlr grammars.

    AntScalaDoc - Class in org.gradle.api.tasks.scala
    AntScalaDoc(IsolatedAntBuilder, Iterable, Iterable) - Constructor in AntScalaDoc
    AntTarget - Class in org.gradle.api.tasks.ant
    A task which executes an Ant target.
    AntTarget() - Constructor in AntTarget
    appDirName(String) - Method in EarPluginConvention
    Allows changing the application directory.
    append(boolean, String) - Method in RelativePath
    Appends the given names to the end of this path.
    appendNode(Node) - Method in AbstractClasspathEntry
    appendNode(Node) - Method in AbstractLibrary
    appendNode(Node) - Method in ClasspathEntry
    appendNode(Node) - Method in Facet
    appendNode(Node) - Method in Output
    appendNode(Node) - Method in SourceFolder
    appendNode(Node) - Method in WbDependentModule
    appendNode(Node) - Method in WbProperty
    appendNode(Node) - Method in WbResource
    ApplicationPlugin - Class in org.gradle.api.plugins

    A Plugin which runs a project as a Java Application.

    ApplicationPluginConvention - Class in org.gradle.api.plugins

    A Convention used for the ApplicationPlugin.

    ApplicationPluginConvention(Project) - Constructor in ApplicationPluginConvention
    apply(Project) - Method in AnnouncePlugin
    apply(ProjectInternal) - Method in AntlrPlugin
    apply(Project) - Method in ApplicationPlugin
    apply(Project) - Method in BasePlugin
    apply(ProjectInternal) - Method in BinariesPlugin
    apply(Project) - Method in CdtIdePlugin
    apply(Project) - Method in CodeQualityPlugin
    apply(Project) - Method in CppExeConventionPlugin
    apply(Project) - Method in CppLibConventionPlugin
    apply(ProjectInternal) - Method in CppPlugin
    apply(ProjectInternal) - Method in EarPlugin
    apply(Project) - Method in GppCompilerPlugin
    apply(ProjectInternal) - Method in GroovyBasePlugin
    apply(Project) - Method in GroovyPlugin
    apply(Project) - Method in JavaBasePlugin
    apply(Project) - Method in JavaPlugin
    apply(Project) - Method in JettyPlugin
    apply(ProjectInternal) - Method in MavenPlugin
    apply(Project) - Method in OsgiPlugin
    apply(T) - Method in Plugin
    Apply this plugin to the given target object.
    apply(Class) - Method in PluginContainer
    Applies a plugin to the project.
    apply(Map) - Method in Project

    Configures this project using plugins or scripts.

    apply(Project) - Method in ProjectReportsPlugin
    apply(Project) - Method in PublicationPlugin
    apply(ProjectInternal) - Method in ReportingBasePlugin
    apply(String) - Method in Rule
    Applies this rule for the given unknown domain object.
    apply(Project) - Method in ScalaBasePlugin
    apply(Project) - Method in ScalaPlugin
    apply(Map) - Method in Script

    Configures the delegate object for this script using plugins or scripts.

    apply(Project) - Method in SigningPlugin

    Adds the ability to digitially sign files and artifacts.

    apply(ProjectInternal) - Method in SonarPlugin
    apply(Project) - Method in WarPlugin
    applyJettyXml() - Method in AbstractJettyRunTask
    applyJettyXml() - Method in JettyRun
    applyJettyXml() - Method in JettyRunWar
    applyTo(CprojectDescriptor) - Method in CprojectSettings
    applyTo(ProjectDescriptor) - Method in ProjectSettings
    Apply this logical model to the physical descriptor
    ARCHIVES_CONFIGURATION - Field in Dependency
    args(Iterable) - Method in Exec
    {@inheritDoc}
    args(Iterable) - Method in ExecSpec
    Adds arguments for the command to be executed.
    args(Object) - Method in GppCompileSpec
    args(Iterable) - Method in JavaExec
    {@inheritDoc}
    args(Iterable) - Method in JavaExecSpec
    Adds args for the main class to be executed.
    ArmoredSignatureType - Class in org.gradle.plugins.signing.type.pgp
    artifact(Closure) - Method in ModuleDependency

    Adds an artifact to this dependency.

    ArtifactHandler - Interface in org.gradle.api.artifacts.dsl
    This class is for creating publish artifacts and adding them to configurations.
    artifactPattern(String) - Method in IvyArtifactRepository
    Adds an Ivy artifact pattern to use to locate artifacts in this repository.
    ArtifactRepository - Interface in org.gradle.api.artifacts.repositories
    A repository for resolving and publishing artifacts.
    ArtifactRepositoryContainer - Interface in org.gradle.api.artifacts

    A ResolverContainer is responsible for managing a set of ArtifactRepository instances.

    artifacts(Closure) - Method in Project

    Configures the published artifacts for this project.

    artifactUrls(Object) - Method in MavenArtifactRepository
    Adds some additional URLs to use to find artifact files.
    asElement() - Method in XmlProvider
    Returns the XML document as a DOM org.w3c.dom.Element.
    asNode() - Method in XmlProvider
    Returns the XML document as a Groovy groovy.util.Node.
    ASSEMBLE_TASK_NAME - Field in BasePlugin
    assertNormalExitValue() - Method in ExecResult
    Throws an org.gradle.process.internal.ExecException if the process exited with a non-zero exit value.
    asString() - Method in XmlProvider
    Returns the XML document as a java.lang.StringBuilder.
    asType(Class) - Method in FileCollection

    Converts this collection into an object of the specified type.

    Attributes - Interface in org.gradle.api.java.archives
    Represent the attributes of a manifest section.
    attributes(Map, String) - Method in Manifest
    Adds content to the given section of the manifest.
    author() - Method in StandardJavadocDocletOptions

    B

    BaseExecSpec - Interface in org.gradle.process
    Specifies options for launching a child process.
    BasePlugin - Class in org.gradle.api.plugins

    A Plugin which defines a basic project lifecycle and some common convention properties.

    BasePluginConvention - Class in org.gradle.api.plugins
    BasePluginConvention(Project) - Constructor in BasePluginConvention
    BasicIdeaProject - Interface in org.gradle.tooling.model.idea
    IdeaProject that does not provide/resolve any GAV dependencies.
    beforeActions(Task) - Method in TaskActionListener
    This method is called immediately before the task starts performing its actions.
    beforeConfigured - Field in GeneratorTask
    beforeDeployment(Closure) - Method in MavenResolver
    Adds a closure to be executed immediately before a deployment to this resolver.
    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.
    beforeExecute(Task) - Method in TaskExecutionLogger
    beforeMerged(Closure) - Method in FileContentMerger
    Adds a closure to be called after content is loaded from existing file but before gradle build information is merged

    This is advanced api that gives access to internal implementation.

    beforeProject(Closure) - Method in Gradle
    Adds a closure to be called immediately before a project is evaluated.
    beforeResolve(ResolvableDependencies) - Method in DependencyResolutionListener
    This method is called immediately before a set of dependencies are resolved.
    beforeResolve(Closure) - Method in ResolvableDependencies
    Adds an action to be executed before the dependencies in this set are resolved.
    beforeSuite(Closure) - Method in Test

    Adds a closure to be notified before a test suite is executed.

    beforeSuite(TestDescriptor) - Method in TestListener
    Called before a test suite is started.
    beforeTask(Closure) - Method in TaskExecutionGraph

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

    beforeTest(Closure) - Method in Test
    Adds a closure to be notified before a test is executed.
    beforeTest(TestDescriptor) - Method in TestListener
    Called before a test is started.
    BinariesPlugin - Class in org.gradle.plugins.binaries
    temp plugin, not sure what will provide the binaries container and model elements
    Binary - Interface in org.gradle.plugins.binaries.model
    Something to be created.
    BinarySignatureType - Class in org.gradle.plugins.signing.type
    bootClasspath(File) - Method in CoreJavadocOptions
    bootClasspath(File) - Method in MinimalJavadocOptions
    bootstrapClasspath(Object) - Method in JavaExec
    {@inheritDoc}
    bootstrapClasspath(Object) - Method in JavaForkOptions
    Adds the given values to the end of the bootstrap classpath for the process.
    bootstrapClasspath(Object) - Method in Test
    {@inheritDoc}
    bottom(String) - Method in StandardJavadocDocletOptions
    breakIterator() - Method in CoreJavadocOptions
    breakIterator() - Method in MinimalJavadocOptions
    BUILD_DEPENDENTS_TASK_NAME - Field in JavaBasePlugin
    BUILD_GROUP - Field in BasePlugin
    BUILD_NEEDED_TASK_NAME - Field in JavaBasePlugin
    build() - Method in ProjectBuilder
    Creates the project.
    BUILD_TASK_NAME - Field in JavaBasePlugin
    Buildable - Interface in org.gradle.api
    A Buildable represents an artifact or set of artifacts which are built by one or more Task instances.
    BuildableElement - Interface in org.gradle.tooling.model
    Represents an element which has Gradle tasks associated with it.
    BuildableProject - Interface in org.gradle.tooling.model
    Represents a project which has Gradle tasks associated with it.
    BuildAdapter - Class in org.gradle
    A BuildListener adapter class for receiving build events.
    BuildCommand - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    BuildCommand(String, Map) - Constructor in BuildCommand
    buildCommand(String) - Method in EclipseProject
    Adds a build command to the eclipse project.
    buildCommand(String) - Method in GenerateEclipseProject
    Deprecated.
    builder() - Method in ProjectBuilder
    Creates a project builder.
    BuildException - Class in org.gradle.tooling
    Thrown when a Gradle build fails, or when a model cannot be built.
    BuildException(String, Throwable) - Constructor in BuildException
    BuildExceptionReporter - Class in org.gradle
    A BuildListener which reports the build exception, if any.
    BuildExceptionReporter.FailureDetails(Throwable) - Constructor in BuildExceptionReporter.FailureDetails
    BuildExceptionReporter.RecordingStyledTextOutput.ChangeStyleAction(Style) - Constructor in BuildExceptionReporter.RecordingStyledTextOutput.ChangeStyleAction
    BuildExceptionReporter(StyledTextOutputFactory, StartParameter, BuildClientMetaData) - 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 BuildLogger
    buildFinished(BuildResult) - Method in BuildResultLogger
    buildFinished(Closure) - Method in Gradle
    Adds a closure to be called when the build is completed.
    BuildLauncher - Interface in org.gradle.tooling

    A BuildLauncher allows you to configure and execute a Gradle build.

    BuildListener - Interface in org.gradle

    A BuildListener is notified of the major lifecycle events as a GradleLauncher instance executes a build.

    BuildLogger - Class in org.gradle
    A BuildListener which logs the build progress.
    BuildLogger(Logger, StyledTextOutputFactory, StartParameter, BuildRequestMetaData) - Constructor in BuildLogger
    BuildResult - Class in org.gradle

    A BuildResult packages up the results of a build executed by a GradleLauncher instance.

    BuildResult(Gradle, Throwable) - Constructor in BuildResult
    BuildResultLogger - Class in org.gradle
    A BuildListener which logs the final result of the build.
    BuildResultLogger(StyledTextOutputFactory, Clock) - Constructor in BuildResultLogger
    buildscript(Closure) - Method in Project

    Configures the build script classpath for this project.

    buildscript(Closure) - Method in Script
    Configures the classpath for this script.
    buildStarted(Gradle) - Method in BuildAdapter
    buildStarted(Gradle) - Method in BuildListener

    Called when the build is started.

    buildStarted(Gradle) - Method in BuildLogger
    buildStarted(Closure) - Method in Gradle
    Adds a closure to be called when the build is started.
    builtBy(Object) - Method in ConfigurableFileCollection
    Registers some tasks which build the files of this collection.
    builtBy(Object) - Method in ConfigurableFileTree
    Registers some tasks which build the files of this collection.

    C

    CacheUsage - Enum in org.gradle

    CacheUsage specifies how compiled scripts should be cached.

    call(Closure) - Method in MavenPomCustomizer
    captureStandardError(LogLevel) - Method in LoggingManager
    Requests that output written to System.err be routed to Gradle's logging system.
    captureStandardOutput(LogLevel) - Method in LoggingManager
    Requests that output written to System.out be routed to Gradle's logging system.
    captureStandardOutput(LogLevel) - Method in Project

    Starts redirection of standard output during to the logging system during project evaluation.

    captureStandardOutput(LogLevel) - Method in Script

    Starts redirection of standard output during to the logging system during script execution.

    captureStandardOutput(LogLevel) - Method in Task

    Enables redirection of standard output during task execution to the logging system.

    CdtIdePlugin - Class in org.gradle.plugins.cpp.cdt
    charSet(String) - Method in StandardJavadocDocletOptions
    check() - Method in Checkstyle
    check() - Method in CodeNarc
    CHECK_TASK_NAME - Field in JavaBasePlugin
    Checkstyle - Class in org.gradle.api.plugins.quality
    Runs Checkstyle against some source files.
    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(String, Throwable) - Constructor in CircularReferenceException
    CLASSES_TASK_NAME - Field in JavaPlugin
    CLASSIFIER - Field in Dependency
    Classpath - Class in org.gradle.plugins.ide.eclipse.model
    Represents the customizable elements of an eclipse classpath file.
    Classpath() - Constructor in Classpath
    CLASSPATH_CONFIGURATION - Field in ScriptHandler
    The name of the configuration used to assemble the script classpath.
    classpath(File) - Method in CoreJavadocOptions
    classpath(Closure) - Method in EclipseModel
    Configures eclipse classpath information

    For examples see docs for EclipseClasspath

    classpath(Object) - Method in JavaExec
    {@inheritDoc}
    classpath(Object) - Method in JavaExecSpec
    Adds elements to the classpath for executing the main class.
    classpath(File) - Method in MinimalJavadocOptions
    classpath(Object) - Method in War
    Adds files to the classpath to include in the WAR archive.
    ClasspathEntry - Interface in org.gradle.plugins.ide.eclipse.model
    Represents an entry in the Eclipse classpath.
    clean() - Method in Delete
    CLEAN_TASK_NAME - Field in BasePlugin
    CLIENT_MODULE_KEY - Field in ClientModule
    ClientModule - Interface in org.gradle.api.artifacts
    To model a module in your dependency declarations.
    close() - Method in ProjectConnection
    Closes this connection.
    CodeNarc - Class in org.gradle.api.plugins.quality
    Runs CodeNarc against some source files.
    CodeQualityPlugin - Class in org.gradle.api.plugins.quality
    A Plugin which measures and enforces code quality for Java and Groovy projects.
    combinedExtension(File) - Method in AbstractSignatureType
    combinedExtension(File) - Method in SignatureType
    commandLine(Iterable) - Method in Exec
    {@inheritDoc}
    commandLine(Iterable) - Method in ExecSpec
    Sets the full command line, including the executable to be executed plus its arguments.
    compare(T, T) - Method in Namer.Comparator
    compareTo(PgpKeyId) - Method in PgpKeyId
    Compile - Class in org.gradle.plugins.binaries.tasks
    compile() - Method in AbstractCompile
    compile() - Method in Compile
    compile() - Method in CompileSpec
    Do the compile
    COMPILE - Field in Conf2ScopeMappingContainer
    COMPILE_CONFIGURATION_NAME - Field in JavaPlugin
    compile() - Method in GppCompileSpec
    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
    @author Hans Dockter
    Compiler - Interface in org.gradle.plugins.binaries.model
    A kind of compiler
    CompilerRegistry - Interface in org.gradle.plugins.binaries.model
    A container for compiler adapters
    CompilesCpp - Interface in org.gradle.plugins.cpp.compiler.capability
    Capable of compiling cpp source from a cpp source set
    CompileSpec - Interface in org.gradle.plugins.binaries.model
    A high level interface to the compiler, specifying what is to be compiled and how.
    CompileSpecFactory - Interface in org.gradle.plugins.binaries.model
    Producer of compile specs
    component(Closure) - Method in EclipseWtp
    Configures wtp component.
    CompositeSpec - Class in org.gradle.api.specs
    A Spec which aggregates a sequence of other Spec instances.
    CompositeSpec(Iterable) - Constructor in CompositeSpec
    Compression - Enum in org.gradle.api.tasks.bundling
    Specifies the compression which should be applied to a TAR archive.
    Conf2ScopeMapping - Class in org.gradle.api.artifacts.maven
    An immutable mapping to map a dependency configuration to a Maven scope.
    Conf2ScopeMapping(Integer, Configuration, String) - Constructor in Conf2ScopeMapping
    Constructs a Conf2ScopeMapping.
    Conf2ScopeMappingContainer - Interface in org.gradle.api.artifacts.maven
    Defines a set of rules for how to map the Gradle dependencies to a pom.
    ConfigurableFileCollection - Interface in org.gradle.api.file

    A ConfigurableFileCollection is a mutable FileCollection.

    ConfigurableFileTree - Interface in org.gradle.api.file

    A FileTree with a single base directory, which can be configured and modified.

    Configuration - Interface in org.gradle.api.artifacts

    A Configuration represents a group of artifacts and their dependencies.

    Configuration.Namer - Class in org.gradle.api.artifacts
    A Namer namer for configurations that returns getName().
    Configuration.State - Enum in org.gradle.api.artifacts
    The states a configuration can be into.
    ConfigurationContainer - Interface in org.gradle.api.artifacts

    A ConfigurationContainer is responsible for managing a set of Configuration instances.

    configurations(Closure) - Method in Project

    Configures the dependency configurations for this project.

    configure(List) - Method in Classpath
    configure(Classpath) - Method in GenerateEclipseClasspath
    configure(Project) - Method in GenerateEclipseProject
    configure(WtpComponent) - Method in GenerateEclipseWtpComponent
    configure(WtpFacet) - Method in GenerateEclipseWtpFacet
    configure(Module) - Method in GenerateIdeaModule
    configure(Project) - Method in GenerateIdeaProject
    configure(Workspace) - Method in GenerateIdeaWorkspace
    configure(Path, Set, Set, Set, Boolean, Path, Path, Set, String) - Method in Module
    configure(Closure) - Method in NamedDomainObjectContainer

    Allows the container to be configured, creating missing objects as they are referenced.

    configure(SigningSettings, Closure) - Method in PgpSignatoryProvider
    configure(EclipseProject) - Method in Project
    configure(SigningSettings, Closure) - Method in SignatoryProvider
    Evaluates the given DSL-containing-closure as signatory configuration.
    configure(Closure) - Method in SignOperation
    Executes the given closure against this object.
    configure(Closure) - Method in Task

    Applies the statements of the closure against this task object.

    configure(String, String, List) - Method in WtpComponent
    configure(List) - Method in WtpFacet
    configure(T) - Method in XmlGeneratorTask
    configureConfigurations(ConfigurationContainer) - Method in WarPlugin
    configureForSourceSet(SourceSet, AbstractCompile) - Method in JavaBasePlugin
    configureRootSpec() - Method in AbstractCopyTask
    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
    ConflictResolution - Interface in org.gradle.api.artifacts
    The conflict resolution
    connect() - Method in GradleConnector
    Creates a connection to the project in the specified project directory.
    consoleScanner - Field in AbstractJettyRunTask
    A scanner to check ENTER hits on the console.
    Container - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    Container(String) - Constructor in Container
    container(Class, Closure) - Method in Project

    Creates a container for managing named objects of the specified type.

    containers(String) - Method in EclipseClasspath
    Adds containers to the .classpath.
    containers(String) - Method in GenerateEclipseClasspath
    Deprecated.
    contains(File) - Method in FileCollection
    Determines whether this collection contains the given file.
    contentEquals(Dependency) - Method in Dependency
    Returns whether two dependencies have identical values for their properties.
    ContentFilterable - Interface in org.gradle.api.file
    Represents some binary resource whose content can be filtered.
    contributeCommandLineOptions(ExecSpec) - Method in CoreJavadocOptions
    contributeCommandLineOptions(ExecSpec) - Method in MinimalJavadocOptions
    Convention - Interface in org.gradle.api.plugins

    A Convention manages a set of convention objects.

    ConventionProperty - Class in org.gradle.api.dsl
    ConventionProperty can be assigned but cannot be mutated (even if the object is mutable!)
    ConventionValue - Interface in org.gradle.api.tasks
    A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task.
    convert() - Method in ModelToPropertiesConverter
    convertClosureToSpec(Closure) - Method in Specs
    Copy - Class in org.gradle.api.tasks
    Copies files into a destination directory.
    copy() - Method in AbstractCopyTask
    copy() - Method in ClientModule
    {@inheritDoc}
    copy(Closure) - Method in Configuration
    Takes a closure which gets coerced into a Spec.
    Copy() - Constructor in Copy
    copy() - Method in Dependency
    Creates and returns a new dependency with the property values of this one.
    copy() - Method in ExternalDependency
    {@inheritDoc}
    copy() - Method in ExternalModuleDependency
    {@inheritDoc}
    copy() - Method in ModuleDependency
    {@inheritDoc}
    copy(Closure) - Method in Project
    Copies the specified files.
    copy() - Method in ProjectDependency
    {@inheritDoc}
    copy(Closure) - Method in Script
    Copy the specified files.
    copyFrom(PatternFilterable) - Method in PatternSet
    CopyProcessingSpec - Interface in org.gradle.api.file
    Specifies the destination of a copy.
    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.
    copySpec(Closure) - Method in Project
    Creates a CopySpec which can later be used to copy files or create an archive.
    copySpec(Closure) - Method in Script
    Creates a CopySpec which can later be used to copy files or create an archive.
    copyTo(ProcessForkOptions) - Method in Exec
    {@inheritDoc}
    copyTo(File) - Method in FileTreeElement
    Copies this file to the given target file.
    copyTo(ProcessForkOptions) - Method in JavaExec
    {@inheritDoc}
    copyTo(JavaForkOptions) - Method in JavaForkOptions
    Copies these options to the given options.
    copyTo(ProcessForkOptions) - Method in ProcessForkOptions
    Copies these options to the given target options.
    copyTo(JavaForkOptions) - Method in Test
    {@inheritDoc}
    CoreJavadocOptions - Class in org.gradle.external.javadoc
    Provides the core Javadoc Options.
    CoreJavadocOptions(JavadocOptionFile) - Constructor in CoreJavadocOptions
    CppExeConventionPlugin - Class in org.gradle.plugins.cpp
    CppExtension - Class in org.gradle.plugins.cpp
    Adds a source set container.
    CppExtension(ProjectInternal) - Constructor in CppExtension
    CppLibConventionPlugin - Class in org.gradle.plugins.cpp
    CppPlugin - Class in org.gradle.plugins.cpp
    CppSourceSet - Interface in org.gradle.plugins.cpp
    A representation of a unit of cpp source
    CprojectDescriptor - Class in org.gradle.plugins.cpp.cdt.model
    The actual .cproject descriptor file.
    CprojectDescriptor() - Constructor in CprojectDescriptor
    CprojectSettings - Class in org.gradle.plugins.cpp.cdt.model
    Exposes a more logical view of the actual .cproject descriptor file
    CprojectSettings(Binary) - Constructor in CprojectSettings
    create(Binary) - Method in CompileSpecFactory
    Create a new spec to compile this binary
    create(Object, Closure) - Method in DependencyHandler
    Creates a dependency without adding it to a configuration, and configures the dependency using the given closure.
    create() - Method in GenerateEclipseClasspath
    create() - Method in GenerateEclipseProject
    create() - Method in GenerateEclipseWtpComponent
    create() - Method in GenerateEclipseWtpFacet
    create() - Method in GenerateIdeaModule
    create() - Method in GenerateIdeaProject
    create() - Method in GenerateIdeaWorkspace
    create(String, Closure) - Method in NamedDomainObjectContainer
    Creates a new item with the given name, adding it to this container, then configuring it with the given closure.
    create(String) - Method in NamedDomainObjectFactory
    Creates a new object with the given name.
    create() - Method in XmlGeneratorTask
    createAntBuilder() - Method in Project

    Creates an additional AntBuilder for this project.

    createId(String) - Method in CprojectDescriptor
    createServer() - Method in AbstractJettyRunTask
    create a proxy that wraps a particular jetty version Server object.
    createServer() - Method in JettyRun
    createServer() - Method in JettyRunWar
    createSignatory(String, PGPSecretKey, String) - Method in PgpSignatoryFactory
    createSignatoryProvider() - Method in SigningSettings
    Provides the signatory provider.
    createSignatureGenerator() - Method in PgpSignatory
    createSignatureTypeProvider() - Method in SigningSettings
    Provides the signature type provider.
    createStartParameter(String) - Method in GradleLauncher
    Returns a StartParameter object out of command line syntax arguments.
    CreateStartScripts - Class in org.gradle.api.tasks.application

    A Task for creating OS dependent start scripts.

    createTask(Map, String, Closure) - Method in Project

    Creates a Task with the given name and adds it to this project.


    D

    database(Closure) - Method in SonarRootModel
    Configures database configuration options.
    debug(Map) - Method in CompileOptions
    debug(String, Throwable) - Method in Logging.LoggerImpl
    DebugOptions - Class in org.gradle.api.tasks.compile
    @author Hans Dockter
    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 ArtifactRepositoryContainer
    DEFAULT_CACHE_IVY_PATTERN - Field in ArtifactRepositoryContainer
    DEFAULT_CONFIGURATION - Field in Dependency
    DEFAULT_DISTRIBUTION_PARENT_NAME - Field in Wrapper
    DEFAULT_EXTENSION - Field in Jar
    DEFAULT_GRADLE_USER_HOME - Field in StartParameter
    The default user home directory.
    DEFAULT_MAVEN_CENTRAL_REPO_NAME - Field in ArtifactRepositoryContainer
    DEFAULT_MAVEN_DEPLOYER_NAME - Field in MavenRepositoryHandlerConvention
    DEFAULT_MAVEN_INSTALLER_NAME - Field in MavenRepositoryHandlerConvention
    DEFAULT_MAVEN_LOCAL_REPO_NAME - Field in ArtifactRepositoryContainer
    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_VERSION - Field in Project
    DefaultSignatureTypeProvider - Class in org.gradle.plugins.signing.type
    DefaultSignatureTypeProvider() - Constructor in DefaultSignatureTypeProvider
    DefaultTask - Class in org.gradle.api
    DefaultTask is the standard Task implementation.
    DefaultTask() - Constructor in DefaultTask
    defaultTasks(String) - Method in Project

    Sets the names of the default tasks of this project.

    define(Map) - Method in AbstractOptions
    Delete - Class in org.gradle.api.tasks

    Deletes files or directories.

    delete(Object) - Method in Delete
    Adds some files to be deleted by this task.
    delete(Object) - Method in DeleteAction
    Deletes files and directories.
    delete(Object) - Method in Project
    Deletes files and directories.
    delete(Object) - Method in Script
    Deletes files and directories.
    DeleteAction - Interface in org.gradle.api.file
    Deletes files and directories.
    deleteAllActions() - Method in Task

    Removes all the actions of this task.

    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.
    Dependency - Interface in org.gradle.plugins.ide.idea.model
    Represents a dependency of an IDEA module.
    dependency(Map) - Method in CppSourceSet
    Add a dependency to this source set
    DEPENDENCY_REPORT - Field in ProjectReportsPlugin
    DependencyArtifact - Interface in org.gradle.api.artifacts

    An Artifact represents an artifact included in a Dependency.

    DependencyHandler - Interface in org.gradle.api.artifacts.dsl

    A DependencyHandler is used to declare artifact dependencies.

    DependencyReportTask - Class in org.gradle.api.tasks.diagnostics
    Displays the dependency tree for a project.
    DependencyResolutionListener - Interface in org.gradle.api.artifacts
    A DependencyResolutionListener is notified as dependencies are resolved.
    DependencySet - Interface in org.gradle.api.artifacts
    A set of artifact dependencies.
    DependencySpecs - Class in org.gradle.api.artifacts.specs
    Various Spec implementations for selecting Dependency instances.
    DependencySpecs.DependencyTypeSpec(Type) - Constructor in DependencySpecs.DependencyTypeSpec
    DependOptions - Class in org.gradle.api.tasks.compile

    Options to send to Ant's depend task.

    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 didWork.

    DEPLOY_CONFIGURATION_NAME - Field in EarPlugin
    deploy(MavenPublication, MavenRepository) - Method in MavenPublisher
    DeploymentDescriptor - Interface in org.gradle.plugins.ear.descriptor
    A deployment descriptor such as application.xml.
    deploymentDescriptor(Closure) - Method in Ear
    Configures the deployment descriptor for this EAR archive.
    deploymentDescriptor(Closure) - Method in EarPluginConvention
    Configures the deployment descriptor for this EAR archive.
    depthCompare(Project) - Method in Project

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

    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.
    determineName(Configuration) - Method in Configuration.Namer
    determineName(Named) - Method in Named.Namer
    determineName(T) - Method in Namer
    Determines the name of the given object.
    determineName(Task) - Method in Task.Namer
    dir(Object) - Method in SourceSetOutput
    Registers an extra output dir.
    dir(Object) - Method in TaskInputs
    Registers an input directory hierarchy.
    dir(Object) - Method in TaskOutputs
    Registers an output directory for this task.
    Directory - Class in org.gradle.api.tasks
    Creates a directory.
    Directory() - Constructor in Directory
    DirectoryTree - Interface in org.gradle.api.file

    A directory with some associated include and exclude patterns.

    dirs(Object) - Method in FlatDirectoryArtifactRepository
    Adds some directories where this repository will look for artifacts.
    disableStandardOutputCapture() - Method in LoggingManager
    Disables routing System.out and System.err to Gradle's logging system.
    disableStandardOutputCapture() - Method in Project
    Disables redirection of standard output during project evaluation.
    disableStandardOutputCapture() - Method in Script
    Disables redirection of standard output during script execution.
    disableStandardOutputCapture() - Method in Task
    Disables redirection of standard output during task execution.
    disableTestReport() - Method in Test
    doAppend(String) - Method in BuildExceptionReporter.RecordingStyledTextOutput
    docEncoding(String) - Method in StandardJavadocDocletOptions
    docFilesSubDirs() - Method in StandardJavadocDocletOptions
    doclet(String) - Method in CoreJavadocOptions
    doclet(String) - Method in MinimalJavadocOptions
    docletpath(File) - Method in CoreJavadocOptions
    docletpath(File) - Method in MinimalJavadocOptions
    docTitle(String) - Method in StandardJavadocDocletOptions
    DOCUMENTATION_GROUP - Field in JavaBasePlugin
    doFirst(Closure) - Method in Task

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

    doLast(Closure) - Method in Task

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

    domainObject - Field in GeneratorTask
    DomainObjectCollection - Interface in org.gradle.api

    A DomainObjectCollection is a specialised java.util.Collection that adds the ability to modification notifications and live filtered sub collections.

    DomainObjectSet - Interface in org.gradle.tooling.model
    A set of domain objects of type T.
    doSignOperation(Closure) - Method in SigningPluginConvention
    doStyleChange(Style) - Method in BuildExceptionReporter.RecordingStyledTextOutput
    Dsl - Class in org.gradle.plugins.signing.signatory.pgp
    Dsl(Project, Map, PgpSignatoryFactory) - Constructor in Dsl

    E

    eachEntry(Closure) - Method in ManifestMergeSpec
    Adds an action to be applied to each key-value tuple in a merge operation.
    eachFile(Closure) - Method in AbstractCopyTask
    {@inheritDoc}
    eachFile(Closure) - Method in CopyProcessingSpec
    Adds an action to be applied to each file as it about to be copied into its destination.
    eachFile(Closure) - Method in CopySpec
    {@inheritDoc}
    Ear - Class in org.gradle.plugins.ear
    Assembles an EAR archive.
    Ear() - Constructor in Ear
    EAR_EXTENSION - Field in Ear
    EAR_TASK_NAME - Field in EarPlugin
    EARLIB_CONFIGURATION_NAME - Field in EarPlugin
    EarModule - Interface in org.gradle.plugins.ear.descriptor
    A module element in a deployment descriptor like application.xml.
    EarPlugin - Class in org.gradle.plugins.ear

    A Plugin with tasks which assemble a web application into a EAR file.

    EarPluginConvention - Class in org.gradle.plugins.ear
    EarPluginConvention(FileResolver) - Constructor in EarPluginConvention
    EarSecurityRole - Interface in org.gradle.plugins.ear.descriptor
    A security-role element in a deployment descriptor like application.xml.
    EarWebModule - Interface in org.gradle.plugins.ear.descriptor
    A module element in a deployment descriptor like application.xml that has a web child element.
    EclipseClasspath - Class in org.gradle.plugins.ide.eclipse.model
    Enables fine-tuning classpath details (.classpath file) of the Eclipse plugin

    Example of use with a blend of all possible properties.

    EclipseClasspath(def) - Constructor in EclipseClasspath
    EclipseDomainModel - Class in org.gradle.plugins.ide.eclipse.model
    For now, we only need the Project.
    EclipseJdt - Class in org.gradle.plugins.ide.eclipse.model
    Enables fine-tuning jdt details of the Eclipse plugin
    EclipseLinkedResource - Interface in org.gradle.tooling.model.eclipse
    Linked resources are files and folders that are stored in locations in the file system outside of the project's location.
    EclipseModel - Class in org.gradle.plugins.ide.eclipse.model
    DSL-friendly model of the Eclipse project information.
    EclipsePlugin - Class in org.gradle.plugins.ide.eclipse

    A plugin which generates Eclipse files.

    EclipseProject - Interface in org.gradle.tooling.model.eclipse
    The complete model of an Eclipse project.
    EclipseProject(XmlFileContentMerger) - Constructor in EclipseProject
    EclipseProjectDependency - Interface in org.gradle.tooling.model.eclipse
    Represents a dependency on another Eclipse project.
    EclipseSourceDirectory - Interface in org.gradle.tooling.model.eclipse
    A source directory in an Eclipse project.
    EclipseTask - Interface in org.gradle.tooling.model.eclipse
    Deprecated because gradle tasks are not associated with eclipse projects.
    EclipseWtp - Class in org.gradle.plugins.ide.eclipse.model
    Enables fine-tuning wtp/wst details of the Eclipse plugin

    More interesting examples you will find in docs for EclipseWtpComponent and EclipseWtpFacet

    EclipseWtpComponent - Class in org.gradle.plugins.ide.eclipse.model
    Enables fine-tuning wtp component details of the Eclipse plugin

    Example of use with a blend of all possible properties.

    EclipseWtpComponent(def, XmlFileContentMerger) - Constructor in EclipseWtpComponent
    EclipseWtpFacet - Class in org.gradle.plugins.ide.eclipse.model
    Enables fine-tuning wtp facet details of the Eclipse plugin

    Advanced configuration closures beforeMerged and whenMerged receive WtpFacet object as parameter.

    EclipseWtpFacet(XmlFileContentMerger) - Constructor in EclipseWtpFacet
    EclipseWtpPlugin - Class in org.gradle.plugins.ide.eclipse
    @author: Szczepan Faber, created at: 6/28/11
    Element - Interface in org.gradle.tooling.model
    Described model element
    EmptyFileVisitor - Class in org.gradle.api.file
    The EmptyFileVisitor can be extends by implementations that only require to implement one of the 2 visit methods (dir or file).
    enableTestReport() - Method in Test
    encoding(String) - Method in CoreJavadocOptions
    encoding(String) - Method in MinimalJavadocOptions
    environment(Map) - Method in Exec
    {@inheritDoc}
    environment(Map) - Method in JavaExec
    {@inheritDoc}
    environment(String, Object) - Method in ProcessForkOptions
    Adds an environment variable to the environment for this process.
    environment(String, Object) - Method in Test
    {@inheritDoc}
    equals(def) - Method in AbstractClasspathEntry
    equals(def) - Method in AbstractLibrary
    equals(def) - Method in AccessRule
    equals(def) - Method in BuildCommand
    equals(def) - Method in Classpath
    equals(Object) - Method in CompositeSpec
    equals(Object) - Method in Conf2ScopeMapping
    equals(Object) - Method in DependencySpecs.DependencyTypeSpec
    equals(def) - Method in Facet
    equals(Object) - Method in Groovydoc.Link
    equals(def) - Method in JarDirectory
    equals(def) - Method in Jdk
    equals(def) - Method in Link
    equals(def) - Method in Module
    equals(def) - Method in ModuleDependency
    equals(def) - Method in ModuleLibrary
    equals(Object) - Method in Namer.Comparator
    equals(def) - Method in Output
    equals(def) - Method in Path
    equals(Object) - Method in PatternSet
    equals(Object) - Method in PgpKeyId
    equals(def) - Method in Project
    equals(Object) - Method in RelativePath
    equals(def) - Method in SourceFolder
    equals(Object) - Method in StartParameter
    equals(def) - Method in WbDependentModule
    equals(def) - Method in WbProperty
    equals(def) - Method in WbResource
    equals(def) - Method in WtpComponent
    equals(def) - Method in WtpFacet
    error(String, Throwable) - Method in Logging.LoggerImpl
    evaluationDependsOn(String) - Method in Project

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

    exclude(Closure) - Method in AbstractCopyTask
    {@inheritDoc}
    exclude(Map) - Method in Configuration
    Adds an exclude rule to exclude transitive dependencies for all dependencies of this configuration.
    exclude(Closure) - Method in CopySpec
    {@inheritDoc}
    exclude() - Method in FileCopyDetails
    Excludes this file from the copy.
    exclude() - Method in ManifestMergeDetails
    Excludes this key from being in the manifest after the merge.
    exclude(Map) - Method in ModuleDependency
    Adds an exclude rule to exclude transitive dependencies of this dependency.
    exclude(Closure) - Method in PatternFilterable
    Adds an exclude spec.
    exclude(Closure) - Method in PatternSet
    exclude(Closure) - Method in SourceTask
    {@inheritDoc}
    exclude(Closure) - Method in Test
    {@inheritDoc}
    excludedFieldsFromOptionMap() - Method in AbstractOptions
    excludedFieldsFromOptionMap() - Method in CompileOptions
    excludedFieldsFromOptionMap() - Method in DependOptions
    excludedFieldsFromOptionMap() - Method in GroovyCompileOptions
    excludedFieldsFromOptionMap() - Method in ScalaCompileOptions
    excludeDocFilesSubDir(String) - Method in StandardJavadocDocletOptions
    excludeGroups(String) - Method in TestNGOptions
    ExcludeRule - Interface in org.gradle.api.artifacts
    An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.
    ExcludeRuleContainer - Interface in org.gradle.api.artifacts

    A container for adding exclude rules for dependencies.

    excludeSpecs(Iterable) - Method in PatternSet
    Exec - Class in org.gradle.api.tasks
    Executes a command line process.
    Exec() - Constructor in Exec
    exec(Closure) - Method in Project
    Executes an external command.
    exec(Closure) - Method in Script
    Executes an external command.
    ExecResult - Interface in org.gradle.process
    Represents the result of running an external process.
    ExecSpec - Interface in org.gradle.process
    Specified the options for executing some command.
    Executable - Interface in org.gradle.plugins.binaries.model
    An executable binary
    executable(Object) - Method in Exec
    {@inheritDoc}
    executable(Object) - Method in JavaExec
    {@inheritDoc}
    executable(Object) - Method in ProcessForkOptions
    Sets the name of the executable to use.
    executable(Object) - Method in Test
    {@inheritDoc}
    execute(T) - Method in Action
    Performs this action against the given object.
    execute(FileCollection, File, boolean, String, String, String, String, String, boolean, Set, Iterable, Iterable, Project) - Method in AntGroovydoc
    execute(List, File, Set, String, String, List, List, boolean, AntBuilder) - Method in AntJavadoc
    execute(FileCollection, File, Iterable, Iterable, ScalaDocOptions) - Method in AntScalaDoc
    execute(StyledTextOutput) - Method in BuildExceptionReporter.RecordingStyledTextOutput.ChangeStyleAction
    execute() - Method in SignOperation
    Generates actual signature files for all of the registered signatures.
    executeAntTarget() - Method in AntTarget
    executeTests() - Method in Test
    expand(Map) - Method in AbstractCopyTask
    {@inheritDoc}
    expand(Map) - Method in ContentFilterable

    Expands property references in each file as it is copied.

    expand(Map) - Method in CopySpec
    {@inheritDoc}
    exportedHeaders(Closure) - Method in CppSourceSet
    The headers.
    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.
    ExtensionContainer - Interface in org.gradle.api.plugins
    Allows adding 'namespaced' DSL extensions to the target object.
    ExternalDependency - Interface in org.gradle.tooling.model
    Represents an external artifact dependency.
    ExternalModuleDependency - Interface in org.gradle.api.artifacts

    A ModuleDependency is a Dependency on a module outside the current project hierarchy.


    F

    Facet - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    Facet.FacetType - Enum in org.gradle.plugins.ide.eclipse.model
    facet(Closure) - Method in EclipseWtp
    Configures wtp facet.
    facet(Map) - Method in EclipseWtpFacet
    Adds a facet.
    Facet(Facet.FacetType, String, String) - Constructor in Facet
    facet(Map) - Method in GenerateEclipseWtpFacet
    Deprecated.
    factory(Closure) - Method in GenerateMetadataFileTask
    fieldName2AntMap() - Method in AbstractOptions
    fieldName2AntMap() - Method in CompileOptions
    fieldName2AntMap() - Method in DebugOptions
    fieldName2AntMap() - Method in ForkOptions
    fieldName2AntMap() - Method in GroovyCompileOptions
    fieldName2AntMap() - Method in ScalaCompileOptions
    fieldName2AntMap() - Method in ScalaDocOptions
    fieldValue2AntMap() - Method in AbstractOptions
    fieldValue2AntMap() - Method in CompileOptions
    fieldValue2AntMap() - Method in ScalaCompileOptions
    fieldValue2AntMap() - Method in ScalaDocOptions
    file(Closure) - Method in EclipseClasspath
    Enables advanced configuration like tinkering with the output xml or affecting the way existing .classpath content is merged with gradle build information

    The object passed to whenMerged{} and beforeMerged{} closures is of type Classpath

    file(Closure) - Method in EclipseJdt
    Enables advanced configuration like affecting the way existing jdt file content is merged with gradle build information

    The object passed to whenMerged{} and beforeMerged{} closures is of type Jdt

    file(Closure) - Method in EclipseProject
    Enables advanced configuration like tinkering with the output xml or affecting the way existing .project content is merged with gradle build information

    The object passed to whenMerged{} and beforeMerged{} closures is of type Project

    file(Closure) - Method in EclipseWtpComponent
    Enables advanced configuration like tinkering with the output xml or affecting the way existing wtp component file content is merged with gradle build information

    The object passed to whenMerged{} and beforeMerged{} closures is of type WtpComponent

    For example see docs for EclipseWtpComponent

    file(Closure) - Method in EclipseWtpFacet
    Enables advanced configuration like tinkering with the output xml or affecting the way existing wtp facet file content is merged with gradle build information

    The object passed to whenMerged{} and beforeMerged{} closures is of type WtpFacet

    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.

    file(Object, PathValidation) - Method in Script

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

    file(Object) - Method in TaskInputs
    Registers some input file for this task.
    file(Object) - Method in TaskOutputs
    Registers some output file for this task.
    FileCollection - Interface in org.gradle.api.file

    A FileCollection represents a collection of files which you can query in certain ways.

    FileCollection.AntType - Enum in org.gradle.api.file
    Ant types which a FileCollection can be mapped to.
    fileCollection(Dependency) - Method in Configuration
    Resolves this configuration lazily.
    FileCollectionDependency - Interface in org.gradle.api.artifacts
    A FileCollectionDependency is a Dependency on a collection of local files which are not stored in a repository.
    FileContentMerger - Class in org.gradle.plugins.ide.api
    Models the generation/parsing/merging capabilities.
    FileCopyDetails - Interface in org.gradle.api.file

    Provides details about a file or directory about to be copied, and allows some aspects of the destination file to be modified.

    fileFor(File) - Method in AbstractSignatureType
    fileFor(File) - Method in SignatureType
    FilePath - Class in org.gradle.plugins.ide.idea.model
    A Path that keeps the reference to the File
    FilePath(File, String, String, String) - Constructor in FilePath
    FileReference - Interface in org.gradle.plugins.ide.eclipse.model
    A reference to a file in eclipse.
    files(Dependency) - Method in Configuration
    Resolves this configuration.
    files(Object, Closure) - Method in Project

    Creates a new ConfigurableFileCollection using the given paths.

    files(Object, Closure) - Method in Script

    Creates a new ConfigurableFileCollection using the given paths.

    files(Object) - Method in TaskInputs
    Registers some input files for this task.
    files(Object) - Method in TaskOutputs
    Registers some output files for this task.
    FileTree - Interface in org.gradle.api.file

    A FileTree represents a hierarchy of files.

    fileTree(Closure) - Method in Project

    Creates a new ConfigurableFileTree using the provided closure.

    fileTree(Closure) - Method in Script

    Creates a new ConfigurableFileTree using the provided closure.

    FileTreeElement - Interface in org.gradle.api.file
    Information about a file in a FileTree.
    FileVisitDetails - Interface in org.gradle.api.file
    Provides access to details about a file or directory being visited by a FileVisitor.
    FileVisitor - Interface in org.gradle.api.file

    A FileVisitor is used to visit each of the files in a FileTree.

    filter(Closure) - Method in AbstractCopyTask
    {@inheritDoc}
    filter(Closure) - Method in ContentFilterable
    Adds a content filter based on the provided closure.
    filter(Closure) - Method in CopySpec
    {@inheritDoc}
    filter(Spec) - Method in FileCollection

    Restricts the contents of this collection to those files which match the given criteria.

    filter(Closure) - Method in PomFilterContainer
    Sets the default publish filter.
    filterIterable(Iterable, Spec) - Method in Specs
    findAll(Closure) - Method in DomainObjectCollection
    Returns a collection which contains the objects in this collection which meet the given closure specification.
    findAll(Closure) - Method in DomainObjectSet
    {@inheritDoc}
    findAll(Closure) - Method in NamedDomainObjectList
    {@inheritDoc}
    findAll(Closure) - Method in NamedDomainObjectSet
    {@inheritDoc}
    findBuildCommand(Closure) - Method in ProjectDescriptor
    findByName(String) - Method in ExtensionContainer
    Looks for the extension of a given name.
    findByName(String) - Method in NamedDomainObjectCollection
    Locates an object by name, returning null if there is no such object.
    findByPath(String) - Method in GradleProject
    searches all descendants (children, grand children, etc.), including self, by given path.
    findByPath(String) - Method in TaskContainer

    Locates a task by path.

    findByType(Class) - Method in ExtensionContainer
    Looks for the extension of a given type (useful to avoid casting).
    findGradleSonarJar() - Method in SonarAnalyze
    findJettyWebXmlFile(File) - Method in AbstractJettyRunTask
    Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
    findPlugin(Class) - Method in Convention
    Locates the plugin convention object with the given type.
    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.

    finishConfigurationBeforeStart() - Method in AbstractJettyRunTask
    finishConfigurationBeforeStart() - Method in JettyRun
    finishConfigurationBeforeStart() - Method in JettyRunWar
    flatDir(Action) - Method in RepositoryHandler
    Adds an configures a repository which will look for dependencies in a number of local directories.
    FlatDirectoryArtifactRepository - Interface in org.gradle.api.artifacts.repositories
    A repository that looks into a number of directories for artifacts.
    footer(String) - Method in StandardJavadocDocletOptions
    force(String) - Method in ResolutionStrategy
    Configures forced versions in DSL friendly fashion
    ForcedVersion - Interface in org.gradle.api.artifacts
    Describes the forced version
    fork(Map) - Method in CompileOptions
    fork(Map) - Method in GroovyCompileOptions
    ForkOptions - Class in org.gradle.api.tasks.compile
    @author Hans Dockter
    forProjectDirectory(File) - Method in GradleConnector
    Specifies the working directory to use.
    forTasks(Iterable) - Method in BuildLauncher
    Sets the tasks to be executed.
    forType(Class) - Method in Named.Namer
    from(Object, Closure) - Method in AbstractCopyTask
    {@inheritDoc}
    from(CppSourceSet) - Method in CompilesCpp
    Use the source set
    from(Object) - Method in ConfigurableFileCollection
    Adds a set of source paths to this collection.
    from(Object) - Method in ConfigurableFileTree
    Specifies base directory for this file tree using the given path.
    from(Object, Closure) - Method in CopySourceSpec
    Specifies the source files or directories for a copy and creates a child CopySourceSpec.
    from(Object, Closure) - Method in CopySpec
    {@inheritDoc}
    from(CppSourceSet) - Method in GppCompileSpec
    from(Object, Closure) - Method in Manifest
    Specifies other manifests to be merged into this manifest.
    from(Object) - Method in ManifestMergeSpec
    Adds a merge path to a manifest that should be merged into the base manifest.
    from(Object) - Method in ObjectConfigurationAction
    Adds a script to use to configure the target objects.
    fromString(String) - Method in CacheUsage

    CacheUsage specifies how compiled scripts should be cached.


    G

    generate(Project) - Method in AbstractReportTask
    generate() - Method in AntlrTask
    generate() - Method in CreateStartScripts
    generate(Project) - Method in DependencyReportTask
    generate() - Method in Groovydoc
    generate() - Method in Javadoc
    generate(Project) - Method in ProjectReportTask
    generate(Project) - Method in PropertyReportTask
    generate() - Method in ScalaDoc
    generate() - Method in Sign
    Generates the signature files.
    generate() - Method in Signature
    Generates the signature file.
    generate(Project) - Method in TaskReportTask
    GenerateEclipseClasspath - Class in org.gradle.plugins.ide.eclipse
    Generates an Eclipse .classpath file.
    GenerateEclipseClasspath() - Constructor in GenerateEclipseClasspath
    GenerateEclipseJdt - Class in org.gradle.plugins.ide.eclipse
    Generates the Eclipse JDT configuration file.
    GenerateEclipseJdt() - Constructor in GenerateEclipseJdt
    GenerateEclipseProject - Class in org.gradle.plugins.ide.eclipse
    Generates an Eclipse .project file.
    GenerateEclipseProject() - Constructor in GenerateEclipseProject
    GenerateEclipseWtpComponent - Class in org.gradle.plugins.ide.eclipse
    Generates the org.eclipse.wst.common.component settings file for Eclipse WTP.
    GenerateEclipseWtpComponent() - Constructor in GenerateEclipseWtpComponent
    GenerateEclipseWtpFacet - Class in org.gradle.plugins.ide.eclipse
    Generates the org.eclipse.wst.common.project.facet.core settings file for Eclipse WTP.
    GenerateEclipseWtpFacet() - Constructor in GenerateEclipseWtpFacet
    GenerateIdeaModule - Class in org.gradle.plugins.ide.idea
    Generates an IDEA module file.
    GenerateIdeaProject - Class in org.gradle.plugins.ide.idea
    Generates an IDEA project file for root project *only*.
    GenerateIdeaWorkspace - Class in org.gradle.plugins.ide.idea
    Generates an IDEA workspace file *only* for root project.
    GenerateMetadataFileTask - Class in org.gradle.plugins.cpp.cdt.tasks
    GenerateMetadataFileTask() - Constructor in GenerateMetadataFileTask
    generator - Field in GeneratorTask
    GeneratorTask - Class in org.gradle.plugins.ide.api

    A GeneratorTask generates a configuration file based on a domain object of type T.

    GeneratorTask() - Constructor in GeneratorTask
    get(ResultHandler) - Method in ModelBuilder
    Starts fetching the build.
    getAbsolutePath() - Method in SourceFolder
    getActions() - Method in Task

    Returns the sequence of Action objects which will be executed by this task, in the order of execution.

    getActivePomFilters() - Method in PomFilterContainer
    getAdditionalRuntimeJars() - Method in AbstractJettyRunTask
    Returns the classpath to make available to the web application.
    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 a snapshot of the objects in this collection (i.e. changes to this collection will not be reflected in the returned collection).
    getAll() - Method in DomainObjectSet
    Returns the elements of this set as a list, in iteration order of this set.
    getAllArtifactFiles() - Method in Configuration
    Returns the artifacts of this configuration as a FileCollection, including artifacts of extended configurations.
    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 those contributed by superconfigurations.
    getAllGroovy() - Method in GroovySourceSet
    All Groovy source for this source set.
    getAllJava() - Method in SourceSet
    All Java source files for this source set.
    getAllJvmArgs() - Method in JavaExec
    {@inheritDoc}
    getAllJvmArgs() - Method in JavaForkOptions
    Returns the full set of arguments to use to launch the JVM for the process.
    getAllJvmArgs() - Method in Test
    {@inheritDoc}
    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 SourceSet
    All source files 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.

    getAltDeployDescriptor() - Method in EarModule
    The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular Java EE module.
    getAnnotations() - Method in TestNGOptions
    getAnt() - Method in Project

    Returns the AntBuilder for this project.

    getAnt() - Method in Task

    Returns the AntBuilder for this task.

    getAntGroovydoc() - Method in Groovydoc
    getAntlr() - Method in AntlrSourceVirtualDirectory
    All Antlr source for this source set.
    getAntlrClasspath() - Method in AntlrTask
    Returns the classpath containing the Ant ANTLR task implementation.
    getAntScalaDoc() - Method in ScalaDoc
    getApiDocTitle() - Method in ReportingBasePluginConvention
    Returns the title for API documentation for the project.
    getAppendix() - Method in AbstractArchiveTask
    Returns the appendix part of the archive name, if any.
    getApplicationName() - Method in DeploymentDescriptor
    The application name.
    getArchiveBase() - Method in Wrapper
    The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
    getArchiveClassifier() - Method in Wrapper
    The classifier of the archive as part of the download URL.
    getArchiveName() - Method in AbstractArchiveTask
    Returns the archive name.
    getArchiveName() - Method in Wrapper
    The name of the archive as part of the download URL.
    getArchivePath() - Method in AbstractArchiveTask
    The path where the archive is constructed.
    getArchivePath() - Method in Tar.TarCopyActionImpl
    getArchivePath() - Method in Wrapper
    Returns the path where the gradle distributions archive should be saved (i.e. the parent dir).
    getArchivePath() - Method in Zip.ZipCopyAction
    getArgs() - Method in Exec
    {@inheritDoc}
    getArgs() - Method in ExecSpec
    Returns the arguments for the command to be executed.
    getArgs() - Method in JavaExec
    {@inheritDoc}
    getArgs() - Method in JavaExecSpec
    Returns the arguments passed to the main class to be executed.
    getArtifactId() - Method in MavenDependency
    getArtifactId() - Method in MavenPom
    Returns the artifact id for this POM.
    getArtifactId() - Method in MavenPublication
    getArtifacts() - Method in Configuration
    Returns the artifacts of this configuration excluding the artifacts of extended configurations.
    getArtifacts() - Method in MavenDeployment
    Returns the artifacts which will be deployed.
    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.
    getArtifacts() - Method in Upload
    Returns the artifacts which will be uploaded.
    getArtifactUrls() - Method in MavenArtifactRepository
    Returns the additional URLs to use to find artifact files.
    getAsFileTree() - Method in FileCollection
    Converts this collection to a FileTree.
    getAsFileTree() - Method in FileTree
    Returns this.
    getAsMap() - Method in NamedDomainObjectCollection

    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 ArtifactRepositoryContainer
    {@inheritDoc}
    getAt(String) - Method in ConfigurationContainer
    {@inheritDoc}
    getAt(int) - Method in DomainObjectSet
    Returns the element of this set at the given index in iteration order of this set.
    getAt(String) - Method in NamedDomainObjectCollection
    Locates an object by name, failing if there is no such task.
    getAt(Class) - Method in PluginContainer
    Returns a plugin with the specified type if this plugin has been used in the project.
    getAt(String) - Method in TaskCollection
    {@inheritDoc}
    getAttachedArtifacts() - Method in MavenDeployment
    Returns the additional artifacts for this deployment.
    getAttributes() - Method in Manifest
    Returns the main attributes of the manifest.
    getAuthentication() - Method in MavenRepository
    getBaseDir() - Method in AntTarget
    Returns the Ant project base directory to use when executing the target.
    getBaseName() - Method in AbstractArchiveTask
    Returns the base name of the archive.
    getBaseName() - Method in GppCompileSpec
    getBaseValue() - Method in ManifestMergeDetails
    Returns the value for the key of the manifest that is the target of the merge.
    getBatchScript() - Method in Wrapper
    Returns the file to write the wrapper batch script to.
    getBootClasspath() - Method in CoreJavadocOptions
    getBootClasspath() - Method in MinimalJavadocOptions
    getBootstrapClasspath() - Method in JavaExec
    {@inheritDoc}
    getBootstrapClasspath() - Method in JavaForkOptions
    Returns the bootstrap classpath to use for the process.
    getBootstrapClasspath() - Method in Test
    {@inheritDoc}
    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 TaskDependency object containing all required tasks to build the artifacts belonging to this configuration or to one of its super configurations.
    getBuildCommands() - Method in GenerateEclipseProject
    Deprecated.
    getBuildDependencies() - Method in Buildable
    Returns a dependency which contains the tasks which build this artifact.
    getBuildDependencies() - Method in Configuration
    Returns a TaskDependency object containing all required dependencies to build the internal dependencies (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.

    getBuildFile() - Method in GradleBuild
    Returns the build file that should be used for this build.
    getBuildFile() - Method in Project

    Returns the build file Gradle will evaluate 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.
    getBuildscript() - Method in Script
    Returns the script handler for this script.
    getBuildScriptSource() - Method in StartParameter

    Returns the org.gradle.groovy.scripts.ScriptSource to use for the build file for this build.

    getBuildTasks() - Method in JavaPlugin.EmbeddableJavaProjectImpl
    getBuiltBy() - Method in ConfigurableFileCollection
    Returns the set of tasks which build the files of this collection.
    getBuiltBy() - Method in ConfigurableFileTree
    Returns the set of tasks which build the files of this collection.
    getByName(String, Closure) - Method in ArtifactRepositoryContainer
    {@inheritDoc}
    getByName(String, Closure) - Method in ConfigurationContainer
    {@inheritDoc}
    getByName(String) - Method in ExtensionContainer
    Looks for the extension of a given name.
    getByName(String, Closure) - Method in NamedDomainObjectCollection
    Locates an object by name, failing if there is no such object.
    getByName(String) - Method in TaskCollection
    {@inheritDoc}
    getByPath(String) - Method in TaskContainer

    Locates a task by path.

    getByType(Class) - Method in ExtensionContainer
    Looks for the extension of a given type (useful to avoid casting).
    getCacheUsage() - Method in StartParameter
    getCandidateClassFiles() - Method in Test
    Returns the classes files to scan for test classes.
    getCharSet() - Method in StandardJavadocDocletOptions
    getCheckstyleConfigFile() - Method in JavaCodeQualityPluginConvention
    The Checkstyle configuration file.
    getCheckstyleResultsDir() - Method in JavaCodeQualityPluginConvention
    The directory to write the Checkstyle results into.
    getChildModels() - Method in SonarModel
    Returns the Sonar model objects for this project's child projects.
    getChildProjects() - Method in Project

    Returns the direct children of this project.

    getChildren() - Method in EclipseProject
    {@inheritDoc}
    getChildren() - Method in GradleProject
    {@inheritDoc}
    getChildren() - Method in HierarchicalEclipseProject
    {@inheritDoc}
    getChildren() - Method in HierarchicalElement
    Returns the child elements.
    getChildren() - Method in HierarchicalProject
    Returns the child projects of this project.
    getChildren() - Method in IdeaProject
    Returns modules of this idea project.
    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 SourceSetOutput that extends FileCollection which means that it provides all output directories (compiled classes, processed resources, etc.)
    getClassesDir() - Method in OsgiManifest
    Returns the classes dir.
    getClassesDir() - Method in SourceSet
    Returns the directory to assemble the compiled classes into.
    getClassesDir() - Method in SourceSetOutput
    Returns the directory to assemble the compiled classes into.
    getClassesTaskName() - Method in SourceSet
    Returns the name of the classes task for this source set.
    getClassifier() - Method in AbstractArchiveTask
    Returns the classifier part of the archive name, if any.
    getClassifier() - Method in DependencyArtifact
    Returns the classifier of this dependency artifact.
    getClassifier() - Method in MavenArtifact
    getClassifier() - Method in MavenDependency
    getClassifier() - Method in PublishArtifact
    Returns the classifier of this published artifact.
    getClassifier() - Method in ResolvedArtifact
    getClassifier() - Method in Signature
    The classifier of the signature artifact.
    getClassLoader() - Method in ScriptHandler
    Returns the ClassLoader which contains the classpath for this script.
    getClassName() - Method in TestDescriptor
    Returns the test class name for this test, if any.
    getClasspath() - Method in AbstractCompile
    Returns the classpath to use to compile the source files.
    getClasspath() - Method in Checkstyle
    Returns the classpath containing the compiled classes for the source files to be inspected.
    getClasspath() - Method in CoreJavadocOptions
    getClasspath() - Method in EclipseProject
    Returns the external dependencies which make up the classpath of this project.
    getClasspath() - Method in Groovydoc
    Returns the classpath used to locate classes referenced by the documented sources.
    getClasspath() - Method in Javadoc
    Returns the classpath to use to resolve type references in the source code.
    getClasspath() - Method in JavaExec
    {@inheritDoc}
    getClasspath() - Method in JavaExecSpec
    Returns the classpath for executing the main class.
    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 ScalaDoc

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

    getClasspath() - Method in Test
    Returns the classpath to use to execute the tests.
    getClasspath() - Method in War
    Returns the classpath to include in the WAR archive.
    getClassPathFiles() - Method in JettyRun
    getCodeNarcConfigFile() - Method in GroovyCodeQualityPluginConvention
    The CodeNarc configuration file.
    getCodeNarcReportsDir() - Method in GroovyCodeQualityPluginConvention
    The directory to write CodeNarc reports into.
    getCommandLine() - Method in BaseExecSpec
    Returns the full command line, including the executable plus its arguments.
    getCommandLine() - Method in Exec
    {@inheritDoc}
    getCommandLine() - Method in JavaExec
    {@inheritDoc}
    getComment() - Method in GenerateEclipseProject
    Deprecated.
    getCompileClasspath() - Method in SourceSet
    Returns the classpath used to compile this source.
    getCompileConfigurationName() - Method in SourceSet
    Returns the name of the compile configuration for this source set.
    getCompileJavaTaskName() - Method in SourceSet
    Returns the name of the compile Java task for this source set.
    getCompiler() - Method in GroovyCompile
    getCompiler() - Method in ScalaCompile
    getCompilerOutput() - Method in IdeaModule
    information about idea compiler output (output dirs, inheritance of output dir, etc.)
    getCompileTaskName(String) - Method in SourceSet
    Returns the name of a compile task for this source set.
    getCompression() - Method in Tar
    Returns the compression to use for this archive.
    getCompression() - Method in Tar.TarCopyActionImpl
    getConf2ScopeMappings() - Method in MavenPluginConvention
    Returns the set of rules for how to map Gradle dependencies to Maven scopes.
    getConfigFile() - Method in Checkstyle
    Returns the Checkstyle configuration file to use.
    getConfigFile() - Method in CodeNarc
    Returns the CodeNarc configuration file to use.
    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 SigningSettings
    The configuration that signature artifacts are added to.
    getConfiguration() - Method in Upload
    Returns the configuration to upload.
    getConfigurations() - Method in CprojectDescriptor
    getConfigurations() - Method in DependencyReportTask
    Returns the configurations to generate the report for.
    getConfigurations() - Method in MavenPom
    Returns the configuration container used for mapping configurations to maven scopes.
    getConfigurations() - Method in Project
    Returns the configurations of this project.
    getConfigurations() - Method in ScriptHandler
    Returns the configurations of this handler.
    getConfiguredContextHandlers() - Method in JettyRun
    getConflictResolution() - Method in ResolutionStrategy
    gets current conflict resolution
    getConnectors() - Method in AbstractJettyRunTask
    getContainers() - Method in GenerateEclipseClasspath
    Deprecated.
    getContentRoots() - Method in IdeaModule
    All content roots.
    getContextPath() - Method in AbstractJettyRunTask
    Returns the context path to use to deploy the web application.
    getContextPath() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getContextRoot() - Method in EarWebModule
    The context-root element specifies the context root of a web application.
    getConvention() - Method in Project

    Returns the Convention for this project.

    getConvention() - Method in Task

    Returns the Convention object for this task.

    getCopyAction() - Method in AbstractCopyTask
    getCopyAction() - Method in Copy
    getCopyAction() - Method in Sync
    getCopyAction() - Method in Tar
    getCopyAction() - Method in Zip
    getCurrentDir() - Method in StartParameter
    Returns the directory to use to select the default project, and to search for the settings file.
    getDate() - Method in PublishArtifact
    Returns the date that should be used when publishing this artifact.
    getDate() - Method in Signature
    The date of the signature artifact.
    getDebug() - Method in JavaExec
    {@inheritDoc}
    getDebug() - Method in JavaForkOptions
    Returns true if debugging is enabled for the process.
    getDebug() - Method in Test
    {@inheritDoc}
    getDefaultCompiler() - Method in CompilerRegistry
    Somehow picks what the default compiler to use is
    getDefaultConfiguration() - Method in SigningSettings
    Provides the configuration that signature artifacts are added to.
    getDefaultOutputDir() - Method in GenerateEclipseClasspath
    Deprecated.
    getDefaultProjectSelector() - Method in StartParameter
    Returns the selector used to choose the default project of the build.
    getDefaultResourceName() - Method in Classpath
    getDefaultResourceName() - Method in CprojectDescriptor
    getDefaultResourceName() - Method in Jdt
    getDefaultResourceName() - Method in Module
    getDefaultResourceName() - Method in Project
    getDefaultResourceName() - Method in ProjectDescriptor
    getDefaultResourceName() - Method in Workspace
    getDefaultResourceName() - Method in WtpComponent
    getDefaultResourceName() - Method in WtpFacet
    getDefaultSignatory(Project) - Method in PgpSignatoryProvider
    getDefaultSignatory(Project) - Method in SignatoryProvider

    Attempts to create a signatory for the project that will be used everywhere something is to be signed and an explicit signatory has not been set (for the task/operation).

    getDefaultSource() - Method in AbstractCopyTask
    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.

    getDefaultType() - Method in AbstractSignatureTypeProvider
    getDefaultType() - Method in SignatureTypeProvider
    getDelete() - Method in Delete
    Returns the set of files which will be deleted by this task.
    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 IdeaModule
    dependencies of this module (i.e. module dependencies, library dependencies, etc.)
    getDependencies() - Method in MavenPom
    Returns the dependencies for this POM.
    getDependencies() - Method in MavenPublication
    getDependencies() - Method in Project
    Returns the dependency handler of this project.
    getDependencies() - Method in ResolvableDependencies
    Returns the set of dependencies which will be resolved.
    getDependencies() - Method in ScriptHandler
    Returns the dependencies of the script.
    getDependencies(Task) - Method in TaskDependency

    Determines the dependencies for the given Task.

    getDependencyCacheDir() - Method in Compile
    getDependencyCacheDir() - Method in JavaPluginConvention
    getDependencyModule() - Method in IdeaModuleDependency
    returns dependency module
    getDependencyProject() - Method in ProjectDependency
    Returns the project associated with this project dependency.
    getDependsOn() - Method in Task

    Returns the dependencies of this task.

    getDependsOnProjects() - Method in Project

    Returns the set of projects which this project depends on.

    getDeployName() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getDepth() - Method in Project

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

    getDescription() - Method in AntTarget
    {@inheritDoc}
    getDescription() - Method in Configuration
    Returns the description for this configuration.
    getDescription() - Method in DeploymentDescriptor
    The application description.
    getDescription() - Method in EarSecurityRole
    A description of the security role.
    getDescription() - Method in Element
    Returns the description.
    getDescription() - Method in MavenPublication
    getDescription() - Method in OsgiManifest
    Returns the description.
    getDescription() - Method in ProgressEvent
    A description of the current piece of work.
    getDescription() - Method in Project
    Returns the description of this project.
    getDescription() - Method in Rule
    Returns the description of the rule.
    getDescription() - Method in Task
    Returns the description of this task.
    getDescriptorDestination() - Method in Upload
    Returns the path to generate the dependency descriptor to.
    getDestinationDir() - Method in AbstractArchiveTask
    Returns the directory where the archive is generated into.
    getDestinationDir() - Method in AbstractCompile
    Returns the directory to generate the .class files into.
    getDestinationDir() - Method in Copy
    Returns the directory to copy files into.
    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
    Returns the directory to generate the API documentation into.
    getDestinationDir() - Method in Sync
    Returns the directory to copy files into.
    getDestinationDirectory() - Method in MinimalJavadocOptions
    getDestinationDirectory() - Method in StandardJavadocDocletOptions
    getDidWork() - Method in Task

    Checks if the task actually did any work.

    getDidWork() - Method in TaskState

    Checks if the task actually did any work.

    getDidWork() - Method in WorkResult
    getDir() - Method in ConfigurableFileTree
    Returns the base directory of this file tree.
    getDir() - Method in DirectoryTree
    Returns the base directory of this tree.
    getDir() - Method in GradleBuild
    Returns the project directory for the build.
    getDirectory() - Method in ScanTargetPattern
    getDirectory() - Method in SourceDirectory
    Returns the source directory.
    getDirMode() - Method in AbstractCopyTask
    {@inheritDoc}
    getDirMode() - Method in CopyProcessingSpec
    Returns the Unix permissions to use for the target directories.
    getDirs() - Method in FlatDirectoryArtifactRepository
    Returns the directories where this repository will look for artifacts.
    getDirs() - Method in SourceSetOutput
    Returns all dirs registered with with #dir method.
    getDisplayName() - Method in DeploymentDescriptor
    The application display name.
    getDisplayName() - Method in SignOperation
    getDistributionBase() - 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.
    getDistributionPath() - Method in Wrapper
    Returns the path where the gradle distributions needed by the wrapper are unzipped.
    getDistributionUrl() - Method in Wrapper
    The URL to download the gradle distribution from.
    getDistsDir() - Method in BasePluginConvention
    Returns the directory to generate TAR and ZIP archives into.
    getDocEncoding() - Method in StandardJavadocDocletOptions
    getDoclet() - Method in CoreJavadocOptions
    getDoclet() - Method in MinimalJavadocOptions
    getDocletpath() - Method in CoreJavadocOptions
    getDocletpath() - Method in MinimalJavadocOptions
    getDocsDir() - Method in JavaPluginConvention
    Returns a file pointing to the root directory supposed to be used for all docs.
    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.
    getDownloadJavadoc() - Method in GenerateEclipseClasspath
    Deprecated.
    getDownloadJavadoc() - Method in GenerateIdeaModule
    Deprecated.
    getDownloadSources() - Method in GenerateEclipseClasspath
    Deprecated.
    getDownloadSources() - Method in GenerateIdeaModule
    Deprecated.
    getEffectiveManifest() - Method in Manifest
    Returns a new manifest instance where all the attribute values are expanded (e.g. there toString method is called).
    getEffectivePom() - Method in MavenPom
    Returns a pom with the generated dependencies and the whenConfigured(org.gradle.api.Action) actions applied.
    getEnableAssertions() - Method in JavaExec
    {@inheritDoc}
    getEnableAssertions() - Method in JavaForkOptions
    Returns true if assertions are enabled for the process.
    getEnableAssertions() - Method in Test
    {@inheritDoc}
    getEnabled() - Method in Task

    Returns if this task is enabled or not.

    getEncoding() - Method in CoreJavadocOptions
    getEncoding() - Method in MinimalJavadocOptions
    getEndTime() - Method in TestResult
    Returns the time when this test completed execution.
    getEnvironment() - Method in Exec
    {@inheritDoc}
    getEnvironment() - Method in JavaExec
    {@inheritDoc}
    getEnvironment() - Method in ProcessForkOptions
    The environment variables to use for the process.
    getEnvironment() - Method in Test
    {@inheritDoc}
    getErrorOutput() - Method in BaseExecSpec
    Returns the output stream to consume standard error from the process executing the command.
    getErrorOutput() - Method in Exec
    {@inheritDoc}
    getErrorOutput() - Method in JavaExec
    {@inheritDoc}
    getException() - Method in TestResult
    If the test failed with an exception, this will be the exception.
    getExceptions() - Method in TestResult
    If the test failed with any exceptions, this will contain the exceptions.
    getExcludeArgs() - Method in ExcludeRule
    Returns the arguments of an exclude rule.
    getExcludeDirectories() - Method in IdeaContentRoot
    exclude dirs
    getExcludeDirs() - Method in GenerateIdeaModule
    Deprecated.
    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 AbstractCopyTask
    {@inheritDoc}
    getExcludes() - Method in PatternFilterable
    Returns the set of exclude patterns.
    getExcludes() - Method in PatternSet
    getExcludes() - Method in ScanTargetPattern
    getExcludes() - Method in SourceTask
    {@inheritDoc}
    getExcludes() - Method in Test
    Returns the exclude patterns for test execution.
    getExcludeSpecs() - Method in PatternSet
    getExecResult() - Method in Exec
    Returns the result for the command run by this task.
    getExecutable() - Method in Exec
    {@inheritDoc}
    getExecutable() - Method in Javadoc
    Returns the javadoc executable to use to generation the javadoc.
    getExecutable() - Method in JavaExec
    {@inheritDoc}
    getExecutable() - Method in ProcessForkOptions
    Returns the name of the executable to use.
    getExecutable() - Method in Test
    {@inheritDoc}
    getExecuted() - Method in ProjectState

    Returns true if this project has been evaluated.

    getExecuted() - Method in TaskState

    Returns true if this task has been executed.

    getExitEnvironmentVar() - Method in CreateStartScripts
    getExitValue() - Method in ExecResult
    Returns the exit value of the process.
    getExported() - Method in IdeaDependency
    Allows to check if current dependency is transitive, i.e. is visible to the module which depends on module that has current dependency.
    getExportedHeaders() - Method in CppSourceSet
    The headers.
    getExportedHeaders() - Method in HeaderExportingSourceSet
    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
    Returns the extension part of the archive name.
    getExtension() - Method in ArmoredSignatureType
    getExtension() - Method in BinarySignatureType
    getExtension() - Method in Compression
    getExtension() - Method in DependencyArtifact
    Returns the extension of this dependency artifact.
    getExtension() - Method in MavenArtifact
    getExtension() - Method in PublishArtifact
    Returns the extension of this published artifact.
    getExtension() - Method in ResolvedArtifact
    getExtension() - Method in Signature
    The extension of the signature artifact.
    getExtension() - Method in SignatureType
    getExtensions() - Method in Project
    Allows adding DSL extensions to the project.
    getExtensionsAsDynamicObject() - Method in Convention
    Returns a dynamic object which represents the properties and methods contributed by the extensions and convention objects contained in this convention.
    getExtraScanTargets() - Method in JettyRun
    getFacets() - Method in GenerateEclipseWtpFacet
    Deprecated.
    getFactory() - Method in GradleLauncher
    getFailedTestCount() - Method in TestResult
    Returns the number of failed atomic tests executed for this test.
    getFailure() - Method in BuildResult
    getFailure() - Method in ProjectState
    Returns the exception describing the project failure, if any.
    getFailure() - Method in TaskState
    Returns the exception describing the task failure, if any.
    getFile() - Method in ExternalDependency
    Returns the file for this dependency.
    getFile() - Method in FileReference
    Returns the target file.
    getFile() - Method in FileTreeElement
    Returns the file being visited.
    getFile() - Method in IdeaSingleEntryLibraryDependency
    Returns the file for this dependency.
    getFile() - Method in MavenArtifact
    getFile() - Method in PublishArtifact
    Returns the file of this artifact.
    getFile(File) - Method in RelativePath
    getFile() - Method in ResolvedArtifact
    getFile() - Method in Signature
    The file for the generated signature, which may not yet exist.
    getFileMode() - Method in AbstractCopyTask
    {@inheritDoc}
    getFileMode() - Method in CopyProcessingSpec
    Returns the Unix permissions to use for the target files.
    getFileName() - Method in DeploymentDescriptor
    The name of the descriptor file, typically "application.xml"
    getFileReferenceFactory() - Method in EclipseClasspath
    getFileReferenceFactory() - Method in EclipseWtpComponent
    getFiles() - Method in FileCollection
    Returns the contents of this collection as a Set.
    getFiles(Spec) - Method in LenientConfiguration
    returns files for successfully resolved dependencies
    getFiles() - Method in NativeDependencySet
    getFiles() - Method in PublishArtifactSet
    getFiles() - Method in ResolvableDependencies
    Returns a FileCollection which contains the resolved set of files.
    getFiles(Spec) - Method in ResolvedConfiguration
    Returns the files for the specified subset of configuration dependencies.
    getFiles() - Method in TaskInputs
    Returns the input files of this task.
    getFiles() - Method in TaskOutputs
    Returns the output files of this task.
    getFilesToSign() - Method in Sign
    All of the files that will be signed by this task.
    getFilesToSign() - Method in SignOperation
    All of the files that will be signed by this operation.
    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(Spec) - Method in LenientConfiguration
    returns successfully resolved dependencies
    getFirstLevelModuleDependencies(Spec) - Method in ResolvedConfiguration
    Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec.
    getFooter() - Method in Groovydoc
    Returns the html footer for each page.
    getFooter() - Method in StandardJavadocDocletOptions
    getForcedVersions() - Method in ResolutionStrategy
    returns currently configured forced versions
    getForkEvery() - Method in Test
    Returns the maximum number of test classes to execute in a forked test process.
    getFrom() - Method in ConfigurableFileCollection
    Returns the set of source paths for this collection.
    getGradle() - Method in BuildResult
    getGradle() - Method in Gradle
    Returns this Gradle instance.
    getGradle() - Method in Project

    Returns the Gradle invocation which this project belongs to.

    getGradle() - Method in Settings
    Returns the Gradle instance for the current build.
    getGradleConfiguration() - Method in UnresolvedDependency
    Returns the configuration
    getGradleHomeDir() - Method in Gradle

    Returns the Gradle home directory, if any.

    getGradleProject() - Method in EclipseProject
    The gradle project that is associated with this project.
    getGradleProject() - Method in HasGradleProject
    The associated gradle project.
    getGradleProject() - Method in IdeaModule
    The gradle project that is associated with this module.
    getGradleUserHomeDir() - Method in Gradle

    Returns the Gradle user home directory.

    getGradleUserHomeDir() - Method in StartParameter
    Returns the directory to use as the user home directory.
    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
    Returns the classpath containing the version of Groovy to use for compilation.
    getGroovyClasspath() - Method in Groovydoc
    Returns the classpath containing the Groovy library to be used.
    getGroovyOptions() - Method in GroovyCompile
    Gets the options for the Groovy compilation.
    getGroup() - Method in Dependency
    Returns the group of this dependency.
    getGroup() - Method in ForcedVersion
    getGroup() - Method in Module
    getGroup() - Method in Project

    Returns the group of this project.

    getGroup() - Method in Task
    Returns the task group which this task belongs to.
    getGroupId() - Method in MavenDependency
    getGroupId() - Method in MavenPom
    Returns the group id for this POM.
    getGroupId() - Method in MavenPublication
    getGroups() - Method in StandardJavadocDocletOptions
    getHasInputs() - Method in TaskInputs
    Returns true if this task has declared the inputs that it consumes.
    getHasOutput() - Method in TaskOutputs
    Returns true if this task has declared any outputs.
    getHasSourceFiles() - Method in TaskInputs
    Returns true if this task has declared that it accepts source files.
    getHeader() - Method in Groovydoc
    Returns the html header for each page.
    getHeader() - Method in MinimalJavadocOptions
    getHeader() - Method in StandardJavadocDocletOptions
    getHeaders() - Method in Library
    getHelpFile() - Method in StandardJavadocDocletOptions
    getHierarchy() - Method in Configuration
    Gets a ordered set including this configuration and all superconfigurations recursively.
    getHttpPort() - Method in AbstractJettyRunTask
    Returns the TCP port for Jetty to listen on for incoming HTTP requests.
    getHttpPort() - Method in JettyPluginConvention
    Returns the TCP port for Jetty to listen on for incoming HTTP requests.
    getId() - Method in ClientModule
    Returns the id of the client module.
    getId() - Method in UnresolvedDependency
    Returns the identifier of the dependency, for example GAV
    getIncludeEmptyDirs() - Method in AbstractCopyTask
    {@inheritDoc}
    getIncludeEmptyDirs() - Method in CopySpec
    Tells if empty target directories will be included in the copy.
    getIncludeRoots() - Method in NativeDependencySet
    getIncludes() - Method in AbstractCopyTask
    {@inheritDoc}
    getIncludes() - Method in PatternFilterable
    Returns the set of include patterns.
    getIncludes() - Method in PatternSet
    getIncludes() - Method in ScanTargetPattern
    getIncludes() - Method in SourceTask
    {@inheritDoc}
    getIncludes() - Method in Test
    Returns the include patterns for test execution.
    getIncludeSpecs() - Method in PatternSet
    getIncoming() - Method in Configuration
    Returns the incoming dependencies of this configuration.
    getInheritOutputDirs() - Method in GenerateIdeaModule
    Deprecated.
    getInheritOutputDirs() - Method in IdeaCompilerOutput
    whether current module should inherit project's output directory.
    getInitializeInOrder() - Method in DeploymentDescriptor
    Whether to initialize modules in the order they appear in the descriptor, with the exception of client modules.
    getInitScripts() - Method in StartParameter
    Returns all explicitly added init scripts that will be run before the build starts.
    getInputFile() - Method in GeneratorTask
    The input file to load the initial configuration from.
    getInputs() - Method in Task

    Returns the inputs of this task.

    getInstructions() - Method in OsgiManifest
    Returns all exisiting instruction.
    getJarFile() - Method in Wrapper
    Returns the file to write the wrapper jar file to.
    getJarPath() - Method in Wrapper
    Returns the jar path, relative to the project directory.
    getJava() - Method in SourceSet
    Returns the Java source which is to be compiled by the Java compiler into the class output directory.
    getJavaCompiler() - Method in Compile
    getJavaConvention(Project) - Method in JettyPlugin
    getJavadoc() - Method in ExternalDependency
    Returns the Javadoc directory/archive for this dependency.
    getJavadoc() - Method in IdeaSingleEntryLibraryDependency
    Returns the Javadoc directory/archive for this dependency.
    getJavadocFile() - Method in SingleEntryModuleLibrary
    Returns a single javadoc jar or javadoc folder
    getJavaVersion() - Method in GenerateIdeaModule
    Deprecated.
    getJavaVersion() - Method in GenerateIdeaProject
    Deprecated.
    getJavaVersion() - Method in Module
    getJdkName() - Method in IdeaProject
    The name of the jdk
    getJettyConfig() - Method in AbstractJettyRunTask
    Returns the jetty configuration file to use.
    getJettyEnvXml() - Method in JettyRun
    getJettyEnvXmlFile() - Method in JettyRun
    getJFlags() - Method in CoreJavadocOptions
    getJFlags() - Method in MinimalJavadocOptions
    getJvmArgs() - Method in JavaExec
    {@inheritDoc}
    getJvmArgs() - Method in JavaForkOptions
    Returns the extra arguments to use to launch the JVM for the process.
    getJvmArgs() - Method in Test
    {@inheritDoc}
    getKey() - Method in ManifestMergeDetails
    Returns the key that is to be merged.
    getKeyId() - Method in PgpSignatory
    getKind() - Method in ClasspathEntry
    getKind() - Method in Container
    getKind() - Method in Library
    getKind() - Method in Output
    getKind() - Method in ProjectDependency
    getKind() - Method in SourceFolder
    getKind() - Method in Variable
    getLanguageLevel() - Method in IdeaProject
    Language level to use within the current project.
    getLastModified() - Method in FileTreeElement
    Returns the last modified time of this file.
    getLastName() - Method in RelativePath
    getLenientConfiguration() - Method in ResolvedConfiguration
    Provides configuration that does not fail eagerly when some dependencies are not resolved.
    getLevel() - Method in IdeaLanguageLevel
    Gets the level value
    getLevel() - Method in LoggingManager
    Returns the current logging level.
    getLib() - Method in Ear
    A location for dependency libraries to include in the 'lib' directory of the EAR archive.
    getLibraryDirectory() - Method in DeploymentDescriptor
    The name of the directory to look for libraries in.
    getLibraryFile() - Method in SingleEntryModuleLibrary
    Returns a single jar or class folder
    getLibs() - Method in CppSourceSet
    Libs this source set requires
    getLibsDir() - Method in BasePluginConvention
    Returns the directory to generate JAR and WAR archives into.
    getLicense() - Method in OsgiManifest
    Returns the license.
    getLifecycleTaskName() - Method in EclipsePlugin
    getLifecycleTaskName() - Method in EclipseWtpPlugin
    getLifecycleTaskName() - Method in IdeaPlugin
    getLineNumber() - Method in LocationAwareException
    Returns the line in the script where this exception occurred, if known.
    getLineNumber() - Method in ScriptCompilationException
    getLinkedResources() - Method in HierarchicalEclipseProject
    Returns the linked resources for this project.
    getLinks() - Method in GenerateEclipseProject
    Deprecated.
    getLinks() - Method in Groovydoc
    Returns the links to groovydoc/javadoc output at the given URL.
    getLinks() - Method in Project
    The links to be added to this Eclipse project.
    getLinks() - Method in StandardJavadocDocletOptions
    getLinksOffline() - Method in StandardJavadocDocletOptions
    getLocale() - Method in CoreJavadocOptions
    getLocale() - Method in MinimalJavadocOptions
    getLocation() - Method in EclipseLinkedResource
    The local file system absolute path of the target of the linked resource.
    getLocation() - Method in LocationAwareException

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

    getLocationUri() - Method in EclipseLinkedResource
    If the file is not in the local file system, this attribute contains the absolute URI of the resource in some backing file system.
    getLogger(String) - Method in Logging
    Returns the logger with the given name.
    getLogger() - Method in Project

    Returns the logger for this project.

    getLogger() - Method in Script
    Returns the logger for this script.
    getLogger() - Method in Task

    Returns the logger for this task.

    getLogging() - Method in Project
    Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this project's build script.
    getLogging() - Method in Script
    Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this script.
    getLogging() - Method in Task
    Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this task.
    getLogLevel() - Method in StartParameter
    getMain() - Method in JavaExec
    {@inheritDoc}
    getMain() - Method in JavaExecSpec
    Returns the fully qualified name of the Main class to be executed.
    getMainArtifact() - Method in MavenDeployment
    Returns the main artifact for this deployment.
    getMainArtifact() - Method in MavenPublication
    getMainSpec() - Method in AbstractCopyTask
    getManifest() - Method in Jar
    Returns the manifest for this JAR archive.
    getMapping(Collection) - 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 MavenPluginConvention
    getMaxHeapSize() - Method in JavaExec
    {@inheritDoc}
    getMaxHeapSize() - Method in JavaForkOptions
    Returns the maximum heap size for the process, if any.
    getMaxHeapSize() - Method in Test
    {@inheritDoc}
    getMaxMemory() - Method in Javadoc
    Returns the amount of memory allocated to this task.
    getMaxParallelForks() - Method in Test
    Returns the maximum number of forked test processes to execute in parallel.
    getMemberLevel() - Method in CoreJavadocOptions
    getMemberLevel() - Method in MinimalJavadocOptions
    getMergeValue() - Method in ManifestMergeDetails
    Returns the value for the key of the manifest that is the source for the merge.
    getMessage() - Method in LocationAwareException
    Returns the fully formatted error message, including the location.
    getMetaInf() - Method in Jar
    getMinusConfigurations() - Method in GenerateEclipseClasspath
    Deprecated.
    getMinusConfigurations() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getModel() - Method in MavenPom
    Returns the underlying native Maven org.apache.maven.model.Model object.
    getModel(Class, ResultHandler) - Method in ProjectConnection
    Fetches a snapshot of the model for this project asynchronously.
    getModelVersion() - Method in MavenPublication
    getModuleArtifacts() - Method in ResolvedDependency
    Returns the module artifacts belonging to this ResolvedDependency.
    getModuleDir() - Method in GenerateIdeaModule
    Deprecated.
    getModuleGroup() - Method in ResolvedDependency
    Returns the module group of the resolved dependency.
    getModuleName() - Method in GenerateIdeaModule
    Deprecated.
    getModuleName() - Method in ResolvedDependency
    Returns the module name of the resolved dependency.
    getModules() - Method in DeploymentDescriptor
    List of module descriptors.
    getModules() - Method in IdeaProject
    Returns modules of this idea project.
    getModuleTypeMappings() - Method in DeploymentDescriptor
    Mapping of module paths to module types.
    getModuleVersion() - Method in ResolvedDependency
    Returns the module version of the resolved dependency.
    getName() - Method in ArtifactRepository
    Returns the name for this repository.
    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 EclipseLinkedResource
    The project-relative path of the linked resource as it appears in the workspace.
    getName() - Method in Element
    Returns the name.
    getName() - Method in FileTreeElement
    Returns the base name of this file.
    getName() - Method in ForcedVersion
    getName() - Method in Gpp
    getName() - Method in GppCompileSpec
    getName() - Method in IdeaProject
    The name of the IDEA project.
    getName() - Method in Logging.LoggerImpl
    getName() - Method in Module
    getName() - Method in Named
    The object's name.
    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 ResolvableDependencies
    Returns the name of this set.
    getName() - Method in ResolvedArtifact
    getName() - Method in ResolvedDependency
    Returns the name of the resolved dependency.
    getName() - Method in Signatory

    An identifying name for this signatory.

    getName() - Method in Signature
    The name of the signature artifact.
    getName() - Method in SourceDirectorySet
    A concise name for the source directory set (typically used to identify it in a collection).
    getName() - Method in SourceFolder
    getName() - Method in SourceSet
    Returns the name of this source set.
    getName() - Method in Task

    Returns the name of this task.

    getName() - Method in TestDescriptor
    Returns the name of the test.
    getNamer() - Method in NamedDomainObjectCollection
    An object that represents the naming strategy used to name objects of this collection.
    getNativeDependencySets() - Method in NativeDependencyCapableSourceSet
    getNativeLibraryLocation() - Method in AbstractClasspathEntry
    getNatures() - Method in GenerateEclipseProject
    Deprecated.
    getNoQualifiers() - Method in StandardJavadocDocletOptions
    getOption() - Method in JavadocOptionFileOption
    getOptionFiles() - Method in CoreJavadocOptions
    getOptionFiles() - Method in MinimalJavadocOptions
    getOptions() - Method in Compile
    Returns the compilation options.
    getOptions() - Method in GroovyCompile
    Returns the options for Java compilation.
    getOptions() - Method in Javadoc
    Returns the javadoc generation options.
    getOptions() - Method in ScalaCompile
    Returns the Java compilation options.
    getOptions() - Method in Test

    Returns the test options options.

    getOptionsFile() - Method in Javadoc
    getOptsEnvironmentVar() - Method in CreateStartScripts
    Returns the name of the application's OPTS environment variable.
    getOrCreate(Node, String) - Method in ProjectDescriptor
    getOrCreateIncludePathsOption(def) - Method in CprojectDescriptor
    getOrCreateLibsOption(def) - Method in CprojectDescriptor
    getOriginalMessage() - Method in LocationAwareException

    Returns the undecorated message of this exception.

    getOutput() - Method in SourceSet
    SourceSetOutput is a FileCollection of all output directories (compiled classes, processed resources, etc.)
    getOutputDir() - Method in GenerateIdeaModule
    Deprecated.
    getOutputDir() - Method in IdeaCompilerOutput
    directory to store module's production classes and resources.
    getOutputDirectory() - Method in AntlrTask
    Returns the directory to generate the parser source files into.
    getOutputFile() - Method in AbstractReportTask
    Returns the file which the report will be written to.
    getOutputFile() - Method in CompileSpec
    The ultimate output of the compilation.
    getOutputFile() - Method in GenerateIdeaModule
    Configures output *.iml file.
    getOutputFile() - Method in GenerateIdeaProject
    output *.ipr file
    getOutputFile() - Method in GeneratorTask
    The output file to write the final configuration to.
    getOutputFile() - Method in GppCompileSpec
    getOutputFile() - Method in IdeaModule
    Configures output *.iml file.
    getOutputFileName() - Method in GppCompileSpec
    getOutputLevel() - Method in CoreJavadocOptions
    getOutputLevel() - Method in MinimalJavadocOptions
    getOutputs() - Method in Task

    Returns the outputs of this task.

    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
    getPackages() - Method in Groovydoc.Link
    Returns a list of package prefixes to be linked with an external site.
    getPackaging() - Method in MavenPom
    Returns the packaging for this POM.
    getPackaging() - Method in MavenPublication
    getParent() - Method in EclipseProject
    {@inheritDoc}
    getParent() - Method in Gradle

    Returns the parent build of this build, if any.

    getParent() - Method in GradleProject
    {@inheritDoc}
    getParent() - Method in HierarchicalEclipseProject
    {@inheritDoc}
    getParent() - Method in HierarchicalElement
    Returns the parent of this element, if any.
    getParent() - Method in HierarchicalProject
    Returns the parent project of this project, if any.
    getParent() - Method in IdeaModule
    Returns the project of this module.
    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
    Returns the parent of this path.
    getParent() - Method in TestDescriptor
    Returns the parent of this test, if any.
    getParentArtifacts(ResolvedDependency) - Method in ResolvedDependency
    Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent.
    getParents() - Method in ResolvedDependency
    Returns the ResolvedDependency instances that have this instance as a transitive dependency.
    getPassword() - Method in IvyArtifactRepository
    Returns the password to use when authenticating to this repository.
    getPassword() - Method in MavenAuthentication
    getPath() - Method in EarModule
    The connector element specifies the URI of an archive file, relative to the top level of the application package.
    getPath() - Method in EclipseProjectDependency
    Returns the path to use for this project dependency.
    getPath() - Method in EclipseSourceDirectory
    Returns the relative path for this source directory.
    getPath() - Method in FileReference
    Returns the logical path for the file.
    getPath() - Method in FileTreeElement
    Returns the path of this file, relative to the root of the containing file tree.
    getPath() - Method in GradleProject
    Returns gradle path
    getPath() - Method in Project
    Returns the fully-qualified path of this project.
    getPath() - Method in ProjectDescriptor
    Returns the path of this project.
    getPath() - Method in ResolvableDependencies
    Returns the path of this set.
    getPath() - Method in Task

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

    getPathString() - Method in RelativePath
    getPatterns() - Method in DirectoryTree
    Returns the patterns which select the files under the base directory.
    getPlugin(Class) - Method in Convention
    Locates the plugin convention object with the given type.
    getPlugin(Class) - Method in PluginContainer
    Returns a plugin with the specified type if this plugin has been used in the project.
    getPlugins() - Method in Convention
    Returns the plugin convention objects contained in this convention.
    getPlugins() - Method in Project
    Returns the plugins container for this project.
    getPlusConfigurations() - Method in EclipseWtpComponent
    Synonym for libConfigurations.
    getPlusConfigurations() - Method in GenerateEclipseClasspath
    Deprecated.
    getPlusConfigurations() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getPom() - Method in MavenPublication
    getPom() - Method in PomFilterContainer
    Returns the pom property of the custom filter.
    getPomArtifact() - Method in MavenDeployment
    Returns the POM for this deployment.
    getPomDir() - Method in MavenPluginConvention
    Returns the directory to generate Maven POMs into.
    getPomDirName() - Method in MavenPluginConvention
    Returns the name of the directory to generate Maven POMs into, relative to the build directory.
    getPriority() - Method in Conf2ScopeMapping
    Returns the priority.
    getProblem() - Method in UnresolvedDependency
    the exception that is the cause of unresolved state
    getProcessResourcesTaskName() - Method in SourceSet
    Returns the name of the resource process task for this source set.
    getProject() - Method in Binary
    getProject() - Method in EclipseTask
    {@inheritDoc}
    getProject() - Method in GppCompileSpec
    getProject() - Method in GradleTask
    Returns the gradle project this task is defined in.
    getProject() - Method in IdeaModule
    Returns the project of this module.
    getProject() - Method in Project

    Returns this project.

    getProject() - Method in SonarModel
    Returns per-project configuration options.
    getProject() - Method in Task

    Returns the Project which this task belongs to.

    getProjectCacheDir() - Method in StartParameter
    Returns the project's cache dir.
    getProjectConfiguration() - Method in ProjectDependency
    Returns the configuration associated with this project dependency.
    getProjectDependencies() - Method in HierarchicalEclipseProject
    Returns the project dependencies for this project.
    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.
    getProjectDirectory() - Method in Project
    Returns the project directory for this project.
    getProjectName() - Method in GenerateEclipseProject
    Deprecated.
    getProjectProperties() - Method in StartParameter
    getProjectReportDir() - Method in ProjectReportsPluginConvention
    Returns the directory to generate the project reports into.
    getProjects() - Method in AbstractReportTask
    Returns the set of project to generate this report for.
    getProjects() - Method in ProjectReportsPluginConvention
    getProperties() - Method in AntBuilder
    Returns the properties of the Ant project.
    getProperties() - Method in Checkstyle
    Returns the properties available for use in the configuration file.
    getProperties() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getProperties() - Method in Project

    Returns the properties of this project.

    getProperties() - Method in TaskInputs
    Returns the set of input properties for this task.
    getPropertiesFile() - Method in Wrapper
    Returns the file to write the wrapper properties to.
    getQualifiedPropertyName(String, String) - Method in PgpSignatoryFactory
    getRebuildTasks() - Method in JavaPlugin.EmbeddableJavaProjectImpl
    getReferencedProjects() - Method in GenerateEclipseProject
    Deprecated.
    getReferences() - Method in AntBuilder
    Returns the references of the Ant project.
    getRelativePath() - Method in FileTreeElement
    Returns the path of this file, relative to the root of the containing file tree.
    getReload() - Method in AbstractJettyRunTask
    getRenderer() - Method in AbstractReportTask
    getRenderer() - Method in DependencyReportTask
    getRenderer() - Method in ProjectReportTask
    getRenderer() - Method in PropertyReportTask
    getRenderer() - Method in TaskReportTask
    getReportableCauses() - Method in LocationAwareException
    Returns the reportable causes for this failure.
    getReportFile() - Method in CodeNarc
    Returns the file to write the report to.
    getReportFormat() - Method in CodeNarc
    Returns the format type of the CodeNarc report.
    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
    Returns the repositories to upload to.
    getRepository() - Method in MavenDeployer
    Returns the repository o be used for uploading artifacts.
    getRepository() - Method in MavenPublication
    getRequestLog() - Method in AbstractJettyRunTask
    getRequired() - Method in SigningSettings
    Whether or not signing tasks should fail if no signatory or signature type are configured at generation time.
    getResolutionStrategy() - Method in Configuration
    Returns the resolution strategy used by this configuration
    getResolvedArtifacts() - Method in ResolvedConfiguration
    Returns the set of artifact meta-data for this configuration.
    getResolvedConfiguration() - Method in Configuration
    Resolves this configuration.
    getResolvedDependency() - Method in ResolvedArtifact
    getResolvers() - Method in ArtifactRepositoryContainer
    Returns the resolvers in this container, in sequence.
    getResources() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getResources() - Method in SourceSet
    Returns the non-Java resources which are to be copied into the class output directory.
    getResourcesDir() - Method in SourceSetOutput
    Returns the output directory for resources

    See example at SourceSetOutput

    getResultFile() - Method in Checkstyle
    Returns the file to generate the XML results to.
    getResultType() - Method in TestResult
    Describes a test result.
    getRoleName() - Method in EarSecurityRole
    The name of the security role.
    getRootCppCompilerTools() - Method in CprojectDescriptor
    getRootCppLinkerTools() - Method in CprojectDescriptor
    getRootDir() - Method in Project

    Returns the root directory of this project.

    getRootDir() - Method in Settings

    Returns the root directory of the build.

    getRootDirectory() - Method in IdeaContentRoot
    root directory
    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.

    getRootSpec() - Method in AbstractCopyTask
    getRootToolChains() - Method in CprojectDescriptor
    getRules() - Method in ExcludeRuleContainer
    Returns all the exclude rules added to this container.
    getRules() - Method in NamedDomainObjectCollection
    Returns the rules used by this collection.
    getRuntimeClasspath() - Method in JavaPlugin.EmbeddableJavaProjectImpl
    getRuntimeClasspath() - Method in SourceSet
    Returns the classpath used to execute this source.
    getRuntimeConfigurationName() - Method in SourceSet
    Returns the name of the runtime configuration for this source set.
    getScala() - Method in ScalaSourceSet
    Returns the source to be compiled by the Scala compiler for this source set.
    getScalaClasspath() - Method in ScalaCompile
    Returns the classpath to use to load the Scala compiler.
    getScalaClasspath() - Method in ScalaDoc
    Returns the classpath to use to load the ScalaDoc tool.
    getScalaCompileOptions() - Method in ScalaCompile
    Returns the Scala compilation options.
    getScalaDocOptions() - Method in ScalaDoc
    Returns the ScalaDoc generation options.
    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.
    getScope() - Method in IdeaDependency
    scope of the current dependency.
    getScope() - Method in IdeaDependencyScope
    getScope() - Method in MavenDependency
    getScopeMappings() - Method in MavenPom
    Returns the scope mappings used for generating this pom.
    getScopes() - Method in GenerateIdeaModule
    Deprecated.
    getScriptDestinationPath() - Method in Wrapper
    Returns the script destination path, relative to the project directory.
    getScriptFile() - Method in Wrapper
    Returns the file to write the wrapper script to.
    getScriptSource() - Method in LocationAwareException

    Returns the source of the script where this exception occurred.

    getScriptSource() - Method in ScriptCompilationException
    getSection() - Method in ManifestMergeDetails
    Returns the section this merge details belongs to.
    getSections() - Method in Manifest
    Returns the sections of the manifest (excluding the main section).
    getSecurityRoles() - Method in DeploymentDescriptor
    List of security roles.
    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 org.gradle.groovy.scripts.ScriptSource to use for the settings script for this build.

    getShowStacktrace() - Method in StartParameter
    getSignatory(String) - Method in PgpSignatoryProvider
    getSignatory(String) - Method in SignatoryProvider
    Retrieves the signatory with the given name.
    getSignatory() - Method in Signature
    The signatory of this signature file.
    getSignatory() - Method in SignatureSpec
    The signatory that will be performing the signing.
    getSignatory() - Method in SigningSettings
    The signatory that will be used for signing when an explicit signatory has not been specified.
    getSignatureFiles() - Method in Sign
    All of the signature files that will be generated by this operation.
    getSignatureFiles() - Method in SignOperation
    All of the signature files that will be generated by this operation.
    getSignatures() - Method in Sign
    The signatures generated by this task.
    getSignatures() - Method in SignOperation
    The registered signatures.
    getSignatureType() - Method in Signature
    The file representation type of the signature.
    getSignatureType() - Method in SignatureSpec
    The signature representation that will be created.
    getSignatureType() - Method in SigningSettings
    The signature type that will be used for signing files when an explicit signature type has not been specified.
    getSigning() - Method in SigningPluginConvention
    The signing settings for the project.
    getSingleFile() - Method in FileCollection
    Returns the content of this collection, asserting it contains exactly one file.
    getSingleSignature() - Method in Sign
    Returns the the single signature generated by this task.
    getSingleSignature() - Method in SignOperation
    Returns the the single registered signature.
    getSize() - Method in FileTreeElement
    Returns the size of this file.
    getSkipMessage() - Method in TaskState
    Returns a message describing why the task was skipped.
    getSkipped() - Method in TaskState
    Returns true if the execution of this task was skipped for some reason.
    getSkippedTestCount() - Method in TestResult
    Returns the number of skipped atomic tests executed for this test.
    getSnapshotRepository() - Method in MavenDeployer
    Returns the repository o be used for uploading snapshot artifacts.
    getSource() - Method in AbstractCopyTask
    Returns the source files for this task.
    getSource() - Method in CoreJavadocOptions
    getSource() - Method in CppSourceSet
    The source.
    getSource() - Method in ExternalDependency
    Returns the source directory/archive for this dependency.
    getSource() - Method in IdeaSingleEntryLibraryDependency
    Returns the source directory/archive for this dependency.
    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 AbstractCompile
    Returns the Java language level to use to compile the source files.
    getSourceCompatibility() - Method in GenerateEclipseJdt
    Deprecated.
    getSourceCompatibility() - Method in JavaPluginConvention
    Returns the source compatibility used for compiling Java sources.
    getSourceDirectories() - Method in HierarchicalEclipseProject
    Returns the source directories for this project.
    getSourceDirectories() - Method in IdeaContentRoot
    source dirs.
    getSourceDirs() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getSourceDirs() - Method in GenerateIdeaModule
    Deprecated.
    getSourceFile() - Method in ScriptHandler
    Returns the file containing the source for the script, if any.
    getSourceFile() - Method in SingleEntryModuleLibrary
    Returns a single source jar or source folder
    getSourceFiles() - Method in TaskInputs
    Returns the set of source files for this task.
    getSourceNames() - Method in CoreJavadocOptions
    getSourceNames() - Method in MinimalJavadocOptions
    getSourceSets() - Method in Binary
    getSourceSets() - Method in CppExtension
    getSourceSets() - Method in GenerateEclipseClasspath
    Deprecated.
    getSourceURI() - Method in ScriptHandler
    Returns the URI for the script source, if any.
    getSpec() - Method in Binary
    getSpecFactory() - Method in Compiler
    Returns a factory for creating compile specs that will compile with this compiler
    getSpecFactory() - Method in Gpp
    getSpecs() - Method in CompositeSpec
    getSrcDirs() - Method in SourceDirectorySet
    Returns the source directories which make up this set.
    getSrcDirTrees() - Method in SourceDirectorySet
    Returns the source directory trees which make up this set.
    getStandardErrorCaptureLevel() - Method in LoggingManager
    Returns the log level that output written to System.err will be mapped to.
    getStandardInput() - Method in BaseExecSpec
    Returns the standard input stream for the process executing the command.
    getStandardInput() - Method in Exec
    {@inheritDoc}
    getStandardInput() - Method in JavaExec
    {@inheritDoc}
    getStandardOutput() - Method in BaseExecSpec
    Returns the output stream to consume standard output from the process executing the command.
    getStandardOutput() - Method in Exec
    {@inheritDoc}
    getStandardOutput() - Method in JavaExec
    {@inheritDoc}
    getStandardOutputCaptureLevel() - Method in LoggingManager
    Returns the log level that output written to System.out will be mapped to.
    getStartParameter() - Method in Gradle
    Returns the StartParameter used to start this build.
    getStartParameter() - Method in GradleBuild
    Returns the full set of parameters that will be used to execute the build.
    getStartParameter() - Method in GradleLauncher
    Returns the StartParameter used by this build instance.
    getStartParameter() - Method in Settings

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

    getStartTime() - Method in TestResult
    Returns the time when this test started execution.
    getState() - Method in Configuration

    A Configuration represents a group of artifacts and their dependencies.

    getState() - Method in Project
    Returns the evaluation state of this project.
    getState() - Method in Task
    Returns the execution state of this task.
    getStatus() - Method in Module
    getStatus() - Method in Project

    Returns the status of this project.

    getStopKey() - Method in AbstractJettyRunTask
    Returns the key to use to stop Jetty.
    getStopKey() - Method in JettyPluginConvention
    Returns the key to use to stop Jetty.
    getStopKey() - Method in JettyStop
    Returns the stop key.
    getStopPort() - Method in AbstractJettyRunTask
    Returns the TCP port for Jetty to listen on for stop requests.
    getStopPort() - Method in JettyPluginConvention
    Returns the TCP port for Jetty to listen on for stop requests.
    getStopPort() - Method in JettyStop
    Returns the TCP port to use to send stop command.
    getStylesheetFile() - Method in StandardJavadocDocletOptions
    getSubArtifacts() - Method in MavenPublication
    getSubprojects() - Method in GenerateIdeaProject
    Deprecated.
    getSubprojects() - Method in Project

    Returns the set containing the subprojects of this project.

    getSuccessfulTestCount() - Method in TestResult
    Returns the number of successful atomic tests executed for this test.
    getSuites(File) - Method in TestNGOptions
    getSymbolicName() - Method in OsgiManifest
    Returns the symbolic name.
    getSystemProperties() - Method in JavaExec
    {@inheritDoc}
    getSystemProperties() - Method in JavaForkOptions
    Returns the system properties which will be used for the process.
    getSystemProperties() - Method in Test
    {@inheritDoc}
    getSystemPropertiesArgs() - Method in StartParameter
    getTagletPath() - Method in StandardJavadocDocletOptions
    getTags() - Method in StandardJavadocDocletOptions
    getTarget() - Method in AntTarget
    Returns the Ant target to execute.
    getTarget() - Method in LocationAwareException
    Returns the target exception.
    getTargetCompatibility() - Method in AbstractCompile
    Returns the target JVM to generate the .class files for.
    getTargetCompatibility() - Method in GenerateEclipseJdt
    Deprecated.
    getTargetCompatibility() - Method in JavaPluginConvention
    Returns the target compatibility used for compiling Java sources.
    getTargetFiles() - Method in Delete
    Returns the resolved set of files which will be deleted by this task.
    getTargetProject() - Method in EclipseProjectDependency
    {@inheritDoc}
    getTargetProject() - Method in ProjectDependency
    Returns the target of this dependency.
    getTask() - Method in TaskExecutionException
    getTaskDependencies() - Method in Task

    Returns a TaskDependency which contains all the tasks that this task depends on.

    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 TaskExecutionGraph for this build.

    getTaskName(String, String) - Method in SourceSet
    Returns the name of a task for this source set.
    getTaskNames() - Method in StartParameter
    Returns the names of the tasks to execute in this build.
    getTasks() - Method in BuildableElement
    Returns the tasks of this project.
    getTasks() - Method in BuildableProject
    Returns the tasks of this project.
    getTasks() - Method in EclipseProject
    Deprected because eclipse project does not have any tasks associated.
    getTasks() - Method in GradleBuild
    Returns the tasks that should be executed for this build.
    getTasks() - Method in GradleProject
    Returns the tasks of this project.
    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.

    getTemporaryDir() - Method in Task

    Returns a directory which this task can use to write temporary files to.

    getTestClassesDir() - Method in Test
    Returns the root folder for the compiled test sources.
    getTestCount() - Method in TestResult
    Returns the total number of atomic tests executed for this test.
    getTestDirectories() - Method in IdeaContentRoot
    test dirs.
    getTestFramework() - Method in Test
    getTestOutputDir() - Method in GenerateIdeaModule
    Deprecated.
    getTestOutputDir() - Method in IdeaCompilerOutput
    directory to store module's test classes and resources.
    getTestReportDir() - Method in JavaPluginConvention
    Returns a file pointing to the root directory to be used for reports.
    getTestReportDir() - Method in Test
    Returns the root folder for the test reports.
    getTestResultsDir() - Method in JavaPluginConvention
    Returns a file pointing to the root directory of the test results.
    getTestResultsDir() - Method in Test
    Returns the root folder for the test results.
    getTestSourceDirs() - Method in GenerateIdeaModule
    Deprecated.
    getTestSrcDirs() - Method in Test
    Returns the directories containing the test source.
    getTitle() - Method in Javadoc

    Returns the title for the generated documentation.

    getTitle() - Method in ScalaDoc
    Returns the documentation title.
    getToSign() - Method in Signature
    The file that is to be signed.
    getType() - Method in DependencyArtifact
    Returns the type of the dependency artifact.
    getType() - Method in DependencySpecs.DependencyTypeSpec
    getType() - Method in EclipseLinkedResource
    The resource type.
    getType() - Method in PublishArtifact
    Returns the type of the published artifact.
    getType() - Method in ResolvedArtifact
    getType() - Method in Signature
    The type of the signature artifact.
    getTypeForExtension(String) - Method in AbstractSignatureTypeProvider
    getTypeForExtension(String) - Method in SignatureTypeProvider
    getTypeName() - Method in WebdavResolver
    getUnixScript() - Method in CreateStartScripts
    getUnresolvedModuleDependencies() - Method in LenientConfiguration
    returns dependencies that were attempted to resolve but failed.
    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.
    getUrl() - Method in Groovydoc.Link
    Returns the base url for the external site.
    getUrl() - Method in IvyArtifactRepository
    The base URL of this repository.
    getUrl() - Method in MavenArtifactRepository
    The base URL of this repository.
    getUrl() - Method in MavenRepository
    getUrlRoot() - Method in Wrapper
    The base URL to download the gradle distribution from.
    getUserName() - Method in IvyArtifactRepository
    Returns the user name to use when authenticating to this repository.
    getUserName() - Method in MavenAuthentication
    getUserRealms() - Method in AbstractJettyRunTask
    getValue(Convention, IConventionAware) - Method in ConventionValue
    Returns some object.
    getValue() - Method in ManifestMergeDetails
    Returns the value for the key of the manifest after the merge takes place.
    getValue() - Method in OptionLessJavadocOptionFileOption
    getVariables() - Method in GenerateEclipseClasspath
    Deprecated.
    getVariables() - Method in GenerateEclipseWtpComponent
    Deprecated.
    getVariables() - Method in GenerateIdeaModule
    Deprecated.
    getVendor() - Method in OsgiManifest
    Returns the vendor.
    getVersion() - Method in AbstractArchiveTask
    Returns the version part of the archive name, if any.
    getVersion() - Method in Dependency
    Returns the version of this dependency.
    getVersion() - Method in DeploymentDescriptor
    The version of application.xml.
    getVersion() - Method in ForcedVersion
    getVersion() - Method in MavenDependency
    getVersion() - Method in MavenPom
    Returns the version for this POM.
    getVersion() - Method in MavenPublication
    getVersion() - Method in Module
    getVersion() - Method in OsgiManifest
    Returns the version.
    getVersion() - Method in Project

    Returns the version of this project.

    getWarConvention(Project) - Method in JettyPlugin
    getWebApp() - Method in JettyRunWar
    Returns the web application to deploy.
    getWebAppConfig() - Method in AbstractJettyRunTask
    getWebAppDir() - Method in WarPluginConvention
    Returns the web application directory.
    getWebAppSourceDirectory() - Method in JettyRun
    Returns the directory containing the web application source files.
    getWebDefaultXml() - Method in AbstractJettyRunTask
    getWebInf() - Method in War
    getWebXml() - Method in JettyRun
    Returns the web.xml file to use.
    getWebXml() - Method in War
    Returns the web.xml file to include in the WAR archive.
    getWildcards() - Method in GenerateIdeaProject
    Deprecated.
    getWindowsScript() - Method in CreateStartScripts
    getWindowTitle() - Method in Groovydoc
    Returns the browser window title for the documentation.
    getWindowTitle() - Method in MinimalJavadocOptions
    getWindowTitle() - Method in StandardJavadocDocletOptions
    getWorkDir() - Method in GppCompileSpec
    getWorkingDir() - Method in Exec
    {@inheritDoc}
    getWorkingDir() - Method in JavaExec
    {@inheritDoc}
    getWorkingDir() - Method in ProcessForkOptions
    Returns the working directory for the process.
    getWorkingDir() - Method in Test
    {@inheritDoc}
    getXmlTransformer() - Method in XmlGeneratorTask
    GNU_COMPILER_TOOL_ID_PREFIX - Field in CprojectDescriptor
    GNU_COMPILER_TOOL_INCLUDE_PATHS_OPTION_PREFIX - Field in CprojectDescriptor
    GNU_LINKER_TOOL_ID_PREFIX - Field in CprojectDescriptor
    GNU_LINKER_TOOL_LIBS_PATHS_OPTION_PREFIX - Field in CprojectDescriptor
    Gpp - Class in org.gradle.plugins.cpp.gpp
    Compiler adapter for gpp
    GppCompilerPlugin - Class in org.gradle.plugins.cpp.gpp
    GppCompileSpec - Class in org.gradle.plugins.cpp.gpp
    GppCompileSpec(Binary) - Constructor in GppCompileSpec
    Gradle - Interface in org.gradle.api.invocation

    Represents an invocation of Gradle.

    GRADLE_ARTIFACT_PATTERN - Field in IvyArtifactRepository
    GRADLE_IVY_PATTERN - Field in IvyArtifactRepository
    GRADLE_PROPERTIES - Field in Project
    GRADLE_USER_HOME_PROPERTY_KEY - Field in StartParameter
    gradleApi() - Method in DependencyHandler
    Creates a dependency on the API of the current version of Gradle.
    GradleBuild - Class in org.gradle.api.tasks
    Executes a Gradle build.
    GradleBuild() - Constructor in GradleBuild
    GradleConnectionException - Class in org.gradle.tooling
    Thrown when there is some problem using a Gradle connection.
    GradleConnectionException(String, Throwable) - Constructor in GradleConnectionException
    GradleConnector - Class in org.gradle.tooling

    A GradleConnector is the main entry point to the Gradle tooling API.

    GradleException - Class in org.gradle.api

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

    GradleException(String, Throwable) - Constructor in GradleException
    GradleLauncher - Class in org.gradle

    GradleLauncher is the main entry point for embedding Gradle.

    GradleProject - Interface in org.gradle.tooling.model
    Gradle project.
    GradleScriptException - Class in org.gradle.api

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

    GradleScriptException(String, Throwable) - Constructor in GradleScriptException
    GradleTask - Interface in org.gradle.tooling.model
    Represents a task which is executable by Gradle.
    graphPopulated(TaskExecutionGraph) - Method in BuildLogger
    graphPopulated(TaskExecutionGraph) - Method in TaskExecutionGraphListener

    This method is called when the TaskExecutionGraph has been populated, and before any tasks are executed.

    GROOVY_CONFIGURATION_NAME - Field in GroovyBasePlugin
    groovy(Closure) - Method in GroovySourceSet
    Configures the Groovy source for this set.
    GroovyBasePlugin - Class in org.gradle.api.plugins

    A Plugin which extends the JavaBasePlugin to provide support for compiling and documenting Groovy source files.

    GroovyCodeQualityPluginConvention - Class in org.gradle.api.plugins.quality
    GroovyCodeQualityPluginConvention(Project) - Constructor in GroovyCodeQualityPluginConvention
    GroovyCompile - Class in org.gradle.api.tasks.compile
    Compiles Groovy source files, and optionally, Java source files.
    GroovyCompile() - Constructor in GroovyCompile
    GroovyCompileOptions - Class in org.gradle.api.tasks.compile
    @author Hans Dockter
    Groovydoc - Class in org.gradle.api.tasks.javadoc

    Generates HTML API documentation for Groovy source, and optionally, Java source.

    Groovydoc.Link - Class in org.gradle.api.tasks.javadoc
    A Link class represent a link between groovydoc/javadoc output and url.
    Groovydoc.Link(String, String) - Constructor in Groovydoc.Link
    Constructs a Link.
    Groovydoc() - Constructor in Groovydoc
    GROOVYDOC_TASK_NAME - Field in GroovyPlugin
    GroovyForkOptions - Class in org.gradle.api.tasks.compile
    @author Hans Dockter
    GroovyMavenDeployer - Interface in org.gradle.api.artifacts.maven
    Adds Groovy configuration convenience methods on top of the MavenDeployer.
    GroovyPlugin - Class in org.gradle.api.plugins

    A Plugin which extends the JavaPlugin to provide support for compiling and documenting Groovy source files.

    GroovySourceSet - Interface in org.gradle.api.tasks
    A GroovySourceSetConvention defines the properties and methods added to a SourceSet by the GroovyPlugin.
    GROUP_KEY - Field in ExcludeRule
    group(String, String) - Method in StandardJavadocDocletOptions
    groupsFile(File) - Method in StandardJavadocDocletOptions

    H

    hasError() - Method in ResolvedConfiguration
    Returns whether all dependencies were successfully retrieved or not.
    HasGradleProject - Interface in org.gradle.tooling.model
    Is associated with a Gradle project.
    hashCode() - Method in AbstractClasspathEntry
    hashCode() - Method in AbstractLibrary
    hashCode() - Method in AccessRule
    hashCode() - Method in BuildCommand
    hashCode() - Method in Classpath
    hashCode() - Method in CompositeSpec
    hashCode() - Method in Conf2ScopeMapping
    hashCode() - Method in DependencySpecs.DependencyTypeSpec
    hashCode() - Method in Facet
    hashCode() - Method in Groovydoc.Link
    hashCode() - Method in JarDirectory
    hashCode() - Method in Jdk
    hashCode() - Method in Link
    hashCode() - Method in Module
    hashCode() - Method in ModuleDependency
    hashCode() - Method in ModuleLibrary
    hashCode() - Method in Namer.Comparator
    hashCode() - Method in Output
    hashCode() - Method in Path
    hashCode() - Method in PatternSet
    hashCode() - Method in PgpKeyId
    hashCode() - Method in Project
    hashCode() - Method in RelativePath
    hashCode() - Method in SourceFolder
    hashCode() - Method in StartParameter
    hashCode() - Method in WbDependentModule
    hashCode() - Method in WbProperty
    hashCode() - Method in WbResource
    hashCode() - Method in WtpComponent
    hashCode() - Method in WtpFacet
    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.

    hasTypeForExtension(String) - Method in AbstractSignatureTypeProvider
    hasTypeForExtension(String) - Method in SignatureTypeProvider
    header(String) - Method in MinimalJavadocOptions
    header(String) - Method in StandardJavadocDocletOptions
    HeaderExportingSourceSet - Interface in org.gradle.plugins.binaries.model
    A source set that exposes headers
    helpFile(File) - Method in StandardJavadocDocletOptions
    HierarchicalEclipseProject - Interface in org.gradle.tooling.model.eclipse
    Represents the basic information about an Eclipse project.
    HierarchicalElement - Interface in org.gradle.tooling.model
    Represents an element which belongs to some hierarchy.
    HierarchicalProject - Interface in org.gradle.tooling.model
    Represents a project which belongs to some hierarchy.
    hookDeduplicationToTheRoot(Project) - Method in EclipsePlugin
    hookDeduplicationToTheRoot(Project) - Method in IdeaPlugin

    I

    IdeaCompilerOutput - Interface in org.gradle.tooling.model.idea
    Idea compiler ouput settings
    IdeaContentRoot - Interface in org.gradle.tooling.model.idea
    Contains content root information
    IdeaDependency - Interface in org.gradle.tooling.model.idea
    Idea dependency
    IdeaDependencyScope - Interface in org.gradle.tooling.model.idea
    The scope of the Idea dependency
    IdeaLanguageLevel - Interface in org.gradle.tooling.model.idea
    Language level setting for IDEA
    IdeaLanguageLevel(Object) - Constructor in IdeaLanguageLevel
    IdeaModel - Class in org.gradle.plugins.ide.idea.model
    DSL-friendly model of the IDEA project information.
    IdeaModule - Interface in org.gradle.tooling.model.idea
    Represents information about the IntelliJ IDEA module
    IdeaModule(def, IdeaModuleIml) - Constructor in IdeaModule
    IdeaModuleDependency - Interface in org.gradle.tooling.model.idea
    dependency to a module in a project
    IdeaModuleIml - Class in org.gradle.plugins.ide.idea.model
    Models the generation/parsing/merging capabilities of an IDEA module.
    IdeaModuleIml(XmlTransformer, File) - Constructor in IdeaModuleIml
    IdeaPlugin - Class in org.gradle.plugins.ide.idea
    Adds a GenerateIdeaModule task.
    IdeaProject - Interface in org.gradle.tooling.model.idea
    Represents the information about the IntelliJ IDEA project
    IdeaProject(XmlFileContentMerger) - Constructor in IdeaProject
    IdeaSingleEntryLibraryDependency - Interface in org.gradle.tooling.model.idea
    "Single-Entry Module Library" as IDEA calls it.
    IdeaSourceDirectory - Interface in org.gradle.tooling.model.idea
    Idea source directory
    IdeaWorkspace - Class in org.gradle.plugins.ide.idea.model
    Enables fine-tuning workspace details (*.iws file) of the IDEA plugin.
    IllegalDependencyNotation - Class in org.gradle.api
    This exceptions is thrown, if a dependency is declared with a ilegal notation.
    IllegalDependencyNotation(String, 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(String) - Constructor in IllegalOperationAtExecutionTimeException
    iml(Closure) - Method in IdeaModule
    Enables advanced configuration like tinkering with the output xml or affecting the way existing *.iml content is merged with gradle build information

    For example see docs for IdeaModule

    importBuild(Object) - Method in AntBuilder
    Imports an Ant build into the associated Gradle project.
    include(Closure) - Method in AbstractCopyTask
    {@inheritDoc}
    include(Closure) - Method in CopySpec
    {@inheritDoc}
    include(Closure) - Method in PatternFilterable
    Adds an include spec.
    include(Closure) - Method in PatternSet
    include(String[]) - Method in Settings

    Adds the given projects to the build.

    include(Closure) - Method in SourceTask
    {@inheritDoc}
    include(Closure) - Method in Test
    {@inheritDoc}
    includeFlat(String[]) - Method in Settings

    Adds the given projects to the build.

    includeGroups(String) - Method in TestNGOptions
    IncludeProperties - Annotation Type in org.gradle.api.plugins.sonar.model
    Indicates that the annotated property holds an object with nested Sonar properties.
    includes(Iterable) - Method in GppCompileSpec
    includeSpecs(Iterable) - Method in PatternSet
    info(String, Object) - Method in Logger
    Logs the given message at info log level.
    info(String, Throwable) - Method in Logging.LoggerImpl
    init() - Method in GppCompileSpec
    injectCustomFactory(GradleLauncherFactory) - Method in GradleLauncher
    Input - Annotation Type in org.gradle.api.tasks

    Attached to a task property to indicate that the property specifies some input value for the task.

    InputDirectory - Annotation Type in org.gradle.api.tasks

    Marks a property as specifying an input directory for a task.

    InputFile - Annotation Type in org.gradle.api.tasks

    Marks a property as specifying an input file for a task.

    InputFiles - Annotation Type in org.gradle.api.tasks

    Marks a property as specifying the input files for a task.

    install(MavenPublication) - Method in MavenPublisher
    INSTALL_TASK_NAME - Field in MavenPlugin
    InstallPublications - Class in org.gradle.api.publication
    @author: Szczepan Faber, created at: 6/16/11
    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_REPOSITORY_NAME - Field in ArtifactRepositoryContainer
    intersect() - Method in PatternSet
    IntersectionPatternSet - Class in org.gradle.api.tasks.util
    IntersectionPatternSet(PatternSet) - Constructor in IntersectionPatternSet
    into(Object, Closure) - Method in AbstractCopyTask
    {@inheritDoc}
    into(Object) - Method in CopyProcessingSpec
    Specifies the destination directory for a copy.
    into(Object, Closure) - Method in CopySpec
    Creates and configures a child CopySpec with the given destination path.
    InvalidUserDataException - Class in org.gradle.api
    A InvalidUserDataException is thrown, if a user is providing illegal data for the build.
    InvalidUserDataException(String, Throwable) - Constructor in InvalidUserDataException
    ipr(Closure) - Method in IdeaProject
    Enables advanced configuration like tinkering with the output xml or affecting the way existing *.ipr content is merged with Gradle build information.
    isAuthor() - Method in StandardJavadocDocletOptions
    isBreakIterator() - Method in CoreJavadocOptions
    isBreakIterator() - Method in MinimalJavadocOptions
    isCaseSensitive() - Method in AbstractCopyTask
    {@inheritDoc}
    isCaseSensitive() - Method in CopySpec
    Specifies whether case-sensitive pattern matching should be used.
    isChanging() - Method in ExternalModuleDependency
    Returns whether or nor Gradle should always check for a change in the remote repository.
    isColorOutput() - Method in StartParameter
    Returns true if logging output should be displayed in color when Gradle is running in a terminal which supports color output.
    isComposite() - Method in TestDescriptor
    Is this test a composite test?
    isContinueOnFailure() - Method in StartParameter
    Specifies whether the build should continue on task failure.
    isDaemon() - Method in AbstractJettyRunTask
    Specifies whether the Jetty server should run in the background.
    isDebugEnabled(Marker) - Method in Logging.LoggerImpl
    isDependencyOrderEntry(def) - Method in Module
    isDetail() - Method in TaskReportTask
    isDirectory() - Method in FileTreeElement
    Returns true if this element is a directory, or false if this element is a regular file.
    isDocFilesSubDirs() - Method in StandardJavadocDocletOptions
    isDryRun() - Method in StartParameter
    isEmpty() - Method in FileCollection
    Returns true if this collection is empty.
    isEnabled(LogLevel) - Method in Logger
    Returns true if the given log level is enabled for this logger.
    isEnabled(LogLevel) - Method in Logging.LoggerImpl
    isErrorEnabled(Marker) - Method in Logging.LoggerImpl
    isFailOnError() - Method in Javadoc
    Specifies whether this task should fail when errors are encountered during javadoc generation.
    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.
    isGnuCompilerTool(Node) - Method in CprojectDescriptor
    isGnuLinkerTool(Node) - Method in CprojectDescriptor
    isIgnoreExitValue() - Method in BaseExecSpec
    Tells whether a non-zero exit value is ignored, or an exception thrown.
    isIgnoreExitValue() - Method in Exec
    {@inheritDoc}
    isIgnoreExitValue() - Method in JavaExec
    {@inheritDoc}
    isIgnoreFailures() - Method in Checkstyle
    {@inheritDoc}
    isIgnoreFailures() - Method in CodeNarc
    {@inheritDoc}
    isIgnoreFailures() - Method in Test
    {@inheritDoc}
    isIgnoreFailures() - Method in VerificationTask
    Specifies whether the build should break when the verifications performed by this task fail.
    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
    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
    Dependency types.
    isOptional() - Method in MavenDependency
    isOptionField(Field) - Method in AbstractOptions
    isProfile() - Method in StartParameter
    Returns true if a profile report will be generated.
    isQuietEnabled() - Method in Logger
    Returns true if quiet log level is enabled for this logger.
    isQuietEnabled() - Method in Logging.LoggerImpl
    isRelativeToPathVariable() - Method in FileReference
    Returns true if this reference is relative to a path variable.
    isSatisfiedBy(T) - Method in AndSpec
    isSatisfiedBy(Dependency) - Method in DependencySpecs.DependencyTypeSpec
    isSatisfiedBy(T) - Method in NotSpec
    isSatisfiedBy(T) - Method in OrSpec
    isSatisfiedBy(T) - Method in Spec
    isScanForTestClasses() - Method in Test
    Specifies whether test classes should be detected.
    isSearchUpwards() - Method in StartParameter
    isSerialWarn() - Method in StandardJavadocDocletOptions
    isSkipUnmappedConfs() - Method in Conf2ScopeMappingContainer
    Returns whether unmapped configuration should be skipped or not.
    isSplitIndex() - Method in StandardJavadocDocletOptions
    isStandardOutputCaptureEnabled() - Method in LoggingManager
    Returns true when standard output capture is enabled.
    isTestReport() - Method in Test
    Specifies whether the test report should be generated.
    isTrace() - Method in AntlrTask
    Specifies that all rules call traceIn/traceOut.
    isTraceEnabled(Marker) - Method in Logging.LoggerImpl
    isTraceLexer() - Method in AntlrTask
    Specifies that all lexer rules call traceIn/traceOut.
    isTraceParser() - Method in AntlrTask
    Specifies that all parser rules call traceIn/traceOut.
    isTraceTreeWalker() - Method in AntlrTask
    Specifies that all tree walker rules call traceIn/traceOut.
    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 Upload
    Specifies whether the dependency descriptor should be uploaded.
    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
    ivy(Action) - Method in RepositoryHandler
    Adds and configures an Ivy repository.
    IvyArtifactRepository - Interface in org.gradle.api.artifacts.repositories
    An artifact repository which uses an Ivy format to store artifacts and meta-data.
    ivyPattern(String) - Method in IvyArtifactRepository
    Adds an Ivy pattern to use to locate ivy files in this repository.
    iws(Closure) - Method in IdeaWorkspace
    Enables advanced manipulation of the output xml.

    J

    Jar - Class in org.gradle.api.tasks.bundling
    Assembles a JAR archive.
    Jar() - Constructor in Jar
    JAR_TASK_NAME - Field in JavaPlugin
    JarDirectory - Class in org.gradle.plugins.ide.idea.model
    Represents a jar directory element of an idea module library.
    JarDirectory(def, def) - Constructor in JarDirectory
    java(Closure) - Method in SonarProject
    Configures Java-related configuration options.
    java(Closure) - Method in SourceSet
    Configures the Java source for this set.
    JavaBasePlugin - Class in org.gradle.api.plugins

    A Plugin which compiles and tests Java source, and assembles it into a JAR file.

    JavaCodeQualityPluginConvention - Class in org.gradle.api.plugins.quality
    JavaCodeQualityPluginConvention(Project) - Constructor in JavaCodeQualityPluginConvention
    Javadoc - Class in org.gradle.api.tasks.javadoc

    Generates HTML API documentation for Java classes.

    JAVADOC_ANNOTATIONS - Field in TestNGOptions
    JAVADOC_TASK_NAME - Field in JavaPlugin
    javadocAnnotations() - Method in TestNGOptions
    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
    JavadocOptionFileOption - Interface in org.gradle.external.javadoc
    Represents a Javadoc command-line option.
    JavadocOutputLevel - Enum in org.gradle.external.javadoc
    This enum maps to the -verbose and -quiet options of the javadoc executable.
    JavaExec - Class in org.gradle.api.tasks
    Executes a Java application in a child process.
    JavaExec() - Constructor in JavaExec
    javaexec(Closure) - Method in Project
    Executes a Java main class.
    javaexec(Closure) - Method in Script
    Executes a Java main class.
    JavaExecSpec - Interface in org.gradle.process
    Specifies the options for executing a Java application.
    JavaForkOptions - Interface in org.gradle.process

    Specifies the options to use to fork a Java process.

    JavaPlugin - Class in org.gradle.api.plugins

    A Plugin which compiles and tests Java source, and assembles it into a JAR file.

    JavaPlugin.EmbeddableJavaProjectImpl(JavaPluginConvention) - Constructor in JavaPlugin.EmbeddableJavaProjectImpl
    JavaPluginConvention - Class in org.gradle.api.plugins
    Is mixed in into the project when applying the JavaBasePlugin or the JavaPlugin.
    JavaPluginConvention(Project) - Constructor in JavaPluginConvention
    JavaVersion - Enum in org.gradle.api
    An enumeration of Java versions.
    Jdk - Class in org.gradle.plugins.ide.idea.model
    Represents information for the project Java SDK.
    JDK_ANNOTATIONS - Field in TestNGOptions
    Jdk(def, def, def, def) - Constructor in Jdk
    jdkAnnotations() - Method in TestNGOptions
    Jdt - Class in org.gradle.plugins.ide.eclipse.model
    Represents the Eclipse JDT settings.
    jdt(Closure) - Method in EclipseModel
    Configures eclipse java compatibility information (jdt)

    For examples see docs for EclipseProject

    JETTY_RUN - Field in JettyPlugin
    JETTY_RUN_WAR - Field in JettyPlugin
    JETTY_STOP - Field in JettyPlugin
    JettyPlugin - Class in org.gradle.api.plugins.jetty

    A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.

    JettyPluginConvention - Class in org.gradle.api.plugins.jetty
    Convention properties and methods added by the JettyPlugin.
    JettyRun - Class in org.gradle.api.plugins.jetty

    Deploys an exploded web application to an embedded Jetty web container.

    JettyRunWar - Class in org.gradle.api.plugins.jetty

    Deploys a WAR to an embedded Jetty web container.

    JettyStop - Class in org.gradle.api.plugins.jetty
    Stops the embedded Jetty web container, if it is running.
    jFlags(String) - Method in CoreJavadocOptions
    jFlags(String) - Method in MinimalJavadocOptions
    JUnitOptions - Class in org.gradle.api.tasks.testing.junit
    The JUnit specific test options.
    jvmArgs(Object) - Method in JavaExec
    {@inheritDoc}
    jvmArgs(Object) - Method in JavaForkOptions
    Adds some arguments to use to launch the JVM for the process.
    jvmArgs(Object) - Method in Test
    {@inheritDoc}

    K

    keyWords() - Method in StandardJavadocDocletOptions

    L

    latest() - Method in ResolutionStrategy
    use the latest of conflicting versions and move on
    layout(String, Closure) - Method in IvyArtifactRepository
    Specifies the layout to use with this repository, based on the root url.
    leftShift(Closure) - Method in Task

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

    LenientConfiguration - Interface in org.gradle.api.artifacts
    Resolved configuration that does not fail eagerly when some dependencies are not resolved.
    lib(Closure) - Method in Ear
    Adds dependency libraries to include in the 'lib' directory of the EAR archive.
    libDirName(String) - Method in EarPluginConvention
    Allows changing the library directory in the EAR file.
    Library - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    Library(FileReference) - Constructor in Library
    libs(Iterable) - Method in AgainstLibrary
    Compile against the given libs (collection must be live, i.e. changes respected)
    libs(Iterable) - Method in GppCompileSpec
    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
    Link - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    link(Map) - Method in GenerateEclipseProject
    Deprecated.
    link(String, String) - Method in Groovydoc
    Add links to groovydoc/javadoc output at the given URL.
    Link(String, String, String, String) - Constructor in Link
    linkedResource(Map) - Method in EclipseProject
    Adds a resource link (aka 'source link') to the eclipse project.
    links(String) - Method in StandardJavadocDocletOptions
    linksFile(File) - Method in StandardJavadocDocletOptions
    linksOffline(String, String) - Method in StandardJavadocDocletOptions
    linksOfflineFile(File) - Method in StandardJavadocDocletOptions
    linkSource() - Method in StandardJavadocDocletOptions
    load(Node) - Method in Classpath
    load(Properties) - Method in Jdt
    load(Node) - Method in Module
    load(Node) - Method in Project
    load(Node) - Method in Workspace
    load(Node) - Method in WtpComponent
    load(Node) - Method in WtpFacet
    locale(String) - Method in CoreJavadocOptions
    locale(String) - Method in MinimalJavadocOptions
    localGroovy() - Method in DependencyHandler
    Creates a dependency on the Groovy that is distributed with the current version of Gradle.
    LocationAwareException - Class in org.gradle.api
    A LocationAwareException is an exception which can be annotated with a location in a script.
    LocationAwareException(Throwable, Throwable, ScriptSource, Integer) - Constructor in LocationAwareException
    log(LogLevel, String, Throwable) - Method in Logger
    Logs the given message at the given log level.
    log(LogLevel, String, Throwable) - Method in Logging.LoggerImpl
    Logger - Interface in org.gradle.api.logging

    An extension to the SLF4J Logger interface, which adds the quiet and lifecycle log levels.

    Logging - Class in org.gradle.api.logging

    The main entry point for Gradle's logging system.

    Logging.LoggerImpl(def) - Constructor in Logging.LoggerImpl
    LoggingManager - Interface in org.gradle.api.logging

    A LoggingManager provides access to and control over the Gradle logging system.

    LoggingOutput - Interface in org.gradle.api.logging
    Provides access to the output of the Gradle logging system.
    LogLevel - Enum in org.gradle.api.logging
    The log levels supported by Gradle.

    M

    MAIN_SOURCE_SET_NAME - Field in SourceSet
    The name of the main source set.
    makeSureModuleNamesAreUnique() - Method in IdeaPlugin
    makeSureProjectNamesAreUnique() - Method in EclipsePlugin
    Manifest - Interface in org.gradle.api.java.archives
    Represents the manifest file of a JAR file.
    manifest(Closure) - Method in Jar
    Configures the manifest for this JAR archive.
    manifest(Closure) - Method in JavaPluginConvention
    Creates and configures a new instance of a Manifest.
    ManifestException - Class in org.gradle.api.java.archives
    Is thrown in the case an operation is applied against a Manifest that violates the Manifest specification.
    ManifestException(String, Throwable) - Constructor in ManifestException
    ManifestMergeDetails - Interface in org.gradle.api.java.archives
    Details of a value being merged from two different manifests.
    ManifestMergeSpec - Interface in org.gradle.api.java.archives
    Specifies how the entries of multiple manifests should be merged together.
    matching(Closure) - Method in DomainObjectCollection
    Returns a collection which contains the objects in this collection which meet the given closure specification.
    matching(Closure) - Method in DomainObjectSet
    {@inheritDoc}
    matching(PatternFilterable) - Method in FileTree

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

    matching(Closure) - Method in NamedDomainObjectCollection
    {@inheritDoc}
    matching(Closure) - Method in NamedDomainObjectList
    {@inheritDoc}
    matching(Closure) - Method in NamedDomainObjectSet
    {@inheritDoc}
    matching(Closure) - Method in PluginCollection
    {@inheritDoc}
    matching(Closure) - Method in TaskCollection
    {@inheritDoc}
    MAVEN_ARTIFACT_PATTERN - Field in IvyArtifactRepository
    MAVEN_CENTRAL_URL - Field in ArtifactRepositoryContainer
    MAVEN_IVY_PATTERN - Field in IvyArtifactRepository
    maven(Closure) - Method in Publications
    MAVEN_REPO_PATTERN - Field in ArtifactRepositoryContainer
    maven(Action) - Method in RepositoryHandler
    Adds and configures a Maven repository.
    MavenArtifact - Interface in org.gradle.api.publication.maven
    MavenArtifactRepository - Interface in org.gradle.api.artifacts.repositories
    An artifact repository which uses a Maven format to store artifacts and meta-data.
    MavenAuthentication - Interface in org.gradle.api.publication.maven
    @author: Szczepan Faber, created at: 5/11/11
    mavenCentral() - Method in RepositoryHandler
    Adds a repository which looks in the Maven central repository for dependencies.
    MavenDependency - Interface in org.gradle.api.publication.maven
    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 MavenRepositoryHandlerConvention
    Behaves the same way as mavenDeployer(java.util.Map).
    MavenDeployment - Interface in org.gradle.api.artifacts.maven
    Represents the artifacts which will be deployed to a maven repository.
    mavenInstaller(Map, Closure) - Method in MavenRepositoryHandlerConvention
    Behaves the same way as mavenInstaller(java.util.Map).
    mavenLocal() - Method in RepositoryHandler
    Adds a repository which looks in the local Maven cache for dependencies.
    MavenPlugin - Class in org.gradle.api.plugins

    A Plugin which allows project artifacts to be deployed to a Maven repository, or installed to the local Maven cache.

    MavenPluginConvention - Class in org.gradle.api.plugins
    Properties and methods added by the MavenPlugin.
    MavenPluginConvention(ProjectInternal, MavenFactory) - Constructor in MavenPluginConvention
    MavenPom - Interface in org.gradle.api.artifacts.maven
    Is used for generating a Maven pom file and customizing the generation.
    MavenPomCustomizer - Interface in org.gradle.api.publication.maven
    MavenPublication - Interface in org.gradle.api.publication.maven
    MavenPublisher - Interface in org.gradle.api.publication.maven
    mavenRepo(Map, Closure) - Method in RepositoryHandler
    Adds a repository which is Maven compatible.
    MavenRepository - Interface in org.gradle.api.publication.maven
    MavenRepositoryHandlerConvention - Interface in org.gradle.api.plugins
    Allows maven repositories for publishing artifacts to be defined.
    MavenResolver - Interface in org.gradle.api.artifacts.maven
    An ArtifactRepository which can be used to publish artifacts to Maven repositories.
    MavenScope - Enum in org.gradle.api.publication.maven
    mergeXmlClasspath(Classpath) - Method in EclipseClasspath
    mergeXmlComponent(WtpComponent) - Method in EclipseWtpComponent
    mergeXmlFacet(WtpFacet) - Method in EclipseWtpFacet
    mergeXmlModule(Module) - Method in IdeaModule
    mergeXmlProject(Project) - Method in EclipseProject
    mergeXmlProject(Project) - Method in IdeaProject
    mergeXmlWorkspace(Workspace) - Method in IdeaWorkspace
    metaInf(Closure) - Method in Jar
    Adds content to this JAR archive's META-INF directory.
    methodMissing(String, def) - Method in Dsl
    methodMissing(String, def) - Method in TestNGOptions
    MinimalJavadocOptions - Interface in org.gradle.external.javadoc
    Provides the core Javadoc options.
    minus(FileCollection) - Method in FileCollection

    Returns a FileCollection which contains the intersection of this collection and the given collection.

    mkdir() - Method in Directory
    mkdir(Object) - Method in Project
    Creates a directory and returns a file pointing to it.
    mkdir(Object) - Method in Script
    Creates a directory and returns a file pointing to it.
    model(Class) - Method in ProjectConnection
    Creates a builder which can be used to build the model of the given type.
    ModelBuilder - Interface in org.gradle.tooling

    A ModelBuilder allows you to fetch a snapshot of the model for a project.

    ModelToPropertiesConverter - Class in org.gradle.api.plugins.sonar.model
    Converts a model object to a map of Sonar properties, guided by the information provided with SonarProperty and IncludeProperties annotations.
    ModelToPropertiesConverter(Object) - Constructor in ModelToPropertiesConverter
    Module - Interface in org.gradle.api.artifacts

    A Module represents the meta-information about a project which should be used when publishing the module.

    module(Object, Closure) - Method in DependencyHandler
    Creates a dependency on a client module.
    module(String, String) - Method in DeploymentDescriptor
    Add a module to the deployment descriptor.
    module(Closure) - Method in IdeaModel
    Configures IDEA module information.
    MODULE_KEY - Field in ExcludeRule
    Module(XmlTransformer, PathFactory) - Constructor in Module
    ModuleDependency - Interface in org.gradle.api.artifacts

    A ModuleDependency is a Dependency on a module outside the current project.

    ModuleDependency(def, def) - Constructor in ModuleDependency
    ModuleLibrary - Class in org.gradle.plugins.ide.idea.model
    Represents an orderEntry of type module-library in the iml xml.
    ModuleLibrary(Collection, Collection, Collection, Collection, String) - Constructor in ModuleLibrary

    N

    NAME - Field in AntlrSourceVirtualDirectory
    NAME - Field in Gpp
    Named - Interface in org.gradle.api
    Types can implement this interface and use the embedded Namer implementation, to satisfy API that calls for a namer.
    Named.Namer - Class in org.gradle.api
    An implementation of the namer interface for objects implementing the named interface.
    NamedDomainObjectCollection - Interface in org.gradle.api

    A NamedDomainObjectCollection represents a collection of domain objects that have an inherent, constant, name.

    NamedDomainObjectContainer - Interface in org.gradle.api

    A named domain object container is a specialisation of NamedDomainObjectSet that adds the ability to create instances of the element type.

    NamedDomainObjectFactory - Interface in org.gradle.api
    A factory for named objects of type T.
    NamedDomainObjectList - Interface in org.gradle.api

    A specialisation of NamedDomainObjectCollection that also implements java.util.List.

    NamedDomainObjectSet - Interface in org.gradle.api

    A specialisation of NamedDomainObjectCollection that also implements java.util.Set and orders objects by their inherent name.

    Namer - Interface in org.gradle.api
    A namer is capable of providing a name based on some inherent characteristic of an object.
    Namer.Comparator - Class in org.gradle.api
    A comparator implementation based on the names returned by the given namer.
    Namer.Comparator(Namer) - Constructor in Namer.Comparator
    NativeDependencyCapableSourceSet - Interface in org.gradle.plugins.binaries.model
    Source set capability
    NativeDependencySet - Interface in org.gradle.plugins.binaries.model
    Models a collection of native type dependencies.
    natures(String) - Method in EclipseProject
    Appends natures entries to the eclipse project.
    natures(String) - Method in GenerateEclipseProject
    Deprecated.
    Nested - Annotation Type in org.gradle.api.tasks

    Marks a property as specifying a nested bean, whose properties should be checked for annotations.

    newBuild() - Method in ProjectConnection
    Creates a launcher which can be used to execute a build.
    newBuild() - Method in StartParameter

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

    newConnector() - Method in GradleConnector
    Creates a new connector instance.
    newInstance(String) - Method in GradleLauncher
    Returns a GradleLauncher instance based on the passed command line syntax arguments.
    newInstance() - Method in StartParameter
    Duplicates this StartParameter instance.
    noComment() - Method in StandardJavadocDocletOptions
    noDeprecated() - Method in StandardJavadocDocletOptions
    noDeprecatedList() - Method in StandardJavadocDocletOptions
    noHelp() - Method in StandardJavadocDocletOptions
    noIndex() - Method in StandardJavadocDocletOptions
    noNavBar() - Method in StandardJavadocDocletOptions
    noQualifier(List) - Method in StandardJavadocDocletOptions
    noQualifiers(String) - Method in StandardJavadocDocletOptions
    normalizeKeyId(String) - Method in PgpSignatoryFactory
    normalizePath(String) - Method in AbstractClasspathEntry
    noSince() - Method in StandardJavadocDocletOptions
    not(Spec) - Method in Specs
    noTimestamp - Field in StandardJavadocDocletOptions
    noTree() - Method in StandardJavadocDocletOptions
    NotSpec - Class in org.gradle.api.specs
    A Spec implementation which negates another Spec.
    NotSpec(Spec) - Constructor in NotSpec

    O

    ObjectConfigurationAction - Interface in org.gradle.api.plugins

    An ObjectConfigurationAction allows you to apply Plugins and scripts to an object or objects.

    onApply(Project) - Method in EclipsePlugin
    onApply(Project) - Method in EclipseWtpPlugin
    onApply(Project) - Method in IdeaPlugin
    onComplete(T) - Method in ResultHandler
    onConfigure(Closure) - Method in GenerateMetadataFileTask
    onFailure(GradleConnectionException) - Method in ResultHandler
    onlyIf(Spec) - Method in Task

    Execute the task only if the given spec is satisfied.

    onOutput(String) - Method in OutputListener
    onOutput(CharSequence) - Method in StandardOutputListener
    Called when some output is written by the logging system.
    open() - Method in FileTreeElement
    Opens this file as an input stream.
    Optional - Annotation Type in org.gradle.api.tasks

    Marks a task property as optional.

    optionFiles(File) - Method in CoreJavadocOptions
    optionFiles(File) - Method in MinimalJavadocOptions
    OptionLessJavadocOptionFileOption - Interface in org.gradle.external.javadoc
    Represents a Javadoc option.
    optionMap() - Method in AbstractOptions
    optionMap() - Method in CompileOptions
    optionMap() - Method in GroovyCompileOptions
    options(Closure) - Method in Test
    or(boolean, List) - Method in Specs
    OrSpec - Class in org.gradle.api.specs
    A CompositeSpec which requires any one of its specs to be true in order to evaluate to true.
    OrSpec(Spec) - Constructor in OrSpec
    OsgiManifest - Interface in org.gradle.api.plugins.osgi
    Represents a manifest file for a JAR containing an OSGi bundle.
    osgiManifest(Closure) - Method in OsgiPluginConvention
    Creates and configures a new instance of an OsgiManifest .
    OsgiPlugin - Class in org.gradle.api.plugins.osgi
    A Plugin which extends the JavaPlugin to add OSGi meta-information to the project Jars.
    OsgiPluginConvention - Class in org.gradle.api.plugins.osgi
    Is mixed in into the project when applying the OsgiPlugin .
    OsgiPluginConvention(ProjectInternal) - Constructor in OsgiPluginConvention
    Output - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    Output(String) - Constructor in Output
    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.

    OutputListener - Interface in org.gradle.api.tasks.testing
    Listens to standard output
    overview(String) - Method in CoreJavadocOptions
    Fluent setter for the overview option.
    overview(String) - Method in MinimalJavadocOptions

    P

    parse(boolean, RelativePath, String) - Method in RelativePath
    Path - Class in org.gradle.plugins.ide.idea.model
    Represents a path in a format as used often in ipr and iml files.
    Path(String, String, String) - Constructor in Path
    path(String, String) - Method in PathFactory
    Creates a path for the given URL.
    PATH_SEPARATOR - Field in Project
    The hierarchy separator for project and task path names.
    PathFactory - Class in org.gradle.plugins.ide.idea.model
    PathValidation - Enum in org.gradle.api
    An enumeration for describing validation policies for file paths.
    pathVariables(Map) - Method in EclipseModel
    Adds path variables to be used for replacing absolute paths in classpath entries.
    pathVariables(Map) - Method in IdeaModel
    Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.).
    PatternFilterable - Interface in org.gradle.api.tasks.util

    A PatternFilterable represents some file container which Ant-style include and exclude patterns or specs can be applied to.

    PatternSet - Class in org.gradle.api.tasks.util
    @author Hans Dockter
    PatternSet(Map) - Constructor in PatternSet
    PgpKeyId - Class in org.gradle.plugins.signing.signatory.pgp
    A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.
    PgpKeyId(String) - Constructor in PgpKeyId
    PgpSignatory - Class in org.gradle.plugins.signing.signatory.pgp
    PgpSignatory(String, PGPSecretKey, String) - Constructor in PgpSignatory
    PgpSignatoryFactory - Class in org.gradle.plugins.signing.signatory.pgp
    PgpSignatoryProvider - Class in org.gradle.plugins.signing.signatory.pgp
    Plugin - Interface in org.gradle.api

    A Plugin represents an extension to Gradle.

    plugin(String) - Method in ObjectConfigurationAction
    Adds a Plugin to use to configure the target objects.
    PluginCollection - Interface in org.gradle.api.plugins

    A PluginCollection represents a collection of Plugin instances.

    PluginContainer - Interface in org.gradle.api.plugins

    A PluginContainer is used to manage a set of Plugin instances applied to a particular project.

    PluginInstantiationException - Class in org.gradle.api.plugins
    A PluginInstantiationException is thrown when a plugin cannot be instantiated.
    PluginInstantiationException(String, Throwable) - Constructor in PluginInstantiationException
    plus(FileCollection) - Method in FileCollection

    Returns a FileCollection which contains the union of this collection and the given collection.

    plus(FileTree) - Method in FileTree
    Returns a FileTree which contains the union of this tree and the given tree.
    plus(RelativePath) - Method in RelativePath

    Appends the given path to the end of this path.

    pom(Closure) - Method in MavenPluginConvention
    Creates and configures a new MavenPom.
    pom(Closure) - Method in PomFilterContainer
    Configures the default pom by a closure.
    PomFilterContainer - Interface in org.gradle.api.artifacts.maven
    Manages a set of MavenPom instances and their associated PublishFilter instances.
    PORT_SYSPROPERTY - Field in AbstractJettyRunTask
    prepend(String) - Method in RelativePath
    Prepends the given names to the start of this path.
    PROCESS_RESOURCES_TASK_NAME - Field in JavaPlugin
    PROCESS_TEST_RESOURCES_TASK_NAME - Field in JavaPlugin
    ProcessForkOptions - Interface in org.gradle.process

    Specifies the options to use to fork a process.

    ProgressEvent - Interface in org.gradle.tooling
    Some information about a piece of work of a long running operation.
    ProgressListener - Interface in org.gradle.tooling
    A listener which is notified as some long running operation makes progress.
    Project - Interface in org.gradle.tooling.model
    Represents a project of some kind.
    project(Map) - Method in DependencyHandler
    Creates a dependency on a project.
    project(Closure) - Method in EclipseModel
    Configures eclipse project information

    For examples see docs for EclipseProject

    PROJECT_FILE_NAME - Field in Project
    project(Closure) - Method in IdeaModel
    Configures IDEA project information.
    project(Closure) - Method in MavenPom
    Provides a builder for the Maven pom for adding or modifying properties of the Maven getModel().
    Project(XmlTransformer) - Constructor in Project
    PROJECT_REPORT - Field in ProjectReportsPlugin
    project(File) - Method in Settings

    Returns the project with the given project directory.

    project(Closure) - Method in SonarProjectModel
    Configures per-project configuration options.
    project(Closure) - Method in SonarRootModel
    Configures per-project configuration options.
    ProjectBuilder - Class in org.gradle.testfixtures

    Creates dummy instances of Project which you can use in testing custom task and plugin implementations.

    ProjectConnection - Interface in org.gradle.tooling
    Represents a long-lived connection to a Gradle project.
    ProjectDependency - Interface in org.gradle.tooling.model
    Represents a dependency on another project.
    ProjectDependency(String, String) - Constructor in ProjectDependency
    ProjectDescriptor - Class in org.gradle.plugins.cpp.cdt.model
    The actual .project descriptor file.
    ProjectDescriptor() - Constructor in ProjectDescriptor
    ProjectEvaluationListener - Interface in org.gradle.api

    An ProjectEvaluationListener is notified when a project is evaluated.

    ProjectReportsPlugin - Class in org.gradle.api.plugins

    A Plugin which adds some project visualization report tasks to a project.

    ProjectReportsPluginConvention - Class in org.gradle.api.plugins
    ProjectReportsPluginConvention(Project) - Constructor in ProjectReportsPluginConvention
    ProjectReportTask - Class in org.gradle.api.tasks.diagnostics

    Displays a list of projects in the build.

    ProjectSettings - Class in org.gradle.plugins.cpp.cdt.model
    Gradle model element, the configurable parts of the .project file.
    projectsEvaluated(Gradle) - Method in BuildAdapter
    projectsEvaluated(Gradle) - Method in BuildListener

    Called when all projects for the build have been evaluated.

    projectsEvaluated(Gradle) - Method in BuildLogger
    projectsEvaluated(Closure) - Method in Gradle
    Adds a closure to be called when all projects for the build have been evaluated.
    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 BuildLogger
    projectsLoaded(Closure) - Method in Gradle
    Adds a closure to be called when the projects for the build have been created from the settings.
    ProjectState - Interface in org.gradle.api
    ProjectState provides information about the execution state of a project.
    properties(Map) - Method in TaskInputs
    Registers a set of input properties for this task.
    property(Map) - Method in EclipseWtpComponent
    Adds a property.
    property(Map) - Method in GenerateEclipseWtpComponent
    Deprecated.
    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.

    property(String, Object) - Method in TaskInputs

    Registers an input property for this task.

    propertyMissing(String) - Method in PgpSignatoryProvider
    propertyMissing(String) - Method in TestNGOptions
    PropertyReportTask - Class in org.gradle.api.tasks.diagnostics
    Displays the properties of a project.
    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
    PublicationPlugin - Class in org.gradle.api.publication
    This is only temporary plugin :) When we're happy with what it does we can move that to the core dsl?
    Publications - Class in org.gradle.api.publication
    @author: Szczepan Faber, created at: 6/16/11
    publish() - Method in InstallPublications
    publish() - Method in PublishPublications
    PublishArtifact - Interface in org.gradle.api.artifacts

    A PublishArtifact is an artifact produced by a project.

    PublishArtifactSet - Interface in org.gradle.api.artifacts
    A set of artifacts to be published.
    PublishException - Class in org.gradle.api.artifacts

    A PublishException is thrown when a dependency configuration cannot be published for some reason.

    PublishException(String, Throwable) - Constructor in PublishException
    PublishFilter - Interface in org.gradle.api.artifacts.maven
    A filter for artifacts to be published.
    PublishPublications - Class in org.gradle.api.publication
    @author: Szczepan Faber, created at: 6/16/11
    putIfNotNull(Map, String, Object) - Method in AntGroovydoc

    Q

    quiet() - Method in CoreJavadocOptions
    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() - Method in MinimalJavadocOptions

    R

    readFrom(Object) - Method in DeploymentDescriptor
    Reads the deployment descriptor from a file.
    readProperties(Project, String, String, boolean) - Method in PgpSignatoryFactory
    readSecretKey(PGPSecretKeyRingCollection, PgpKeyId, String) - Method in PgpSignatoryFactory
    referencedProjects(String) - Method in EclipseProject
    The referenced projects of this Eclipse project (*not*: java build path project references).
    referencedProjects(String) - Method in GenerateEclipseProject
    Deprecated.
    register(SignatureType) - Method in AbstractSignatureTypeProvider
    RelativePath - Class in org.gradle.api.file

    Represents a relative path from some base directory to a file.

    relativePath(String, File) - Method in PathFactory
    Creates a path relative to the given path variable.
    relativePath(Object) - Method in Project

    Returns the relative path from the project directory to the given path.

    RelativePath(boolean, String) - Constructor in RelativePath
    Creates a RelativePath.
    relativePath(Object) - Method in Script

    Returns the relative path from the directory containing this script to the given path.

    relativeProjectPath(String) - Method in Project

    Converts a name to a project path relative to this project.

    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
    removeArtifact(PublishArtifact) - Method in Configuration
    Removes an artifact from the artifacts to be published to this configuration.
    removeListener(Object) - Method in Gradle
    Removes the given listener from this build.
    removeProjectEvaluationListener(ProjectEvaluationListener) - Method in Gradle
    Removes the given listener from this build.
    removeStandardErrorListener(StandardOutputListener) - Method in LoggingOutput
    Removes a listener from standard error.
    removeStandardOutputListener(StandardOutputListener) - Method in LoggingOutput
    Removes a listener from standard output.
    removeTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in TaskExecutionGraph

    Remove a listener from this graph.

    removeTaskExecutionListener(TaskExecutionListener) - Method in TaskExecutionGraph

    Remove a listener from this graph.

    removeTestListener(TestListener) - Method in Test
    Unregisters a test listener with this task.
    rename(Pattern, String) - Method in AbstractCopyTask
    {@inheritDoc}
    rename(Pattern, String) - Method in CopyProcessingSpec
    Renames files based on a regular expression.
    rename(Pattern, String) - Method in CopySpec
    {@inheritDoc}
    replace(String, Class) - Method in TaskContainer

    Creates a Task with the given name and type, and adds it to this container, replacing any existing task of the same name.

    replaceLastName(String) - Method in RelativePath

    Returns a copy of this path, with the last name replaced with the given name.

    reportException(Throwable) - Method in BuildExceptionReporter
    ReportingBasePlugin - Class in org.gradle.api.plugins

    A Plugin which provides the basic skeleton for reporting.

    ReportingBasePluginConvention - Class in org.gradle.api.plugins

    A BasePluginConvention defines the convention properties and methods used by the ReportingBasePlugin.

    ReportingBasePluginConvention(ProjectInternal) - Constructor in ReportingBasePluginConvention
    reportInternalError(BuildExceptionReporter.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
    Configures the set of repositories to upload to.
    RepositoryHandler - Interface in org.gradle.api.artifacts.dsl
    A RepositoryHandler manages a set of repositories, allowing repositories to be defined and queried.
    required(boolean) - Method in Sign
    Change whether or not this task should fail if no signatory or signature type are configured at the time of generation.
    required(boolean) - Method in SigningSettings
    Sets whether or not signing tasks should fail if no signatory or signature type are configured at generation time.
    resetGlobalExcludes() - Method in PatternSet
    ResolutionStrategy - Interface in org.gradle.api.artifacts
    Defines the strategies around forcing certain dependency versions or conflict resolutions.
    ResolvableDependencies - Interface in org.gradle.api.artifacts
    A set of Dependency objects which can be resolved to a set of File instances.
    resolve() - Method in Configuration
    Resolves this configuration.
    resolve(boolean) - Method in SelfResolvingDependency
    Resolves this dependency by specifying the transitive mode.
    ResolvedArtifact - Interface in org.gradle.api.artifacts
    Information about a resolved artifact.
    ResolvedConfiguration - Interface in org.gradle.api.artifacts
    A ResolvedConfiguration represents the result of resolving a Configuration, and provides access to both the artifacts and the meta-data of the result.
    ResolvedDependency - Interface in org.gradle.api.artifacts
    Information about a resolved dependency.
    resolveDependencies() - Method in EclipseClasspath
    Calculates, resolves & returns dependency entries of this classpath
    resolveDependencies() - Method in IdeaModule
    Resolves and returns the module's dependencies.
    ResolveException - Class in org.gradle.api.artifacts

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

    ResolveException(Configuration, List, Iterable) - Constructor in ResolveException
    RESOLVER_NAME - Field in ArtifactRepositoryContainer
    RESOLVER_URL - Field in ArtifactRepositoryContainer
    resource(Map) - Method in EclipseWtpComponent
    Adds a wb-resource.
    resource(Map) - Method in GenerateEclipseWtpComponent
    Deprecated.
    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
    ResultHandler - Interface in org.gradle.tooling
    A handler for an asynchronous operation which returns an object of type T.
    rethrowFailure() - Method in BuildResult

    Rethrows the build failure.

    rethrowFailure() - Method in ExecResult
    Re-throws any failure executing this process.
    rethrowFailure() - Method in ProjectState
    Throws the project failure, if any.
    rethrowFailure() - Method in ResolvedConfiguration
    A resolve of a configuration that is not successful does not automatically throws an exception.
    rethrowFailure() - Method in TaskState
    Throws the task failure, if any.
    Rule - Interface in org.gradle.api

    A Rule represents some action to perform when an unknown domain object is referenced.

    run(ResultHandler) - Method in BuildLauncher
    Launchers the build.
    run() - Method in GradleLauncher

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

    RUNTIME - Field in Conf2ScopeMappingContainer
    RUNTIME_CONFIGURATION_NAME - Field in JavaPlugin
    RUNTIME_PRIORITY - Field in MavenPlugin

    S

    SATISFIES_ALL - Field in Specs
    SATISFIES_NONE - Field in Specs
    satisfyAll() - Method in Specs
    satisfyNone() - Method in Specs
    SCALA_DOC_TASK_NAME - Field in ScalaPlugin
    scala(Closure) - Method in ScalaSourceSet
    Configures the Scala source for this set.
    SCALA_TOOLS_CONFIGURATION_NAME - Field in ScalaBasePlugin
    ScalaBasePlugin - Class in org.gradle.api.plugins.scala
    ScalaCompile - Class in org.gradle.api.tasks.scala
    Compiles Scala source files, and optionally, Java source files.
    ScalaCompile() - Constructor in ScalaCompile
    ScalaCompileOptions - Class in org.gradle.api.tasks.scala
    ScalaDoc - Class in org.gradle.api.tasks.scala
    Generates HTML API documentation for Scala source files.
    ScalaDocOptions - Class in org.gradle.api.tasks.scala
    ScalaPlugin - Class in org.gradle.api.plugins.scala
    ScalaSourceSet - Interface in org.gradle.api.tasks
    A ScalaSourceSetConvention defines the properties and methods added to a SourceSet by the ScalaPlugin.
    scannerListeners - Field in AbstractJettyRunTask
    List of Listeners for the scanner.
    ScanTargetPattern - Class in org.gradle.api.plugins.jetty
    Patterns for scanning for file changes.
    Script - Interface in org.gradle.api

    This interface is implemented by all Gradle scripts to add in some Gradle-specific methods.

    ScriptCompilationException - Class in org.gradle.api
    A ScriptCompilationException is thrown when a script cannot be compiled.
    ScriptCompilationException(String, Throwable, ScriptSource, Integer) - Constructor in ScriptCompilationException
    ScriptHandler - Interface in org.gradle.api.initialization.dsl

    A ScriptHandler allows you to manage the compilation and execution of a build script.

    securityRole(String) - Method in DeploymentDescriptor
    Add a security role to the deployment descriptor.
    segmentIterator() - Method in RelativePath
    SelfResolvingDependency - Interface in org.gradle.api.artifacts
    A SelfResolvingDependency is a Dependency which is able to resolve itself, independent of a repository.
    send(String, String) - Method in Announcer
    serialWarn() - Method in StandardJavadocDocletOptions
    server(Closure) - Method in SonarRootModel
    Configures server configuration options.
    setActions(List) - Method in Task

    Sets the sequence of Action objects which will be executed by this task.

    setAdditionalRuntimeJars(Iterable) - Method in AbstractJettyRunTask
    setAllJvmArgs(Iterable) - Method in JavaExec
    {@inheritDoc}
    setAllJvmArgs(Iterable) - Method in JavaForkOptions
    Sets the full set of arguments to use to launch the JVM for the process.
    setAllJvmArgs(Iterable) - Method in Test
    {@inheritDoc}
    setAltDeployDescriptor(String) - Method in EarModule
    setAnnotationsOnSourceCompatibility(JavaVersion) - Method in TestNGOptions
    setAntGroovydoc(AntGroovydoc) - Method in Groovydoc
    setAntlrClasspath(FileCollection) - Method in AntlrTask
    Specifies the classpath containing the Ant ANTLR task implementation.
    setAntScalaDoc(AntScalaDoc) - Method in ScalaDoc
    setAppDirName(String) - Method in EarPluginConvention
    setAppendix(String) - Method in AbstractArchiveTask
    setApplicationName(String) - Method in DeploymentDescriptor
    setArchiveBase(Wrapper.PathBase) - Method in Wrapper
    The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
    setArchiveClassifier(String) - Method in Wrapper
    setArchiveName(String) - Method in AbstractArchiveTask
    Sets the archive name.
    setArchiveName(String) - Method in Wrapper
    setArchivePath(String) - Method in Wrapper
    Set's the path where the gradle distributions archive should be saved (i.e. the parent dir).
    setArgs(Iterable) - Method in Exec
    {@inheritDoc}
    setArgs(Iterable) - Method in ExecSpec
    Sets the arguments for the command to be executed.
    setArgs(Iterable) - Method in JavaExec
    {@inheritDoc}
    setArgs(Iterable) - Method in JavaExecSpec
    Sets the args for the main class to be executed.
    setArtifactId(String) - Method in MavenPom
    Sets the artifact id for this POM.
    setArtifactUrls(Iterable) - Method in MavenArtifactRepository
    Sets the additional URLs to use to find artifact files.
    setAuthor(boolean) - Method in StandardJavadocDocletOptions
    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
    setBootstrapClasspath(FileCollection) - Method in JavaExec
    {@inheritDoc}
    setBootstrapClasspath(FileCollection) - Method in JavaForkOptions
    Sets the bootstrap classpath to use for the process.
    setBootstrapClasspath(FileCollection) - Method in Test
    {@inheritDoc}
    setBottom(String) - Method in StandardJavadocDocletOptions
    setBreakIterator(boolean) - Method in CoreJavadocOptions
    setBreakIterator(boolean) - Method in MinimalJavadocOptions
    setBuildCommands(List) - Method in GenerateEclipseProject
    setBuildDir(Object) - Method in Project

    Sets the build directory of this project.

    setBuildDirName(String) - Method in Project

    Sets the build directory name of this project.

    setBuildFile(Object) - Method in GradleBuild
    Sets the build file that should be used for this build.
    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.
    setBuildScriptSource(ScriptSource) - Method in StartParameter

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

    setBuiltBy(Iterable) - Method in ConfigurableFileCollection
    Sets the tasks which build the files of this collection.
    setBuiltBy(Iterable) - Method in ConfigurableFileTree
    Sets the tasks which build the files of this collection.
    setCacheUsage(CacheUsage) - Method in StartParameter
    setCaseSensitive(boolean) - Method in AbstractCopyTask
    {@inheritDoc}
    setCaseSensitive(boolean) - Method in CopySpec
    Specifies whether case-sensitive pattern matching should be used for this CopySpec.
    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.
    setClassesDir(Object) - Method in SourceSetOutput
    Sets the directory to assemble the compiled classes into.
    setClassifier(String) - Method in AbstractArchiveTask
    setClasspath(FileCollection) - Method in AbstractCompile
    Sets the classpath to use to compile the source files.
    setClasspath(FileCollection) - Method in Checkstyle
    Specified the classpath containing the compiled classes for the source file to be inspected.
    setClasspath(List) - Method in CoreJavadocOptions
    setClasspath(FileCollection) - Method in Groovydoc
    Sets the classpath used to locate classes referenced by the documented sources.
    setClasspath(FileCollection) - Method in Javadoc
    Sets the classpath to use to resolve type references in this source code.
    setClasspath(FileCollection) - Method in JavaExec
    {@inheritDoc}
    setClasspath(FileCollection) - Method in JavaExecSpec
    Sets the classpath for executing the main class.
    setClasspath(FileCollection) - Method in JettyRun
    Set the classpath for the web application.
    setClasspath(List) - Method in MinimalJavadocOptions
    setClasspath(FileCollection) - Method in OsgiManifest
    A convenient method for setting a Bundle-Classpath instruction.
    setClasspath(FileCollection) - Method in ScalaDoc
    setClasspath(FileCollection) - Method in Test
    setClasspath(Object) - Method in War
    Sets the classpath to include in the WAR archive.
    setClassPathFiles(List) - Method in JettyRun
    setColorOutput(boolean) - Method in StartParameter
    Specifies whether logging output should be displayed in color.
    setCommandLine(Object) - Method in Exec
    {@inheritDoc}
    setCommandLine(Iterable) - Method in ExecSpec
    Sets the full command line, including the executable to be executed plus its arguments.
    setComment(String) - Method in GenerateEclipseProject
    setCompileClasspath(FileCollection) - Method in SourceSet
    Sets the classpath used to compile this source.
    setCompiler(GroovyJavaJointCompiler) - Method in GroovyCompile
    setCompiler(ScalaJavaJointCompiler) - Method in ScalaCompile
    setCompression(Compression) - Method in Tar
    Specifies the compression to use for this archive.
    setConf2ScopeMappings(Conf2ScopeMappingContainer) - Method in MavenPluginConvention
    setConfigFile(File) - Method in Checkstyle
    Specifies the Checkstyle configuration file to use.
    setConfigFile(File) - Method in CodeNarc
    Specifies the CodeNarc configuration file to use.
    setConfiguration(Configuration) - Method in Upload
    setConfigurations(Set) - Method in DependencyReportTask
    Sets the configurations to generate the report for.
    setConfigurations(ConfigurationContainer) - Method in MavenPom
    Sets the configuration container used for mapping configurations to maven scopes.
    setConflictResolution(ConflictResolution) - Method in ResolutionStrategy
    configures conflict resolution
    setConnectors(Connector[]) - Method in AbstractJettyRunTask
    setContainers(Set) - Method in GenerateEclipseClasspath
    setContextHandlers(ContextHandler[]) - Method in JettyRun
    setContextPath(String) - Method in AbstractJettyRunTask
    setContextPath(String) - Method in GenerateEclipseWtpComponent
    setContextRoot(String) - Method in EarWebModule
    setContinueOnFailure(boolean) - Method in StartParameter
    Specifies whether the build should continue on task failure.
    setCopyAction(FileCopyActionImpl) - Method in Copy
    setCurrentDir(File) - Method in StartParameter
    Sets the directory to use to select the default project, and to search for the settings file.
    setDaemon(boolean) - Method in AbstractJettyRunTask
    setDebug(boolean) - Method in JavaExec
    {@inheritDoc}
    setDebug(boolean) - Method in JavaForkOptions
    Enable or disable debugging for the process.
    setDebug(boolean) - Method in Test
    {@inheritDoc}
    setDefaultOutputDir(File) - Method in GenerateEclipseClasspath
    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.

    setDefaultType(String) - Method in AbstractSignatureTypeProvider
    setDefaultType(String) - Method in SignatureTypeProvider
    setDelete(Object) - Method in Delete
    Sets the files to be deleted by this task.
    setDependencies(List) - Method in MavenPom
    Sets the dependencies for this POM.
    setDependencyCacheDir(File) - Method in Compile
    setDependsOn(Iterable) - Method in Task

    Sets the dependencies of this task.

    setDeployName(String) - Method in GenerateEclipseWtpComponent
    setDescription(String) - Method in AntTarget
    {@inheritDoc}
    setDescription(String) - Method in Configuration
    Sets the description for this configuration.
    setDescription(String) - Method in DeploymentDescriptor
    setDescription(String) - Method in EarSecurityRole
    setDescription(String) - Method in OsgiManifest
    A convenient method for setting a Bundle-Description instruction.
    setDescription(String) - Method in Project
    Sets a description for this project.
    setDescription(String) - Method in Task
    Sets a description for this task.
    setDescriptorDestination(File) - Method in Upload
    setDestinationDir(File) - Method in AbstractArchiveTask
    setDestinationDir(File) - Method in AbstractCompile
    Sets the directory to generate the .class files into.
    setDestinationDir(File) - Method in Copy
    Sets the directory to copy files into.
    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
    setDestinationDir(File) - Method in Sync
    Sets the directory to copy files into.
    setDestinationDirectory(File) - Method in MinimalJavadocOptions
    setDestinationDirectory(File) - Method in StandardJavadocDocletOptions
    setDidWork(boolean) - Method in Task
    Sets whether the task actually did any work.
    setDir(Object) - Method in ConfigurableFileTree
    Specifies base directory for this file tree using the given path.
    setDir(Object) - Method in GradleBuild
    Sets the project directory for the build.
    setDirectory(File) - Method in ScanTargetPattern
    setDirMode(int) - Method in AbstractCopyTask
    {@inheritDoc}
    setDirMode(int) - Method in CopyProcessingSpec
    Sets the Unix permissions to use for the target directories.
    setDirs(Iterable) - Method in FlatDirectoryArtifactRepository
    Sets the directories where this repository will look for artifacts.
    setDisplayName(String) - Method in DeploymentDescriptor
    setDistributionBase(Wrapper.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
    Sets the path where the gradle distributions needed by the wrapper are unzipped.
    setDistributionUrl(String) - Method in Wrapper
    setDocEncoding(String) - Method in StandardJavadocDocletOptions
    setDocFilesSubDirs(boolean) - Method in StandardJavadocDocletOptions
    setDoclet(String) - Method in CoreJavadocOptions
    setDoclet(String) - Method in MinimalJavadocOptions
    setDocletpath(List) - Method in CoreJavadocOptions
    setDocletpath(List) - Method in MinimalJavadocOptions
    setDocTitle(String) - Method in Groovydoc
    Sets 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.
    setDownloadJavadoc(boolean) - Method in GenerateEclipseClasspath
    setDownloadJavadoc(boolean) - Method in GenerateIdeaModule
    setDownloadSources(boolean) - Method in GenerateEclipseClasspath
    setDownloadSources(boolean) - Method in GenerateIdeaModule
    setDryRun(boolean) - Method in StartParameter
    setEnableAssertions(boolean) - Method in JavaExec
    {@inheritDoc}
    setEnableAssertions(boolean) - Method in JavaForkOptions
    Enable or disable assertions for the process.
    setEnableAssertions(boolean) - Method in Test
    {@inheritDoc}
    setEnabled(boolean) - Method in Task

    Set the enabled state of a task.

    setEncoding(String) - Method in CoreJavadocOptions
    setEncoding(String) - Method in MinimalJavadocOptions
    setEnvironment(Map) - Method in Exec
    {@inheritDoc}
    setEnvironment(Map) - Method in JavaExec
    {@inheritDoc}
    setEnvironment(Map) - Method in ProcessForkOptions
    Sets the environment variable to use for the process.
    setEnvironment(Map) - Method in Test
    {@inheritDoc}
    setErrorOutput(OutputStream) - Method in BaseExecSpec
    Sets the output stream to consume standard error from the process executing the command.
    setErrorOutput(OutputStream) - Method in Exec
    {@inheritDoc}
    setErrorOutput(OutputStream) - Method in JavaExec
    {@inheritDoc}
    setExcludeDirs(Set) - Method in GenerateIdeaModule
    setExcludeDocFilesSubDir(List) - Method in StandardJavadocDocletOptions
    setExcludedTaskNames(Iterable) - Method in StartParameter
    Sets the tasks to exclude from this build.
    setExcludes(Iterable) - Method in AbstractCopyTask
    {@inheritDoc}
    setExcludes(Iterable) - Method in CopySpec
    {@inheritDoc}
    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
    {@inheritDoc}
    setExcludes(Iterable) - Method in Test
    Sets the exclude patterns for test execution.
    setExecutable(Object) - Method in Exec
    {@inheritDoc}
    setExecutable(String) - Method in Javadoc
    setExecutable(Object) - Method in JavaExec
    {@inheritDoc}
    setExecutable(Object) - Method in ProcessForkOptions
    Sets the name of the executable to use.
    setExecutable(Object) - Method in Test
    {@inheritDoc}
    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(Iterable) - Method in JettyRun
    setFacets(List) - Method in GenerateEclipseWtpFacet
    setFailOnError(boolean) - Method in Javadoc
    setFileMode(int) - Method in AbstractCopyTask
    {@inheritDoc}
    setFileMode(int) - Method in CopyProcessingSpec
    Sets the Unix permissions to use for the target files.
    setFileName(String) - Method in DeploymentDescriptor
    setFilter(PublishFilter) - Method in PomFilterContainer

    Sets the default filter to be used.

    setFooter(String) - Method in Groovydoc
    Sets 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.
    setForkEvery(Long) - Method in Test
    Sets the maximum number of test classes to execute in a forked test process.
    setFrom(Object) - Method in ConfigurableFileCollection
    Sets the source paths for this collection.
    setGlobalExcludes(Collection) - Method in PatternSet
    setGradleUserHomeDir(File) - Method in StartParameter
    Sets the directory to use as the user home directory.
    setGradleVersion(String) - Method in Wrapper
    The version of the gradle distribution required by the wrapper.
    setGroovyClasspath(FileCollection) - Method in GroovyCompile
    Sets the classpath containing the version of Groovy to use for compilation.
    setGroovyClasspath(FileCollection) - Method in Groovydoc
    Sets the classpath containing the Groovy library to be used.
    setGroup(Object) - Method in Project

    Sets the group of this project.

    setGroup(String) - Method in Task
    Sets the task group which this task belongs to.
    setGroupId(String) - Method in MavenPom
    Sets the group id for this POM.
    setGroups(Map) - Method in StandardJavadocDocletOptions
    setHeader(String) - Method in Groovydoc
    Sets header text for each page (optional).
    setHeader(String) - Method in MinimalJavadocOptions
    setHeader(String) - Method in StandardJavadocDocletOptions
    setHelpFile(File) - Method in StandardJavadocDocletOptions
    setHttpPort(Integer) - Method in AbstractJettyRunTask
    setHttpPort(Integer) - Method in JettyPluginConvention
    setIgnoreExitValue(boolean) - Method in BaseExecSpec
    Sets whether a non-zero exit value is ignored, or an exception thrown.
    setIgnoreExitValue(boolean) - Method in Exec
    {@inheritDoc}
    setIgnoreExitValue(boolean) - Method in JavaExec
    {@inheritDoc}
    setIgnoreFailures(boolean) - Method in Checkstyle
    {@inheritDoc}
    setIgnoreFailures(boolean) - Method in CodeNarc
    {@inheritDoc}
    setIgnoreFailures(boolean) - Method in Test
    {@inheritDoc}
    setIgnoreFailures(boolean) - Method in VerificationTask
    Specifies whether the build should break when the verifications performed by this task fail.
    setIncludeEmptyDirs(boolean) - Method in AbstractCopyTask
    {@inheritDoc}
    setIncludeEmptyDirs(boolean) - Method in CopySpec
    Controls if empty target directories should be included in the copy.
    setIncludePrivate(boolean) - Method in Groovydoc
    Sets whether to include all classes and members (i.e. including private ones) if set to true.
    setIncludes(Iterable) - Method in AbstractCopyTask
    {@inheritDoc}
    setIncludes(Iterable) - Method in CopySpec
    {@inheritDoc}
    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
    {@inheritDoc}
    setIncludes(Iterable) - Method in Test
    Sets the include patterns for test execution.
    setInheritOutputDirs(Boolean) - Method in GenerateIdeaModule
    setInitializeInOrder(Boolean) - Method in DeploymentDescriptor
    setInitScripts(List) - Method in StartParameter
    setInputFile(File) - Method in GeneratorTask
    Sets the input file to load the initial configuration from.
    setJarFile(Object) - Method in Wrapper
    setJarPath(String) - Method in Wrapper
    When executing the wrapper task, the jar path specifies the path where the gradle-wrapper.jar is copied to.
    setJavaCompiler(JavaCompiler) - Method in Compile
    setJavadocPath(FileReference) - Method in AbstractLibrary
    setJavaVersion(String) - Method in GenerateIdeaModule
    setJavaVersion(String) - Method in GenerateIdeaProject
    setJavaVersion(String) - Method in Module
    setJettyConfig(File) - Method in AbstractJettyRunTask
    setJettyEnvXml(File) - Method in JettyRun
    setJettyEnvXmlFile(File) - Method in JettyRun
    setJFlags(List) - Method in CoreJavadocOptions
    setJFlags(List) - Method in MinimalJavadocOptions
    setJvmArgs(Iterable) - Method in JavaExec
    {@inheritDoc}
    setJvmArgs(Iterable) - Method in JavaForkOptions
    Sets the extra arguments to use to launch the JVM for the process.
    setJvmArgs(Iterable) - Method in Test
    {@inheritDoc}
    setKeyWords(boolean) - Method in StandardJavadocDocletOptions
    setLanguageLevel(Object) - Method in IdeaProject
    setLevel(LogLevel) - Method in LoggingManager
    Sets the minimum logging level.
    setLibrary(FileReference) - Method in AbstractLibrary
    setLibraryDirectory(String) - Method in DeploymentDescriptor
    setLicense(String) - Method in OsgiManifest
    A convenient method for setting a Bundle-License instruction.
    setLinks(Set) - Method in GenerateEclipseProject
    setLinks(Set) - Method in Groovydoc
    Sets links to groovydoc/javadoc output at the given URL.
    setLinks(Set) - Method in Project
    @deprecated Please use linkedResources
    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
    setLogLevel(LogLevel) - Method in StartParameter
    setMain(String) - Method in JavaExec
    {@inheritDoc}
    setMain(String) - Method in JavaExecSpec
    Sets the fully qualified name of the main class to be executed.
    setManifest(Manifest) - Method in Jar
    Sets the manifest for this JAR archive.
    setMaxHeapSize(String) - Method in JavaExec
    {@inheritDoc}
    setMaxHeapSize(String) - Method in JavaForkOptions
    Sets the maximum heap size for the process.
    setMaxHeapSize(String) - Method in Test
    {@inheritDoc}
    setMaxMemory(String) - Method in Javadoc
    Sets the amount of memory allocated to this task.
    setMaxParallelForks(int) - Method in Test
    Sets the maximum number of forked test processes to execute in parallel.
    setMemberLevel(JavadocMemberLevel) - Method in CoreJavadocOptions
    setMemberLevel(JavadocMemberLevel) - Method in MinimalJavadocOptions
    setMinusConfigurations(Collection) - Method in GenerateEclipseClasspath
    setMinusConfigurations(Set) - Method in GenerateEclipseWtpComponent
    setModel(Object) - Method in MavenPom
    Sets the underlying native Maven org.apache.maven.model.Model object.
    setModuleDir(File) - Method in GenerateIdeaModule
    setModuleName(String) - Method in GenerateIdeaModule
    setModules(Set) - Method in DeploymentDescriptor
    setModuleTypeMappings(Map) - Method in DeploymentDescriptor
    setName(String) - Method in ArtifactRepository
    Sets the name for this repository.
    setName(String) - Method in FileCopyDetails
    Sets the destination name of this file.
    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.
    setNativeLibraryLocation(String) - Method in AbstractClasspathEntry
    setNatures(List) - Method in GenerateEclipseProject
    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
    setOnlyIf(Spec) - Method in Task

    Execute the task only if the given spec is satisfied.

    setOptionFiles(List) - Method in CoreJavadocOptions
    setOptionFiles(List) - Method in MinimalJavadocOptions
    setOptions(MinimalJavadocOptions) - Method in Javadoc
    Sets the javadoc generation options.
    setOutputDir(File) - Method in GenerateIdeaModule
    setOutputDirectory(File) - Method in AntlrTask
    Specifies the directory to generate the parser source files into.
    setOutputFile(File) - Method in AbstractReportTask
    Sets the file which the report will be written to.
    setOutputFile(File) - Method in GenerateIdeaModule
    setOutputFile(File) - Method in GenerateIdeaProject
    setOutputFile(File) - Method in GeneratorTask
    Sets the output file to write the final configuration to.
    setOutputFile(File) - Method in IdeaModule
    setOutputLevel(JavadocOutputLevel) - Method in CoreJavadocOptions
    setOutputLevel(JavadocOutputLevel) - Method in MinimalJavadocOptions
    setOverrideWebXml(File) - Method in AbstractJettyRunTask
    setOverview(String) - Method in CoreJavadocOptions
    setOverview(String) - Method in Groovydoc
    Sets a html file to be used for overview documentation (optional).
    setOverview(String) - Method in MinimalJavadocOptions
    setPackaging(String) - Method in MavenPom
    Sets the packaging for this POM.
    setPassword(String) - Method in IvyArtifactRepository
    Sets the password to use when authenticating to this repository.
    setPath(String) - Method in EarModule
    setPath(String) - Method in FileCopyDetails
    Sets the destination path of this file.
    setPlusConfigurations(Set) - Method in EclipseWtpComponent
    setPlusConfigurations(Collection) - Method in GenerateEclipseClasspath
    setPlusConfigurations(Set) - Method in GenerateEclipseWtpComponent
    setPom(MavenPom) - Method in PomFilterContainer

    Sets the default pom to be used.

    setPomDirName(String) - Method in MavenPluginConvention
    Sets the name of the directory to generate Maven POMs into, relative to the build directory.
    setProfile(boolean) - Method in StartParameter
    Specifies if a profile report should be generated.
    setProjectCacheDir(File) - Method in StartParameter
    Sets the project's cache location.
    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 GenerateEclipseProject
    setProjectProperties(Map) - Method in StartParameter
    setProjects(Set) - Method in AbstractReportTask
    Specifies the set of projects to generate this report for.
    setProperties(Map) - Method in Checkstyle
    setProperties(List) - Method in GenerateEclipseWtpComponent
    setProperty(String, Object) - Method in Project

    Sets a property of this project.

    setProperty(String, Object) - Method in Task

    Sets a property of this task.

    setReferencedProjects(Set) - Method in GenerateEclipseProject
    setRelativePath(RelativePath) - Method in FileCopyDetails
    Sets the destination path of this file.
    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
    setReportFormat(String) - Method in CodeNarc
    Specifies the format type of the CodeNarc report.
    setReportsDirName(String) - Method in ReportingBasePluginConvention
    Sets the name of the reports directory, relative to the project's build directory.
    setRepository(Object) - Method in MavenDeployer
    Sets the repository to be used for uploading artifacts.
    setRequestLog(RequestLog) - Method in AbstractJettyRunTask
    setRequired(boolean) - Method in SigningSettings
    Sets whether or not signing tasks should fail if no signatory or signature type are configured at generation time.
    setResources(List) - Method in GenerateEclipseWtpComponent
    setResourcesDir(Object) - Method in SourceSetOutput
    Sets the output directory for resources

    See example at SourceSetOutput

    setResultFile(File) - Method in Checkstyle
    Specifies the file to generate the XML results to.
    setRoleName(String) - Method in EarSecurityRole
    setRuntimeClasspath(FileCollection) - Method in SourceSet
    Sets the classpath used to execute this source.
    setScalaClasspath(FileCollection) - Method in ScalaCompile
    setScalaClasspath(FileCollection) - Method in ScalaDoc
    setScalaDocOptions(ScalaDocOptions) - Method in ScalaDoc
    setScanForTestClasses(boolean) - Method in Test
    setScanIntervalSeconds(int) - Method in AbstractJettyRunTask
    setScannerListeners(List) - Method in AbstractJettyRunTask
    setScanTargetPatterns(ScanTargetPattern[]) - Method in JettyRun
    setScanTargets(File[]) - Method in JettyRun
    setScopes(Map) - Method in GenerateIdeaModule
    setScriptDestinationPath(String) - Method in Wrapper
    Specifies a path as the parent dir of the scripts which are generated when executing the wrapper task.
    setScriptFile(Object) - Method in Wrapper
    setSearchUpwards(boolean) - Method in StartParameter
    setSecurityRoles(Set) - Method in DeploymentDescriptor
    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 org.gradle.groovy.scripts.ScriptSource to use for the settings script.

    setShowDetail(boolean) - Method in TaskReportTask
    setShowStacktrace(StartParameter.ShowStacktrace) - Method in StartParameter
    setSignatory(Signatory) - Method in SignatureSpec
    Sets the signatory that will be signing the input.
    setSignatureType(SignatureType) - Method in SignatureSpec
    Sets the signature representation that the signatures will be produced as.
    setSkipUnmappedConfs(boolean) - Method in Conf2ScopeMappingContainer
    Sets, whether unmapped configuration should be skipped or not.
    setSnapshotRepository(Object) - 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 AbstractCompile
    Sets the Java language level to use to compile the source files.
    setSourceCompatibility(Object) - Method in EclipseJdt
    setSourceCompatibility(Object) - Method in GenerateEclipseJdt
    setSourceCompatibility(def) - Method in JavaPluginConvention
    Sets the source compatibility used for compiling Java sources.
    setSourceCompatibility(JavaVersion) - Method in Jdt
    Sets the source compatibility for the compiler.
    setSourceDirs(Set) - Method in GenerateEclipseWtpComponent
    setSourceDirs(Set) - Method in GenerateIdeaModule
    setSourceNames(List) - Method in CoreJavadocOptions
    setSourceNames(List) - Method in MinimalJavadocOptions
    setSourceSets(Iterable) - Method in GenerateEclipseClasspath
    Deprecated.
    setSplitIndex(boolean) - Method in StandardJavadocDocletOptions
    setSrcDirs(Iterable) - Method in SourceDirectorySet
    Sets the source directories for this set.
    setStandardError(OutputStream) - Method in BuildLauncher
    Sets the java.io.OutputStream that should receive standard error logging from this build.
    setStandardError(OutputStream) - Method in ModelBuilder
    Sets the java.io.OutputStream which should receive standard error logging generated while building the model.
    setStandardInput(InputStream) - Method in BaseExecSpec
    Sets the standard input stream for the process executing the command.
    setStandardInput(InputStream) - Method in Exec
    {@inheritDoc}
    setStandardInput(InputStream) - Method in JavaExec
    {@inheritDoc}
    setStandardOutput(OutputStream) - Method in BaseExecSpec
    Sets the output stream to consume standard output from the process executing the command.
    setStandardOutput(OutputStream) - Method in BuildLauncher
    Sets the java.io.OutputStream that should receive standard output logging from this build.
    setStandardOutput(OutputStream) - Method in Exec
    {@inheritDoc}
    setStandardOutput(OutputStream) - Method in JavaExec
    {@inheritDoc}
    setStandardOutput(OutputStream) - Method in ModelBuilder
    Sets the java.io.OutputStream which should receive standard output logging generated while building the model.
    setStartParameter(StartParameter) - Method in GradleBuild
    Sets the full set of parameters that will be used to execute the build.
    setStatus(Object) - Method in Project
    Sets the status of this project.
    setStopKey(String) - Method in AbstractJettyRunTask
    setStopKey(String) - Method in JettyPluginConvention
    setStopKey(String) - Method in JettyStop
    Sets key to provide when stopping jetty.
    setStopPort(Integer) - Method in AbstractJettyRunTask
    setStopPort(Integer) - Method in JettyPluginConvention
    setStopPort(Integer) - Method in JettyStop
    Sets the TCP port to use to send stop command.
    setStylesheetFile(File) - Method in StandardJavadocDocletOptions
    setSubprojects(Set) - Method in GenerateIdeaProject
    setSymbolicName(String) - Method in OsgiManifest
    A convenient method for setting a Bundle-SymbolicName instruction.
    setSystemProperties(Map) - Method in JavaExec
    {@inheritDoc}
    setSystemProperties(Map) - Method in JavaForkOptions
    Sets the system properties to use for the process.
    setSystemProperties(Map) - Method in Test
    {@inheritDoc}
    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 AbstractCompile
    Sets the target JVM to generate the .class files for.
    setTargetCompatibility(Object) - Method in EclipseJdt
    setTargetCompatibility(Object) - Method in GenerateEclipseJdt
    setTargetCompatibility(def) - Method in JavaPluginConvention
    Sets the target compatibility used for compiling Java sources.
    setTargetCompatibility(JavaVersion) - Method in Jdt
    Sets the target compatibility for the compiler.
    setTaskNames(Iterable) - Method in StartParameter

    Sets the tasks to execute in this build.

    setTasks(Collection) - Method in GradleBuild
    Sets the tasks that should be executed for this build.
    setTestClassesDir(File) - Method in Test
    Sets the root folder for the compiled test sources.
    setTestOutputDir(File) - Method in GenerateIdeaModule
    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.
    setTestSourceDirs(Set) - Method in GenerateIdeaModule
    setTestSrcDirs(List) - Method in Test
    setting(Closure) - Method in GppCompileSpec
    Settings - Interface in org.gradle.api.initialization

    Declares the configuration required to instantiate and configure the hierarchy of Project instances which are to participate in a build.

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

    Called when the build settings have been loaded and evaluated.

    settingsEvaluated(Settings) - Method in BuildLogger
    settingsEvaluated(Closure) - Method in Gradle
    Adds a closure to be called when the build settings have been loaded and evaluated.
    setTitle(String) - Method in Javadoc

    Sets the title for the generated documentation.

    setTitle(String) - Method in ScalaDoc
    setTrace(boolean) - Method in AntlrTask
    setTraceLexer(boolean) - Method in AntlrTask
    setTraceParser(boolean) - Method in AntlrTask
    setTraceTreeWalker(boolean) - Method in AntlrTask
    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.
    setUploadDescriptor(boolean) - Method in Upload
    setUrl(Object) - Method in IvyArtifactRepository
    Sets the base URL of this repository.
    setUrl(Object) - Method in MavenArtifactRepository
    Sets the base URL of this repository.
    setUrlRoot(String) - Method in Wrapper
    Sets the base URL to download the gradle distribution from.
    setUse(boolean) - Method in Groovydoc
    Sets whether to create class and package usage pages.
    setUse(boolean) - Method in StandardJavadocDocletOptions
    setUser(String) - Method in WebdavResolver
    setUserName(String) - Method in IvyArtifactRepository
    Sets the user name to use when authenticating to this repository.
    setUserPassword(String) - Method in WebdavResolver
    setUserRealms(UserRealm[]) - Method in AbstractJettyRunTask
    setValue(String) - Method in ManifestMergeDetails
    Set's the value for the key of the manifest after the merge takes place.
    setValue(T) - Method in OptionLessJavadocOptionFileOption
    setVariables(Map) - Method in GenerateEclipseClasspath
    setVariables(Map) - Method in GenerateEclipseWtpComponent
    setVariables(Map) - Method in GenerateIdeaModule
    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 DeploymentDescriptor
    setVersion(String) - Method in MavenPom
    Sets the version for this POM.
    setVersion(String) - Method in OsgiManifest
    A convenient method for setting a Bundle-Version instruction.
    setVersion(Object) - Method in Project

    Sets the version of this project.

    setVersion(boolean) - Method in StandardJavadocDocletOptions
    setVisible(boolean) - Method in Configuration
    Sets the visibility of this configuration.
    setWebApp(File) - Method in JettyRunWar
    setWebAppConfig(JettyPluginWebAppContext) - Method in AbstractJettyRunTask
    setWebAppSourceDirectory(File) - Method in JettyRun
    setWebDefaultXml(File) - Method in AbstractJettyRunTask
    setWebXml(File) - Method in JettyRun
    setWebXml(File) - Method in War
    Sets the web.xml file to include in the WAR archive.
    setWildcards(Set) - Method in GenerateIdeaProject
    setWindowTitle(String) - Method in Groovydoc
    Sets the browser window title for the documentation.
    setWindowTitle(String) - Method in MinimalJavadocOptions
    setWindowTitle(String) - Method in StandardJavadocDocletOptions
    setWorkingDir(Object) - Method in Exec
    {@inheritDoc}
    setWorkingDir(Object) - Method in JavaExec
    {@inheritDoc}
    setWorkingDir(Object) - Method in ProcessForkOptions
    Sets the working directory for the process.
    setWorkingDir(Object) - Method in Test
    {@inheritDoc}
    sharedLibrary() - Method in GppCompileSpec
    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
    Sign - Class in org.gradle.plugins.signing
    A task for creating digital signature files for one or more; tasks, files, publishable artifacts or configurations.
    sign(Signatory, InputStream, OutputStream) - Method in AbstractSignatureType
    sign(Signatory, InputStream, OutputStream) - Method in ArmoredSignatureType
    sign(InputStream, OutputStream) - Method in PgpSignatory
    Exhausts toSign, and writes the signature to signatureDestination.
    Sign() - Constructor in Sign
    sign(InputStream) - Method in Signatory
    Exhausts toSign, and returns the raw signature bytes.
    sign(InputStream) - Method in SignatorySupport
    sign(Signatory, InputStream, OutputStream) - Method in SignatureType
    sign(Closure) - Method in SigningPluginConvention
    Creates a new sign operation using the given closure to configure it before executing it.
    sign(Configuration[]) - Method in SigningSettings
    sign(String, File) - Method in SignOperation
    Registers signatures (with the given classifier) for the given files
    signatories(Closure) - Method in SigningSettings
    Configures the signatory provider (delegating to its configure method).
    Signatory - Interface in org.gradle.plugins.signing.signatory
    A signatory is an object capable of providing a signature for an arbitrary stream of bytes.
    signatory(Signatory) - Method in Sign
    Changes the signatory of the signatures.
    signatory(Signatory) - Method in SignOperation
    Change the signatory for signature generation.
    SignatoryProvider - Interface in org.gradle.plugins.signing.signatory

    Provides implementations of signatory implementations for a project.

    SignatorySupport - Class in org.gradle.plugins.signing.signatory
    Signature - Class in org.gradle.plugins.signing
    A digital signature file artifact.
    Signature(Closure, Closure, SignatureSpec, Object) - Constructor in Signature
    Creates a signature artifact for the file returned by the toSign closure.
    SignatureSpec - Interface in org.gradle.plugins.signing
    Specifies how objects will be signed.
    SignatureType - Interface in org.gradle.plugins.signing.type
    signatureType(SignatureType) - Method in Sign
    Changes the signature file representation for the signatures.
    signatureType(SignatureType) - Method in SignOperation
    Change the signature type for signature generation.
    SignatureTypeProvider - Interface in org.gradle.plugins.signing.type
    signing(Closure) - Method in SigningPluginConvention
    Configures the signing settings of this project.
    SigningPlugin - Class in org.gradle.plugins.signing
    Adds the ability to digitially sign files and artifacts.
    SigningPluginConvention - Class in org.gradle.plugins.signing
    SigningPluginConvention(SigningSettings) - Constructor in SigningPluginConvention
    SigningSettings - Class in org.gradle.plugins.signing
    The global signing configuration for a project.
    SigningSettings(Project) - Constructor in SigningSettings
    Configures the signing settings for the given project.
    SignOperation - Class in org.gradle.plugins.signing
    A sign operation creates digital signatures for one or more files or publish artifacts.
    signPom(MavenDeployment, Closure) - Method in SigningPluginConvention
    Signs the POM artifact for the given maven deployment.
    SingleEntryModuleLibrary - Class in org.gradle.plugins.ide.idea.model
    Single entry module library
    SingleEntryModuleLibrary(FilePath, String) - Constructor in SingleEntryModuleLibrary
    Creates single entry module library
    SkipWhenEmpty - Annotation Type in org.gradle.api.tasks

    Attached to a task property to indicate that the task should be skipped when the value of the property is an empty FileCollection or directory.

    SonarAnalyze - Class in org.gradle.api.plugins.sonar
    Analyzes a project hierachy and writes the results to the Sonar database.
    SonarDatabase - Class in org.gradle.api.plugins.sonar.model
    Configuration options for the Sonar database.
    SonarJavaSettings - Class in org.gradle.api.plugins.sonar.model
    Java-related configuration options for the project to be analyzed.
    SonarModel - Interface in org.gradle.api.plugins.sonar.model
    Base interface for Sonar models on analysis roots and their subprojects.
    SonarPlugin - Class in org.gradle.api.plugins.sonar
    A plugin for integrating with Sonar, a web-based platform for managing code quality.
    SonarProject - Class in org.gradle.api.plugins.sonar.model
    Per-project configuration options.
    SonarProjectModel - Class in org.gradle.api.plugins.sonar.model
    Configuration options for subprojects of a project that has the sonar plugin applied.
    SonarProperty - Annotation Type in org.gradle.api.plugins.sonar.model
    Maps a model property to the corresponding Sonar property.
    SonarRootModel - Class in org.gradle.api.plugins.sonar.model
    Configuration options for a project that has the sonar plugin applied.
    SonarServer - Class in org.gradle.api.plugins.sonar.model
    Configuration options for the Sonar web server.
    source(String) - Method in CoreJavadocOptions
    source(Closure) - Method in CppSourceSet
    The source.
    source(FileCollection) - Method in GppCompileSpec
    source(String) - Method in MinimalJavadocOptions
    source(SourceDirectorySet) - Method in SourceDirectorySet
    Adds the given source to this set.
    source(Object) - Method in SourceTask
    Adds some source to this task.
    source(Object) - Method in TaskInputs
    Registers some source files for this task.
    sourceDir(Object) - Method in TaskInputs
    Registers a source directory for this task.
    SourceDirectory - Interface in org.gradle.tooling.model
    Represents a source directory.
    SourceDirectorySet - Interface in org.gradle.api.file

    A SourceDirectorySet represents a set of source files composed from a set of source directories, along with associated include and exclude patterns.

    SourceFolder - Class in org.gradle.plugins.ide.eclipse.model
    SourceFolder.path contains only project relative path.
    SourceFolder(String, String) - Constructor in SourceFolder
    sourceNames(String) - Method in CoreJavadocOptions
    sourceNames(String) - Method in MinimalJavadocOptions
    SourceSet - Interface in org.gradle.plugins.binaries.model
    A generic model of a collection of source
    SourceSetContainer - Interface in org.gradle.api.tasks
    A SourceSetContainer manages a set of SourceSet objects.
    SourceSetOutput - Interface in org.gradle.api.tasks
    A collection of all output directories (compiled classes, processed resources, etc.) - notice that SourceSetOutput extends FileCollection.
    sourceSets(Closure) - Method in CppExtension
    sourceSets(Closure) - Method in JavaPluginConvention
    Configures the source sets of this project.
    SourceTask - Class in org.gradle.api.tasks
    A SourceTask performs some operation on source files.
    Spec - Interface in org.gradle.api.specs
    Represents some predicate against objects of type T.
    Specs - Class in org.gradle.api.specs
    Provides a number of Spec implementations.
    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.
    StandardCppCompiler - Interface in org.gradle.plugins.cpp.compiler.capability
    Wraps up the standard capabilities you'd expect a cpp compiler to have
    StandardJavadocDocletOptions - Class in org.gradle.external.javadoc
    Provides the options for the standard Javadoc doclet.
    StandardJavadocDocletOptions(JavadocOptionFile) - Constructor in StandardJavadocDocletOptions
    StandardOutputListener - Interface in org.gradle.api.logging

    A StandardOutputListener receives text written by Gradle's logging system to standard output or error.

    start() - Method in AbstractJettyRunTask
    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 defines the configuration used by a GradleLauncher instance to execute a build.

    StartParameter.ShowStacktrace - Enum in org.gradle
    Specifies the detail to include in stacktraces.
    StartParameter() - Constructor in StartParameter
    Creates a StartParameter with default values.
    statusChanged(ProgressEvent) - Method in ProgressListener
    Called when the progress status changes.
    stop() - Method in JettyStop
    StopActionException - Class in org.gradle.api.tasks

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

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

    A StopExecutionException is thrown by a Action or task action closure to stop execution of the current task and start execution of the next task.

    StopExecutionException(String) - Constructor in StopExecutionException
    stopExecutionIfEmpty() - Method in FileCollection
    Throws a StopExecutionException if this collection is empty.
    stopVisiting() - Method in FileVisitDetails
    Requests that file visiting terminate after the current file.
    store(Node) - Method in Classpath
    store(Node) - Method in CprojectDescriptor
    store(Properties) - Method in Jdt
    store(Node) - Method in Module
    store(Node) - Method in Project
    store(Node) - Method in Workspace
    store(Node) - Method in WtpComponent
    store(Node) - Method in WtpFacet
    strict() - Method in ResolutionStrategy
    fail eagerly on conflict
    stylesheetFile(File) - Method in StandardJavadocDocletOptions
    subprojects(Closure) - Method in Project

    Configures the sub-projects of this project.

    suites(File) - Method in TestNGOptions
    Add suite files by File objects.
    suiteXmlBuilder() - Method in TestNGOptions
    Sync - Class in org.gradle.api.tasks
    Synchronises the contents of a destination directory with some source directories and files.
    Sync() - Constructor in Sync
    SYSTEM_PROP_PREFIX - Field in Project
    systemProperties(Map) - Method in JavaExec
    {@inheritDoc}
    systemProperties(Map) - Method in JavaForkOptions
    Adds some system properties to use for the process.
    systemProperties(Map) - Method in Test
    {@inheritDoc}
    systemProperty(String, Object) - Method in JavaExec
    {@inheritDoc}
    systemProperty(String, Object) - Method in JavaForkOptions
    Adds a system property to use for the process.
    systemProperty(String, Object) - Method in Test
    {@inheritDoc}

    T

    tagletPath(File) - Method in StandardJavadocDocletOptions
    taglets(String) - Method in StandardJavadocDocletOptions
    tags(String) - Method in StandardJavadocDocletOptions
    tagsFile(File) - Method in StandardJavadocDocletOptions
    Tar - Class in org.gradle.api.tasks.bundling
    Assembles a TAR archive.
    Tar.TarCopyActionImpl(FileResolver) - Constructor in Tar.TarCopyActionImpl
    Tar() - Constructor in Tar
    tarTree(Object) - Method in Project

    Creates a new FileTree which contains the contents of the given TAR file.

    tarTree(Object) - Method in Script

    Creates a new FileTree which contains the contents of the given TAR file.

    Task - Interface in org.gradle.api

    A Task represents a single atomic piece of work for a build, such as compiling classes or generating javadoc.

    Task.Namer - Class in org.gradle.api
    A Namer namer for tasks that returns getName().
    TASK_ACTION - Field in Task
    TASK_DEPENDS_ON - Field in Task
    TASK_DESCRIPTION - Field in Task
    TASK_GROUP - Field in Task
    TASK_NAME - Field in Task
    TASK_OVERWRITE - Field in Task
    task(String, Closure) - Method in Project

    Creates a Task with the given name and adds it to this project.

    TASK_REPORT - Field in ProjectReportsPlugin
    TASK_TYPE - Field in Task
    TaskAction - Annotation Type in org.gradle.api.tasks
    Marks a method as the action to run when the task is executed.
    TaskActionListener - Interface in org.gradle.api.execution

    A TaskWorkListener is notified of the actions that a task performs.

    TaskCollection - Interface in org.gradle.api.tasks
    A TaskCollection contains a set of Task instances, and provides a number of query methods.
    TaskContainer - Interface in org.gradle.api.tasks

    A TaskContainer is responsible for managing a set of Task instances.

    TaskDependency - Interface in org.gradle.api.tasks

    A TaskDependency represents an unordered set of tasks which a Task depends on.

    TaskExecutionException - Class in org.gradle.api.tasks

    A TaskExecutionException is thrown when a task fails to execute successfully.

    TaskExecutionException(Task, Throwable) - Constructor in TaskExecutionException
    TaskExecutionGraph - Interface in org.gradle.api.execution

    A TaskExecutionGraph is responsible for managing the execution of the Task instances which are part of the build.

    TaskExecutionGraphListener - Interface in org.gradle.api.execution

    A TaskExecutionGraphListener is notified when the TaskExecutionGraph has been populated.

    TaskExecutionListener - Interface in org.gradle.api.execution

    A TaskExecutionListener is notified of the execution of the tasks in a build.

    TaskExecutionLogger - Class in org.gradle
    A listener which logs the execution of tasks.
    TaskExecutionLogger(ProgressLoggerFactory) - Constructor in TaskExecutionLogger
    TaskInputs - Interface in org.gradle.api.tasks

    A TaskInputs represents the inputs for a task.

    TaskInstantiationException - Class in org.gradle.api.tasks
    A TaskInstantiationException is thrown when a task cannot be instantiated for some reason.
    TaskInstantiationException(String, Throwable) - Constructor in TaskInstantiationException
    TaskOutputs - Interface in org.gradle.api.tasks

    A TaskOutputs represents the outputs of a task.

    TaskReportTask - Class in org.gradle.api.tasks.diagnostics

    Displays a list of tasks in the project.

    TaskState - Interface in org.gradle.api.tasks
    TaskState provides information about the execution state of a Task.
    TaskValidationException - Class in org.gradle.api.tasks
    A TaskValidationException is thrown when there is some validation problem with a task.
    TaskValidationException(String, List) - Constructor in TaskValidationException
    Test - Class in org.gradle.api.tasks.testing
    Executes 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_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
    TestDescriptor - Interface in org.gradle.api.tasks.testing
    Describes a test.
    testFramework(Closure) - Method in Test
    TestFrameworkOptions - Class in org.gradle.api.tasks.testing
    The base class for any test framework specific options.
    TestListener - Interface in org.gradle.api.tasks.testing
    Interface for listening to test execution.
    TestNGOptions - Class in org.gradle.api.tasks.testing.testng
    @author Tom Eyckmans
    TestNGOptions(File) - Constructor in TestNGOptions
    TestResult - Interface in org.gradle.api.tasks.testing
    Describes a test result.
    TestResult.ResultType - Enum in org.gradle.api.tasks.testing
    The final status of a test.
    to(Object) - Method in ObjectConfigurationAction

    Specifies some target objects to be configured.

    toHex(long) - Method in PgpKeyId
    toLong(String) - Method in PgpKeyId
    toString() - Method in AbstractClasspathEntry
    toString() - Method in AbstractLibrary
    toString() - Method in AccessRule
    toString() - Method in BuildCommand
    toString() - Method in Classpath
    toString() - Method in Container
    toString() - Method in Facet
    toString() - Method in JarDirectory
    toString() - Method in JavadocOfflineLink
    toString() - Method in JavaVersion
    toString() - Method in Jdk
    toString() - Method in Library
    toString() - Method in Module
    toString() - Method in ModuleDependency
    toString() - Method in ModuleLibrary
    toString() - Method in Output
    toString() - Method in Path
    toString() - Method in PgpKeyId
    toString() - Method in Project
    toString() - Method in ProjectDependency
    toString() - Method in RelativePath
    toString() - Method in SignOperation
    toString() - Method in SourceFolder
    toString() - Method in StartParameter
    toString() - Method in Variable
    toString() - Method in WbDependentModule
    toString() - Method in WbProperty
    toString() - Method in WbResource
    toString() - Method in WtpComponent
    toString() - Method in WtpFacet
    toVersion(Object) - Method in JavaVersion
    Converts the given object into a JavaVersion.
    toXmlNode(Node, Object) - Method in EarModule
    Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null).
    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 Transformer transforms objects of type T.

    trimPath() - Method in SourceFolder
    Type - Enum in org.gradle.api.artifacts.specs
    Dependency types.
    type(Type) - Method in DependencySpecs
    Deprecated.

    U

    UncheckedIOException - Class in org.gradle.api
    UncheckedIOException is used to wrap an java.io.IOException into an unchecked exception.
    UncheckedIOException(Throwable) - Constructor in UncheckedIOException
    UnknownConfigurationException - Class in org.gradle.api.artifacts

    An UnknownConfigurationException is thrown when a configuration referenced by name cannot be found.

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

    A UnknownDomainObjectException is the super class of all exceptions thrown when a given domain object cannot be located.

    UnknownDomainObjectException(String, Throwable) - Constructor in UnknownDomainObjectException
    UnknownPluginException - Class in org.gradle.api.plugins
    A UnknownPluginException is thrown when an unknown plugin id is provided.
    UnknownPluginException(String) - 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 is thrown when a repository referenced by name cannot be found.
    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
    UnresolvedDependency - Interface in org.gradle.api.artifacts
    Unsuccessfully resolved dependency.
    UnsupportedVersionException - Class in org.gradle.tooling
    Thrown when the target Gradle version does not support a particular feature.
    UnsupportedVersionException(String) - Constructor in UnsupportedVersionException
    Upload - Class in org.gradle.api.tasks
    Uploads the artifacts of a Configuration to a set of repositories.
    UPLOAD_GROUP - Field in BasePlugin
    Upload() - Constructor in Upload
    upToDateWhen(Spec) - Method in TaskOutputs

    Adds a predicate to determine whether the outputs of this task are up-to-date.

    uri(Object) - Method in Project

    Resolves a file path to a URI, relative to the project directory of this project.

    uri(Object) - Method in Script

    Resolves a file path to a URI, relative to the directory containing this script.

    use() - Method in StandardJavadocDocletOptions
    useDefaultListeners(boolean) - Method in TestNGOptions
    useDistribution(URI) - Method in GradleConnector
    Specifies which Gradle distribution to use.
    useEmbeddedBuildFile(String) - Method in StartParameter

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

    useGradleUserHomeDir(File) - Method in GradleConnector
    Specifies the user's Gradle home directory to use.
    useGradleVersion(String) - Method in GradleConnector
    Specifies which Gradle version to use.
    useInstallation(File) - Method in GradleConnector
    Specifies which Gradle installation to use.
    useJUnit(Closure) - Method in Test
    Specifies that JUnit should be used to execute the tests.
    useLogger(Object) - Method in Gradle
    Uses the given object as a logger.
    useLogger(Object) - Method in GradleLauncher
    Use the given listener.
    usePlugin(Class) - Method in Project

    Applies a Plugin to this project.

    useTestNG(Closure) - Method in Test
    Specifies that TestNG should be used to execute the tests.

    V

    validateConfiguration() - Method in AbstractJettyRunTask
    validateConfiguration() - Method in JettyRun
    validateConfiguration() - Method in JettyRunWar
    Variable - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    Variable(FileReference) - Constructor in Variable
    variables(Map) - Method in GenerateEclipseClasspath
    Deprecated.
    variables(Map) - Method in GenerateEclipseWtpComponent
    Deprecated.
    verbose() - Method in CoreJavadocOptions
    verbose() - Method in MinimalJavadocOptions
    VERIFICATION_GROUP - Field in JavaBasePlugin
    VerificationTask - Interface in org.gradle.api.tasks
    A VerificationTask is a task which performs some verification of the artifacts produced by a build.
    version() - Method in StandardJavadocDocletOptions
    visit(Closure) - Method in FileTree
    Visits the files and directories in this file tree.
    visitDir(FileVisitDetails) - Method in EmptyFileVisitor
    visitDir(FileVisitDetails) - Method in FileVisitor
    Visits a directory.
    visitFile(FileVisitDetails) - Method in EmptyFileVisitor
    visitFile(FileVisitDetails) - Method in FileVisitor
    Visits a file.

    W

    War - Class in org.gradle.api.tasks.bundling
    Assembles a WAR archive.
    WAR_EXTENSION - Field in War
    WAR_TASK_NAME - Field in WarPlugin
    War() - Constructor in War
    warn(String, Throwable) - Method in Logging.LoggerImpl
    WarPlugin - Class in org.gradle.api.plugins

    A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.

    WarPluginConvention - Class in org.gradle.api.plugins
    WarPluginConvention(Project) - Constructor in WarPluginConvention
    WbDependentModule - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    WbDependentModule(String, String) - Constructor in WbDependentModule
    WbProperty - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    WbProperty(String, String) - Constructor in WbProperty
    WbResource - Class in org.gradle.plugins.ide.eclipse.model
    @author Hans Dockter
    WbResource(String, String) - Constructor in WbResource
    WEB_APP_GROUP - Field in WarPlugin
    WebdavResolver - Class in org.gradle.api.artifacts.repositories
    A org.apache.ivy.plugins.resolver.RepositoryResolver for webdav based repositories.
    WebdavResolver() - Constructor in WebdavResolver
    webInf(Closure) - Method in War
    Adds some content to the WEB-INF directory for this WAR archive.
    webModule(String, String) - Method in DeploymentDescriptor
    Add a web module to the deployment descriptor.
    whenConfigured(Action) - Method in GeneratorTask
    Deprecated.
    whenConfigured(Action) - Method in MavenPom

    Adds an action to be called when the pom has been configured.

    whenConfigured(Closure) - Method in MavenPomCustomizer
    whenMerged(Closure) - Method in FileContentMerger
    Adds a closure to be called after content is loaded from existing file and after gradle build information is merged

    This is advanced api that gives access to internal implementation of idea plugin.

    whenObjectAdded(Closure) - Method in DomainObjectCollection
    Adds a closure to be called when an object is added to this collection.
    whenObjectRemoved(Closure) - Method in DomainObjectCollection
    Adds a closure to be called when an object is removed from this collection.
    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.
    windowTitle(String) - Method in MinimalJavadocOptions
    windowTitle(String) - Method in StandardJavadocDocletOptions
    with(CopySpec) - Method in AbstractCopyTask
    {@inheritDoc}
    with(CopySpec) - Method in CopySpec
    Adds the given specs as a child of this spec.
    withGlobalProperties(Closure) - Method in SonarRootModel
    Registers a closure for post-processing the global Sonar properties covered by SonarRootModel, and for adding further properties not covered by that model.
    withName(String) - Method in ProjectBuilder
    Specifies the name for the project
    withParent(Project) - Method in ProjectBuilder
    Specifies the parent project.
    withProjectDir(File) - Method in ProjectBuilder
    Specifies the project directory for the project to build.
    withProjectProperties(Closure) - Method in SonarProject
    Registers a closure for post-processing the per-project Sonar properties covered by SonarProjectModel, and for adding further properties not covered by that model.
    withType(Class, Closure) - Method in DomainObjectCollection
    Returns a collection containing the objects in this collection of the given type.
    withType(Class) - Method in DomainObjectSet
    {@inheritDoc}
    withType(Class) - Method in NamedDomainObjectCollection
    {@inheritDoc}
    withType(Class) - Method in NamedDomainObjectList
    {@inheritDoc}
    withType(Class) - Method in NamedDomainObjectSet
    {@inheritDoc}
    withType(Class) - Method in PluginCollection
    {@inheritDoc}
    withType(Class) - Method in TaskCollection
    {@inheritDoc}
    withXml(Action) - Method in DeploymentDescriptor
    Adds an action to be called when the XML document has been created.
    withXml(Action) - Method in MavenPom

    Adds an action to be called when the POM XML has been created.

    withXml(Closure) - Method in MavenPomCustomizer
    withXml(Closure) - Method in XmlFileContentMerger
    Adds a closure to be called when the file has been created.
    withXml(Action) - Method in XmlGeneratorTask
    Deprecated.
    workingDir(Object) - Method in Exec
    {@inheritDoc}
    workingDir(Object) - Method in JavaExec
    {@inheritDoc}
    workingDir(Object) - Method in ProcessForkOptions
    Sets the working directory for the process.
    workingDir(Object) - Method in Test
    {@inheritDoc}
    WorkResult - Interface in org.gradle.api.tasks
    Provides information about some work which was performed.
    Workspace - Class in org.gradle.plugins.ide.idea.model
    Represents the customizable elements of an ipr (via XML hooks everything of the ipr is customizable).
    workspace(Closure) - Method in IdeaModel
    Configures IDEA workspace information.
    Workspace(XmlTransformer) - Constructor in Workspace
    Wrapper - Class in org.gradle.api.tasks.wrapper

    Generates scripts (for *nix and windows) which allow you to build your project with Gradle, without having to install Gradle.

    Wrapper.PathBase - Enum in org.gradle.api.tasks.wrapper
    Specifies how the wrapper path should be interpreted.
    Wrapper() - Constructor in Wrapper
    write(BuildExceptionReporter.FailureDetails) - Method in BuildExceptionReporter
    write(File) - Method in CoreJavadocOptions
    write(File) - Method in MinimalJavadocOptions
    write(JavadocOptionFileWriterContext) - Method in OptionLessJavadocOptionFileOption
    writeEntryAttributes(Node) - Method in AbstractClasspathEntry
    writeTo(Object) - Method in DeploymentDescriptor
    Writes the deployment descriptor into a file.
    writeTo(Object) - Method in Manifest
    Writes the manifest into a file.
    writeTo(Object) - Method in MavenPom
    Writes the getEffectivePom() xml to a file while applying the withXml(org.gradle.api.Action) actions.
    wtp(Closure) - Method in EclipseModel
    Configures eclipse wtp information

    For examples see docs for EclipseWtp

    WtpComponent - Class in org.gradle.plugins.ide.eclipse.model
    Creates the .settings/org.eclipse.wst.common.component file for WTP projects.
    WtpComponent(XmlTransformer) - Constructor in WtpComponent
    WtpFacet - Class in org.gradle.plugins.ide.eclipse.model
    Creates the .settings/org.eclipse.wst.common.project.facet.core.xml file for WTP projects.
    WtpFacet(XmlTransformer) - Constructor in WtpFacet

    X

    XmlFileContentMerger - Class in org.gradle.plugins.ide.api
    Models the generation/parsing/merging capabilities.
    XmlFileContentMerger(XmlTransformer) - Constructor in XmlFileContentMerger
    XmlGeneratorTask - Class in org.gradle.plugins.ide.api
    A convenience superclass for those tasks which generate XML configuration files from a domain object of type T.
    XmlGeneratorTask() - Constructor in XmlGeneratorTask
    XmlProvider - Interface in org.gradle.api
    Provides various ways to access the content of an XML document.

    Y


    Z

    Zip - Class in org.gradle.api.tasks.bundling
    Assembles a ZIP archive.
    Zip.ZipCopyAction(FileResolver) - Constructor in Zip.ZipCopyAction
    ZIP_EXTENSION - Field in Zip
    Zip() - Constructor in Zip
    zipTree(Object) - Method in Project

    Creates a new FileTree which contains the contents of the given ZIP file.

    zipTree(Object) - Method in Script

    Creates a new FileTree which contains the contents of the given ZIP file.


    _


    Groovy Documentation