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

absoluteProjectPath(String) - Method in 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
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.
AbstractCopyTask() - Constructor in AbstractCopyTask
AbstractJettyRunTask - Class in org.gradle.api.plugins.jetty
Base class for all tasks which deploy a web application to an embedded Jetty web container.
AbstractLibrary - Class in org.gradle.plugins.ide.eclipse.model
AbstractLibrary(FileReference) - Constructor in AbstractLibrary
AbstractLinkTask - Class in org.gradle.nativecode.base.tasks
AbstractLinkTask() - Constructor in AbstractLinkTask
AbstractNativeCompileTask - Class in org.gradle.nativecode.language.base.tasks
Compiles native source files into object files.
AbstractNativeCompileTask() - Constructor in AbstractNativeCompileTask
AbstractOptions - Class in org.gradle.api.tasks.compile
Base class for compilation-related options.
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
AccessRule(def, def) - Constructor in AccessRule
Action - Interface in org.gradle.api
Performs some action against objects of type T.
action(BuildAction) - Method in ProjectConnection
Creates an executer which can be used to run the given action.
action(Scriptable, Context) - Method in RhinoWorkerUtils.DefaultScopeOperation
action(Scriptable, Context) - Method in RhinoWorkerUtils.ScopeOperation
add(String, Object, Closure) - Method in ArtifactHandler
Adds an artifact to the given configuration.
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, Class, Object) - Method in ExtensionContainer
Deprecated.
add(FileCollection) - Method in FileCollection
add(Object) - 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
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 MavenDeployment
Adds an additional artifact to this deployment.
addArtifact(DependencyArtifact) - Method in ModuleDependency
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
addConfiguration(ConfigurationContainer, DependencyHandler, EnvJsExtension) - Method in EnvJsPlugin
addConfiguration(ConfigurationContainer, DependencyHandler, JsHintExtension) - Method in JsHintPlugin
addDependency(ModuleDependency) - Method in ClientModule
Add a dependency to the client module.
addEnumOption(String, Object) - 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.
additionalClassDirs(FileCollection) - Method in JacocoReport
Adds additional class directories to those that will be included in the report.
additionalSourceDirs(FileCollection) - Method in JacocoReport
Adds additional source directories to be used for any classes included in the report.
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
addMapping(int, Configuration, String) - Method in Conf2ScopeMappingContainer
addMultilineStringsOption(String) - Method in CoreJavadocOptions
addOption(JavadocOptionFileOption) - Method in CoreJavadocOptions
addPathOption(String, String) - Method in CoreJavadocOptions
addPathVariable(String, File) - Method in PathFactory
addProgressListener(ProgressListener) - Method in BuildLauncher
{@inheritDoc}
addProgressListener(ProgressListener) - Method in LongRunningOperation
Adds a progress listener which will receive progress events as the operation runs.
addProgressListener(ProgressListener) - Method in ModelBuilder
{@inheritDoc}
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 SigningExtension
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.
addSignaturesToConfiguration(Sign, Configuration) - Method in SigningExtension
addStandardErrorListener(StandardOutputListener) - Method in GradleLauncher
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
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
addTarTask(Project, Distribution) - Method in DistributionPlugin
addTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in TaskExecutionGraph
addTaskExecutionListener(TaskExecutionListener) - Method in TaskExecutionGraph
addTestListener(TestListener) - Method in Test
Registers a test listener with this task.
addTestOutputListener(TestOutputListener) - Method in Test
Registers a output 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 PatternSet
addToAntBuilder(Object, String) - Method in PatternSet.IntersectionPatternSet
addToNode(Node) - Method in Dependency
addToNode(Node) - Method in ModuleDependency
addToNode(Node) - Method in ModuleLibrary
addToNode(Node, PathFactory) - Method in ProjectLibrary
addZipTask(Project, Distribution) - Method in DistributionPlugin
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
afterEvaluate(Project, ProjectState) - Method in ProjectEvaluationListener
afterExecute(Task, TaskState) - Method in TaskExecutionAdapter
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
afterSuite(TestDescriptor, TestResult) - Method in TestListener
Called after a test suite is finished.
afterTask(Closure) - Method in TaskExecutionGraph
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.
aggregate(Reporting) - Method in GenerateBuildDashboard
Configures which reports are to be aggregated in the build dashboard report generated by this task.
all(Closure) - Method in DomainObjectCollection
Executes the given closure against all objects in this collection, and any objects subsequently added to this collection.
allDependencies(Closure) - Method in ResolutionResult
Applies given closure for each dependency.
allModuleVersions(Closure) - Method in ResolutionResult
Applies given closure for each module.
allprojects(Action) - Method in Gradle
Adds an action to execute against all projects of this build.
allprojects(Closure) - Method in Project
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 AnnouncePluginExtension
Sends an announcement of the given type.
AnnouncePlugin - Class in org.gradle.api.plugins.announce
This plugin allows to send announce messages to Twitter.
AnnouncePluginExtension - Class in org.gradle.api.plugins.announce
AnnouncePluginExtension.LocalAnnouncer(AnnouncePluginExtension) - Constructor in AnnouncePluginExtension.LocalAnnouncer
AnnouncePluginExtension(ProjectInternal) - Constructor in AnnouncePluginExtension
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
AntBuilder - Class in org.gradle.api
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
AntGroovydoc(IsolatedAntBuilder, ClassPathRegistry) - Constructor in AntGroovydoc
AntJavadoc - Class in org.gradle.api.tasks.javadoc
@deprecated No replacement
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 JavaPlugin.
AntlrPlugin(FileResolver) - Constructor in AntlrPlugin
AntlrSourceVirtualDirectory - Interface in org.gradle.api.plugins.antlr
Contract for a Gradle "convention object" that acts as a handler for what I call a virtual directory mapping, injecting a virtual directory named 'antlr' into the project's various source.
AntlrTask - Class in org.gradle.api.plugins.antlr
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
ApplicationPluginConvention - Class in org.gradle.api.plugins
ApplicationPluginConvention(Project) - Constructor in ApplicationPluginConvention
apply(Project) - Method in AnnouncePlugin
apply(ProjectInternal) - Method in AntlrPlugin
apply(Project) - Method in ApplicationPlugin
apply(ProjectInternal) - Method in AssemblerLangPlugin
apply(Project) - Method in BasePlugin
apply(Project) - Method in BuildAnnouncementsPlugin
apply(ProjectInternal) - Method in BuildDashboardPlugin
apply(Project) - Method in BuildSetupPlugin
apply(Project) - Method in CdtIdePlugin
apply(ProjectInternal) - Method in CLangPlugin
apply(Project) - Method in CodeQualityPlugin
apply(Project) - Method in CoffeeScriptBasePlugin
apply(Project) - Method in CompareGradleBuildsPlugin
apply(Project) - Method in CppExeConventionPlugin
apply(ProjectInternal) - Method in CppLangPlugin
apply(Project) - Method in CppLibConventionPlugin
apply(ProjectInternal) - Method in CppPlugin
apply(Project) - Method in DistributionPlugin
apply(Project) - Method in EarPlugin
apply(Project) - Method in EnvJsPlugin
apply(Project) - Method in GppCompilerPlugin
apply(ProjectInternal) - Method in GroovyBasePlugin
apply(Project) - Method in GroovyPlugin
apply(ProjectInternal) - Method in HelpTasksPlugin
apply(Project) - Method in IvyPublishPlugin
apply(Project) - Method in JacocoPlugin
apply(Project) - Method in JavaBasePlugin
apply(Project) - Method in JavaLanguagePlugin
apply(Project) - Method in JavaLibraryDistributionPlugin
apply(Project) - Method in JavaPlugin
apply(Project) - Method in JavaScriptBasePlugin
apply(Project) - Method in JettyPlugin
apply(Project) - Method in JsHintPlugin
apply(Project) - Method in JvmLanguagePlugin
apply(Project) - Method in LanguageBasePlugin
apply(ProjectInternal) - Method in MavenPlugin
apply(Project) - Method in MavenPublishPlugin
apply(Project) - Method in MicrosoftVisualCppPlugin
apply(Project) - Method in NativeBinariesModelPlugin
apply(Project) - Method in NativeBinariesPlugin
apply(Project) - Method in OsgiPlugin
apply(Object) - Method in Plugin
Apply this plugin to the given target object.
apply(Map) - Method in PluginAware
apply(Class) - Method in PluginContainer
Applies a plugin to the project.
apply(Map) - Method in Project
apply(Project) - Method in ProjectReportsPlugin
apply(Project) - Method in PublishingPlugin
apply(ProjectInternal) - Method in ReportingBasePlugin
apply(Project) - Method in RhinoPlugin
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
apply(Project) - Method in SigningPlugin
apply(ProjectInternal) - Method in SonarPlugin
apply(Project) - Method in SonarRunnerPlugin
apply(Project) - Method in WarPlugin
apply(Project) - Method in WrapperPlugin
applyJettyXml() - Method in AbstractJettyRunTask
applyJettyXml() - Method in JettyRun
applyJettyXml() - Method in JettyRunWar
applyTo(CprojectDescriptor) - Method in CprojectSettings
applyTo(TaskCollection) - Method in JacocoPluginExtension
Applies Jacoco to all of the given tasks.
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(Iterable) - Method in JavaExec
{@inheritDoc}
args(Iterable) - Method in JavaExecSpec
Adds args for the main class to be executed.
args(Iterable) - Method in RhinoShellExec
ArmoredSignatureType - Class in org.gradle.plugins.signing.type.pgp
artifact(Object, Action) - Method in IvyArtifactSet
Creates and adds a IvyArtifact to the set, which is configured by the associated action.
artifact(Object, Action) - Method in IvyPublication
Creates an IvyArtifact to be included in the publication, which is configured by the associated action.
artifact(Object, Action) - Method in MavenArtifactSet
Creates and adds a MavenArtifact to the set, which is configured by the associated action.
artifact(Object, Action) - Method in MavenPublication
Creates an MavenArtifact to be included in the publication, which is configured by the associated action.
artifact(Closure) - Method in ModuleDependency
ArtifactHandler - Interface in org.gradle.api.artifacts.dsl
This class is for defining artifacts to be published and adding them to configurations.
ArtifactIdentifier - Interface in org.gradle.api.artifacts
The identifier for a module artifact.
artifactPattern(String) - Method in IvyArtifactRepository
Adds an independent pattern that will be used to locate artifact files in this repository.
ArtifactRepository - Interface in org.gradle.api.artifacts.repositories
A repository for resolving and publishing artifacts.
ArtifactRepositoryContainer - Interface in org.gradle.api.artifacts
ArtifactResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling artifact resolution via the DSL.
artifacts(Closure) - Method in 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 Element.
asNode() - Method in XmlProvider
Returns the XML document as a Groovy Node.
Assemble - Class in org.gradle.nativecode.language.asm.tasks
Translates Assembly language source files into object files.
Assemble() - Constructor in Assemble
ASSEMBLE_TASK_NAME - Field in BasePlugin
assemblerArgs(Object) - Method in NativeBinary
Adds a number of arguments to be passed to the assembler.
AssemblerLangPlugin - Class in org.gradle.nativecode.language.asm.plugins
AssemblerLangPlugin(Instantiator) - Constructor in AssemblerLangPlugin
AssemblerSourceSet - Interface in org.gradle.nativecode.language.asm
A set of assembly language sources.
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 StringBuilder.
asType(Class) - Method in FileCollection
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.
AuthenticationSupported - Interface in org.gradle.api.artifacts.repositories
An artifact repository which supports username/password authentication.
author() - Method in StandardJavadocDocletOptions

B

BaseExecSpec - Interface in org.gradle.process
Specifies options for launching a child process.
BaseForkOptions - Class in org.gradle.api.tasks.compile
Fork options for compilation.
BasePlugin - Class in org.gradle.api.plugins
BasePluginConvention - Class in org.gradle.api.plugins
BasePluginConvention(Project) - Constructor in BasePluginConvention
BasicGradleProject - Interface in org.gradle.tooling.model.gradle
Provides some basic details about a Gradle project.
BasicIdeaProject - Interface in org.gradle.tooling.model.idea
IdeaProject that does not provide/resolve any external dependencies.
beforeActions(Task) - Method in TaskActionListener
This method is called immediately before the task starts performing its actions.
beforeApply() - Method in FindBugsPlugin
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
beforeEvaluate(Project) - Method in ProjectEvaluationListener
This method is called immediately before a project is evaluated.
beforeExecute(Task) - Method in TaskExecutionAdapter
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
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
beforeSuite(TestDescriptor) - Method in TestListener
Called before a test suite is started.
beforeTask(Closure) - Method in TaskExecutionGraph
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.
belongsToChangingModule() - Method in ArtifactResolutionControl
Binary - Interface in org.gradle.language.base
A physical binary artifact, which can run on a particular platform or runtime.
BinaryContainer - Interface in org.gradle.language.base
A container for project binaries, which represent physical artifacts that can run on a particular platform or runtime.
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
BrowserEvaluate - Class in org.gradle.plugins.javascript.envjs.browser
BrowserEvaluate() - Constructor in BrowserEvaluate
BrowserEvaluator - Interface in org.gradle.plugins.javascript.envjs.browser
BUILD_DASHBOARD_TASK_NAME - Field in BuildDashboardPlugin
BUILD_DEPENDENTS_TASK_NAME - Field in JavaBasePlugin
BUILD_GROUP - Field in BasePlugin
BUILD_GROUP - Field in LanguageBasePlugin
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.
BuildableModelElement - Interface in org.gradle.language.base
A model element that is directly buildable.
BuildAction - Interface in org.gradle.tooling
An action that executes against a Gradle build and produces a result of type T.
BuildActionExecuter - Interface in org.gradle.tooling
Used to execute a BuildAction in the build process.
BuildActionFailureException - Class in org.gradle.tooling
Thrown when a BuildAction fails.
BuildActionFailureException(String, Throwable) - Constructor in BuildActionFailureException
BuildAdapter - Class in org.gradle
A BuildListener adapter class for receiving build events.
buildAll(String, Project) - Method in ToolingModelBuilder
BuildAnnouncementsPlugin - Class in org.gradle.api.plugins.announce
A plugin which announces interesting build lifecycle events.
BuildBinaryTask - Interface in org.gradle.nativecode.base.tasks
A task that combines a set of object files into a single binary.
BuildCommand - Class in org.gradle.plugins.ide.eclipse.model
BuildCommand(String, Map) - Constructor in BuildCommand
buildCommand(String) - Method in EclipseProject
Adds a build command to the eclipse project.
BuildController - Interface in org.gradle.tooling
Provides a BuildAction various ways to control a Gradle build and access information about the build.
BuildDashboardPlugin - Class in org.gradle.api.reporting.plugins
Adds a task, "buildDashboard", that aggregates the output of all tasks executed during the build that produce reports.
BuildDashboardReports - Interface in org.gradle.api.reporting
The reporting configuration for the the GenerateBuildDashboard task.
BuildEnvironment - Interface in org.gradle.tooling.model.build
Informs about the build environment, like Gradle version or the Java home in use.
builder() - 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(StyledTextOutputFactory, LoggingConfiguration, BuildClientMetaData) - Constructor in BuildExceptionReporter
buildFinished(BuildResult) - Method in BuildAdapter
buildFinished(BuildResult) - Method in BuildExceptionReporter
buildFinished(BuildResult) - Method in BuildListener
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
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
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
buildscript(Closure) - Method in Script
Configures the classpath for this script.
BuildSetupPlugin - Class in org.gradle.buildsetup.plugins
BuildSetupPlugin(DependencyManagementServices, DocumentationRegistry, FileResolver) - Constructor in BuildSetupPlugin
buildStarted(Gradle) - Method in BuildAdapter
buildStarted(Gradle) - Method in BuildListener
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.
builtBy(Object) - Method in ConfigurablePublishArtifact
Registers some tasks which build this artifact.
builtBy(Object) - Method in IvyArtifact
Registers some tasks which build this artifact.
builtBy(Object) - Method in MavenArtifact
Registers some tasks which build this artifact.
bzip2(Object) - Method in ResourceHandler
Creates resource that points to a bzip2 compressed file at the given path.

C

cacheChangingModulesFor(int, TimeUnit) - Method in ResolutionStrategy
Sets the length of time that changing modules will be cached.
cacheDynamicVersionsFor(int, TimeUnit) - Method in ResolutionStrategy
Sets the length of time that dynamic versions will be cached.
cacheFor(int, TimeUnit) - Method in ResolutionControl
States that the cached value should be used if it is no older than the specified duration.
CacheUsage - Enum in org.gradle
canBuild(String) - Method in ToolingModelBuilder
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.
CCompile - Class in org.gradle.nativecode.language.c.tasks
Compiles C source files into object files.
CdtIdePlugin - Class in org.gradle.nativecode.cdt
charSet(String) - Method in StandardJavadocDocletOptions
CHECK_TASK_NAME - Field in JavaBasePlugin
Checkstyle - Class in org.gradle.api.plugins.quality
Runs Checkstyle against some source files.
Checkstyle(Instantiator, IsolatedAntBuilder) - Constructor in Checkstyle
CheckstyleExtension - Class in org.gradle.api.plugins.quality
CheckstylePlugin - Class in org.gradle.api.plugins.quality
CheckstyleReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the Checkstyle test.
childrenDependOnMe() - Method in Project
childScope(Scriptable, RhinoWorkerUtils.ScopeOperation) - Method in RhinoWorkerUtils
CircularReferenceException - Class in org.gradle.api
CircularReferenceException(String, Throwable) - Constructor in CircularReferenceException
CLangPlugin - Class in org.gradle.nativecode.language.c.plugins
CLangPlugin(Instantiator) - Constructor in CLangPlugin
ClassDirectoryBinary - Interface in org.gradle.language.jvm
An exploded binary containing resources and compiled class files.
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_NAME - Field in RhinoExtension
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
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
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.
CodeNarc(Instantiator, IsolatedAntBuilder) - Constructor in CodeNarc
CodeNarcExtension - Class in org.gradle.api.plugins.quality
CodeNarcPlugin - Class in org.gradle.api.plugins.quality
CodeNarcReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the CodeNarc test.
CodeQualityExtension - Class in org.gradle.api.plugins.quality
CodeQualityPlugin - Class in org.gradle.api.plugins.quality
A plugin which measures and enforces code quality for Java and Groovy projects.
CoffeeScriptBasePlugin - Class in org.gradle.plugins.javascript.coffeescript
CoffeeScriptCompile - Class in org.gradle.plugins.javascript.coffeescript
CoffeeScriptCompile(Factory) - Constructor in CoffeeScriptCompile
CoffeeScriptCompileOptions - Class in org.gradle.plugins.javascript.coffeescript
CoffeeScriptCompiler - Interface in org.gradle.plugins.javascript.coffeescript
CoffeeScriptCompileSpec - Interface in org.gradle.plugins.javascript.coffeescript
CoffeeScriptExtension - Class in org.gradle.plugins.javascript.coffeescript
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(Object, Object) - Method in Namer.Comparator
CompareGradleBuilds - Class in org.gradle.api.plugins.buildcomparison.gradle
Executes two Gradle builds (that can be the same build) with specified versions and compares the outcomes.
CompareGradleBuilds(FileResolver, ProgressLoggerFactory, Instantiator) - Constructor in CompareGradleBuilds
CompareGradleBuildsPlugin - Class in org.gradle.api.plugins.buildcomparison.gradle
Preconfigures the project to run a gradle build comparison.
compareTo(PgpKeyId) - Method in PgpKeyId
Compile - Class in org.gradle.api.tasks.compile
Compiles Java source files.
compile() - Method in AbstractCompile
compile() - Method in AbstractNativeCompileTask
compile(CoffeeScriptCompileSpec) - Method in CoffeeScriptCompiler
Compile() - Constructor in Compile
COMPILE - Field in Conf2ScopeMappingContainer
COMPILE_CONFIGURATION_NAME - Field in JavaPlugin
compile() - Method in GroovyCompile
COMPILE_JAVA_TASK_NAME - Field in JavaPlugin
COMPILE_PRIORITY - Field in MavenPlugin
compile() - Method in ScalaCompile
COMPILE_TEST_JAVA_TASK_NAME - Field in JavaPlugin
compiledBy(Object) - Method in SourceSet
Registers a set of tasks which are responsible for compiling this source set into the classes directory.
CompileOptions - Class in org.gradle.api.tasks.compile
Main options for Java compilation.
compilerArgs(Object) - Method in NativeBinary
Adds a number of arguments to be passed to the compiler.
COMPONENT_DEPENDENCY_ATTRIBUTE - Field in AbstractClasspathEntry
component(Closure) - Method in EclipseWtp
Configures wtp component.
COMPONENT_NON_DEPENDENCY_ATTRIBUTE - Field in AbstractClasspathEntry
ComponentMetadataDetails - Interface in org.gradle.api.artifacts
Describes a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM).
ComponentMetadataHandler - Interface in org.gradle.api.artifacts.dsl
Allows to modify the metadata of depended-on software components.
components(Closure) - Method in DependencyHandler
Configures module metadata for this project.
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.
computeSonarProperties(Project, Properties) - Method in SonarRunnerPlugin
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
ConfigurableFileTree - Interface in org.gradle.api.file
ConfigurablePublishArtifact - Interface in org.gradle.api.artifacts
A PublishArtifact whose properties can be modified.
ConfigurableReport - Interface in org.gradle.api.reporting
A file based report to be created with a configurable destination.
ConfigurableToolChain - Interface in org.gradle.nativecode.toolchain
A tool chain that allows the individual tools to be configured.
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.
CONFIGURATION_NAME - Field in EnvJsExtension
CONFIGURATION_NAME - Field in JsHintExtension
ConfigurationContainer - Interface in org.gradle.api.artifacts
configurations(Action) - Method in IvyPublication
Defines some IvyConfigurations that should be included in the published ivy module descriptor file.
configurations(Closure) - Method in Project
configure(List) - Method in Classpath
configure(Class, Action) - Method in ExtensionContainer
Looks for the extension of the specified type and configures it with the supplied action.
configure(Classpath) - Method in GenerateEclipseClasspath
configure(Jdt) - Method in GenerateEclipseJdt
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
configure(SigningExtension, Closure) - Method in PgpSignatoryProvider
configure(EclipseProject) - Method in Project
configure(Object) - Method in PropertiesGeneratorTask
configure(SigningExtension, 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
configure(String, String, List) - Method in WtpComponent
configure(List) - Method in WtpFacet
configure(Object) - Method in XmlGeneratorTask
configureCompileTask(AbstractCompile, JavaSourceSet, ClassDirectoryBinary) - Method in JavaLanguagePlugin
Preconfigures the specified compile task based on the specified source set and class directory binary.
configureConfigurations(ConfigurationContainer) - Method in WarPlugin
configureDefaultOutputPathForJacocoMerge() - Method in JacocoPlugin
configureDefaultRhinoDependency(Configuration, DependencyHandler, RhinoExtension) - Method in RhinoPlugin
configureForSourceSet(SourceSet, Checkstyle) - Method in CheckstylePlugin
configureForSourceSet(SourceSet, CodeNarc) - Method in CodeNarcPlugin
configureForSourceSet(SourceSet, FindBugs) - Method in FindBugsPlugin
configureForSourceSet(SourceSet, AbstractCompile) - Method in JavaBasePlugin
configureForSourceSet(SourceSet, JDepend) - Method in JDependPlugin
configureForSourceSet(SourceSet, Pmd) - Method in PmdPlugin
configureJavaExec(JavaExecSpec) - Method in RhinoExtension
configureRootSpec() - Method in AbstractCopyTask
configureScanner() - Method in AbstractJettyRunTask
configureScanner() - Method in JettyRun
configureScanner() - Method in JettyRunWar
configureTaskDefaults(Checkstyle, String) - Method in CheckstylePlugin
configureTaskDefaults(CodeNarc, String) - Method in CodeNarcPlugin
configureTaskDefaults(FindBugs, String) - Method in FindBugsPlugin
configureTaskDefaults(JDepend, String) - Method in JDependPlugin
configureTaskDefaults(Pmd, String) - Method in PmdPlugin
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
Container(String) - Constructor in Container
container(Class, Closure) - Method in Project
containers(String) - Method in EclipseClasspath
Further classpath containers to be added.
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.
contents(Action) - Method in Distribution
Configures the contents of the distribution.
contributeCommandLineOptions(ExecSpec) - Method in CoreJavadocOptions
contributeCommandLineOptions(ExecSpec) - Method in MinimalJavadocOptions
Convention - Interface in org.gradle.api.plugins
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
convertException(RhinoException) - Method in RhinoWorker
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() - 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() - Method in ProcessResources
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
CppCompile - Class in org.gradle.nativecode.language.cpp.tasks
Compiles C++ source files into object files.
CppExeConventionPlugin - Class in org.gradle.nativecode.language.cpp.plugins
A convention-based plugin that automatically adds a single C++ source set named "main" and wires it into a Executable named "main".
CppExeConventionPlugin(ProjectConfigurationActionContainer) - Constructor in CppExeConventionPlugin
CppLangPlugin - Class in org.gradle.nativecode.language.cpp.plugins
CppLangPlugin(Instantiator) - Constructor in CppLangPlugin
CppLibConventionPlugin - Class in org.gradle.nativecode.language.cpp.plugins
A convention-based plugin that automatically adds a single C++ source set named "main" and wires it into a Library named "main".
CppLibConventionPlugin(ProjectConfigurationActionContainer) - Constructor in CppLibConventionPlugin
CppPlugin - Class in org.gradle.nativecode.language.cpp.plugins
A plugin for projects wishing to build custom components from C++ sources.
CppPlugin(Instantiator, FileResolver) - Constructor in CppPlugin
CppSourceSet - Interface in org.gradle.nativecode.language.cpp
A representation of a unit of C++ source.
CprojectDescriptor - Class in org.gradle.nativecode.cdt.model
The actual .cproject descriptor file.
CprojectDescriptor() - Constructor in CprojectDescriptor
CprojectSettings - Class in org.gradle.nativecode.cdt.model
Exposes a more logical view of the actual .cproject descriptor file
CprojectSettings(NativeComponent, ProjectInternal) - Constructor in CprojectSettings
create(Object, Closure) - Method in DependencyHandler
Creates a dependency without adding it to a configuration, and configures the dependency using the given closure.
create(String, Class, Object) - Method in ExtensionContainer
Adds a new extension to this container, that itself is dynamically made ExtensionAware.
create() - Method in GenerateEclipseClasspath
create() - Method in GenerateEclipseJdt
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) - Method in IvyPublishPlugin.IvyPublicationFactory
create(String) - Method in MavenPublishPlugin.MavenPublicationFactory
create(String, Action) - Method in NamedDomainObjectContainer
Creates a new item with the given name, adding it to this container, then configuring it with the given action.
create(String) - Method in NamedDomainObjectFactory
Creates a new object with the given name.
create(String, Class, Action) - Method in PolymorphicDomainObjectContainer
Creates a domain object with the specified name and type, adds it to the container, and configures it with the specified action.
create() - Method in PropertiesGeneratorTask
create(Iterable, RhinoWorkerSpec, LogLevel, Action) - Method in RhinoWorkerHandleFactory
create(String, Class, Action) - Method in TaskContainer
create() - Method in XmlGeneratorTask
createAntBuilder() - Method in Project
createCompileSpec() - Method in AbstractNativeCompileTask
createCompileSpec() - Method in CCompile
createCompileSpec() - Method in CppCompile
createCopyAction() - Method in AbstractCopyTask
createCopyAction() - Method in Copy
createCopyAction() - Method in Sync
createCopyAction() - Method in Tar
createCopyAction() - Method in Zip
createExtension() - Method in CheckstylePlugin
createExtension() - Method in CodeNarcPlugin
createExtension() - Method in FindBugsPlugin
createExtension() - Method in JDependPlugin
createExtension() - Method in PmdPlugin
createId(String) - Method in CprojectDescriptor
createInstallTask(ProjectInternal, NativeBinaryInternal) - Method in NativeBinariesPlugin
createLinkerSpec() - Method in AbstractLinkTask
createLinkerSpec() - Method in LinkExecutable
createLinkerSpec() - Method in LinkSharedLibrary
createRootSpec() - Method in AbstractCopyTask
createRootSpec() - Method in Copy
createRootSpec() - Method in Sync
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 SigningExtension
Provides the signatory provider.
createSignatureGenerator() - Method in PgpSignatory
createSignatureTypeProvider() - Method in SigningExtension
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
CreateStaticLibrary - Class in org.gradle.nativecode.base.tasks
Assembles a static library from object files.
CreateStaticLibrary() - Constructor in CreateStaticLibrary
createTasks(ProjectInternal, NativeBinaryInternal) - Method in NativeBinariesPlugin
credentials(Closure) - Method in AuthenticationSupported
Configure the Credentials for this repository using the supplied Closure.
CSourceSet - Interface in org.gradle.nativecode.language.c
A representation of a unit of C source.
current() - Method in JavaVersion
Returns the version of the current JVM.

D

database(Closure) - Method in SonarRootModel
Configures database configuration options.
debug(Map) - Method in CompileOptions
Convenience method to set DebugOptions with named parameter syntax.
debug(String, Object) - Method in Logger
Multiple-parameters friendly debug method
debug(String, Throwable) - Method in Logging.LoggerImpl
debug(Action) - Method in TestLoggingContainer
Configures logging options for debug level.
DebugOptions - Class in org.gradle.api.tasks.compile
Debug options for Java compilation.
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_DEPENDENCY_GROUP - Field in EnvJsExtension
DEFAULT_DEPENDENCY_GROUP - Field in JsHintExtension
DEFAULT_DEPENDENCY_MODULE - Field in EnvJsExtension
DEFAULT_DEPENDENCY_MODULE - Field in JsHintExtension
DEFAULT_DEPENDENCY_VERSION - Field in EnvJsExtension
DEFAULT_DEPENDENCY_VERSION - Field in JsHintExtension
DEFAULT_DISTRIBUTION_PARENT_NAME - Field in Wrapper
DEFAULT_EXTENSION - Field in Jar
DEFAULT - Field in Flavor
DEFAULT_GRADLE_USER_HOME - Field in StartParameter
The default user home directory.
DEFAULT_JS_DEPENDENCY_GROUP - Field in CoffeeScriptExtension
DEFAULT_JS_DEPENDENCY_MODULE - Field in CoffeeScriptExtension
DEFAULT_JS_DEPENDENCY_VERSION - Field in CoffeeScriptExtension
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_REPORTS_DIR_NAME - Field in ReportingExtension
The default name of the base directory for all reports, relative to Project.getBuildDir ({@value}).
DEFAULT_RHINO_DEPENDENCY_GROUP - Field in RhinoExtension
DEFAULT_RHINO_DEPENDENCY_MODULE - Field in RhinoExtension
DEFAULT_RHINO_DEPENDENCY_VERSION - Field in RhinoExtension
DEFAULT_SETTINGS_FILE - Field in Settings
DEFAULT_STATUS - Field in Module
DEFAULT_STATUS - Field in Project
DEFAULT_TASKS - Field in CompareGradleBuilds
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
DeferredConfigurable - Annotation Type in org.gradle.api.plugins
Indicates that the annotated object is designed to be configured only once, and that changes to configuration inputs made after configuration should not be allowed.
define(Map) - Method in AbstractOptions
define(Object) - Method in NativeBinary
Adds a number of preprocessor macros to define when compiling this binary.
Delete - Class in org.gradle.api.tasks
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
depend(Map) - Method in CompileOptions
Convenience method to set DependOptions with named parameter syntax.
dependencies(Closure) - Method in 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 DependentSourceSet
Add a dependency to this source set.
DEPENDENCY_REPORT - Field in ProjectReportsPlugin
DependencyArtifact - Interface in org.gradle.api.artifacts
DependencyHandler - Interface in org.gradle.api.artifacts.dsl
DependencyInsightReportTask - Class in org.gradle.api.tasks.diagnostics
Generates a report that attempts to answer questions like:
DependencyInsightReportTask(StyledTextOutputFactory) - Constructor in DependencyInsightReportTask
DependencyReportTask - Class in org.gradle.api.tasks.diagnostics
Displays the dependency tree for a project.
DependencyResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling dependency resolution via the DSL.
DependencyResolutionListener - Interface in org.gradle.api.artifacts
A DependencyResolutionListener is notified as dependencies are resolved.
DependencyResolveDetails - Interface in org.gradle.api.artifacts
Provides details about a dependency when it is resolved.
DependencyResult - Interface in org.gradle.api.artifacts.result
An edge in the dependency graph.
DependencySet - Interface in org.gradle.api.artifacts
A set of artifact dependencies.
DependentSourceSet - Interface in org.gradle.nativecode.base
A source set that depends on one or more NativeDependencySets to be built.
DependOptions - Class in org.gradle.api.tasks.compile
Options for the Ant Depend task.
dependsOn(Object) - Method in BuildableModelElement
Adds a task that is required for the construction of this element.
dependsOn(String, boolean) - Method in Project
dependsOn(Object) - Method in Task
dependsOnChildren(boolean) - Method in Project
dependsOnTaskDidWork() - Method in Task
DEPLOY_CONFIGURATION_NAME - Field in EarPlugin
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
descriptor(Action) - Method in IvyPublication
Configures the descriptor that will be published.
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(Object) - Method in Namer
Determines the name of the given object.
determineName(Task) - Method in Task.Namer
dir(Object) - Method in FlatDirectoryArtifactRepository
Adds a directory where this repository will look for artifacts.
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
DirectoryReport - Interface in org.gradle.api.reporting
A directory based report to be created.
DirectoryTree - Interface in org.gradle.api.file
dirs(Object) - Method in FlatDirectoryArtifactRepository
Adds some directories where this repository will look for artifacts.
disableTestReport() - Method in Test
Disables the HTML test report.
Distribution - Interface in org.gradle.api.distribution
A distribution allow to bundle an application or a library including dependencies,sources...
DistributionContainer - Interface in org.gradle.api.distribution
A DistributionContainer manages a set of Distribution objects.
DistributionPlugin - Class in org.gradle.api.distribution.plugins
Adds the ability to create distributions of the project.
DistributionPlugin(Instantiator, FileOperations) - Constructor in DistributionPlugin
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
doCompile() - Method in CoffeeScriptCompile
docTitle(String) - Method in StandardJavadocDocletOptions
DOCUMENTATION_GROUP - Field in JavaBasePlugin
doFirst(Closure) - Method in Task
doGenerate() - Method in GenerateIvyDescriptor
doGenerate() - Method in GenerateMavenPom
doJsHint() - Method in JsHint
doLast(Closure) - Method in Task
domainObject - Field in GeneratorTask
DomainObjectCollection - Interface in org.gradle.api
DomainObjectSet - Interface in org.gradle.tooling.model
A set of domain objects of type T.
doSignOperation(Closure) - Method in SigningExtension
Dsl - Class in org.gradle.plugins.signing.signatory.pgp
Dsl(Project, Map, PgpSignatoryFactory) - Constructor in Dsl
DuplicateFileCopyingException - Class in org.gradle.api.file
Thrown when more than one file with the same relative path name is to be copied and the DuplicatesStrategy is set to DuplicatesStrategy.FAIL
DuplicateFileCopyingException(String) - Constructor in DuplicateFileCopyingException
DuplicatesStrategy - Enum in org.gradle.api.file
Strategies for dealing with the potential creation of duplicate files for or archive entries.

E

eachArtifact(Action) - Method in ResolutionRules
Apply a rule to control resolution of artifacts.
eachComponent(Action) - Method in ComponentMetadataHandler
Adds a rule to modify the metadata of depended-on software components.
eachDependency(Action) - Method in ResolutionRules
Apply a rule to control resolution of dependencies.
eachDependency(Action) - Method in ResolutionStrategy
Adds a dependency resolve rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
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}
eachModule(Action) - Method in ResolutionRules
Apply a rule to control resolution of modules.
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
EarPlugin(Instantiator, FileResolver) - Constructor in EarPlugin
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
The build path settings for the generated Eclipse project.
EclipseClasspath(Project) - 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
EclipseJdt(PropertiesFileContentMerger) - Constructor in EclipseJdt
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
EclipsePlugin(Instantiator) - Constructor in EclipsePlugin
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
EclipseWtp(EclipseClasspath) - Constructor in EclipseWtp
@param eclipseClasspath - wtp needs access to classpath
EclipseWtpComponent - Class in org.gradle.plugins.ide.eclipse.model
Enables fine-tuning wtp component details of the Eclipse plugin
EclipseWtpComponent(Project, XmlFileContentMerger) - Constructor in EclipseWtpComponent
EclipseWtpFacet - Class in org.gradle.plugins.ide.eclipse.model
Enables fine-tuning wtp facet details of the Eclipse plugin
EclipseWtpFacet(XmlFileContentMerger) - Constructor in EclipseWtpFacet
EclipseWtpPlugin - Class in org.gradle.plugins.ide.eclipse
EclipseWtpPlugin(Instantiator) - Constructor in EclipseWtpPlugin
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
Enables the HTML test report.
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}
EnvJsExtension - Class in org.gradle.plugins.javascript.envjs
EnvJsPlugin - Class in org.gradle.plugins.javascript.envjs
EnvJsPlugin(Factory) - Constructor in EnvJsPlugin
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(def) - Method in Facet
equals(Object) - Method in GenerateBuildDashboard.ReportState
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 ProjectLibrary
equals(Object) - Method in RefreshOptions
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
error(Action) - Method in TestLoggingContainer
Configures logging options for error level.
evaluate(String, Writer) - Method in BrowserEvaluator
evaluateResult(FindBugsResult) - Method in FindBugs
For testing only.
evaluateSonarPropertiesBlocks(Map) - Method in SonarRunnerExtension
evaluationDependsOn(String) - Method in Project
evaluationDependsOnChildren() - Method in Project
events(Object) - Method in TestLogging
Sets the events to be logged.
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}
excludeCategories(String) - Method in JUnitOptions
excludeDocFilesSubDir(String) - Method in StandardJavadocDocletOptions
excludeFromAntProperties(String) - Method in AbstractOptions
excludeFromAntProperties(String) - Method in BaseForkOptions
excludeFromAntProperties(String) - Method in CompileOptions
excludeFromAntProperties(String) - Method in DependOptions
excludeFromAntProperties(String) - Method in ForkOptions
excludeFromAntProperties(String) - Method in GroovyCompileOptions
excludeFromAntProperties(String) - Method in ScalaCompileOptions
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
excludeSpecs(Iterable) - Method in PatternSet
Exec - Class in org.gradle.api.tasks
Executes a command line process.
Exec() - Constructor in Exec
exec() - Method in JavaExec
exec(Closure) - Method in Project
Executes an external command.
exec() - Method in RhinoShellExec
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.nativecode.base
The logical representation of an executable native component.
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}
ExecutableBinary - Interface in org.gradle.nativecode.base
A binary artifact that is built from of a Executable, targeted at a particular platform with specific configuration.
ExecutableContainer - Interface in org.gradle.nativecode.base
A container of native executables.
execute(ToolChainInternal, NativeCompileSpec) - Method in AbstractNativeCompileTask
execute(Object) - 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(BuildController) - Method in BuildAction
Executes this action and returns the result.
execute(Throwable) - Method in BuildExceptionReporter
execute(ToolChainInternal, NativeCompileSpec) - Method in CCompile
execute(ToolChainInternal, NativeCompileSpec) - Method in CppCompile
execute() - Method in SignOperation
Generates actual signature files for all of the registered signatures.
executeAntTarget() - Method in AntTarget
executeTests() - Method in Test
executionData(TaskCollection) - Method in JacocoMerge
Adds execution data generated by the given tasks to the list of those merged.
executionData(TaskCollection) - Method in JacocoReport
Adds execution data generated by the given tasks to the list of those used during coverage analysis.
expand(Map) - Method in AbstractCopyTask
{@inheritDoc}
expand(Map) - Method in ContentFilterable
expand(Map) - Method in CopySpec
{@inheritDoc}
exportedHeaders(Action) - Method in HeaderExportingSourceSet
Configure the exported header directories.
extDirs(File) - Method in CoreJavadocOptions
extDirs(File) - Method in MinimalJavadocOptions
extend(String) - Method in IvyConfiguration
Add the name of a configuration that this configuration extends.
extendsFrom(Configuration) - Method in Configuration
Adds the given configurations to the set of configuration which this configuration extends from.
ExtensiblePolymorphicDomainObjectContainer - Interface in org.gradle.api
A PolymorphicDomainObjectContainer that can be extended at runtime to create elements of new types.
EXTENSION_NAME - Field in ExtraPropertiesExtension
The name of this extension in all ExtensionContainer, {@value}.
ExtensionAware - Interface in org.gradle.api.plugins
Objects that can be extended at runtime with other objects.
ExtensionContainer - Interface in org.gradle.api.plugins
Allows adding 'namespaced' DSL extensions to a target object.
ExternalDependency - Interface in org.gradle.tooling.model
Represents an external artifact dependency.
ExternalModuleDependency - Interface in org.gradle.api.artifacts
ExtraPropertiesExtension - Interface in org.gradle.api.plugins
Additional, ad-hoc, properties for Gradle domain objects.
ExtraPropertiesExtension.UnknownPropertyException - Class in org.gradle.api.plugins
The exception that will be thrown when an attempt is made to read a property that is not set.
ExtraPropertiesExtension.UnknownPropertyException(ExtraPropertiesExtension, String) - Constructor in ExtraPropertiesExtension.UnknownPropertyException

F

Facet - Class in org.gradle.plugins.ide.eclipse.model
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
factory(Closure) - Method in GenerateMetadataFileTask
failOnVersionConflict() - Method in ResolutionStrategy
In case of conflict, Gradle by default uses the newest of conflicting versions.
file(Closure) - Method in EclipseClasspath
Enables advanced configuration like tinkering with the output XML or affecting the way that the contents of an existing .classpath file is merged with Gradle build information.
file(Closure) - Method in EclipseJdt
Enables advanced configuration like affecting the way existing jdt file content is merged with gradle build information
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
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
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
file(Object, PathValidation) - Method in Project
file(String) - Method in ReportingExtension
Creates a file object for the given path, relative to getBaseDir().
file(Object, PathValidation) - Method in Script
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
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
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
files(Object, Closure) - Method in Script
files(Object) - Method in TaskInputs
Registers some input files for this task.
files(Object) - Method in TaskOutputs
Registers some output files for this task.
filesMatching(String, Action) - Method in AbstractCopyTask
{@inheritDoc}
filesMatching(String, Action) - Method in CopySpec
Configure the FileCopyDetails for each file whose path matches the specified Ant-style pattern.
filesNotMatching(String, Action) - Method in AbstractCopyTask
{@inheritDoc}
filesNotMatching(String, Action) - Method in CopySpec
Configure the FileCopyDetails for each file whose path does not match the specified Ant-style pattern.
FileTree - Interface in org.gradle.api.file
fileTree(Closure) - Method in Project
fileTree(Object, Closure) - Method in Script
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
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
filter(Closure) - Method in PomFilterContainer
Sets the default publish filter.
filterIterable(Iterable, Spec) - Method in Specs
finalizedBy(Object) - Method in Task
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}
FindBugs - Class in org.gradle.api.plugins.quality
Analyzes code with FindBugs.
FindBugs(Instantiator, Factory) - Constructor in FindBugs
FindBugsExtension - Class in org.gradle.api.plugins.quality
Configuration options for the FindBugs plugin.
FindBugsPlugin - Class in org.gradle.api.plugins.quality
A plugin for the FindBugs byte code analyzer.
FindBugsReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the FindBugs task.
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
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.
findModel(Model, Class) - Method in BuildController
Fetches a snapshot of the model of the given type, if available.
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
findProject(File) - Method in Settings
findScalaJar(Iterable, String) - Method in ScalaRuntime
Searches the specified class path for a Scala Jar file (scala-compiler, scala-library, scala-jdbc, etc.) with the specified appendix (compiler, library, jdbc, etc.).
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.
Flavor - Interface in org.gradle.nativecode.base
Defines a custom variant that can be built for a NativeComponent.
FlavorContainer - Interface in org.gradle.nativecode.base
A container of flavors.
flavors(Action) - Method in NativeComponent
Configure the flavors for this component.
footer(String) - Method in StandardJavadocDocletOptions
force(Object) - Method in ResolutionStrategy
Allows forcing certain versions of dependencies, including transitive dependencies.
fork(Map) - Method in CompileOptions
Convenience method to set ForkOptions with named parameter syntax.
fork(Map) - Method in GroovyCompileOptions
Convenience method to set GroovyForkOptions with named parameter syntax.
ForkOptions - Class in org.gradle.api.tasks.compile
Fork options for Java compilation.
forProjectDirectory(File) - Method in GradleConnector
Specifies the working directory to use.
forTasks(Iterable) - Method in BuildLauncher
Sets the tasks to be executed.
forTasks(String) - Method in ModelBuilder
Specifies the tasks to execute before building the model.
forType(Class) - Method in Named.Namer
from(Object, Closure) - Method in AbstractCopyTask
{@inheritDoc}
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(SoftwareComponent) - Method in IvyPublication
Provides the software component that should be published.
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(SoftwareComponent) - Method in MavenPublication
Provides the software component that should be published.
from(Object) - Method in ObjectConfigurationAction
Adds a script to use to configure the target objects.
fromCommandLineOptions(List) - Method in RefreshOptions
fromString(String) - Method in CacheUsage
FunctionalSourceSet - Interface in org.gradle.language.base
A container holding LanguageSourceSets with a similar function (production code, test code, etc.).

G

Gcc - Interface in org.gradle.nativecode.toolchain
The Visual C++ tool chain.
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 JacocoReport
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
GenerateBuildDashboard - Class in org.gradle.api.reporting
Generates build dashboard report.
GenerateBuildDashboard(Instantiator) - Constructor in GenerateBuildDashboard
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.
GenerateIvyDescriptor - Class in org.gradle.api.publish.ivy.tasks
Generates an Ivy XML Module Descriptor file.
GenerateIvyDescriptor(FileResolver) - Constructor in GenerateIvyDescriptor
GenerateMavenPom - Class in org.gradle.api.publish.maven.tasks
Generates an Ivy XML Module Descriptor file.
GenerateMavenPom(FileResolver) - Constructor in GenerateMavenPom
GenerateMetadataFileTask - Class in org.gradle.nativecode.cdt.tasks
GenerateMetadataFileTask() - Constructor in GenerateMetadataFileTask
generateSpec() - Method in FindBugs
For testing only.
generator - Field in GeneratorTask
GeneratorTask - Class in org.gradle.plugins.ide.api
GeneratorTask() - Constructor in GeneratorTask
get(String) - Method in ExtraPropertiesExtension
Returns the value for the registered property with the given name.
get(ResultHandler) - Method in ModelBuilder
Starts fetching the model, passing the result to the given handler when complete.
get(LogLevel) - Method in TestLoggingContainer
Returns logging options for the specified level.
getAbsolutePath() - Method in SourceFolder
getActions() - Method in Task
getActivePomFilters() - Method in PomFilterContainer
getAdditionalParameters() - Method in ScalaCompileOptions
Additional parameters passed to the compiler.
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 DomainObjectSet
Returns the elements of this set in the set's iteration order.
getAllArtifacts() - Method in Configuration
Returns the artifacts of this configuration including the artifacts of extended configurations.
getAllArtifacts(ResolvedDependency) - Method in ResolvedDependency
Returns the parent artifacts of this dependency and its children.
getAllClassDirs() - Method in JacocoReport
Gets the class directories that coverage will be reported for.
getAllDependencies() - Method in Configuration
getAllDependencies() - Method in ResolutionResult
Retrieves all dependencies, including unresolved dependencies.
getAllGroovy() - Method in GroovySourceSet
All Groovy source for this source set.
getAllInitScripts() - Method in StartParameter
Returns all init scripts, including explicit init scripts and implicit init scripts.
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.
getAllModuleVersions() - Method in ResolutionResult
Retrieves all instances of ResolvedModuleVersionResult from the graph, e.g. all nodes of the dependency graph.
getAllprojects() - Method in Project
getAllScala() - Method in ScalaSourceSet
All Scala source for this source set.
getAllSource() - Method in SourceSet
All source files for this source set.
getAllSourceDirs() - Method in JacocoReport
Gets the source directories for the classes that will be reported on.
getAllTasks(boolean) - Method in Project
getAllTasks() - Method in TaskExecutionGraph
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.
getAnalysisFile() - Method in IncrementalCompileOptions
Returns the file path where results of code analysis are to be stored.
getAnnotations() - Method in TestNGOptions
getAnt() - Method in AntBuilder
Returns this AntBuilder.
getAnt() - Method in Project
getAnt() - Method in 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.
getAntPropertyName(String) - Method in AbstractOptions
getAntPropertyName(String) - Method in CompileOptions
getAntPropertyName(String) - Method in ScalaCompileOptions
getAntPropertyName(String) - Method in ScalaDocOptions
getAntPropertyValue(String, Object) - Method in AbstractOptions
getAntPropertyValue(String, Object) - Method in CompileOptions
getAntPropertyValue(String, Object) - Method in ScalaCompileOptions
getAntPropertyValue(String, Object) - Method in ScalaDocOptions
getAntScalaDoc() - Method in ScalaDoc
getApiDocTitle() - Method in ReportingBasePluginConvention
Returns the title for API documentation for the project.
getApiDocTitle() - Method in ReportingExtension
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.
getArchiveName() - Method in AbstractArchiveTask
Returns the archive name.
getArchivePath() - Method in AbstractArchiveTask
The path where the archive is constructed.
getArchivePath() - Method in Wrapper
Returns the path where the gradle distributions archive should be saved (i.e. the parent dir).
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.
getArgs() - Method in RhinoShellExec
getArgument() - Method in InvalidActionClosureException
The argument the action was executed with.
getArguments() - Method in GradleBuildInvocationSpec
The command line arguments (excluding tasks) to invoke the build with.
getArtifactId() - Method in MavenDependency
The artifactId value for this dependency.
getArtifactId() - Method in MavenPom
Returns the artifact id for this POM.
getArtifactId() - Method in MavenPublication
Returns the artifactId for this publication.
getArtifacts() - Method in Configuration
Returns the artifacts of this configuration excluding the artifacts of extended configurations.
getArtifacts() - Method in IvyPublication
The complete set of artifacts for this publication.
getArtifacts(Spec) - Method in LenientConfiguration
Gets successfully resolved artifacts for dependencies that match given dependency spec.
getArtifacts() - Method in MavenDeployment
Returns the artifacts which will be deployed.
getArtifacts() - Method in MavenPublication
Returns the complete set of artifacts for this publication.
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 the 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.
getAsArg() - Method in JacocoTaskExtension.Output
Gets type in format of agent argument.
getAsExcludeSpec() - Method in PatternSet
getAsFileTree() - Method in FileCollection
Converts this collection to a FileTree.
getAsFileTree() - Method in FileTree
Returns this.
getAsIncludeSpec() - Method in PatternSet
getAsJvmArg() - Method in JacocoTaskExtension
Gets all properties in the format expected of the agent JVM argument.
getAsMap() - Method in NamedDomainObjectCollection
getAsPath() - Method in FileCollection
Returns the contents of this collection as a platform-specific path.
getAssembler() - Method in ConfigurableToolChain
The assembler.
getAssemblerArgs() - Method in NativeBinary
The arguments passed when assembling this binary.
getAsSpec() - Method in PatternSet
getAsSpec() - Method in PatternSet.IntersectionPatternSet
getAt(String) - Method in ArtifactRepositoryContainer
{@inheritDoc}
getAt(String) - Method in ConfigurationContainer
{@inheritDoc}
getAt(int) - Method in DomainObjectSet
Returns the element at the given index according to the set's iteration order.
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.
getAttempted() - Method in UnresolvedDependencyResult
Returns the module version selector that was attempted to be resolved.
getAttemptedReason() - Method in UnresolvedDependencyResult
Returns the reasons why the failed selector was attempted.
getAttributes() - Method in Manifest
Returns the main attributes of the manifest.
getAvailableToolChains() - Method in ToolChainRegistry
Returns all registered ToolChains that are available.
getBaseDir() - Method in AntTarget
Returns the Ant project base directory to use when executing the target.
getBaseDir() - Method in ReportingExtension
The base directory for all reports
getBaseName() - Method in AbstractArchiveTask
Returns the base name of the archive.
getBaseName() - Method in Distribution
The baseName of the distribution, used in naming the distribution archives.
getBaseName() - Method in NativeComponent
The name that is used to construct the output file names when building this component.
getBaseName() - Method in Resource
Short name that concisely describes this resource
getBasePlugin() - Method in CodeNarcPlugin
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.
getBinaries() - Method in NativeComponent
The binaries that are built for this component.
getBinResultsDir() - Method in Test
Returns the root folder for the test results in internal binary format.
getBootClasspath() - Method in CompileOptions
Returns the bootstrap classpath to be used for the compiler process.
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.
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
getBuilder(String) - Method in ToolingModelBuilderRegistry
getBuildFile() - Method in GradleBuild
Returns the build file that should be used for this build.
getBuildFile() - Method in Project
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.
getBuildModel() - Method in BuildController
Returns an overview of the Gradle build, including some basic details of the projects that make up the build.
getBuildScript() - Method in GradleProject
Returns the build script 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.
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
getByType(Class) - Method in ExtensionContainer
Looks for the extension of a given type (useful to avoid casting).
getCachedResult() - Method in ResolutionControl
Returns the cached result file or null if the result has not been cached.
getCacheUsage() - Method in StartParameter
Returns the configured CacheUsage.
getCandidateClassFiles() - Method in Test
Returns the classes files to scan for test classes.
getCCompiler() - Method in ConfigurableToolChain
The C++ compiler.
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
getChildren() - Method in BasicGradleProject
Returns the child projects of this project, or the empty set if there are no child projects.
getChildren() - Method in EclipseProject
{@inheritDoc}
getChildren() - Method in GradleProject
{@inheritDoc}
getChildren() - Method in HierarchicalEclipseProject
{@inheritDoc}
getChildren() - Method in HierarchicalElement
Returns the child elements, or the empty set if there are no child elements.
getChildren() - Method in IdeaProject
Returns the 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.
getClassesDir() - Method in ClassDirectoryBinary
getClassesDir() - Method in JDepend
Returns the directory containing the classes to be analyzed.
getClassesDir() - Method in OsgiManifest
Returns the classes dir.
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 ArtifactIdentifier
Returns the classifier of this artifact, if any.
getClassifier() - Method in DependencyArtifact
Returns the classifier of this dependency artifact.
getClassifier() - Method in IvyArtifact
The classifier used to publish the artifact file.
getClassifier() - Method in MavenArtifact
The classifier used to publish the artifact file.
getClassifier() - Method in PublishArtifact
Returns the classifier of this published artifact, if any.
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 CoreJavadocOptions
getClasspath() - Method in DependOptions
Returns the compile classpath for which dependencies should also be checked.
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 RhinoExtension
getClasspath() - Method in ScalaDoc
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
getClosure() - Method in InvalidActionClosureException
The closure being used as an action.
getCodeNarcConfigFile() - Method in GroovyCodeQualityPluginConvention
The CodeNarc configuration file.
getCodeNarcReportsDir() - Method in GroovyCodeQualityPluginConvention
The directory to write CodeNarc reports into.
getCoffeeScriptJs() - Method in CoffeeScriptCompile
getCoffeeScriptJs() - Method in CoffeeScriptCompileSpec
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}
getCompileClasspath() - Method in JavaSourceSet
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 CompileOptions
Returns the compiler to be used.
getCompiler() - Method in GroovyCompile
getCompilerArgs() - Method in CompileOptions
Returns any additional arguments to be passed to the compiler.
getCompilerArgs() - Method in NativeBinary
The arguments passed when compiling this binary.
getCompilerOutput() - Method in IdeaModule
Returns 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.
getComponent() - Method in ExecutableBinary
getComponent() - Method in LibraryBinary
The Library that this binary represents.
getComponents() - Method in DependencyHandler
Returns the component metadata handler for this project.
getComponents() - Method in Project
Returns the software components produced by this project.
getCompression() - Method in Tar
Returns the compression that is used for this archive.
getCompressor() - Method in Zip
getConf2ScopeMappings() - Method in MavenPluginConvention
Returns the set of rules for how to map Gradle dependencies to Maven scopes.
getConf() - Method in IvyArtifact
A comma separated list of public configurations in which this artifact is published.
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 SigningExtension
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 IvyPublication
Returns the complete set of configurations for this publication.
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
getConfMapping() - Method in IvyDependency
The configuration mapping string that will be output for this dependency.
getConnectors() - Method in AbstractJettyRunTask
getContainers() - Method in GenerateEclipseClasspath
Deprecated.
getContent() - Method in BrowserEvaluate
getContentRoot() - Method in HttpFileServer
getContentRoot() - Method in SimpleHttpFileServer
getContentRoots() - Method in IdeaModule
All content roots.
getContents() - Method in Distribution
The contents of the distribution.
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
getConvention() - Method in Task
getCppCompiler() - Method in ConfigurableToolChain
The C compiler.
getCredentials() - Method in AuthenticationSupported
Provides the Credentials used to authenticate to this repository.
getCsv() - Method in JacocoReportsContainer
The JaCoCo (single file) CSV report
getCurrentDir() - Method in StartParameter
Returns the directory to use to select the default project, and to search for the settings file.
getDaemonServer() - Method in ScalaCompileOptions
Server (host:port) on which the compile daemon is running.
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 CompileOptions
Deprecated.
getDebug() - Method in JavaExec
{@inheritDoc}
getDebug() - Method in JavaForkOptions
Returns true if debugging is enabled for the process.
getDebug() - Method in Test
{@inheritDoc}
getDebug() - Method in TestLoggingContainer
Returns logging options for debug level.
getDebugLevel() - Method in DebugOptions
Tells which debugging information is to be generated.
getDebugLevel() - Method in ScalaCompileOptions
Generate debugging information.
getDebugOptions() - Method in CompileOptions
Returns options for generating debugging information.
getDefaultCharacterEncoding() - Method in JavaExec
{@inheritDoc}
getDefaultCharacterEncoding() - Method in JavaForkOptions
Returns the default character encoding to use.
getDefaultCharacterEncoding() - Method in Test
{@inheritDoc}
getDefaultConfiguration() - Method in SigningExtension
Provides the configuration that signature artifacts are added to.
getDefaultExtension() - Method in Compression
getDefaultOutputDir() - Method in GenerateEclipseClasspath
Deprecated.
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
getDefaultSource() - Method in AbstractCopyTask
Returns the default source for this task.
getDefaultSource() - Method in SourceTask
Returns the default source for this task, if any.
getDefaultTargetJdk(JavaVersion) - Method in PmdPlugin
getDefaultTasks() - Method in Project
getDefaultToolChain() - Method in ToolChainRegistry
Returns the first registered ToolChain that is available.
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() - Method in Configuration
Gets the set of dependencies 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 Project
Returns the dependency handler of this project.
getDependencies() - Method in ResolvableDependencies
Returns the set of dependencies which will be resolved.
getDependencies() - Method in ResolvedModuleVersionResult
Returns the dependencies of the resolved module.
getDependencies() - Method in ScriptHandler
Returns the dependencies of the script.
getDependencies(Task) - Method in TaskDependency
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.
getDependents() - Method in ResolvedModuleVersionResult
Returns the dependents of the resolved module.
getDependOptions() - Method in CompileOptions
Returns options for using the Ant task.
getDependsOn() - Method in Task
getDependsOnProjects() - Method in Project
getDeployName() - Method in GenerateEclipseWtpComponent
Deprecated.
getDepth() - Method in Project
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 of the element, or null if it has no description.
getDescription() - Method in ModuleVersionSelectionReason
Describes this selection reason.
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.
getDescriptor() - Method in GenerateIvyDescriptor
The module descriptor metadata.
getDescriptor() - Method in IvyPublication
The module descriptor that will be published.
getDescriptorDestination() - Method in Upload
Returns the path to generate the dependency descriptor to.
getDestination() - Method in GenerateIvyDescriptor
The file the descriptor will be written to.
getDestination() - Method in GenerateMavenPom
The file the POM will be written to.
getDestination() - Method in Report
The location on the filesystem of the report when it is generated.
getDestination() - Method in TestOutputEvent
Destination of the message
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 AbstractLinkTask
getDestinationDir() - Method in CoffeeScriptCompile
getDestinationDir() - Method in CoffeeScriptCompileSpec
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
getDestinationDir() - Method in ScalaDoc
Returns the directory to generate the API documentation into.
getDestinationDir() - Method in Sync
Returns the directory to copy files into.
getDestinationDir() - Method in TestReport
Returns the directory to write the HTML report to.
getDestinationDirectory() - Method in MinimalJavadocOptions
getDestinationDirectory() - Method in StandardJavadocDocletOptions
getDidWork() - Method in Task
getDidWork() - Method in TaskState
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.
getDisplayGranularity() - Method in TestLogging
Returns the display granularity of the events to be logged.
getDisplayName() - Method in DeploymentDescriptor
The application display name.
getDisplayName() - Method in Report
A more descriptive name of this report.
getDisplayName() - Method in Resource
Human readable name of this resource
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.
getDownloadSources() - Method in GenerateEclipseClasspath
Deprecated.
getDuplicatesStrategy() - Method in AbstractCopyTask
{@inheritDoc}
getDuplicatesStrategy() - Method in CopySpec
Returns the strategy to use when trying to copy more than one file to the same destination.
getDuplicatesStrategy() - Method in FileCopyDetails
The strategy to use if there is already a file at this file's destination.
getEffectiveManifest() - Method in Manifest
Returns a new manifest instance where all the attribute values are expanded (e.g. their 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 ReportContainer
Returns an immutable collection of all the enabled Report objects in this container.
getEnabled() - Method in Task
getEncoding() - Method in CoffeeScriptCompileOptions
getEncoding() - Method in CompileOptions
Returns the character encoding to be used when reading source files.
getEncoding() - Method in CoreJavadocOptions
getEncoding() - Method in GroovyCompileOptions
Tells the source encoding.
getEncoding() - Method in JsHint
getEncoding() - Method in MinimalJavadocOptions
getEncoding() - Method in ScalaCompileOptions
Encoding of source files.
getEndTime() - Method in TestResult
Returns the time when this test completed execution.
getEntryCompression() - Method in Zip
Returns the compression level of the entries of the archive.
getEntryPoint() - Method in DirectoryReport
Returns the entry point of a directory based Report
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}
getError() - Method in TestLoggingContainer
Returns logging options for error level.
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}
getEvaluator() - Method in BrowserEvaluate
getEvents() - Method in TestLogging
Returns the events to be logged.
getException() - Method in TestResult
If the test failed with an exception, this will be the exception.
getExceptionFormat() - Method in TestLogging
Returns the format to be used for logging test exceptions.
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
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
getExe() - Method in Tool
The name of the executable file for this tool.
getExecResult() - Method in Exec
Returns the result for the command run by this task.
getExecutable() - Method in Exec
{@inheritDoc}
getExecutable() - Method in ForkOptions
Returns the compiler executable to be used.
getExecutable() - Method in Javadoc
Returns the Javadoc executable to use to generate 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
getExecuted() - Method in TaskState
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 HeaderExportingSourceSet
The headers as a directory set.
getExtDirs() - Method in CoreJavadocOptions
getExtDirs() - Method in MinimalJavadocOptions
getExtDocUrl() - Method in JavadocOfflineLink
getExtends() - Method in IvyConfiguration
The set of names of extended configurations, added via extend(String).
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 ArtifactIdentifier
Returns the extension of this artifact.
getExtension() - Method in BinarySignatureType
getExtension() - Method in Compression
getExtension() - Method in DependencyArtifact
Returns the extension of this dependency artifact.
getExtension() - Method in IvyArtifact
The extension used to publish the artifact file, never null.
getExtension() - Method in MavenArtifact
The extension used to publish the artifact file, never null.
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
getExtensionDirs() - Method in CompileOptions
Returns the extension dirs to be used for the compiler process.
getExtensions() - Method in ExtensionAware
The container of extensions.
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.
getExtraProperties() - Method in ExtensionContainer
The extra properties extension in this extension container.
getExtraScanTargets() - Method in JettyRun
getFactory() - Method in GradleLauncher
getFailedTestCount() - Method in TestResult
Returns the number of failed atomic tests executed for this test.
getFailOnError() - Method in CompileOptions
Deprecated.
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.
getFailure() - Method in UnresolvedDependencyResult
The failure that occurred.
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 InputFileDetails
The input file, which may no longer exist.
getFile() - Method in IvyArtifact
The actual file contents to publish.
getFile() - Method in MavenArtifact
The actual file contents to publish.
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.
getFile() - Method in UnableToDeleteFileException
getFileExtensions() - Method in GroovyCompileOptions
Returns the list of acceptable source file extensions.
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 Classpath
getFiles() - Method in FileCollection
Returns the contents of this collection as a Set.
getFiles(Spec) - Method in LenientConfiguration
Returns successfully resolved files for successfully resolved dependencies.
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.
getFinalizedBy() - Method in Task
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.
getFlavor() - Method in NativeBinary
The flavor that this binary was built with.
getFlavors() - Method in NativeComponent
The set of flavors defined for this component.
getFooter() - Method in Groovydoc
Returns the HTML footer for each page.
getFooter() - Method in StandardJavadocDocletOptions
getForce() - Method in ScalaCompileOptions
Whether to force the compilation of all files.
getForcedModules() - Method in ResolutionStrategy
Returns currently configured forced modules.
getForkEvery() - Method in Test
Returns the maximum number of test classes to execute in a forked test process.
getForkOptions() - Method in CompileOptions
Returns options for running the compiler in a child process.
getForkOptions() - Method in GroovyCompileOptions
Returns options for running the Groovy compiler in a separate process.
getForkOptions() - Method in ScalaCompileOptions
Options for running the Scala compiler in a separate process.
getFrom() - Method in ConfigurableFileCollection
Returns the set of source paths for this collection.
getFrom() - Method in DependencyResult
Returns the origin of the dependency.
getGradle() - Method in BuildEnvironment
Returns information about the Gradle environment, for example the Gradle version.
getGradle() - Method in BuildResult
getGradle() - Method in Gradle
Returns this Gradle instance.
getGradle() - Method in Project
getGradle() - Method in Settings
Returns the Gradle instance for the current build.
getGradleHomeDir() - Method in Gradle
Returns the Gradle home directory, if any.
getGradleModuleVersion() - Method in ExternalDependency
Returns the Gradle module information for this dependency, or null if the dependency does not originate from a remote repository.
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 GradleBuildInvocationSpec
The Gradle version to run the build with.
getGradleVersion() - Method in GradleEnvironment
Informs about the 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 ExcludeRule
The exact name of the organization or group that should be excluded.
getGroup() - Method in GradleModuleVersion
The group of the module, for example 'org.gradle'.
getGroup() - Method in Module
getGroup() - Method in ModuleIdentifier
The group of the module.
getGroup() - Method in ModuleVersionIdentifier
The group of the module.
getGroup() - Method in ModuleVersionSelector
The group of the module.
getGroup() - Method in Project
getGroup() - Method in Task
Returns the task group which this task belongs to.
getGroupId() - Method in MavenDependency
The groupId value for this dependency.
getGroupId() - Method in MavenPom
Returns the group id for this POM.
getGroupId() - Method in MavenPublication
Returns the groupId for this publication.
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
The headers exported by this library.
getHelpFile() - Method in StandardJavadocDocletOptions
getHierarchy() - Method in Configuration
Gets a ordered set including this configuration and all superconfigurations recursively.
getHtml() - Method in BuildDashboardReports
The build dashboard HTML report
getHtml() - Method in CodeNarcReports
The codenarc HTML report
getHtml() - Method in FindBugsReports
The findbugs HTML report
getHtml() - Method in JacocoReportsContainer
The JaCoCo HTML report
getHtml() - Method in PmdReports
The pmd (single file) HTML report
getHtml() - Method in TestTaskReports
A HTML report indicate the results of the test execution.
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 ComponentMetadataDetails
Returns the identifier of the component.
getId() - Method in ResolvedModuleVersion
The identifier of this resolved module version.
getId() - Method in ResolvedModuleVersionResult
Returns the identifier of the resolved module.
getId() - Method in UnresolvedDependency
Deprecated.
getIgnoreFailures() - Method in CompareGradleBuilds
Whether a comparison between non identical builds will fail the task execution.
getIgnoreFailures() - Method in Test
{@inheritDoc}
getIgnoreFailures() - Method in VerificationTask
Specifies whether the build should break when the verifications performed by this task fail.
getIncludeEmptyDirs() - Method in AbstractCopyTask
{@inheritDoc}
getIncludeEmptyDirs() - Method in CopySpec
Tells if empty target directories will be included in the copy.
getIncludeJavaRuntime() - Method in CompileOptions
Tells whether the Java runtime should be put on the compile class path.
getIncludeRoots() - Method in NativeDependencySet
Returns the header file directories to use at compile time.
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.
getIncrementalOptions() - Method in ScalaCompileOptions
getInfo() - Method in TestLoggingContainer
Gets logging options for info level.
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.
getInputReports() - Method in GenerateBuildDashboard
getInputs() - Method in Task
getInstallDir() - Method in VisualCpp
The directory where Visual Studio or Visual C++ is installed.
getInstallName() - Method in LinkSharedLibrary.Spec
getInstructions() - Method in OsgiManifest
Returns all existing instruction.
getJarFile() - Method in Wrapper
Returns the file to write the wrapper jar file to.
getJarTaskName() - Method in SourceSet
Returns the name of the Jar task for this source set, if such a task exists.
getJarURL() - Method in FileReference
Returns the jar URL of the file
getJava() - Method in BuildEnvironment
Returns information about the Java environment, for example the Java home or the JVM args used.
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 or archive for this dependency, or null if no Javadoc is available.
getJavadoc() - Method in IdeaSingleEntryLibraryDependency
Returns the Javadoc directory/archive for this dependency.
getJavadocFile() - Method in SingleEntryModuleLibrary
Returns a single javadoc jar or javadoc folder
getJavaHome() - Method in JavaEnvironment
The Java home used for Gradle operations (for example running tasks or acquiring model information).
getJavaVersion() - Method in Module
getJdkName() - Method in IdeaProject
Returns 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
getJs() - Method in CoffeeScriptExtension
getJs() - Method in EnvJsExtension
getJs() - Method in JsHintExtension
getJsHint() - Method in JsHint
getJsonReport() - Method in JsHint
getJunitXml() - Method in TestTaskReports
The test results in “JUnit XML” format.
getJvmArgs() - Method in BaseForkOptions
Returns any additional JVM arguments for the compiler process.
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}
getJvmArguments() - Method in JavaEnvironment
The JVM arguments used to start the Java process that handles Gradle operations (for example running tasks or acquiring model information).
getKey() - Method in 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
Returns the 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 DependentSourceSet
The libraries that this source set requires.
getLibs() - Method in NativeBinary
The libraries that should be linked into this binary.
getLibsDir() - Method in BasePluginConvention
Returns the directory to generate JAR and WAR archives into.
getLicense() - Method in OsgiManifest
Returns the license.
getLifecycle() - Method in TestLoggingContainer
Returns logging options for lifecycle level.
getLifecycleTaskName() - Method in EclipsePlugin
getLifecycleTaskName() - Method in EclipseWtpPlugin
getLifecycleTaskName() - Method in IdeaPlugin
getLinkedResources() - Method in HierarchicalEclipseProject
Returns the linked resources for this project.
getLinker() - Method in ConfigurableToolChain
The linker.
getLinkerArgs() - Method in NativeBinary
The arguments passed when linking this binary.
getLinkFiles() - Method in NativeDependencySet
Returns the files to use at link time.
getLinks() - Method in Groovydoc
Returns the links to groovydoc/javadoc output at the given URL.
getLinks() - Method in StandardJavadocDocletOptions
getLinksOffline() - Method in StandardJavadocDocletOptions
getLocal() - Method in AnnouncePluginExtension
Returns an Announcer that sends announcements to the local desktop, if a notification mechanism is available.
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.
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
getLogger() - Method in Script
Returns the logger for this script.
getLogger() - Method in 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.
getLoggingLevel() - Method in ScalaCompileOptions
Specifies the amount of logging.
getLoggingPhases() - Method in ScalaCompileOptions
Phases of the compiler to log.
getMacros() - Method in NativeBinary
The set of preprocessor macros to define when compiling this binary.
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.
getMainSpec() - Method in AbstractCopyTask
getMajorVersion() - Method in JavaVersion
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
Returns the directory to generate Maven POMs into.
getMaxGranularity() - Method in TestLogging
Returns the maximum granularity of the events to be logged.
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
getMemoryInitialSize() - Method in BaseForkOptions
Returns the initial heap size for the compiler process.
getMemoryMaximumSize() - Method in BaseForkOptions
Returns the maximum heap size for the compiler process.
getMergedSystemProperties() - Method in StartParameter
Deprecated.
getMergeValue() - Method in ManifestMergeDetails
Returns the value for the key of the manifest that is the source for the merge.
getMessage() - Method in TestOutputEvent
Message content
getMetaInf() - Method in Jar
getMinGranularity() - Method in TestLogging
Returns the minimum granularity of the events to be logged.
getMinHeapSize() - Method in JavaExec
{@inheritDoc}
getMinHeapSize() - Method in JavaForkOptions
Returns the minimum heap size for the process, if any.
getMinHeapSize() - Method in Test
{@inheritDoc}
getMinusConfigurations() - Method in GenerateEclipseClasspath
Deprecated.
getMinusConfigurations() - Method in GenerateEclipseWtpComponent
Deprecated.
getMode() - Method in FileTreeElement
Returns the Unix permissions of this file, e.g.
getModel(Model, Class) - Method in BuildController
Fetches a snapshot of the model of the given type for the given element, usually a Gradle project.
getModel() - Method in MavenPom
Returns the underlying native Maven org.apache.maven.model.Model object.
getModel(Class, ResultHandler) - Method in ProjectConnection
Starts fetching a snapshot of the given model, passing the result to the given handler when complete.
getModule() - Method in ExcludeRule
The exact name of the module that should be excluded.
getModule() - Method in IvyDependency
The module value for this dependency.
getModule() - Method in IvyPublication
Returns the module for this publication.
getModule() - Method in ModuleVersionIdentifier
Returns the ModuleIdentifier containing the group and the name of this module.
getModule() - Method in ResolvedDependency
Returns the module which this resolved dependency belongs to.
getModuleArtifacts() - Method in ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency.
getModuleGroup() - Method in ResolvedDependency
Returns the module group of the resolved dependency.
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 the modules of this IDEA project.
getModuleTypeMappings() - Method in DeploymentDescriptor
Mapping of module paths to module types.
getModuleVersion() - Method in ResolvedArtifact
Returns the module which this artifact belongs to.
getModuleVersion() - Method in ResolvedDependency
Returns the module version of the resolved dependency.
getModuleVersionIdentifier() - Method in ArtifactIdentifier
Returns the identifier of the module that owns this artifact.
getMustRunAfter() - Method in Task
getName() - Method in ArtifactIdentifier
Returns the name of this artifact.
getName() - Method in ArtifactRepository
Returns the name for this repository.
getName() - Method in BasicGradleProject
Returns the name of this project.
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 Distribution
The name of this distribution.
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 of the element.
getName() - Method in FileTreeElement
Returns the base name of this file.
getName() - Method in GradleModuleVersion
The name of the module, for example 'gradle-tooling-api'.
getName() - Method in IdeaProject
The name of the IDEA project.
getName() - Method in IvyArtifact
The name used to publish the artifact file, never null.
getName() - Method in Logging.LoggerImpl
getName() - Method in Module
getName() - Method in ModuleIdentifier
The name of the module.
getName() - Method in ModuleVersionIdentifier
The name of the module.
getName() - Method in ModuleVersionSelector
The name of the module.
getName() - Method in Named
The object's name.
getName() - Method in OsgiManifest
Returns the name.
getName() - Method in Project
getName() - Method in ProjectDescriptor
Returns the name of this project.
getName() - Method in PublishArtifact
Returns the name of the artifact.
getName() - Method in Report
The symbolic name of this report.
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
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 TargetJdk
getName() - Method in 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.
getNames() - Method in NamedDomainObjectCollection
getNativeLibraryLocation() - Method in AbstractClasspathEntry
getNoQualifiers() - Method in StandardJavadocDocletOptions
getOptimizationOptions() - Method in GroovyCompileOptions
Returns optimization options for the Groovy compiler.
getOptimize() - Method in CompileOptions
Tells whether to produce optimized byte code.
getOption() - Method in JavadocOptionFileOption
getOptionFiles() - Method in CoreJavadocOptions
getOptionFiles() - Method in MinimalJavadocOptions
getOptions() - Method in CoffeeScriptCompile
getOptions() - Method in CoffeeScriptCompileSpec
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 test framework specific 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
getOrganisation() - Method in IvyDependency
The organisation value for this dependency.
getOrganisation() - Method in IvyPublication
Returns the organisation for this publication.
getOutput() - Method in SourceSet
SourceSetOutput is a FileCollection of all output directories (compiled classes, processed resources, etc.)
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 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 IdeaModule
Configures output *.iml file.
getOutputFile() - Method in NativeBinary
The file where this binary will be created.
getOutputLevel() - Method in CoreJavadocOptions
getOutputLevel() - Method in MinimalJavadocOptions
getOutputs() - Method in Task
getOutputType() - Method in AbstractLinkTask
getOutputType() - Method in AbstractNativeCompileTask
getOutputType() - Method in Assemble
getOutputType() - Method in CreateStaticLibrary
getOutputType() - Method in DirectoryReport
Always returns Report.OutputType#DIRECTORY
getOutputType() - Method in Report
A file based report to be created.
getOutputType() - Method in SingleFileReport
Always returns Report.OutputType#FILE
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 publication.
getParallelThreadCount() - Method in StartParameter
Returns the number of parallel threads to use for build execution.
getParent() - Method in BasicGradleProject
Returns the parent of this project, or null if this is the root project.
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, or null if there is no parent.
getParent() - Method in IdeaModule
Returns the project of this module.
getParent() - Method in Project
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 PasswordCredentials
Returns the password to use when authenticating to this repository.
getPath() - Method in BasicGradleProject
Returns the path of this project.
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 the path of this project.
getPath() - Method in 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
getPaths() - Method in ConfigurableToolChain
The paths setting required for executing the tool chain.
getPathString() - Method in RelativePath
getPatterns() - Method in DirectoryTree
Returns the patterns which select the files under the base directory.
getPayloadType() - Method in RhinoWorkerSpec
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 PluginAware
Returns the plugins container for this object.
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 GenerateMavenPom
The Maven POM.
getPom() - Method in MavenPublication
The POM that will be published.
getPom() - Method in PomFilterContainer
Returns the POM property of the custom filter.
getPomArtifact() - Method in MavenDeployment
Returns the POM for this deployment.
getPort() - Method in HttpFileServer
getPort() - Method in SimpleHttpFileServer
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 EclipseTask
{@inheritDoc}
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
getProject() - Method in SonarModel
Returns per-project configuration options.
getProject() - Method in Task
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.
getProjectDir() - Method in GradleBuildInvocationSpec
The “root” directory of the build.
getProjectDir() - Method in Project
getProjectDir() - Method in ProjectDescriptor
Returns the project directory of this project.
getProjectDir() - Method in StartParameter
Returns the project dir to use to select the default project.
getProjectDirectory() - Method in BasicGradleProject
Returns the project directory for this project.
getProjectDirectory() - Method in HierarchicalEclipseProject
Returns the project directory for this project.
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 GradleBuild
Returns the set of all projects for this build.
getProjects() - Method in ProjectReportsPluginConvention
getProperties() - Method in AntBuilder
Returns the properties of the Ant project.
getProperties() - Method in Checkstyle
The properties available for use in the configuration file.
getProperties() - Method in ExtraPropertiesExtension
Returns all of the registered properties and their current values as a map.
getProperties() - Method in GenerateEclipseWtpComponent
Deprecated.
getProperties() - Method in 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.
getPublication() - Method in PublishToIvyRepository
The publication to be published.
getPublication() - Method in PublishToMavenRepository
The publication to be published.
getPublications() - Method in PublishingExtension
The publications of the project.
getPublishedCode() - Method in IncrementalCompileOptions
Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.
getQualifiedPropertyName(String, String) - Method in PgpSignatoryFactory
getQuiet() - Method in TestLoggingContainer
Returns logging options for quiet level.
getRebuildTasks() - Method in JavaPlugin.EmbeddableJavaProjectImpl
getReferences() - Method in AntBuilder
Returns the references of the Ant project.
getRefreshOptions() - Method in StartParameter
Returns the refresh options used for the build.
getRelativePath() - Method in FileTreeElement
Returns the path of this file, relative to the root of the containing file tree.
getReload() - Method in AbstractJettyRunTask
Returns the reload mode, which is either "automatic" or "manual".
getRenderer() - Method in AbstractReportTask
getRenderer() - Method in DependencyReportTask
getRenderer() - Method in ProjectReportTask
getRenderer() - Method in PropertyReportTask
getRenderer() - Method in TaskReportTask
getReportDir() - Method in CompareGradleBuilds
The directory that will contain the HTML comparison report and any other report files.
getReportFile() - Method in CodeNarc
The file to write the report to.
getReportFormat() - Method in CodeNarc
The format type of the CodeNarc report.
getReports() - Method in Checkstyle
The reports to be generated by this task.
getReports() - Method in CodeNarc
Returns the reports to be generated by this task.
getReports() - Method in FindBugs
The reports to be generated by this task.
getReports() - Method in GenerateBuildDashboard
The reports to be generated by this task.
getReports() - Method in JacocoReport
Returns the reports to be generated by this task.
getReports() - Method in JDepend
The reports to be generated by this task.
getReports() - Method in Pmd
Returns the reports to be generated by this task.
getReports() - Method in Reporting
A ReportContainer instance.
getReports() - Method in Test
The reports that this task potentially produces.
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 PublishingExtension
The container of possible repositories to publish to.
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 PublishToIvyRepository
The repository to publish to.
getRepository() - Method in PublishToMavenLocal
getRepository() - Method in PublishToMavenRepository
The repository to publish to.
getRequest() - Method in ResolutionControl
Returns the query object that was requested in this resolution.
getRequested() - Method in DependencyResolveDetails
The module, before it is resolved.
getRequested() - Method in DependencyResult
Returns the requested module version.
getRequestLog() - Method in AbstractJettyRunTask
getResolutionResult() - Method in ResolvableDependencies
Returns an instance of ResolutionResult that gives access to the graph of the resolved dependencies.
getResolutionStrategy() - Method in Configuration
Returns the resolution strategy used by this configuration.
getResolve() - Method in IvyArtifactRepository
Returns the meta-data provider used when resolving artifacts from this repository.
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
Returns one of the dependencies which this artifact belongs to.
getResolvers() - Method in ArtifactRepositoryContainer
Returns the resolvers in this container, in sequence.
getResource() - Method in BrowserEvaluate
getResources() - Method in GenerateEclipseWtpComponent
Deprecated.
getResources() - Method in Project
Provides access to resource-specific utility methods, for example factory methods that create various resources.
getResources() - Method in Script
Provides access to resource-specific utility methods, for example factory methods that create various resources.
getResources() - Method in SourceSet
Returns the non-Java resources which are to be copied into the resources output directory.
getResourcesDir() - Method in ClassDirectoryBinary
getResourcesDir() - Method in SourceSetOutput
Returns the output directory for resources
getResourceUrl(String) - Method in HttpFileServer
getResourceUrl(String) - Method in SimpleHttpFileServer
getResult() - Method in BrowserEvaluate
getResultFile() - Method in Checkstyle
Returns the destination file for the XML report.
getResultType() - Method in RhinoWorkerSpec
getResultType() - Method in TestResult
Describes a test result.
getRevision() - Method in IvyDependency
The revision value for this dependency.
getRevision() - Method in IvyPublication
Returns the revision for this publication.
getRhinoClasspath() - Method in CoffeeScriptCompile
getRhinoClasspath() - Method in JsHint
getRhinoOptions() - Method in RhinoShellExec
getRoleName() - Method in EarSecurityRole
The name of the security role.
getRoot() - Method in ResolutionResult
Gives access to the resolved dependency graph.
getRootCppCompilerTools() - Method in CprojectDescriptor
getRootCppLinkerTools() - Method in CprojectDescriptor
getRootDir() - Method in Project
getRootDir() - Method in Settings
getRootDirectory() - Method in IdeaContentRoot
root directory
getRootProject() - Method in Gradle
Returns the root project of this build.
getRootProject() - Method in GradleBuild
Returns the root project for this build.
getRootProject() - Method in Project
getRootProject() - Method in Settings
getRootSpec() - Method in AbstractCopyTask
getRootSpec() - Method in Copy
getRootSpec() - Method in Sync
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.
getRuntimeFiles() - Method in NativeDependencySet
Returns the files to use at runtime.
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.
getScalaVersion(File) - Method in ScalaRuntime
Determines the version of a Scala Jar file (scala-compiler, scala-library, scala-jdbc, etc.).
getScanIntervalSeconds() - Method in AbstractJettyRunTask
Returns the interval in seconds between scanning the web app for file changes.
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
getScopeMappings() - Method in MavenPom
Returns the scope mappings used for generating this POM.
getScript() - Method in RhinoShellExec
getScriptArgs() - Method in RhinoShellExec
getScriptFile() - Method in Wrapper
Returns the file to write the wrapper script to.
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
getSelected() - Method in ResolvedDependencyResult
Returns the selected module version.
getSelectionReason() - Method in ResolvedModuleVersionResult
Returns the reason for selecting the module.
getSelector() - Method in UnresolvedDependency
The module selector of the dependency.
getServer() - Method in AbstractJettyRunTask
getSettings() - Method in MavenResolver
Returns a Maven settings object.
getSettings() - Method in Settings
getSettingsDir() - Method in Settings
getSettingsFile() - Method in StartParameter
Returns the explicit settings file to use for the build, or null.
getShared() - Method in Library
Converts this library to a native dependency that uses the shared library variant.
getShowCauses() - Method in TestLogging
Tells whether causes of exceptions that occur during test execution will be logged.
getShowExceptions() - Method in TestLogging
Tells whether exceptions that occur during test execution will be logged.
getShowStackTraces() - Method in TestLogging
Tells whether stack traces of exceptions that occur during test execution will be logged.
getShowStandardStreams() - Method in TestLogging
Tells whether output on standard out and standard error will be logged.
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 SigningExtension
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 SigningExtension
The signature type that will be used for signing files when an explicit signature type has not been specified.
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 AbstractLinkTask
The source object files to be passed to the linker.
getSource() - Method in AbstractNativeCompileTask
getSource() - Method in Assemble
getSource() - Method in ClassDirectoryBinary
getSource() - Method in CoffeeScriptCompileSpec
getSource() - Method in CoreJavadocOptions
getSource() - Method in CreateStaticLibrary
The source object files to be passed to the archiver.
getSource() - Method in ExternalDependency
Returns the source directory or archive for this dependency, or null if no source is available.
getSource() - Method in IdeaSingleEntryLibraryDependency
Returns the source directory/archive for this dependency.
getSource() - Method in LanguageSourceSet
getSource() - Method in MinimalJavadocOptions
getSource() - Method in NativeBinary
The source sets used to compile this binary.
getSource() - Method in NativeComponent
The source sets that are used to build this component.
getSource() - Method in SourceTask
Returns the source for this task, after the include and exclude patterns have been applied.
getSourceBuild() - Method in CompareGradleBuilds
The specification of how to invoke the source build.
getSourceCompatibility() - Method in AbstractCompile
Returns the Java language level to use to compile the source files.
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.
getSourceFile() - Method in GradleScript
Returns the source file for this script, or null if this script has no associated source file.
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 GenerateEclipseClasspath
Deprecated.
getSourceURI() - Method in ScriptHandler
Returns the URI for the script source, if any.
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.
getStackTraceFilters() - Method in TestLogging
Returns the set of filters to be used for sanitizing test stack traces.
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
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.
getStatic() - Method in Library
Converts this library to a native dependency that uses the static library variant.
getStaticLibArchiver() - Method in ConfigurableToolChain
The static library archiver.
getStaticLibArgs() - Method in StaticLibraryBinary
The arguments passed when creating a this binary.
getStatus() - Method in ComponentMetadataDetails
Returns the status of the component.
getStatus() - Method in IvyModuleDescriptor
Returns the status for this publication.
getStatus() - Method in Module
getStatus() - Method in Project
getStatusScheme() - Method in ComponentMetadataDetails
Returns the status scheme of the component.
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.
getStubDir() - Method in GroovyCompileOptions
Returns the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
getStylesheetFile() - Method in StandardJavadocDocletOptions
getSubprojects() - Method in Project
getSuccessfulTestCount() - Method in TestResult
Returns the number of successful atomic tests executed for this test.
getSuites(File) - Method in TestNGOptions
getSupportedExtensions() - Method in Compression
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
getTaglets() - Method in StandardJavadocDocletOptions
getTags() - Method in StandardJavadocDocletOptions
getTarget() - Method in AntTarget
Returns the Ant target to execute.
getTarget() - Method in DependencyResolveDetails
The target module selector used to resolve the dependency.
getTargetBuild() - Method in CompareGradleBuilds
The specification of how to invoke the target build.
getTargetCompatibility() - Method in AbstractCompile
Returns the target JVM to generate the .class files for.
getTargetCompatibility() - Method in JavaPluginConvention
Returns the target compatibility used for compiling Java sources.
getTargetCompatibility() - Method in ScalaCompileOptions
Returns which backend is to be used.
getTargetFiles() - Method in Delete
Returns the resolved set of files which will be deleted by this task.
getTargetProject() - Method in EclipseProjectDependency
Returns the target of this dependency.
getTask() - Method in TaskExecutionException
getTaskDependencies() - Method in Task
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 GradleBuild
Returns the tasks that should be executed for this build.
getTasks() - Method in GradleBuildInvocationSpec
The tasks to execute.
getTasks() - Method in GradleProject
{@inheritDoc}
getTasks() - Method in Project
getTasksByName(String, boolean) - Method in Project
getTaskType() - Method in CheckstylePlugin
getTaskType() - Method in CodeNarcPlugin
getTaskType() - Method in FindBugsPlugin
getTaskType() - Method in JDependPlugin
getTaskType() - Method in PmdPlugin
getTempDir() - Method in ForkOptions
Returns the directory used for temporary files that may be created to pass command line arguments to the compiler process.
getTemporaryDir() - Method in Task
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
getTestLogging() - Method in Test
Allows to set options related to which test events are logged to the console, and on which detail level.
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.
getTestResultDirs() - Method in TestReport
Returns the set of binary test results to include in the report.
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 in XML format.
getTestSrcDirs() - Method in Test
Returns the directories containing the test source.
getText() - Method in CodeNarcReports
The codenarc text report
getText() - Method in JDependReports
The jdepend text report
getTitle() - Method in Javadoc
getTitle() - Method in ScalaDoc
Returns the documentation title.
getToolChain() - Method in NativeBinary
Returns the ToolChain that will be used to build this binary.
getToolName() - Method in CheckstylePlugin
getToolName() - Method in CodeNarcPlugin
getToolName() - Method in FindBugsPlugin
getToolName() - Method in JDependPlugin
getToolName() - Method in PmdPlugin
getToSign() - Method in Signature
The file that is to be signed.
getTransformer() - Method in PropertiesGeneratorTask
getType() - Method in ArtifactIdentifier
Returns the type of this artifact.
getType() - Method in DependencyArtifact
Returns the type of the dependency artifact.
getType() - Method in EclipseLinkedResource
The resource type.
getType() - Method in IvyArtifact
The type used to publish the artifact file, never null.
getType() - Method in PublishArtifact
Returns the type of the published artifact.
getType() - Method in ResolvedArtifact
getType() - Method in SetupBuild
The desired type of build to create, defaults to {@value BuildSetupTypeIds#POM} if 'pom.xml' is found in project root if no pom.xml is found, it defaults to {@value BuildSetupTypeIds#BASIC}.
getType() - Method in Signature
The type of the signature artifact.
getTypeForExtension(String) - Method in AbstractSignatureTypeProvider
getTypeForExtension(String) - Method in SignatureTypeProvider
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.
getURI() - Method in Resource
Uniform resource identifier that uniquely describes this resource
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.
getUsername() - Method in PasswordCredentials
Returns the user name to use when authenticating to this repository.
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.
getVendor() - Method in OsgiManifest
Returns the vendor.
getVersion() - Method in AbstractArchiveTask
Returns the version part of the archive name, if any.
getVersion() - Method in CoffeeScriptExtension
getVersion() - Method in Dependency
Returns the version of this dependency.
getVersion() - Method in DeploymentDescriptor
The version of application.xml.
getVersion() - Method in EnvJsExtension
getVersion() - Method in GradleModuleVersion
The version, for example '1.0'.
getVersion() - Method in JsHintExtension
getVersion() - Method in MavenDependency
The version value for this dependency.
getVersion() - Method in MavenPom
Returns the version for this POM.
getVersion() - Method in MavenPublication
Returns the version for this publication.
getVersion() - Method in Module
getVersion() - Method in ModuleVersionIdentifier
The version of the module
getVersion() - Method in ModuleVersionSelector
The version of the module
getVersion() - Method in OsgiManifest
Returns the version.
getVersion() - Method in Project
getVersion() - Method in RhinoExtension
getWarConvention(Project) - Method in JettyPlugin
getWarn() - Method in TestLoggingContainer
Gets logging options for warn level.
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.
getWindowsScript() - Method in CreateStartScripts
getWindowTitle() - Method in Groovydoc
Returns the browser window title for the documentation.
getWindowTitle() - Method in MinimalJavadocOptions
getWindowTitle() - Method in StandardJavadocDocletOptions
getWorkerType() - Method in RhinoWorkerSpec
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}
getXml() - Method in CheckstyleReports
The checkstyle XML report
getXml() - Method in CodeNarcReports
The codenarc XML report
getXml() - Method in FindBugsReports
The findbugs XML report
getXml() - Method in JacocoReportsContainer
The JaCoCo (single file) XML report
getXml() - Method in JDependReports
The jdepend XML report
getXml() - Method in PmdReports
The pmd (single file) XML report
getXmlTransformer() - Method in XmlGeneratorTask
getZincClasspath() - Method in ScalaCompile
Returns the classpath to use to load the Zinc incremental compiler.
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
GOOGLE_APIS_REPO_URL - Field in JavaScriptRepositoriesExtension
googleApis(Action) - Method in JavaScriptRepositoriesExtension
GppCompilerPlugin - Class in org.gradle.nativecode.toolchain.plugins
A Plugin which makes the GNU G++ compiler available for compiling C/C++ code.
GppCompilerPlugin(FileResolver) - Constructor in GppCompilerPlugin
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(Action) - Method in JavaScriptRepositoriesExtension
GRADLE_PROPERTIES - Field in Project
GRADLE_PUBLIC_JAVASCRIPT_REPO_URL - Field in JavaScriptRepositoriesExtension
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(StartParameter, GradleLauncherFactory) - Constructor in GradleBuild
GradleBuildInvocationSpec - Interface in org.gradle.api.plugins.buildcomparison.gradle
A specification for launching a Gradle build with a specified Gradle version.
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
GradleEnvironment - Interface in org.gradle.tooling.model.build
Informs about the Gradle environment, for example the Gradle version.
GradleException - Class in org.gradle.api
GradleException(String, Throwable) - Constructor in GradleException
GradleLauncher - Class in org.gradle
GradleModuleVersion - Interface in org.gradle.tooling.model
Informs about a module version, i.e. group, name, version.
GradleProject - Interface in org.gradle.tooling.model
Represents a Gradle project.
GradleScript - Interface in org.gradle.tooling.model.gradle
Represents a Gradle script.
GradleScriptException - Class in org.gradle.api
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
GROOVY_CONFIGURATION_NAME - Field in GroovyBasePlugin
The name of the configuration holding the Groovy compiler and tools.
groovy(Closure) - Method in GroovySourceSet
Configures the Groovy source for this set.
GROOVY_RUNTIME_EXTENSION_NAME - Field in GroovyBasePlugin
GroovyBasePlugin - Class in org.gradle.api.plugins
Extends JavaBasePlugin to provide support for compiling and documenting Groovy source files.
GroovyBasePlugin(FileResolver) - Constructor in GroovyBasePlugin
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
Compilation options to be passed to the Groovy compiler.
Groovydoc - Class in org.gradle.api.tasks.javadoc
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
Fork options for Groovy compilation.
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
GroovyRuntime - Class in org.gradle.api.tasks
Provides information related to the Groovy runtime(s) used in a project.
GroovyRuntime(Project) - Constructor in GroovyRuntime
GroovySourceSet - Interface in org.gradle.api.tasks
A GroovySourceSetConvention defines the properties and methods added to a SourceSet by the GroovyPlugin.
GROUP - Field in BuildSetupPlugin
GROUP_KEY - Field in ExcludeRule
group(String, String) - Method in StandardJavadocDocletOptions
groupsFile(File) - Method in StandardJavadocDocletOptions
gzip(Object) - Method in ResourceHandler
Creates resource that points to a gzip compressed file at the given path.

H

has(String) - Method in ExtraPropertiesExtension
Returns whether or not the extension has a property registered via the given name.
hasError() - Method in ResolvedConfiguration
Returns whether all dependencies were successfully retrieved or not.
HasGradleProject - Interface in org.gradle.tooling.model
An element that is associated with a Gradle project.
hashCode() - Method in 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 Facet
hashCode() - Method in GenerateBuildDashboard.ReportState
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 ProjectLibrary
hashCode() - Method in RefreshOptions
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
hasProperty(String) - Method in Task
hasTask(Task) - Method in TaskExecutionGraph
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.nativecode.base
A source set that exposes headers
helpFile(File) - Method in StandardJavadocDocletOptions
HelpTasksPlugin - Class in org.gradle.api.plugins
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.
hookDeduplicationToTheRoot(Project) - Method in EclipsePlugin
hookDeduplicationToTheRoot(Project) - Method in IdeaPlugin
HttpFileServer - Interface in org.gradle.plugins.javascript.envjs.http
HttpFileServerFactory - Interface in org.gradle.plugins.javascript.envjs.http

I

IdeaCompilerOutput - Interface in org.gradle.tooling.model.idea
IDEA compiler output settings.
IdeaContentRoot - Interface in org.gradle.tooling.model.idea
Contains content root information.
IdeaDependency - Interface in org.gradle.tooling.model.idea
IDEA dependency.
IdeaDependencyScope - Interface in org.gradle.tooling.model.idea
The scope of the IDEA dependency.
IdeaLanguageLevel - Interface in org.gradle.tooling.model.idea
Language level setting for IDEA.
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 IDEA module.
IdeaModule(Project, IdeaModuleIml) - Constructor in IdeaModule
IdeaModuleDependency - Interface in org.gradle.tooling.model.idea
Dependency on 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.
IdeaPlugin(Instantiator) - Constructor in IdeaPlugin
IdeaProject - Interface in org.gradle.tooling.model.idea
Represents the information about the 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 illegal 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.
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
include(Closure) - Method in SourceTask
{@inheritDoc}
include(Closure) - Method in Test
{@inheritDoc}
includeCategories(String) - Method in JUnitOptions
includeFlat(String) - Method in Settings
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(FileCollection) - Method in AbstractNativeCompileTask
Add directories where the compiler should search for header files.
includeSpecs(Iterable) - Method in PatternSet
IncrementalCompileOptions - Class in org.gradle.api.tasks.scala
Options for incremental compilation of Scala code.
IncrementalTaskInputs - Interface in org.gradle.api.tasks.incremental
Provides access to any input files that need to be processed by an incremental task.
Incubating - Annotation Type in org.gradle.api
Indicates that a feature is incubating.
inferGroovyClasspath(Iterable) - Method in GroovyRuntime
Searches the specified class path for Groovy Jars (groovy(-indy), groovy-all(-indy)) and returns a corresponding class path for executing Groovy tools such as the Groovy compiler and Groovydoc tool.
inferScalaClasspath(Iterable) - Method in ScalaRuntime
Searches the specified class path for a 'scala-library' Jar, and returns a class path containing a corresponding (same version) 'scala-compiler' Jar and its dependencies.
info(String, Object) - Method in Logger
Logs the given message at info log level.
info(String, Throwable) - Method in Logging.LoggerImpl
info(Action) - Method in TestLoggingContainer
Configures logging options for info level.
initContext(Context) - Method in RhinoWorkerUtils.DefaultScopeOperation
initContext(Context) - Method in RhinoWorkerUtils.ScopeOperation
injectCustomFactory(GradleLauncherFactory) - Method in GradleLauncher
Input - Annotation Type in org.gradle.api.tasks
InputDirectory - Annotation Type in org.gradle.api.tasks
InputFile - Annotation Type in org.gradle.api.tasks
InputFileDetails - Interface in org.gradle.api.tasks.incremental
A change to an input file.
InputFiles - Annotation Type in org.gradle.api.tasks
install() - Method in InstallExecutable
INSTALL_TASK_NAME - Field in MavenPlugin
InstallExecutable - Class in org.gradle.nativecode.base.tasks
Installs an executable with it's dependent libraries so it can be easily executed.
InstallExecutable(Instantiator, FileOperations) - Constructor in InstallExecutable
instruction(String, String) - Method in OsgiManifest
Adds arguments to an instruction.
instructionFirst(String, String) - Method in OsgiManifest
Adds arguments to an instruction.
instructionReplace(String, String) - Method in OsgiManifest
Sets the values for 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
into(Object, Closure) - Method in AbstractArchiveTask
Creates and configures a child CopySpec with a destination directory *inside* the archive for the files.
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.
InvalidActionClosureException - Class in org.gradle.api
Thrown when a Closure is given as an Action implementation, but has the wrong signature.
InvalidActionClosureException(Closure, Object) - Constructor in InvalidActionClosureException
InvalidIvyPublicationException - Class in org.gradle.api.publish.ivy
Thrown when attempting to publish with an invalid IvyPublication.
InvalidIvyPublicationException(String, String, Throwable) - Constructor in InvalidIvyPublicationException
InvalidMavenPublicationException - Class in org.gradle.api.publish.maven
Thrown when attempting to publish with an invalid MavenPublication.
InvalidMavenPublicationException(String, String, Throwable) - Constructor in InvalidMavenPublicationException
InvalidUserCodeException - Class in org.gradle.api
A InvalidUserCodeException is thrown when user-provided code cannot be executed.
InvalidUserCodeException(String, Throwable) - Constructor in InvalidUserCodeException
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.
isAdded() - Method in InputFileDetails
Was the file added?
isAuthor() - Method in StandardJavadocDocletOptions
isBreakIterator() - Method in CoreJavadocOptions
isBreakIterator() - Method in MinimalJavadocOptions
isBuildProjectDependencies() - Method in StartParameter
Returns true if project dependencies are to be built, false if they should not be.
isCaseSensitive() - Method in AbstractCopyTask
{@inheritDoc}
isCaseSensitive() - Method in CopySpec
Specifies whether case-sensitive pattern matching should be used.
isCaseSensitive() - Method in PatternSet
isChanging() - Method in ComponentMetadataDetails
Tells whether the component is changing or immutable.
isChanging() - Method in ExternalModuleDependency
Returns whether or nor Gradle should always check for a change in the remote repository.
isChanging() - Method in ModuleResolutionControl
Does the module change content over time?
isClosure() - Method in DependOptions
Tells whether to delete the transitive closure of outdated files or only their direct dependencies.
isComposite() - Method in TestDescriptor
Is this test a composite test?
isConfigureOnDemand() - Method in StartParameter
If the configure-on-demand mode is active
isConflictResolution() - Method in ModuleVersionSelectionReason
Informs whether the module was selected by conflict resolution.
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.
isDebug() - Method in CompileOptions
Tells whether to include debugging information in the generated class files.
isDebugEnabled(Marker) - Method in Logging.LoggerImpl
isDefault() - Method in Flavor
Is this the automatically created default flavor for the component?
isDependencyOrderEntry(def) - Method in Module
isDeprecation() - Method in CompileOptions
Tells whether to log details of usage of deprecated members or classes.
isDeprecation() - Method in ScalaCompileOptions
Generate deprecation information.
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
isDump() - Method in DependOptions
Tells whether to log dependency information.
isDynamicMode() - Method in IvyArtifactRepositoryMetaDataProvider
Returns true if dynamic resolve mode should be used for Ivy modules.
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
isEnabled() - Method in Report
Whether or not this report should be generated by whatever generates it.
isErrorEnabled(Marker) - Method in Logging.LoggerImpl
isFailOnError() - Method in CompileOptions
Tells whether to fail the build when compilation fails.
isFailOnError() - Method in GroovyCompileOptions
Tells whether the compilation task should fail if compile errors occurred.
isFailOnError() - Method in Javadoc
Specifies whether this task should fail when errors are encountered during Javadoc generation.
isFailOnError() - Method in ScalaCompileOptions
Fail the build on compilation errors.
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.
isForced() - Method in ModuleVersionSelectionReason
Informs whether the module was forced.
isFork() - Method in CompileOptions
Tells whether to run the compiler in its own process.
isFork() - Method in GroovyCompileOptions
Tells whether to run the Groovy compiler in a separate process.
isFork() - Method in ScalaCompileOptions
Whether to run the Scala compiler in a separate process.
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}
isIncludeJavaRuntime() - Method in CompileOptions
Tells whether the Java runtime should be put on the compile class path.
isIncludeJavaRuntime() - Method in GroovyCompileOptions
Tells whether the Java runtime should be put on the compile class path.
isIncludePrivate() - Method in Groovydoc
Returns whether to include all classes and members (i.e. including private ones).
isIncremental() - Method in IncrementalTaskInputs
Indicates if it was possible for Gradle to determine which exactly which input files were out of date compared to a previous execution.
isInfoEnabled(Marker) - Method in Logging.LoggerImpl
isJava5() - Method in JavaVersion
isJava5Compatible() - Method in JavaVersion
isJava6() - Method in JavaVersion
isJava6Compatible() - Method in JavaVersion
isJava7() - Method in JavaVersion
isJava7Compatible() - Method in JavaVersion
isJava8Compatible() - Method in JavaVersion
isKeepStubs() - Method in GroovyCompileOptions
Tells whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
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
isListFiles() - Method in CompileOptions
Tells whether to log the files to be compiled.
isListFiles() - Method in GroovyCompileOptions
Tells whether to print which source files are to be compiled.
isListFiles() - Method in ScalaCompileOptions
List files to be compiled.
isModified() - Method in InputFileDetails
Was the file modified?
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
Returns task optimization disabled flag.
isNoSince() - Method in StandardJavadocDocletOptions
isNoTimestamp() - Method in StandardJavadocDocletOptions
isNoTree() - Method in StandardJavadocDocletOptions
isOffline() - Method in StartParameter
Specifies whether the build should be performed offline (ie without network access).
isOptimize() - Method in CompileOptions
Tells whether to produce optimized byte code.
isOptimize() - Method in ScalaCompileOptions
Run optimizations.
isOutputPerTestCase() - Method in JUnitXmlReport
Should the output be associated with individual test cases instead of at the suite level.
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
isRecompileScripts() - Method in StartParameter
Specifies whether the build scripts should be recompiled.
isRefreshDependencies() - Method in StartParameter
Specifies whether the dependencies should be refreshed..
isRelativeToPathVariable() - Method in FileReference
Returns true if this reference is relative to a path variable.
isRemoved() - Method in InputFileDetails
Was the file removed?
isRequired() - Method in SignatureSpec
Whether or not it is required that this signature be generated.
isRequired() - Method in SigningExtension
Whether or not this task should fail if no signatory or signature type are configured at generation time.
isRerunTasks() - Method in StartParameter
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
isSatisfiedBy(Object) - Method in AndSpec
isSatisfiedBy(Object) - Method in NotSpec
isSatisfiedBy(Object) - Method in OrSpec
isSatisfiedBy(Object) - Method in Spec
isScanForTestClasses() - Method in Test
Specifies whether test classes should be detected.
isSearchUpwards() - Method in StartParameter
isSelectedByRule() - Method in ModuleVersionSelectionReason
Informs whether the module was selected by the dependency resolve rule.
isSerialWarn() - Method in StandardJavadocDocletOptions
isSkipUnmappedConfs() - Method in Conf2ScopeMappingContainer
Returns whether unmapped configuration should be skipped or not.
isSplitIndex() - Method in StandardJavadocDocletOptions
isStacktrace() - Method in GroovyCompileOptions
Tells whether to print a stack trace when the compiler hits a problem (like a compile error).
isTestReport() - Method in Test
Specifies whether the test HTML 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.
isUnchecked() - Method in ScalaCompileOptions
Generate unchecked information.
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
isUseAnt() - Method in CompileOptions
Tells whether to use the Ant javac task over Gradle's own Java compiler integration.
isUseAnt() - Method in GroovyCompileOptions
Tells whether the groovyc Ant task should be used over Gradle's own Groovy compiler integration.
isUseAnt() - Method in ScalaCompileOptions
Tells whether to use Ant for compilation.
isUseCache() - Method in DependOptions
Tells whether to cache dependency information.
isUseCompileDaemon() - Method in ScalaCompileOptions
Whether to use the fsc compile daemon.
isUseDepend() - Method in CompileOptions
Tells whether to use the Ant task.
isUseEmptySettings() - Method in StartParameter
Returns whether an empty settings script will be used regardless of whether one exists in the default location.
isVerbose() - Method in CompileOptions
Tells whether to produce verbose output.
isVerbose() - Method in CoreJavadocOptions
isVerbose() - Method in GroovyCompileOptions
Tells whether to turn on verbose output.
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
isWarnings() - Method in CompileOptions
Tells whether to log warning messages.
isWarnOnRmiStubs() - Method in DependOptions
Tells whether to warn on RMI stubs without source.
ivy(Action) - Method in RepositoryHandler
Adds and configures an Ivy repository.
IvyArtifact - Interface in org.gradle.api.publish.ivy
An artifact published as part of a IvyPublication.
IvyArtifactRepository - Interface in org.gradle.api.artifacts.repositories
IvyArtifactRepositoryMetaDataProvider - Interface in org.gradle.api.artifacts.repositories
The meta-data provider for an Ivy repository.
IvyArtifactSet - Interface in org.gradle.api.publish.ivy
A Collection of IvyArtifacts to be included in an IvyPublication.
IvyConfiguration - Interface in org.gradle.api.publish.ivy
A configuration included in an IvyPublication, which will be published in the ivy descriptor file generated.
IvyConfigurationContainer - Interface in org.gradle.api.publish.ivy
The set of IvyConfigurations that will be included in the IvyPublication.
IvyDependency - Interface in org.gradle.api.publish.ivy
A module dependency declared in an ivy dependency descriptor published as part of an IvyPublication.
IvyModuleDescriptor - Interface in org.gradle.api.publish.ivy
The descriptor of any Ivy publication.
ivyPattern(String) - Method in IvyArtifactRepository
Adds an independent pattern that will be used to locate ivy files in this repository.
IvyPublication - Interface in org.gradle.api.publish.ivy
A IvyPublication is the representation/configuration of how Gradle should publish something in Ivy format, to an Ivy repository.
IvyPublishPlugin - Class in org.gradle.api.publish.ivy.plugins
Adds the ability to publish in the Ivy format to Ivy repositories.
IvyPublishPlugin(Instantiator, DependencyMetaDataProvider, FileResolver) - Constructor in IvyPublishPlugin
iws(Closure) - Method in IdeaWorkspace
Enables advanced manipulation of the output XML.

J

JacocoBase - Class in org.gradle.testing.jacoco.tasks
Base class for Jacoco tasks.
JacocoMerge - Class in org.gradle.testing.jacoco.tasks
Task to merge multiple execution data files into one.
JacocoPlugin - Class in org.gradle.testing.jacoco.plugins
Plugin that provides support for generating Jacoco coverage data.
JacocoPlugin(Instantiator) - Constructor in JacocoPlugin
Applies the plugin to the given project.
JacocoPluginExtension - Class in org.gradle.testing.jacoco.plugins
Extension including common properties and methods for Jacoco.
JacocoPluginExtension(Project, JacocoAgentJar) - Constructor in JacocoPluginExtension
Creates a Jacoco plugin extension.
JacocoReport - Class in org.gradle.testing.jacoco.tasks
Task to generate HTML, Xml and CSV reports of Jacoco coverage data.
JacocoReport(Instantiator) - Constructor in JacocoReport
JacocoReportsContainer - Interface in org.gradle.testing.jacoco.tasks
The reporting configuration for the the JacocoReport task.
JacocoTaskExtension - Class in org.gradle.testing.jacoco.plugins
Extension for tasks that should run with a Jacoco agent to generate coverage execution data.
JacocoTaskExtension.Output - Enum in org.gradle.testing.jacoco.plugins
The types of output that the agent can use for execution data.
JacocoTaskExtension(JacocoAgentJar, JavaForkOptions) - Constructor in JacocoTaskExtension
Creates a Jacoco task extension.
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
JavaBasePlugin(Instantiator) - Constructor in JavaBasePlugin
JavaCodeQualityPluginConvention - Class in org.gradle.api.plugins.quality
JavaCodeQualityPluginConvention(Project) - Constructor in JavaCodeQualityPluginConvention
JavaCompile - Class in org.gradle.api.tasks.compile
Compiles Java source files.
Javadoc - Class in org.gradle.api.tasks.javadoc
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.
JavaEnvironment - Interface in org.gradle.tooling.model.build
Informs about the Java environment, for example the Java home or the JVM args used.
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
JavaLanguagePlugin - Class in org.gradle.api.plugins
Plugin for compiling Java code.
JavaLanguagePlugin(Instantiator, FileResolver) - Constructor in JavaLanguagePlugin
JavaLibraryDistributionPlugin - Class in org.gradle.api.plugins
A Plugin which package a Java project as a distribution including the JAR and runtime dependencies.
JavaPlugin - Class in org.gradle.api.plugins
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(ProjectInternal, Instantiator) - Constructor in JavaPluginConvention
JavaScriptBasePlugin - Class in org.gradle.plugins.javascript.base
JavaScriptExtension - Class in org.gradle.plugins.javascript.base
JavaScriptRepositoriesExtension - Class in org.gradle.plugins.javascript.base
JavaScriptRepositoriesExtension(RepositoryHandler) - Constructor in JavaScriptRepositoriesExtension
JavaSourceSet - Interface in org.gradle.language.java
A set of sources passed to the Java compiler.
JavaVersion - Enum in org.gradle.api
An enumeration of Java versions.
jcenter() - Method in RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
JDepend - Class in org.gradle.api.plugins.quality
Analyzes code with JDepend.
JDepend(Instantiator, IsolatedAntBuilder) - Constructor in JDepend
JDependExtension - Class in org.gradle.api.plugins.quality
Configuration options for the JDepend plugin.
JDependPlugin - Class in org.gradle.api.plugins.quality
JDependReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the JDepend task.
Jdk - Class in org.gradle.plugins.ide.idea.model
Represents information for the project Java SDK.
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)
Jdt(PropertiesTransformer) - Constructor in Jdt
JETTY_RUN - Field in JettyPlugin
JETTY_RUN_WAR - Field in JettyPlugin
JETTY_STOP - Field in JettyPlugin
JettyPlugin - Class in org.gradle.api.plugins.jetty
JettyPluginConvention - Class in org.gradle.api.plugins.jetty
Convention properties and methods added by the JettyPlugin.
JettyRun - Class in org.gradle.api.plugins.jetty
JettyRunWar - Class in org.gradle.api.plugins.jetty
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
JS_CONFIGURATION_NAME - Field in CoffeeScriptExtension
JsHint - Class in org.gradle.plugins.javascript.jshint
JsHint(Factory) - Constructor in JsHint
JsHintExtension - Class in org.gradle.plugins.javascript.jshint
JsHintPlugin - Class in org.gradle.plugins.javascript.jshint
JUnitOptions - Class in org.gradle.api.tasks.testing.junit
The JUnit specific test options.
JUnitXmlReport - Interface in org.gradle.api.tasks.testing
The JUnit XML files, commonly used to communicate results to CI servers.
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}
JvmLanguagePlugin - Class in org.gradle.language.jvm.plugins
Base plugin for JVM language support.
JvmLanguagePlugin(Instantiator, FileResolver) - Constructor in JvmLanguagePlugin

K

keyWords() - Method in StandardJavadocDocletOptions

L

LanguageBasePlugin - Class in org.gradle.language.base.plugins
Base plugin for language support.
LanguageBasePlugin(Instantiator) - Constructor in LanguageBasePlugin
LanguageSourceSet - Interface in org.gradle.language.base
A set of sources for a programming language.
layout(String, Closure) - Method in IvyArtifactRepository
Specifies the layout to use with this repository, based on the root url.
leftShift(Closure) - Method in Task
LenientConfiguration - Interface in org.gradle.api.artifacts
Resolved configuration that does not fail eagerly when some dependencies are not resolved, or some artifacts do not exist.
lib(Object) - Method in AbstractLinkTask
Adds a set of library files to be linked.
lib(Object) - Method in DependentSourceSet
Adds a library that this source set requires.
lib(Closure) - Method in Ear
Adds dependency libraries to include in the 'lib' directory of the EAR archive.
lib(Object) - Method in InstallExecutable
Adds a set of library files to be installed.
lib(Object) - Method in NativeBinary
Adds a library as input to this binary.
libDirName(String) - Method in EarPluginConvention
Allows changing the library directory in the EAR file.
Library - Class in org.gradle.plugins.ide.eclipse.model
Library(FileReference) - Constructor in Library
LibraryBinary - Interface in org.gradle.nativecode.base
A physical representation of a Library component.
LibraryContainer - Interface in org.gradle.nativecode.base
A container of C++ libraries.
LibraryResolver - Interface in org.gradle.nativecode.base
Resolves a library to a single binary to use as a dependency.
lifecycle(String, Throwable) - Method in Logger
Logs the given message at lifecycle log level.
LIFECYCLE - Field in Logging
lifecycle(String, Throwable) - Method in Logging.LoggerImpl
lifecycle(Action) - Method in TestLoggingContainer
Configures logging options for lifecycle level.
Link - Class in org.gradle.plugins.ide.eclipse.model
link() - Method in AbstractLinkTask
link() - Method in CreateStaticLibrary
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.
linkerArgs(Object) - Method in NativeBinary
Adds a number of arguments to be passed to the linker.
LinkExecutable - Class in org.gradle.nativecode.base.tasks
Links a binary executable from object files and libraries.
links(String) - Method in StandardJavadocDocletOptions
linksFile(File) - Method in StandardJavadocDocletOptions
LinkSharedLibrary - Class in org.gradle.nativecode.base.tasks
Links a binary shared library from object files and imported libraries.
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.
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
Logging - Class in org.gradle.api.logging
Logging.LoggerImpl(Logger) - Constructor in Logging.LoggerImpl
LoggingManager - Interface in org.gradle.api.logging
LoggingOutput - Interface in org.gradle.api.logging
Provides access to the output of the Gradle logging system.
LogLevel - Enum in org.gradle.api.logging
The log levels supported by Gradle.
LongRunningOperation - Interface in org.gradle.tooling
Offers ways to communicate both ways with a Gradle operation, be it building a model or running tasks.

M

MAIN_SOURCE_SET_NAME - 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.
matchesStrictly(ModuleVersionIdentifier) - Method in ModuleVersionSelector
To match strictly means that the given identifier needs to have equal group, module name and version.
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
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_REPO_PATTERN - Field in ArtifactRepositoryContainer
maven(Action) - Method in RepositoryHandler
Adds and configures a Maven repository.
MavenArtifact - Interface in org.gradle.api.publish.maven
An artifact published as part of a MavenPublication.
MavenArtifactRepository - Interface in org.gradle.api.artifacts.repositories
An artifact repository which uses a Maven format to store artifacts and meta-data.
MavenArtifactSet - Interface in org.gradle.api.publish.maven
A Collection of MavenArtifacts to be included in a MavenPublication.
mavenCentral() - Method in RepositoryHandler
Adds a repository which looks in the Maven central repository for dependencies.
MavenDependency - Interface in org.gradle.api.publish.maven
A dependency declared as part of an MavenPublication.
MavenDeployer - Interface in org.gradle.api.artifacts.maven
mavenDeployer(Map, Closure) - Method in MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
MavenDeployment - Interface in org.gradle.api.artifacts.maven
Represents the artifacts which will be deployed to a Maven repository.
mavenInstaller(Map, Closure) - Method in MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenLocal() - Method in RepositoryHandler
Adds a repository which looks in the local Maven cache for dependencies.
MavenPlugin - Class in org.gradle.api.plugins
MavenPlugin(Factory, FileResolver) - Constructor in MavenPlugin
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.publish.maven
The POM for a Maven publication.
MavenPublication - Interface in org.gradle.api.publish.maven
A MavenPublication is the representation/configuration of how Gradle should publish something in Maven format.
MavenPublishPlugin - Class in org.gradle.api.publish.maven.plugins
Adds the ability to publish in the Maven format to Maven repositories.
MavenPublishPlugin(Instantiator, DependencyMetaDataProvider, FileResolver) - Constructor in MavenPublishPlugin
mavenRepo(Map, Closure) - Method in RepositoryHandler
Adds a repository which is Maven compatible.
MavenRepositoryHandlerConvention - Interface in org.gradle.api.plugins
Allows Maven repositories for publishing artifacts to be defined.
MavenResolver - Interface in org.gradle.api.artifacts.maven
An ArtifactRepository which can be used to publish artifacts to Maven repositories.
maybeCreate(String) - Method in NamedDomainObjectContainer
Looks for an item with the given name, creating and adding it to this container if it does not exist.
merge() - Method in JacocoMerge
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, Object) - Method in TestNGOptions
MicrosoftVisualCppPlugin - Class in org.gradle.nativecode.toolchain.plugins
A Plugin which makes the Microsoft Visual C++ compiler available to compile C/C++ code.
MicrosoftVisualCppPlugin(FileResolver) - Constructor in MicrosoftVisualCppPlugin
MinimalJavadocOptions - Interface in org.gradle.external.javadoc
Provides the core Javadoc options.
minus(FileCollection) - Method in FileCollection
MissingResourceException - Class in org.gradle.api.resources
Exception thrown when the resource does not exist
MissingResourceException(String) - Constructor in MissingResourceException
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 - Interface in org.gradle.tooling.model
A model that is buildable by the Tooling API.
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
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
ModuleIdentifier - Interface in org.gradle.api.artifacts
The identifier of a module.
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
ModuleResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling module resolution via the DSL.
ModuleVersionIdentifier - Interface in org.gradle.api.artifacts
The identifier of a module version.
ModuleVersionSelectionReason - Interface in org.gradle.api.artifacts.result
Answers the question why given module version was selected during the dependency resolution
ModuleVersionSelector - Interface in org.gradle.api.artifacts
Selects a module version
mustRunAfter(Object) - Method in Task

N

NAME - Field in AntlrSourceVirtualDirectory
NAME - Field in CoffeeScriptExtension
NAME - Field in EnvJsExtension
NAME - Field in JavaScriptExtension
NAME - Field in JavaScriptRepositoriesExtension
NAME - Field in JsHintExtension
NAME - Field in PublishingExtension
The name of this extension when installed by the PublishingPlugin ({@value}).
NAME - Field in ReportingExtension
The name of this extension ("{@value}")
NAME - Field in RhinoExtension
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
NamedDomainObjectContainer - Interface in org.gradle.api
NamedDomainObjectFactory - Interface in org.gradle.api
A factory for named objects of type T.
NamedDomainObjectList - Interface in org.gradle.api
NamedDomainObjectSet - Interface in org.gradle.api
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
NAMER - Field in Report
NativeBinariesModelPlugin - Class in org.gradle.nativecode.base.plugins
A plugin that sets up the infrastructure for defining native binaries.
NativeBinariesModelPlugin(Instantiator, ProjectConfigurationActionContainer, FileResolver) - Constructor in NativeBinariesModelPlugin
NativeBinariesPlugin - Class in org.gradle.nativecode.base.plugins
A plugin that creates tasks used for constructing native binaries.
NativeBinary - Interface in org.gradle.nativecode.base
Represents a particular binary artifact that is the result of building a native component.
NativeComponent - Interface in org.gradle.nativecode.base
Represents a logical software component, which may be built in a number of variant binaries.
NativeDependencySet - Interface in org.gradle.nativecode.base
Models a collection of native type dependencies.
natures(String) - Method in EclipseProject
Appends natures entries to the eclipse project.
Nested - Annotation Type in org.gradle.api.tasks
newBuild() - Method in ProjectConnection
Creates a launcher which can be used to execute a build.
newBuild() - Method in StartParameter
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
NONE - Field in RefreshOptions
NonExtensible - Annotation Type in org.gradle.api
Indicates that the type, when DSL enhanced, does not support extensibility.
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
Nullable - Annotation Type in org.gradle.api
Indicates that the value of an element can be null.

O

ObjectConfigurationAction - Interface in org.gradle.api.plugins
onApply(Project) - Method in EclipsePlugin
onApply(Project) - Method in EclipseWtpPlugin
onApply(Project) - Method in IdeaPlugin
onComplete(Object) - Method in ResultHandler
Handles successful completion of the operation.
onConfigure(Closure) - Method in GenerateMetadataFileTask
onFailure(GradleConnectionException) - Method in ResultHandler
Handles failures.
onlyIf(Spec) - Method in Task
onOutput(CharSequence) - Method in StandardOutputListener
Called when some output is written by the logging system.
onOutput(Closure) - Method in Test
Adds a closure to be notified when output from the test received.
onOutput(TestDescriptor, TestOutputEvent) - Method in TestOutputListener
Fired when during test execution anything is printed to standard output or error
open() - Method in FileTreeElement
Opens this file as an input stream.
Optional - Annotation Type in org.gradle.api.tasks
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
Internal method.
optionMap() - Method in GroovyCompileOptions
Internal method.
options(Closure) - Method in CoffeeScriptCompile
options(Closure) - Method in Javadoc
Convenience method for configuring Javadoc generation options.
options(Closure) - Method in Test
Configures test framework specific options.
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(Iterable) - 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
outOfDate(Action) - Method in IncrementalTaskInputs
Executes the action for all of the input files that are out-of-date since the previous task execution.
Output - Class in org.gradle.plugins.ide.eclipse.model
Output(String) - Constructor in Output
OutputDirectories - Annotation Type in org.gradle.api.tasks
OutputDirectory - Annotation Type in org.gradle.api.tasks
OutputFile - Annotation Type in org.gradle.api.tasks
OutputFiles - Annotation Type in org.gradle.api.tasks
overview(String) - Method in CoreJavadocOptions
Fluent setter for the overview option.
overview(String) - Method in MinimalJavadocOptions

P

parse(boolean, RelativePath, String) - Method in RelativePath
parse(File, String, Action) - Method in RhinoWorkerUtils
parseRhino(File, RhinoWorkerUtils.ScopeOperation) - Method in RhinoWorkerUtils
PasswordCredentials - Interface in org.gradle.api.artifacts.repositories
A username/password credentials that can be used to login to password-protected remote repository.
Path - Class in org.gradle.plugins.ide.idea.model
Represents a path in a format as used often in ipr and iml files.
path(Object) - Method in ConfigurableToolChain
Add an entry or entries to the tool chain path.
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
PatternSet - Class in org.gradle.api.tasks.util
Standalone implementation of PatternFilterable.
PatternSet.IntersectionPatternSet(PatternSet) - Constructor in PatternSet.IntersectionPatternSet
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
plugin(String) - Method in ObjectConfigurationAction
Adds a Plugin to use to configure the target objects.
PluginAware - Interface in org.gradle.api.plugins
Objects a Plugin can be applied to.
PluginCollection - Interface in org.gradle.api.plugins
PluginContainer - Interface in org.gradle.api.plugins
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
plus(FileTree) - Method in FileTree
Returns a FileTree which contains the union of this tree and the given tree.
plus(RelativePath) - Method in RelativePath
Pmd - Class in org.gradle.api.plugins.quality
Runs a set of static code analysis rules on Java source code files and generates a report of problems found.
Pmd(Instantiator, IsolatedAntBuilder) - Constructor in Pmd
PmdExtension - Class in org.gradle.api.plugins.quality
Configuration options for the PMD plugin.
PmdExtension(Project) - Constructor in PmdExtension
PmdPlugin - Class in org.gradle.api.plugins.quality
A plugin for the PMD source code analyzer.
PmdReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the Pmd task.
PolymorphicDomainObjectContainer - Interface in org.gradle.api
A NamedDomainObjectContainer that allows to create domain objects with different types.
POM_FILE_ENCODING - Field in MavenPom
pom(Closure) - Method in MavenPluginConvention
Creates and configures a new MavenPom.
pom(Action) - Method in MavenPublication
Configures the POM that will be published.
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(P) - Method in RhinoWorker
process(P) - Method in RhinoWorkerHandle
PROCESS_TEST_RESOURCES_TASK_NAME - Field in JavaPlugin
ProcessForkOptions - Interface in org.gradle.process
ProcessResources - Class in org.gradle.language.jvm.tasks
Copies resources from their source to their target directory, potentially processing them.
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 - Class in org.gradle.plugins.ide.eclipse.model
Represents the customizable elements of an eclipse project file.
project(Map) - Method in DependencyHandler
Creates a dependency on a project.
project(Closure) - Method in EclipseModel
Configures eclipse project information
PROJECT_FILE_NAME - Field in Project
project(Closure) - Method in IdeaModel
Configures IDEA project information.
project - Field in JacocoPluginExtension
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 - Field in ScalaRuntime
project(File) - Method in Settings
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
ProjectConfigurationException - Class in org.gradle.api
Indicates a problem that occurs during project configuration (evaluation) phase.
ProjectConfigurationException(String, Throwable) - Constructor in ProjectConfigurationException
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.nativecode.cdt.model
The actual .project descriptor file.
ProjectDescriptor() - Constructor in ProjectDescriptor
ProjectEvaluationListener - Interface in org.gradle.api
ProjectLibrary - Class in org.gradle.plugins.ide.idea.model
A project-level IDEA library.
ProjectReportsPlugin - Class in org.gradle.api.plugins
ProjectReportsPluginConvention - Class in org.gradle.api.plugins
ProjectReportsPluginConvention(Project) - Constructor in ProjectReportsPluginConvention
ProjectReportTask - Class in org.gradle.api.tasks.diagnostics
ProjectSettings - Class in org.gradle.nativecode.cdt.model
Gradle model element, the configurable parts of the .project file.
projectsEvaluated(Gradle) - Method in BuildAdapter
projectsEvaluated(Gradle) - Method in BuildListener
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
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.
ProjectSourceSet - Interface in org.gradle.language.base
A container of FunctionalSourceSets.
ProjectState - Interface in org.gradle.api
ProjectState provides information about the execution state of a project.
properties(Map) - Method in SonarProperties
Convenience method for setting multiple properties.
properties(Map) - Method in TaskInputs
Registers a set of input properties for this task.
PropertiesFileContentMerger - Class in org.gradle.plugins.ide.api
Models the generation/parsing/merging capabilities.
PropertiesFileContentMerger(PropertiesTransformer) - Constructor in PropertiesFileContentMerger
PropertiesGeneratorTask - Class in org.gradle.plugins.ide.api
A convenience superclass for those tasks which generate Properties configuration files from a domain object of type T.
PropertiesGeneratorTask() - Constructor in PropertiesGeneratorTask
property(Map) - Method in EclipseWtpComponent
Adds a property.
property(Map) - Method in GenerateEclipseWtpComponent
Deprecated.
property(String) - Method in Project
PROPERTY_REPORT - Field in ProjectReportsPlugin
property(String, Object) - Method in SonarProperties
Convenience method for setting a single property.
property(String) - Method in Task
property(String, Object) - Method in TaskInputs
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
Publication - Interface in org.gradle.api.publish
A publication is a description of a consumable representation of one or more artifacts, and possibly associated metadata.
PublicationContainer - Interface in org.gradle.api.publish
A PublicationContainer is responsible for creating and managing Publication instances.
publications(Action) - Method in PublishingExtension
Configures the publications of this project.
PUBLISH_LIFECYCLE_TASK_NAME - Field in PublishingPlugin
PUBLISH_LOCAL_LIFECYCLE_TASK_NAME - Field in MavenPublishPlugin
publish() - Method in PublishToIvyRepository
publish() - Method in PublishToMavenRepository
PUBLISH_TASK_GROUP - Field in PublishingPlugin
PublishArtifact - Interface in org.gradle.api.artifacts
PublishArtifactSet - Interface in org.gradle.api.artifacts
A set of artifacts to be published.
PublishException - Class in org.gradle.api.artifacts
PublishException(String, Throwable) - Constructor in PublishException
PublishFilter - Interface in org.gradle.api.artifacts.maven
A filter for artifacts to be published.
PublishingExtension - Interface in org.gradle.api.publish
The configuration of how to “publish” the different components of a project.
PublishingPlugin - Class in org.gradle.api.publish.plugins
Installs a PublishingExtension with name {@value org.gradle.api.publish.PublishingExtension#NAME}.
PublishingPlugin(ArtifactPublicationServices, Instantiator, ProjectConfigurationActionContainer) - Constructor in PublishingPlugin
PublishToIvyRepository - Class in org.gradle.api.publish.ivy.tasks
Publishes an IvyPublication to an IvyArtifactRepository.
PublishToIvyRepository() - Constructor in PublishToIvyRepository
PublishToMavenLocal - Class in org.gradle.api.publish.maven.tasks
Publishes a MavenPublication to the Maven Local repository.
PublishToMavenLocal(Factory, DependencyResolutionServices) - Constructor in PublishToMavenLocal
PublishToMavenRepository - Class in org.gradle.api.publish.maven.tasks
Publishes a MavenPublication to a MavenArtifactRepository.
PublishToMavenRepository(Factory) - Constructor in PublishToMavenRepository
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
quiet(Action) - Method in TestLoggingContainer
Configures logging options for quiet level.

R

read() - Method in ReadableResource
Returns an input stream that provides means to read the resource
ReadableResource - Interface in org.gradle.api.resources
A resource that can be read.
readFile(File, String) - Method in RhinoWorkerUtils
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).
refresh() - Method in ResolutionControl
States that any cached value should be ignored, forcing a fresh resolve.
refreshDependencies() - Method in RefreshOptions
RefreshOptions - Class in org.gradle
The options supplied by a user to refresh dependencies and other external resources.
RefreshOptions.Option - Enum in org.gradle
The set of allowable options.
RefreshOptions(List) - Constructor in RefreshOptions
register(SignatureType) - Method in AbstractSignatureTypeProvider
register(ToolingModelBuilder) - Method in ToolingModelBuilderRegistry
registerBinding(Class, Class) - Method in ExtensiblePolymorphicDomainObjectContainer
Registers a binding from the specified "public" domain object type to the specified implementation type.
registerDefaultToolChain(String, Class) - Method in ToolChainRegistry
Registers a default ToolChain.
registerFactory(Class, Closure) - Method in ExtensiblePolymorphicDomainObjectContainer
Registers a factory for creating elements of the specified type.
RelativePath - Class in org.gradle.api.file
relativePath(String, File) - Method in PathFactory
Creates a path relative to the given path variable.
relativePath(Object) - Method in Project
RelativePath(boolean, String) - Constructor in RelativePath
Creates a RelativePath.
relativePath(Object) - Method in Script
relativeProjectPath(String) - Method in Project
reload - Field in AbstractJettyRunTask
RELOAD_AUTOMATIC - Field in JettyPlugin
RELOAD_MANUAL - Field in JettyPlugin
removed(Action) - Method in IncrementalTaskInputs
Executes the action for all of the input files that were removed since the previous task execution.
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
removeTaskExecutionListener(TaskExecutionListener) - Method in TaskExecutionGraph
removeTestListener(TestListener) - Method in Test
Unregisters a test listener with this task.
removeTestOutputListener(TestOutputListener) - Method in Test
Unregisters a test output 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
replaceLastName(String) - Method in RelativePath
Report - Interface in org.gradle.api.reporting
A file based report to be created.
Report.OutputType - Enum in org.gradle.api.reporting
The type of output the report produces
report() - Method in DependencyInsightReportTask
ReportContainer - Interface in org.gradle.api.reporting
A container of Report objects, that represent potential reports.
ReportContainer.ImmutableViolationException - Class in org.gradle.api.reporting
The exception thrown when any of this container's mutation methods are called.
ReportContainer.ImmutableViolationException() - Constructor in ReportContainer.ImmutableViolationException
Reporting - Interface in org.gradle.api.reporting
An object that provides reporting options.
ReportingBasePlugin - Class in org.gradle.api.plugins
ReportingBasePluginConvention - Class in org.gradle.api.plugins
ReportingBasePluginConvention(ProjectInternal, ReportingExtension) - Constructor in ReportingBasePluginConvention
ReportingExtension - Class in org.gradle.api.reporting
A project extension named "reporting" that provides basic reporting settings and utilities.
ReportingExtension(Project) - Constructor in ReportingExtension
reportInternalError(BuildExceptionReporter.FailureDetails) - Method in BuildExceptionReporter
reportOn(Object) - Method in TestReport
Adds some results to include in the report.
reports(Closure) - Method in Checkstyle
Configures the reports to be generated by this task.
reports(Closure) - Method in CodeNarc
Configures the reports to be generated by this task.
reports(Closure) - Method in FindBugs
Configures the reports to be generated by this task.
reports(Closure) - Method in GenerateBuildDashboard
Configures the reports to be generated by this task.
reports(Closure) - Method in JacocoReport
Configures the reports to be generated by this task.
reports(Closure) - Method in JDepend
Configures the reports to be generated by this task.
reports(Closure) - Method in Pmd
Configures the reports to be generated by this task.
reports(Closure) - Method in Reporting
Allow configuration of the report container by closure.
reports(Closure) - Method in Test
Configures the reports that this task potentially produces.
repositories(Closure) - Method in Project
repositories(Action) - Method in PublishingExtension
Configures the container of possible repositories to publish to.
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.
ResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling dependency resolution via the DSL.
ResolutionResult - Interface in org.gradle.api.artifacts.result
Contains the information about the resolution result.
ResolutionRules - Interface in org.gradle.api.artifacts.cache
Represents a set of rules/actions that can be applied during dependency resolution.
ResolutionStrategy - Interface in org.gradle.api.artifacts
Defines the strategies around dependency resolution.
resolutionStrategy(Closure) - Method in Configuration
The resolution strategy provides extra details on how to resolve this configuration.
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() - Method in LibraryResolver
Resolves the library to a dependency set.
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.
ResolvedDependencyResult - Interface in org.gradle.api.artifacts.result
A dependency that was resolved successfully.
resolveDependencies() - Method in EclipseClasspath
Calculates, resolves and returns dependency entries of this classpath.
resolveDependencies() - Method in IdeaModule
Resolves and returns the module's dependencies.
ResolvedModuleVersion - Interface in org.gradle.api.artifacts
Represents meta-data about a resolved module version.
ResolvedModuleVersionResult - Interface in org.gradle.api.artifacts.result
A node in the resolved dependency graph.
ResolveException - Class in org.gradle.api.artifacts
ResolveException(Configuration, Iterable) - Constructor in ResolveException
RESOLVER_NAME - Field in ArtifactRepositoryContainer
RESOLVER_URL - Field in ArtifactRepositoryContainer
Resource - Interface in org.gradle.api.resources
A generic resource of some kind.
resource(Map) - Method in EclipseWtpComponent
Adds a wb-resource.
resource(Map) - Method in GenerateEclipseWtpComponent
Deprecated.
ResourceException - Class in org.gradle.api.resources
Generic resource exception that all other resource-related exceptions inherit from.
ResourceException(String, Throwable) - Constructor in ResourceException
ResourceHandler - Interface in org.gradle.api.resources
Provides access to resource-specific utility methods, for example factory methods that create various resources.
resources(Closure) - Method in SourceSet
Configures the non-Java resources for this set.
ResourceSet - Interface in org.gradle.language.jvm
A set of resource files.
restartWebApp(boolean) - Method in 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
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.
RHINO_SHELL_MAIN - Field in RhinoExtension
RhinoExtension - Class in org.gradle.plugins.javascript.rhino
rhinoOptions(Object) - Method in RhinoShellExec
RhinoPlugin - Class in org.gradle.plugins.javascript.rhino
RhinoShellExec - Class in org.gradle.plugins.javascript.rhino
RhinoShellExec() - Constructor in RhinoShellExec
RhinoWorker - Interface in org.gradle.plugins.javascript.rhino.worker
RhinoWorkerHandle - Interface in org.gradle.plugins.javascript.rhino.worker
RhinoWorkerHandleFactory - Interface in org.gradle.plugins.javascript.rhino.worker
RhinoWorkerSpec - Class in org.gradle.plugins.javascript.rhino.worker
RhinoWorkerSpec(Class, Class, Class) - Constructor in RhinoWorkerSpec
RhinoWorkerUtils - Class in org.gradle.plugins.javascript.rhino.worker
RhinoWorkerUtils.DefaultScopeOperation - Class in org.gradle.plugins.javascript.rhino.worker
RhinoWorkerUtils.ScopeOperation - Interface in org.gradle.plugins.javascript.rhino.worker
rootProject(Action) - Method in Gradle
Adds an action to execute against the root project of this build.
Rule - Interface in org.gradle.api
ruleSetFiles(Object) - Method in PmdExtension
Convenience method for adding rule set files.
ruleSets(String) - Method in PmdExtension
Convenience method for adding rule sets.
run(ResultHandler) - Method in BuildActionExecuter
Starts executing the action, passing the result to the given handler when complete.
run(ResultHandler) - Method in BuildLauncher
Launches the build.
run() - Method in Checkstyle
run() - Method in CodeNarc
run() - Method in FindBugs
run() - Method in GradleLauncher
run() - Method in JDepend
run() - Method in Pmd
run() - Method in SonarRunner
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.
ScalaBasePlugin - Class in org.gradle.api.plugins.scala
ScalaBasePlugin(FileResolver) - Constructor in ScalaBasePlugin
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
Options for Scala compilation.
ScalaDoc - Class in org.gradle.api.tasks.scala
Generates HTML API documentation for Scala source files.
ScalaDocOptions - Class in org.gradle.api.tasks.scala
ScalaForkOptions - Class in org.gradle.api.tasks.scala
Fork options for Scala compilation.
ScalaPlugin - Class in org.gradle.api.plugins.scala
ScalaRuntime - Class in org.gradle.api.tasks
Provides information related to the Scala runtime(s) used in a project.
ScalaRuntime(Project) - Constructor in ScalaRuntime
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
scriptArgs(Object) - Method in RhinoShellExec
ScriptHandler - Interface in org.gradle.api.initialization.dsl
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 AnnouncePluginExtension.LocalAnnouncer
send(String, String) - Method in Announcer
serialWarn() - Method in StandardJavadocDocletOptions
server(Closure) - Method in SonarRootModel
Configures server configuration options.
set(String, Object) - Method in ExtraPropertiesExtension
Updates the value for, or creates, the registered property with the given name to the given value.
setActions(List) - Method in Task
setAdditionalParameters(List) - Method in ScalaCompileOptions
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
setAnalysisFile(File) - Method in IncrementalCompileOptions
Sets the file path where results of code analysis are to be stored.
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.
setArchiveName(String) - Method in AbstractArchiveTask
Sets the archive name.
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.
setArgs(Iterable) - Method in RhinoShellExec
setArguments(Iterable) - Method in GradleBuildInvocationSpec
Sets the command line arguments (excluding tasks) to invoke the build with.
setArtifactId(String) - Method in MavenPom
Sets the artifact id for this POM.
setArtifactId(String) - Method in MavenPublication
Sets the artifactId for this publication.
setArtifacts(Iterable) - Method in IvyPublication
Sets the artifacts for this publication.
setArtifacts(Iterable) - Method in MavenPublication
Clears any previously added artifacts from getArtifacts and creates artifacts from the specified sources.
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.
setBaseDir(Object) - Method in ReportingExtension
Sets the base directory to use for all reports
setBaseName(String) - Method in AbstractArchiveTask
setBaseName(String) - Method in Distribution
The baseName of the distribution.
setBaseName(String) - Method in NativeComponent
Sets the name that is used to construct the output file names when building this component.
setBinResultsDir(File) - Method in Test
Sets the root folder for the test results in internal binary format.
setBootClasspath(String) - Method in CompileOptions
Sets the bootstrap classpath to be used for the compiler process.
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
setBuildDir(Object) - Method in 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.
setBuildProjectDependencies(boolean) - Method in StartParameter
Specifies whether project dependencies should be built.
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
Sets the Cache usage.
setCaseSensitive(boolean) - Method in AbstractCopyTask
{@inheritDoc}
setCaseSensitive(boolean) - Method in CopySpec
Specifies whether case-sensitive pattern matching should be used for this CopySpec.
setCaseSensitive(boolean) - Method in PatternSet
setChanging(boolean) - Method in ComponentMetadataDetails
Sets whether the component is changing or immutable.
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 ClassDirectoryBinary
setClassesDir(File) - Method in OsgiManifest
Sets the classes dir.
setClassesDir(Object) - Method in SourceSetOutput
Sets the directory to assemble the compiled classes into.
setClassifier(String) - Method in AbstractArchiveTask
setClassifier(String) - Method in ConfigurablePublishArtifact
Sets the classifier of this artifact.
setClassifier(String) - Method in IvyArtifact
Sets the classifier used to publish the artifact file.
setClassifier(String) - Method in MavenArtifact
Sets the classifier used to publish the artifact file.
setClasspath(FileCollection) - Method in AbstractCompile
Sets the classpath to use to compile the source files.
setClasspath(List) - Method in CoreJavadocOptions
setClasspath(String) - Method in DependOptions
Sets the compile classpath for which dependencies should also be checked.
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 RhinoExtension
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
setClosure(boolean) - Method in DependOptions
Sets whether to delete the transitive closure of outdated files or only their direct dependencies.
setCoffeeScriptJs(Object) - Method in CoffeeScriptCompile
setCoffeeScriptJs(File) - Method in CoffeeScriptCompileSpec
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.
setCompileClasspath(FileCollection) - Method in SourceSet
Sets the classpath used to compile this source.
setCompiler(String) - Method in CompileOptions
Sets the compiler to be used.
setCompiler(Compiler) - Method in GroovyCompile
setCompilerArgs(List) - Method in CompileOptions
Sets any additional arguments to be passed to the compiler.
setCompression(Compression) - Method in Tar
Configures the compressor based on passed in compression.
setConf2ScopeMappings(Conf2ScopeMappingContainer) - Method in MavenPluginConvention
setConf(String) - Method in IvyArtifact
Sets a comma separated list of public configurations in which this artifact is published.
setConfiguration(String) - Method in DependencyInsightReportTask
Sets the configuration (via name) to look the dependency in.
setConfiguration(String) - Method in DependencyReportTask
Sets the single configuration (by name) to generate the report for.
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.
setConfigureOnDemand(boolean) - Method in StartParameter
setConnectors(Connector) - Method in AbstractJettyRunTask
setContainers(Set) - Method in GenerateEclipseClasspath
setContent(Object) - Method in BrowserEvaluate
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.
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
setDaemonServer(String) - Method in ScalaCompileOptions
setDebug(boolean) - Method in CompileOptions
Sets whether to include debugging information in the generated class files.
setDebug(boolean) - Method in JavaExec
{@inheritDoc}
setDebug(boolean) - Method in JavaForkOptions
Enable or disable debugging for the process.
setDebug(boolean) - Method in Test
{@inheritDoc}
setDebug(TestLogging) - Method in TestLoggingContainer
Sets logging options for debug level.
setDebugLevel(String) - Method in DebugOptions
Sets which debug information is to be generated.
setDebugLevel(String) - Method in ScalaCompileOptions
setDebugOptions(DebugOptions) - Method in CompileOptions
Sets options for generating debugging information.
setDefaultCharacterEncoding(String) - Method in JavaExec
{@inheritDoc}
setDefaultCharacterEncoding(String) - Method in JavaForkOptions
Sets the default character encoding to use.
setDefaultCharacterEncoding(String) - Method in Test
{@inheritDoc}
setDefaultOutputDir(File) - Method in GenerateEclipseClasspath
setDefaultTasks(List) - Method in 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
setDependencySpec(Object) - Method in DependencyInsightReportTask
Configures the dependency to show the report for.
setDependOptions(DependOptions) - Method in CompileOptions
Sets options for using the Ant task.
setDependsOn(Iterable) - Method in Task
setDeployName(String) - Method in GenerateEclipseWtpComponent
setDeprecation(boolean) - Method in CompileOptions
Sets whether to log details of usage of deprecated members or classes.
setDeprecation(boolean) - Method in ScalaCompileOptions
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.
setDescriptor(IvyModuleDescriptor) - Method in GenerateIvyDescriptor
setDescriptorDestination(File) - Method in Upload
setDestination(Object) - Method in ConfigurableReport
Sets the destination for the report.
setDestination(Object) - Method in GenerateIvyDescriptor
Sets the destination the descriptor will be written to.
setDestination(Object) - Method in GenerateMavenPom
Sets the destination the descriptor will be written to.
setDestinationDir(File) - Method in AbstractArchiveTask
setDestinationDir(File) - Method in AbstractCompile
Sets the directory to generate the .class files into.
setDestinationDir(Object) - Method in CoffeeScriptCompile
setDestinationDir(File) - Method in CoffeeScriptCompileSpec
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
setDestinationDir(File) - Method in ScalaDoc
setDestinationDir(File) - Method in Sync
Sets the directory to copy files into.
setDestinationDir(File) - Method in TestReport
Sets the directory to write the HTML report to.
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(Integer) - Method in AbstractCopyTask
{@inheritDoc}
setDirMode(Integer) - 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.
setDisplayGranularity(int) - Method in TestLogging
Sets the display granularity of the events to be logged.
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
setDownloadSources(boolean) - Method in GenerateEclipseClasspath
setDryRun(boolean) - Method in StartParameter
setDump(boolean) - Method in DependOptions
Sets whether to log dependency information.
setDuplicatesStrategy(DuplicatesStrategy) - Method in AbstractCopyTask
{@inheritDoc}
setDuplicatesStrategy(DuplicatesStrategy) - Method in CopySpec
The strategy to use when trying to copy more than one file to the same destination.
setDuplicatesStrategy(DuplicatesStrategy) - Method in FileCopyDetails
The strategy to use if there is already a file at this file's destination.
setDynamicMode(boolean) - Method in IvyArtifactRepositoryMetaDataProvider
Specifies whether dynamic resolve mode should be used for Ivy modules.
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 Report
Whether or not this report should be generated by whatever generates it.
setEnabled(boolean) - Method in Task
setEncoding(String) - Method in CoffeeScriptCompileOptions
setEncoding(String) - Method in CompileOptions
Sets the character encoding to be used when reading source files.
setEncoding(String) - Method in CoreJavadocOptions
setEncoding(String) - Method in GroovyCompileOptions
Sets the source encoding.
setEncoding(String) - Method in JsHint
setEncoding(String) - Method in MinimalJavadocOptions
setEncoding(String) - Method in ScalaCompileOptions
setEntryCompression(ZipEntryCompression) - Method in Zip
Sets the compression level of the entries of the archive.
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}
setError(TestLogging) - Method in TestLoggingContainer
Sets logging options for error level.
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}
setEvaluator(BrowserEvaluator) - Method in BrowserEvaluate
setEvents(Iterable) - Method in TestLogging
Sets the events to be logged.
setExceptionFormat(Object) - Method in TestLogging
Sets the format to be used for logging test exceptions.
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.
setExe(String) - Method in Tool
Set the name of the executable file for this tool.
setExecutable(Object) - Method in Exec
{@inheritDoc}
setExecutable(String) - Method in ForkOptions
Sets the compiler executable to be used.
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
setExtension(String) - Method in ConfigurablePublishArtifact
Sets the extension of this artifact.
setExtension(String) - Method in IvyArtifact
Sets the extension used to publish the artifact file.
setExtension(String) - Method in MavenArtifact
Sets the extension used to publish the artifact file.
setExtensionDirs(String) - Method in CompileOptions
Sets the extension dirs to be used for the compiler process.
setExtraScanTargets(Iterable) - Method in JettyRun
setFailOnError(boolean) - Method in CompileOptions
Sets whether to fail the build when compilation fails.
setFailOnError(boolean) - Method in GroovyCompileOptions
Sets whether the compilation task should fail if compile errors occurred.
setFailOnError(boolean) - Method in Javadoc
setFailOnError(boolean) - Method in ScalaCompileOptions
setFileExtensions(List) - Method in GroovyCompileOptions
Sets the list of acceptable source file extensions.
setFileMode(Integer) - Method in AbstractCopyTask
{@inheritDoc}
setFileMode(Integer) - Method in CopyProcessingSpec
Sets the Unix permissions to use for the target files.
setFileName(String) - Method in DeploymentDescriptor
setFilter(PublishFilter) - Method in PomFilterContainer
setFinalizedBy(Iterable) - Method in Task
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.
setForce(String) - Method in ScalaCompileOptions
setForcedModules(Object) - Method in ResolutionStrategy
Allows forcing certain versions of dependencies, including transitive dependencies.
setFork(boolean) - Method in CompileOptions
Sets whether to run the compiler in its own process.
setFork(boolean) - Method in GroovyCompileOptions
Sets whether to run the Groovy compiler in a separate process.
setFork(boolean) - Method in ScalaCompileOptions
setForkEvery(Long) - Method in Test
Sets the maximum number of test classes to execute in a forked test process.
setForkOptions(ForkOptions) - Method in CompileOptions
Sets options for running the compiler in a child process.
setForkOptions(GroovyForkOptions) - Method in GroovyCompileOptions
Sets options for running the Groovy compiler in a separate process.
setForkOptions(ScalaForkOptions) - Method in ScalaCompileOptions
setFrom(Object) - Method in ConfigurableFileCollection
Sets the source paths for this collection.
setGradleUserHomeDir(File) - Method in StartParameter
Sets the directory to use as the user home directory.
setGradleVersion(String) - Method in GradleBuildInvocationSpec
Sets the Gradle version to run the build with.
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
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.
setGroupId(String) - Method in MavenPublication
Sets the groupId for this publication.
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 CompareGradleBuilds
Sets whether a comparison between non identical builds will fail the task execution.
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.
setIncludeJavaRuntime(boolean) - Method in CompileOptions
Sets whether the Java runtime should be put on the compile class path.
setIncludeJavaRuntime(boolean) - Method in GroovyCompileOptions
Sets whether the Java runtime should be put on the compile class path.
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.
setIncrementalOptions(IncrementalCompileOptions) - Method in ScalaCompileOptions
setInfo(TestLogging) - Method in TestLoggingContainer
Sets logging options for info level.
setInitializeInOrder(Boolean) - Method in DeploymentDescriptor
setInitScripts(List) - Method in StartParameter
Sets the list of init scripts to be run before the build starts.
setInputFile(File) - Method in GeneratorTask
Sets the input file to load the initial configuration from.
setInstallDir(Object) - Method in VisualCpp
The directory where Visual Studio or Visual C++ is installed.
setJarFile(Object) - Method in Wrapper
setJavaCompiler(Compiler) - Method in Compile
setJavadocPath(FileReference) - Method in AbstractLibrary
setJavaHome(File) - Method in BuildLauncher
{@inheritDoc}
setJavaHome(File) - Method in LongRunningOperation
Specifies the Java home directory to use for this operation.
setJavaHome(File) - Method in ModelBuilder
{@inheritDoc}
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
setJs(FileCollection) - Method in CoffeeScriptExtension
setJs(FileCollection) - Method in EnvJsExtension
setJs(FileCollection) - Method in JsHintExtension
setJsHint(Object) - Method in JsHint
setJsonReport(Object) - Method in JsHint
setJvmArgs(List) - Method in BaseForkOptions
Sets any additional JVM arguments for the compiler process.
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}
setJvmArguments(String) - Method in BuildLauncher
{@inheritDoc}
setJvmArguments(String) - Method in LongRunningOperation
Specifies the Java VM arguments to use for this operation.
setJvmArguments(String) - Method in ModelBuilder
{@inheritDoc}
setKeepStubs(boolean) - Method in GroovyCompileOptions
Sets whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
setKeyWords(boolean) - Method in 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.
setLifecycle(TestLogging) - Method in TestLoggingContainer
Sets logging options for lifecycle level.
setLifecycleTask(Task) - Method in BuildableModelElement
Associates a 'lifecycle' task with the construction of this element.
setLinks(Set) - Method in Groovydoc
Sets links to groovydoc/javadoc output at the given URL.
setLinks(List) - Method in StandardJavadocDocletOptions
setLinksOffline(List) - Method in StandardJavadocDocletOptions
setLinkSource(boolean) - Method in StandardJavadocDocletOptions
setListFiles(boolean) - Method in CompileOptions
Sets whether to log the files to be compiled.
setListFiles(boolean) - Method in GroovyCompileOptions
Sets whether to print which source files are to be compiled.
setListFiles(boolean) - Method in ScalaCompileOptions
setLocal(Announcer) - Method in AnnouncePluginExtension
Sets the Announcer that should be used to send announcements to the local desktop.
setLocale(String) - Method in CoreJavadocOptions
setLocale(String) - Method in MinimalJavadocOptions
setLoggingLevel(String) - Method in ScalaCompileOptions
setLoggingPhases(List) - Method in ScalaCompileOptions
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.
setMavenPomDir(Object) - Method in MavenPluginConvention
Sets the directory to generate Maven POMs into.
setMaxGranularity(int) - Method in TestLogging
Returns the maximum granularity of the events to be logged.
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
setMemoryInitialSize(String) - Method in BaseForkOptions
Sets the initial heap size for the compiler process.
setMemoryMaximumSize(String) - Method in BaseForkOptions
Sets the maximum heap size for the compiler process.
setMinGranularity(int) - Method in TestLogging
Sets the minimum granularity of the events to be logged.
setMinHeapSize(String) - Method in JavaExec
{@inheritDoc}
setMinHeapSize(String) - Method in JavaForkOptions
Sets the minimum heap size for the process.
setMinHeapSize(String) - Method in Test
{@inheritDoc}
setMinusConfigurations(Collection) - Method in GenerateEclipseClasspath
setMinusConfigurations(Set) - Method in GenerateEclipseWtpComponent
setMode(int) - Method in FileCopyDetails
Sets the Unix permissions of this file.
setModel(Object) - Method in MavenPom
Sets the underlying native Maven org.apache.maven.model.Model object.
setModule(String) - Method in IvyPublication
Sets the module for this publication.
setModules(Set) - Method in DeploymentDescriptor
setModuleTypeMappings(Map) - Method in DeploymentDescriptor
setMustRunAfter(Iterable) - Method in Task
setName(String) - Method in ArtifactRepository
Sets the name for this repository.
setName(String) - Method in ConfigurablePublishArtifact
Sets the name of this artifact.
setName(String) - Method in FileCopyDetails
Sets the destination name of this file.
setName(String) - Method in IvyArtifact
Sets the name used to publish the artifact 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
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
Get task optimization disabled.
setNoQualifiers(List) - Method in StandardJavadocDocletOptions
setNoSince(boolean) - Method in StandardJavadocDocletOptions
setNoTimestamp(boolean) - Method in StandardJavadocDocletOptions
setNoTree(boolean) - Method in StandardJavadocDocletOptions
setOffline(boolean) - Method in StartParameter
Specifies whether the build should be performed offline (ie without network access).
setOnlyIf(Spec) - Method in Task
setOptimizationOptions(Map) - Method in GroovyCompileOptions
Sets optimization options for the Groovy compiler.
setOptimize(boolean) - Method in CompileOptions
Sets whether to produce optimized byte code.
setOptimize(boolean) - Method in ScalaCompileOptions
setOptionFiles(List) - Method in CoreJavadocOptions
setOptionFiles(List) - Method in MinimalJavadocOptions
setOptions(CoffeeScriptCompileOptions) - Method in CoffeeScriptCompileSpec
setOptions(MinimalJavadocOptions) - Method in Javadoc
Sets the Javadoc generation options.
setOrganisation(String) - Method in IvyPublication
Sets the organisation for this publication.
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
setOutputFile(File) - Method in NativeBinary
Sets the file where this binary will be created.
setOutputLevel(JavadocOutputLevel) - Method in CoreJavadocOptions
setOutputLevel(JavadocOutputLevel) - Method in MinimalJavadocOptions
setOutputPerTestCase(boolean) - Method in JUnitXmlReport
Should the output be associated with individual test cases instead of at the suite level.
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 publication.
setParallelThreadCount(int) - Method in StartParameter
Specifies the number of parallel threads to use for build execution.
setPassword(String) - Method in PasswordCredentials
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 GenerateMavenPom
setPom(MavenPom) - Method in PomFilterContainer
setProfile(boolean) - Method in StartParameter
Specifies if a profile report should be generated.
setProjectCacheDir(File) - Method in StartParameter
Sets the project's cache location.
setProjectDir(Object) - Method in GradleBuildInvocationSpec
Sets the “root” directory of the build.
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.
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
The properties available for use in the configuration file.
setProperties(List) - Method in GenerateEclipseWtpComponent
setProperty(String, Object) - Method in Project
setProperty(String, Object) - Method in Task
setPublication(IvyPublication) - Method in PublishToIvyRepository
Sets the publication to be published.
setPublication(MavenPublication) - Method in PublishToMavenRepository
Sets the publication to be published.
setPublishedCode(File) - Method in IncrementalCompileOptions
Sets the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.
setQuiet(TestLogging) - Method in TestLoggingContainer
Sets logging options for quiet level.
setRecompileScripts(boolean) - Method in StartParameter
Specifies whether the build scripts should be recompiled.
setRefreshDependencies(boolean) - Method in StartParameter
Specifies whether the dependencies should be refreshed..
setRefreshOptions(RefreshOptions) - Method in StartParameter
Supplies the refresh options to use for the build.
setRelativePath(RelativePath) - Method in FileCopyDetails
Sets the destination path of this file.
setReload(String) - Method in AbstractJettyRunTask
Sets the reload mode, which is either "automatic" or "manual".
setRenderer(DependencyReportRenderer) - Method in DependencyReportTask
Set the renderer to use to build a report.
setRenderer(PropertyReportRenderer) - Method in PropertyReportTask
setRenderer(TaskReportRenderer) - Method in TaskReportTask
setReportDir(Object) - Method in CompareGradleBuilds
Sets the directory that will contain the HTML comparison report and any other report files.
setReportFile(File) - Method in CodeNarc
@deprecated Use {@code reports.
setReportFormat(String) - Method in CodeNarc
@deprecated Use {@code reports.
setReportFormat(String) - Method in CodeNarcExtension
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.
setRepository(IvyArtifactRepository) - Method in PublishToIvyRepository
Sets the repository to publish to.
setRepository(MavenArtifactRepository) - Method in PublishToMavenRepository
Sets the repository to publish to.
setRequestLog(RequestLog) - Method in AbstractJettyRunTask
setRequired(boolean) - Method in SignatureSpec
Whether or not it is required that this signature be generated.
setRequired(Object) - Method in SigningExtension
Whether or not this task should fail if no signatory or signature type are configured at generation time.
setRerunTasks(boolean) - Method in StartParameter
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
setResource(Object) - Method in BrowserEvaluate
setResources(List) - Method in GenerateEclipseWtpComponent
setResourcesDir(File) - Method in ClassDirectoryBinary
setResourcesDir(Object) - Method in SourceSetOutput
Sets the output directory for resources
setResult(Object) - Method in BrowserEvaluate
setResultFile(File) - Method in Checkstyle
@deprecated Use reports.xml.destination instead.
setRevision(String) - Method in IvyPublication
Sets the revision for this publication.
setRhinoClasspath(Object) - Method in CoffeeScriptCompile
setRhinoClasspath(Object) - Method in JsHint
setRhinoOptions(Object) - Method in RhinoShellExec
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
Sets the interval in seconds between scanning the web app for file changes.
setScannerListeners(List) - Method in AbstractJettyRunTask
setScanTargetPatterns(ScanTargetPattern) - Method in JettyRun
setScanTargets(File) - Method in JettyRun
setScript(Object) - Method in RhinoShellExec
setScriptArgs(Object) - Method in RhinoShellExec
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.
setShowCauses(boolean) - Method in TestLogging
Sets whether causes of exceptions that occur during test execution will be logged.
setShowDetail(boolean) - Method in TaskReportTask
setShowExceptions(boolean) - Method in TestLogging
Sets whether exceptions that occur during test execution will be logged.
setShowStackTraces(boolean) - Method in TestLogging
Sets whether stack traces of exceptions that occur during test execution will be logged.
setShowStandardStreams(boolean) - Method in TestLogging
Sets whether output on standard out and standard error will be logged.
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(FileCollection) - Method in CoffeeScriptCompileSpec
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(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
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.
setStacktrace(boolean) - Method in GroovyCompileOptions
Sets whether to print a stack trace when the compiler hits a problem (like a compile error).
setStackTraceFilters(Iterable) - Method in TestLogging
Sets the set of filters to be used for sanitizing test stack traces.
setStandardError(OutputStream) - Method in BuildLauncher
{@inheritDoc}
setStandardError(OutputStream) - Method in LongRunningOperation
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardError(OutputStream) - Method in ModelBuilder
{@inheritDoc}
setStandardInput(InputStream) - Method in BaseExecSpec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - Method in BuildLauncher
{@inheritDoc}
setStandardInput(InputStream) - Method in Exec
{@inheritDoc}
setStandardInput(InputStream) - Method in JavaExec
{@inheritDoc}
setStandardInput(InputStream) - Method in LongRunningOperation
Sets the InputStream that will be used as standard input for this operation.
setStandardInput(InputStream) - Method in ModelBuilder
{@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
{@inheritDoc}
setStandardOutput(OutputStream) - Method in Exec
{@inheritDoc}
setStandardOutput(OutputStream) - Method in JavaExec
{@inheritDoc}
setStandardOutput(OutputStream) - Method in LongRunningOperation
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStandardOutput(OutputStream) - Method in ModelBuilder
{@inheritDoc}
setStartParameter(StartParameter) - Method in GradleBuild
Sets the full set of parameters that will be used to execute the build.
setStatus(String) - Method in ComponentMetadataDetails
Sets the status of the component.
setStatus(String) - Method in IvyModuleDescriptor
Sets the status for this publication.
setStatus(Object) - Method in Project
Sets the status of this project.
setStatusScheme(List) - Method in ComponentMetadataDetails
Sets the status scheme of the component.
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.
setStubDir(File) - Method in GroovyCompileOptions
Sets the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
setStylesheetFile(File) - Method in StandardJavadocDocletOptions
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
setTaglets(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(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.
setTargetCompatibility(String) - Method in ScalaCompileOptions
Sets which backend is to be used.
setTargetJdk(def) - Method in PmdExtension
Sets the target jdk used with pmd.
setTaskNames(Iterable) - Method in StartParameter
setTasks(Collection) - Method in GradleBuild
Sets the tasks that should be executed for this build.
setTasks(Iterable) - Method in GradleBuildInvocationSpec
Sets the tasks to execute.
setTempDir(String) - Method in ForkOptions
Sets the directory used for temporary files that may be created to pass command line arguments to the compiler process.
setTestClassesDir(File) - Method in Test
Sets the root folder for the compiled test sources.
setTestReport(boolean) - Method in Test
Sets whether the test HTML report should be generated.
setTestReportDir(File) - Method in Test
Sets the root folder for the test reports.
setTestResultDirs(Iterable) - Method in TestReport
Sets the binary test results to use to include in the report.
setTestResultsDir(File) - Method in Test
Sets the root folder for the test results.
setTestSrcDirs(List) - Method in Test
Settings - Interface in org.gradle.api.initialization
settingsEvaluated(Settings) - Method in BuildAdapter
settingsEvaluated(Settings) - Method in BuildListener
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
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.
setType(String) - Method in ConfigurablePublishArtifact
Sets the type of this artifact.
setType(String) - Method in IvyArtifact
Sets the type used to publish the artifact file.
setType(String) - Method in SetupBuild
setUnchecked(boolean) - Method in ScalaCompileOptions
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.
SETUP_BUILD_TASK_NAME - Field in BuildSetupPlugin
SetupBuild - Class in org.gradle.buildsetup.tasks
Generates a Gradle project structure.
setUploadDescriptor(boolean) - Method in Upload
setupProjectLayout() - Method in SetupBuild
setUrl(Object) - Method in IvyArtifactRepository
Sets the base URL of this repository.
setUrl(Object) - Method in MavenArtifactRepository
Sets the base URL of this repository.
setUse(boolean) - Method in Groovydoc
Sets whether to create class and package usage pages.
setUse(boolean) - Method in StandardJavadocDocletOptions
setUseAnt(boolean) - Method in CompileOptions
Sets whether to use the Ant javac task over Gradle's own Java compiler integration.
setUseAnt(boolean) - Method in GroovyCompileOptions
Sets whether the groovyc Ant task should be used over Gradle's own Groovy compiler integration.
setUseAnt(boolean) - Method in ScalaCompileOptions
setUseCache(boolean) - Method in DependOptions
Sets whether to cache dependency information.
setUseCompileDaemon(boolean) - Method in ScalaCompileOptions
setUseDepend(boolean) - Method in CompileOptions
Sets whether to use the Ant task.
setUsername(String) - Method in PasswordCredentials
Sets the user name to use when authenticating to this repository.
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(Object) - Method in OptionLessJavadocOptionFileOption
setVariables(Map) - Method in GenerateEclipseClasspath
setVariables(Map) - Method in GenerateEclipseWtpComponent
setVendor(String) - Method in OsgiManifest
A convenient method for setting a Bundle-Vendor instruction.
setVerbose(boolean) - Method in CompileOptions
Sets whether to produce verbose output.
setVerbose(boolean) - Method in GroovyCompileOptions
Sets whether to turn on verbose output.
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 CoffeeScriptExtension
setVersion(String) - Method in DeploymentDescriptor
setVersion(String) - Method in EnvJsExtension
setVersion(String) - Method in JsHintExtension
setVersion(String) - Method in MavenPom
Sets the version for this POM.
setVersion(String) - Method in MavenPublication
Sets the version for this publication.
setVersion(String) - Method in OsgiManifest
A convenient method for setting a Bundle-Version instruction.
setVersion(Object) - Method in Project
setVersion(String) - Method in RhinoExtension
setVersion(boolean) - Method in StandardJavadocDocletOptions
setVisible(boolean) - Method in Configuration
Sets the visibility of this configuration.
setWarn(TestLogging) - Method in TestLoggingContainer
Sets logging options for warn level.
setWarnings(boolean) - Method in CompileOptions
Sets whether to log warning messages.
setWarnOnRmiStubs(boolean) - Method in DependOptions
Sets whether to warn on RMI stubs without source.
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.
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}
setZincClasspath(FileCollection) - Method in ScalaCompile
SharedLibraryBinary - Interface in org.gradle.nativecode.base
A Library that has been compiled and linked as a shared library.
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 SigningExtension
Creates a new SignOperation using the given closure to configure it before executing it.
sign(Closure) - Method in SigningPluginConvention
@deprecated Use SigningExtension#sign(Closure)#sign(Closure) }
sign(String, File) - Method in SignOperation
Registers signatures (with the given classifier) for the given files
signatories(Closure) - Method in SigningExtension
Configures the signatory provider (delegating to its SignatoryProvider#configure(SigningExtension,Closure)#configure(SigningExtension,Closure)).
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
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
SigningExtension - Class in org.gradle.plugins.signing
The global signing configuration for a project.
SigningExtension(Project) - Constructor in SigningExtension
Configures the signing settings for the given project.
SigningPlugin - Class in org.gradle.plugins.signing
Adds the ability to digitally sign files and artifacts.
SigningPluginConvention - Class in org.gradle.plugins.signing
@deprecated Use SigningExtension
SigningPluginConvention(SigningExtension) - Constructor in SigningPluginConvention
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 SigningExtension
Signs the POM artifact for the given Maven deployment.
signPom(MavenDeployment, Closure) - Method in SigningPluginConvention
@deprecated Use SigningExtension#signPom()#signPom()
SimpleHttpFileServer - Class in org.gradle.plugins.javascript.envjs.http.simple
SimpleHttpFileServer(File, int, Stoppable) - Constructor in SimpleHttpFileServer
SimpleHttpFileServerFactory - Class in org.gradle.plugins.javascript.envjs.http.simple
SingleEntryModuleLibrary - Class in org.gradle.plugins.ide.idea.model
Single entry module library
SingleEntryModuleLibrary(FilePath, String) - Constructor in SingleEntryModuleLibrary
Creates single entry module library
SingleFileReport - Interface in org.gradle.api.reporting
A report that is a single file.
SkipWhenEmpty - Annotation Type in org.gradle.api.tasks
SoftwareComponent - Interface in org.gradle.api.component
A software component produced by a Gradle software project.
SoftwareComponentContainer - Interface in org.gradle.api.component
A Container that contains all of the Software Components produced by a Project.
SonarAnalyze - Class in org.gradle.api.plugins.sonar
Analyzes a project hierarchy 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.
SonarPlugin(Instantiator) - Constructor in SonarPlugin
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.
SonarProperties - Class in org.gradle.api.sonar.runner
The Sonar properties for the current Gradle project that are to be passed to the Sonar Runner.
sonarProperties(Action) - Method in SonarRunnerExtension
Adds an action that configures Sonar properties for the associated Gradle project.
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.
SonarRunner - Class in org.gradle.api.sonar.runner
Analyses one or more projects with the Sonar Runner.
SonarRunnerExtension - Class in org.gradle.api.sonar.runner
An extension for configuring the Sonar Runner.
SonarRunnerPlugin - Class in org.gradle.api.sonar.runner
A plugin for analyzing projects with the Sonar Runner.
SonarServer - Class in org.gradle.api.plugins.sonar.model
Configuration options for the Sonar web server.
source(Object) - Method in AbstractLinkTask
Adds a set of object files to be linked.
source(Object) - Method in AbstractNativeCompileTask
Adds a set of source files to be compiled.
source(Object) - Method in Assemble
Adds a set of assembler sources files to be translated.
source(Object) - Method in BuildBinaryTask
Adds a set of object files to be combined into the file binary.
source(String) - Method in CoreJavadocOptions
source(Object) - Method in CreateStaticLibrary
Adds a set of object files to be linked.
source(Action) - Method in LanguageSourceSet
Configure the sources
source(String) - Method in MinimalJavadocOptions
source(Object) - Method in NativeBinary
Adds one or more LanguageSourceSets that are used to compile this binary.
source(Object) - Method in NativeComponent
Adds one or more LanguageSourceSets that are used to compile this binary.
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.
sourceBuild(Action) - Method in CompareGradleBuilds
Configures the source build.
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
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.api.tasks
A SourceSet represents a logical group of Java source and resources.
SourceSetContainer - Interface in org.gradle.api.tasks
A SourceSetContainer manages a set of SourceSet objects.
SourceSetOutput - Interface in org.gradle.api.tasks
A collection of all output directories (compiled classes, processed resources, etc.) - notice that SourceSetOutput extends FileCollection.
sourceSets(SourceSet) - Method in JacocoReport
Adds a source set to the list to be reported on.
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.
stackTraceFilters(Object) - Method in TestLogging
Convenience method for setStackTraceFilters(java.lang.Iterable).
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
start() - Method in AbstractJettyRunTask
start(File, int) - Method in HttpFileServerFactory
start(File, int) - Method in SimpleHttpFileServerFactory
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() - Constructor in StartParameter
Creates a StartParameter with default values.
staticLibArgs(Object) - Method in StaticLibraryBinary
Adds a number of arguments to be passed when creating this static library.
StaticLibraryBinary - Interface in org.gradle.nativecode.base
A Library that has been compiled and archived into a static library.
statusChanged(ProgressEvent) - Method in ProgressListener
Called when the progress status changes.
stop() - Method in HttpFileServer
stop() - Method in JettyStop
stop() - Method in SimpleHttpFileServer
StopActionException - Class in org.gradle.api.tasks
StopActionException(String) - Constructor in StopActionException
StopExecutionException - Class in org.gradle.api.tasks
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
stylesheetFile(File) - Method in StandardJavadocDocletOptions
subprojects(Closure) - Method in 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.
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() - Constructor in Tar
targetBuild(Action) - Method in CompareGradleBuilds
Configures the target build.
TargetJdk - Enum in org.gradle.api.plugins.quality
Represents the PMD targetjdk property available for PMD < 5.0
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
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
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
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
TaskDependency - Interface in org.gradle.api.tasks
TaskExecutionAdapter - Class in org.gradle.api.execution
A TaskExecutionListener adapter class for receiving task execution events.
TaskExecutionException - Class in org.gradle.api.tasks
TaskExecutionException(Task, Throwable) - Constructor in TaskExecutionException
TaskExecutionGraph - Interface in org.gradle.api.execution
TaskExecutionGraphListener - Interface in org.gradle.api.execution
TaskExecutionListener - Interface in org.gradle.api.execution
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
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
TaskReportTask - Class in org.gradle.api.tasks.diagnostics
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 JUnit (3.8.x or 4.x) or TestNG tests.
TEST_CLASSES_TASK_NAME - Field in JavaPlugin
TEST_COMPILE_CONFIGURATION_NAME - Field in JavaPlugin
TEST_COMPILE_PRIORITY - Field in MavenPlugin
TEST - Field in Conf2ScopeMappingContainer
TEST_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(ListenerManager, StyledTextOutputFactory, FileResolver, Factory, ActorFactory, Instantiator, ProgressLoggerFactory) - Constructor in Test
TestDescriptor - Interface in org.gradle.api.tasks.testing
Describes a test.
TestExceptionFormat - Enum in org.gradle.api.tasks.testing.logging
Determines how exceptions are formatted in test logging.
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.
TestLogEvent - Enum in org.gradle.api.tasks.testing.logging
Test events that can be logged.
TestLogging - Interface in org.gradle.api.tasks.testing.logging
Options that determine which test events get logged, and at which detail.
testLogging(Closure) - Method in Test
Allows configuring the logging of the test execution, for example log eagerly the standard output, etc.
TestLoggingContainer - Interface in org.gradle.api.tasks.testing.logging
Container for all test logging related options.
TestNGOptions - Class in org.gradle.api.tasks.testing.testng
TestNGOptions(File) - Constructor in TestNGOptions
TestOutputEvent - Interface in org.gradle.api.tasks.testing
Standard output or standard error message logged during the execution of the test
TestOutputEvent.Destination - Enum in org.gradle.api.tasks.testing
Destination of the message
TestOutputListener - Interface in org.gradle.api.tasks.testing
Listens to the output events like printing to standard output or error
TestReport - Class in org.gradle.api.tasks.testing
Generates an HTML test report from the results of one or more Test tasks.
TestResult - Interface in org.gradle.api.tasks.testing
Describes a test result.
TestResult.ResultType - Enum in org.gradle.api.tasks.testing
The final status of a test.
TestStackTraceFilter - Enum in org.gradle.api.tasks.testing.logging
Stack trace filters for test logging.
TestTaskReports - Interface in org.gradle.api.tasks.testing
The reports produced by the Test task.
to(Object) - Method in ObjectConfigurationAction
toHex(long) - Method in PgpKeyId
toJavaValue(Object) - Method in RhinoWorkerUtils
toLong(String) - Method in PgpKeyId
toMap(Scriptable) - Method in RhinoWorkerUtils
Tool - Interface in org.gradle.nativecode.toolchain
An executable tool that forms part of a tool chain.
ToolChain - Interface in org.gradle.nativecode.base
A set of compilers and linkers that are used together to construct a native binary.
ToolChainRegistry - Interface in org.gradle.nativecode.base
A container for ToolChains.
ToolingModelBuilder - Interface in org.gradle.tooling.provider.model
Responsible for building tooling models.
ToolingModelBuilderRegistry - Interface in org.gradle.tooling.provider.model
A registry of tooling model builders.
toString() - Method in 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 TargetJdk
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.
toVersion(Object) - Method in TargetJdk
Represents the PMD targetjdk property available for PMD < 5.0
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(I) - Method in Transformer
Transforms the given object, and returns the transformed value.
Transformer - Interface in org.gradle.api
trimPath() - Method in SourceFolder

U

UnableToDeleteFileException - Class in org.gradle.api.file
Thrown by Gradle when it is unable to delete a file.
UnableToDeleteFileException(File) - Constructor in UnableToDeleteFileException
UncheckedIOException - Class in org.gradle.api
UncheckedIOException is used to wrap an IOException into an unchecked exception.
UncheckedIOException(Throwable) - Constructor in UncheckedIOException
UnknownConfigurationException - Class in org.gradle.api.artifacts
UnknownConfigurationException(String) - Constructor in UnknownConfigurationException
UnknownDomainObjectException - Class in org.gradle.api
UnknownDomainObjectException(String, Throwable) - Constructor in UnknownDomainObjectException
UnknownModelException - Class in org.gradle.tooling.provider.model
Thrown when an unknown tooling model is requested.
UnknownModelException(String) - Constructor in UnknownModelException
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
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
UnknownTaskException(String, Throwable) - Constructor in UnknownTaskException
UnresolvedDependency - Interface in org.gradle.api.artifacts
Unsuccessfully resolved dependency.
UnresolvedDependencyResult - Interface in org.gradle.api.artifacts.result
A dependency that could not be resolved.
UnsupportedBuildArgumentException - Class in org.gradle.tooling.exceptions
Thrown when the LongRunningOperation has been configured with unsupported build arguments.
UnsupportedBuildArgumentException(String, Throwable) - Constructor in UnsupportedBuildArgumentException
UnsupportedMethodException - Class in org.gradle.tooling.model
Thrown when the tooling API client attempts to use a method that does not exist in the version of Gradle that the tooling API is connected to.
UnsupportedMethodException(String, Throwable) - Constructor in UnsupportedMethodException
UnsupportedOperationConfigurationException - Class in org.gradle.tooling.exceptions
Thrown when a LongRunningOperation has been configured with unsupported settings.
UnsupportedOperationConfigurationException(String, Throwable) - Constructor in UnsupportedOperationConfigurationException
UnsupportedVersionException - Class in org.gradle.tooling
Thrown when the target Gradle version does not support a particular feature.
UnsupportedVersionException(String, Throwable) - 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(ArtifactPublicationServices) - Constructor in Upload
upToDateWhen(Spec) - Method in TaskOutputs
uri(Object) - Method in Project
uri(Object) - Method in Script
use() - Method in StandardJavadocDocletOptions
useCachedResult() - Method in ResolutionControl
States that the cached value should be used regardless of age.
useDefaultListeners(boolean) - Method in TestNGOptions
useDistribution(URI) - Method in GradleConnector
Specifies which Gradle distribution to use.
useEmptySettings() - Method in StartParameter
Specifies that an empty settings script should be used.
useEmptySettingsScript() - Method in StartParameter
Deprecated.
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, configuring JUnit specific options.
useLogger(Object) - Method in Gradle
Uses the given object as a logger.
useLogger(Object) - Method in GradleLauncher
Use the given listener.
useTarget(Object) - Method in DependencyResolveDetails
Allows to override the details of the dependency (see getTarget()) when it is resolved (see getRequested()).
useTestNG(Closure) - Method in Test
Specifies that TestNG should be used to execute the tests, configuring TestNG specific options.
useVersion(String) - Method in DependencyResolveDetails
Allows to override the version when the dependency getRequested() is resolved.

V

validateConfiguration() - Method in AbstractJettyRunTask
validateConfiguration() - Method in JettyRun
validateConfiguration() - Method in JettyRunWar
Variable - Class in org.gradle.plugins.ide.eclipse.model
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.
VisualCpp - Interface in org.gradle.nativecode.toolchain
The Visual C++ tool chain.

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
warn(Action) - Method in TestLoggingContainer
Configures logging options for warn level.
WarPlugin - Class in org.gradle.api.plugins
WarPluginConvention - Class in org.gradle.api.plugins
WarPluginConvention(Project) - Constructor in WarPluginConvention
WbDependentModule - Class in org.gradle.plugins.ide.eclipse.model
WbDependentModule(String, String) - Constructor in WbDependentModule
WbProperty - Class in org.gradle.plugins.ide.eclipse.model
WbProperty(String, String) - Constructor in WbProperty
WbResource - Class in org.gradle.plugins.ide.eclipse.model
WbResource(String, String) - Constructor in WbResource
WEB_APP_GROUP - Field in WarPlugin
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 MavenPom
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
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
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.
withArguments(String) - Method in BuildLauncher
{@inheritDoc}
withArguments(String) - Method in LongRunningOperation
Specify the command line build arguments.
withArguments(String) - Method in ModelBuilder
{@inheritDoc}
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.
withProperties(Closure) - Method in PropertiesFileContentMerger
Adds a closure to be called when the file has been created.
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 IvyModuleDescriptor
Allow configuration of the descriptor, after it has been generated according to the input data.
withXml(Action) - Method in MavenPom
Allows configuration of the POM, after it has been generated according to the input data.
withXml(Closure) - Method in XmlFileContentMerger
Adds a closure to be called when the file has been created.
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
Wrapper.PathBase - Enum in org.gradle.api.tasks.wrapper
Specifies how the wrapper path should be interpreted.
Wrapper() - Constructor in Wrapper
WrapperPlugin - Class in org.gradle.buildsetup.plugins
write(File) - Method in CoreJavadocOptions
write(File) - Method in MinimalJavadocOptions
write(JavadocOptionFileWriterContext) - Method in OptionLessJavadocOptionFileOption
writeEntryAttributes(Node) - Method in AbstractClasspathEntry
writeFile(String, File, String) - Method in RhinoWorkerUtils
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
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.ZipCopyActionImpl - Class in org.gradle.api.tasks.bundling
DO NOT REMOVE.
ZIP_EXTENSION - Field in Zip
Zip() - Constructor in Zip
ZipEntryCompression - Enum in org.gradle.api.tasks.bundling
Specifies the compression level of an archives contents.
zipTree(Object) - Method in Project
zipTree(Object) - Method in Script

_


Gradle API 1.8