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

A

absoluteProjectPath(String) - Method in interface org.gradle.api.Project
Converts a name to an absolute project path, resolving names relative to this project.
AbstractArchiveTask - Class in org.gradle.api.tasks.bundling
AbstractArchiveTask is the base class for all archive tasks.
AbstractArchiveTask() - Constructor for class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
AbstractCompile - Class in org.gradle.api.tasks.compile
The base class for all JVM-based language compilation tasks.
AbstractCompile() - Constructor for class org.gradle.api.tasks.compile.AbstractCompile
 
AbstractCopyTask - Class in org.gradle.api.tasks
AbstractCopyTask is the base class for all copy tasks.
AbstractCopyTask() - Constructor for class org.gradle.api.tasks.AbstractCopyTask
 
AbstractExecTask<T extends AbstractExecTask> - Class in org.gradle.api.tasks
AbstractExecTask is the base class for all exec tasks.
AbstractExecTask(Class<T>) - Constructor for class org.gradle.api.tasks.AbstractExecTask
 
AbstractJettyRunTask - Class in org.gradle.api.plugins.jetty
Base class for all tasks which deploy a web application to an embedded Jetty web container.
AbstractJettyRunTask() - Constructor for class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
AbstractNativeCompileTask - Class in org.gradle.language.nativeplatform.tasks
Compiles native source files into object files.
AbstractNativeCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
AbstractNativePCHCompileTask - Class in org.gradle.language.nativeplatform.tasks
Compiles native header source files into object files.
AbstractNativePCHCompileTask() - Constructor for class org.gradle.language.nativeplatform.tasks.AbstractNativePCHCompileTask
 
AbstractOptions - Class in org.gradle.api.tasks.compile
Base class for compilation-related options.
AbstractOptions() - Constructor for class org.gradle.api.tasks.compile.AbstractOptions
 
AbstractPublishToMaven - Class in org.gradle.api.publish.maven.tasks
Base class for tasks that publish a MavenPublication.
AbstractPublishToMaven() - Constructor for class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
 
AbstractReportTask - Class in org.gradle.api.tasks.diagnostics
The base class for all project report tasks.
AbstractReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
AbstractScalaCompile - Class in org.gradle.language.scala.tasks
An abstract Scala compile task sharing common functionality for compiling scala.
AbstractScalaCompile(BaseScalaCompileOptions) - Constructor for class org.gradle.language.scala.tasks.AbstractScalaCompile
 
accept(Artifact, File) - Method in interface org.gradle.api.artifacts.maven.PublishFilter
 
Action<T> - Interface in org.gradle.api
Performs some action against objects of type T.
action(Scriptable, Context) - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
action(Scriptable, Context) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.ScopeOperation
 
action(BuildAction<T>) - Method in interface org.gradle.tooling.ProjectConnection
Creates an executer which can be used to run the given action.
add(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
add(String, Object) - Method in interface org.gradle.api.artifacts.dsl.ArtifactHandler
Adds an artifact to the given configuration.
add(String, Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.ArtifactHandler
Adds an artifact to the given configuration.
add(String, Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Adds a dependency to the given configuration.
add(String, Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Adds a dependency to the given configuration, and configures the dependency using the given closure.
add(Map<String, String>) - Method in interface org.gradle.api.artifacts.ExcludeRuleContainer
Adds an exclude rule to this container.
add(FileCollection) - Method in interface org.gradle.api.file.FileCollection
Adds another collection to this collection.
add(T) - Method in interface org.gradle.api.NamedDomainObjectCollection
Adds an object to the collection, if there is no existing object in the collection with the same name.
add(String, Object) - Method in interface org.gradle.api.plugins.ExtensionContainer
Adding an extension of name 'foo' will: add 'foo' dynamic property add 'foo' dynamic method that accepts a closure that is a configuration script block
add(String, String, String) - Method in interface org.gradle.api.publish.ivy.IvyExtraInfoSpec
Puts the specified extra element into the list of extra info elements.
addAll(Collection<? extends T>) - Method in interface org.gradle.api.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 interface org.gradle.api.artifacts.maven.MavenDeployment
Adds an additional artifact to this deployment.
addArtifact(DependencyArtifact) - Method in interface org.gradle.api.artifacts.ModuleDependency
Adds an artifact to this dependency.
addAssetDir(File) - Method in interface org.gradle.play.PublicAssets
Add an asset directory to this binary.
addBooleanOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addBooleanOption(String, boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addBuildListener(BuildListener) - Method in interface org.gradle.api.invocation.Gradle
Adds a BuildListener to this Build instance.
addDependency(ModuleDependency) - Method in interface org.gradle.api.artifacts.ClientModule
Add a dependency to the client module.
addEnumOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addEnumOption(String, T) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addFileOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addFileOption(String, File) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addFilter(String, PublishFilter) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
If you want to deploy more than one artifact you need to define filters to select each of those artifacts.
addFilter(String, Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Adds a publish filter.
addFirst(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the start of the repository sequence.
addInitScript(File) - Method in class org.gradle.StartParameter
Adds the given file to the list of init scripts that are run before the build starts.
additionalLinkFiles(FileCollection) - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
Add some additional files required by consumers of this library at link time.
addLast(ArtifactRepository) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
addListener(Object) - Method in interface org.gradle.api.invocation.Gradle
Adds the given listener to this build.
addMapping(int, Configuration, String) - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Specifies that dependencies of a certain configuration should be mapped against a certain Maven scope.
addMultilineStringsOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addOption(JavadocOptionFileOption<T>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addPathOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addPathOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.BuildActionExecuter
Adds a progress listener which will receive progress events as the operation runs.
addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.BuildLauncher
Adds a progress listener which will receive progress events as the operation runs.
addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.LongRunningOperation
Adds a progress listener which will receive progress events as the operation runs.
addProgressListener(ProgressListener) - Method in interface org.gradle.tooling.ModelBuilder
Adds a progress listener which will receive progress events as the operation runs.
addProjectEvaluationListener(ProjectEvaluationListener) - Method in interface org.gradle.api.invocation.Gradle
Adds a listener to this build, to receive notifications as projects are evaluated.
addProtocolProviderJars(Collection<File>) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Out of the box only uploading to the filesysten and via http is supported.
addResourceDir(File) - Method in interface org.gradle.play.JvmClasses
Add a resource directory to this binary.
addRule(Rule) - Method in interface org.gradle.api.NamedDomainObjectCollection
Adds a rule to this collection.
addRule(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectCollection
Adds a rule to this collection.
addStandardErrorListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
Adds a listener which receives output written to standard error by the Gradle logging system.
addStandardOutputListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
Adds a listener which receives output written to standard output by the Gradle logging system.
addStringOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addStringOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addStringsOption(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addStringsOption(String, String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
addTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds a listener to this graph, to be notified when this graph is ready.
addTaskExecutionListener(TaskExecutionListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds a listener to this graph, to be notified as tasks are executed.
addTestListener(TestListener) - Method in class org.gradle.api.tasks.testing.Test
Registers a test listener with this task.
addTestOutputListener(TestOutputListener) - Method in class org.gradle.api.tasks.testing.Test
Registers a output listener with this task.
addTestProgressListener(TestProgressListener) - Method in interface org.gradle.tooling.BuildActionExecuter
Adds a test progress listener which will receive test progress events as the operation runs.
addTestProgressListener(TestProgressListener) - Method in interface org.gradle.tooling.BuildLauncher
Adds a test progress listener which will receive test progress events as the operation runs.
addTestProgressListener(TestProgressListener) - Method in interface org.gradle.tooling.LongRunningOperation
Adds a test progress listener which will receive test progress events as the operation runs.
addTestProgressListener(TestProgressListener) - Method in interface org.gradle.tooling.ModelBuilder
Adds a test progress listener which will receive test progress events as the operation runs.
addToAntBuilder(Object, String, FileCollection.AntType) - Method in interface org.gradle.api.file.FileCollection
Adds this collection to an Ant task as a nested node.
addToAntBuilder(Object, String) - Method in interface org.gradle.api.file.FileCollection
Adds this collection to an Ant task as a nested node.
addToAntBuilder(Object, String) - Method in class org.gradle.api.tasks.util.PatternSet
 
addToNode(Node) - Method in interface org.gradle.plugins.ide.idea.model.Dependency
 
afterActions(Task) - Method in interface org.gradle.api.execution.TaskActionListener
This method is called immediately after the task has completed performing its actions.
afterConfigured - Variable in class org.gradle.plugins.ide.api.GeneratorTask
 
afterEach(Action<? super T>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given action to each item in the collection, as each item is required.
afterEach(Class<S>, Action<? super S>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given action to each item of the given type in the collection, as each item is required.
afterEach(Action<? super T>) - Method in interface org.gradle.model.collection.ManagedSet
Apply the given action to each set element just before it is considered to be realised.
afterEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
Adds an action to execute immediately after this project is evaluated.
afterEvaluate(Closure) - Method in interface org.gradle.api.Project
Adds a closure to be called immediately after this project has been evaluated.
afterEvaluate(Project, ProjectState) - Method in interface org.gradle.api.ProjectEvaluationListener
This method is called when a project has been evaluated, and before the evaluated project is made available to other projects.
afterExecute(Task, TaskState) - Method in class org.gradle.api.execution.TaskExecutionAdapter
 
afterExecute(Task, TaskState) - Method in interface org.gradle.api.execution.TaskExecutionListener
This method is call immediately after a task has been executed.
afterExecute(Task, TaskState) - Method in class org.gradle.TaskExecutionLogger
 
afterProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called immediately after a project is evaluated.
afterResolve(ResolvableDependencies) - Method in interface org.gradle.api.artifacts.DependencyResolutionListener
This method is called immediately after a set of dependencies are resolved.
afterResolve(Action<? super ResolvableDependencies>) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed after the dependencies of this set have been resolved.
afterResolve(Closure) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed after the dependencies of this set have been resolved.
afterSuite(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds a closure to be notified after a test suite has executed.
afterSuite(TestDescriptor, TestResult) - Method in interface org.gradle.api.tasks.testing.TestListener
Called after a test suite is finished.
afterTask(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called immediately after a task has executed.
afterTest(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds a closure to be notified after a test has executed.
afterTest(TestDescriptor, TestResult) - Method in interface org.gradle.api.tasks.testing.TestListener
Called after an atomic test is finished.
aggregate(Reporting<? extends ReportContainer<?>>...) - Method in class org.gradle.api.reporting.GenerateBuildDashboard
Configures which reports are to be aggregated in the build dashboard report generated by this task.
all(Action<? super ComponentSelection>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
Adds a simple component selection rule that will apply to all resolved components.
all(Closure<?>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
Adds a component selection rule that will apply to all resolved components.
all(Object) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
Adds a rule-source backed component selection rule that will apply to all resolved components.
all(Action<? super DependencySubstitution<? super ComponentSelector>>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
all(Closure<?>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
all(Action<? super ComponentMetadataDetails>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule action that may modify the metadata of any resolved software component.
all(Closure<?>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule closure that may modify the metadata of any resolved software component.
all(Object) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule that may modify the metadata of any resolved software component.
all(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
Executes the given action against all objects in this collection, and any objects subsequently added to this collection.
all(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Executes the given closure against all objects in this collection, and any objects subsequently added to this collection.
all(Action<? super T>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given action to each item in the collection, as each item is required.
allBinaries(Action<? super JvmBinarySpec>) - Method in interface org.gradle.jvm.JvmComponentExtension
 
allComponents(Action<? super ResolvedComponentResult>) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given action for each component.
allComponents(Closure) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given closure for each component.
allDependencies(Action<? super DependencyResult>) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given action for each dependency.
allDependencies(Closure) - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Applies given closure for each dependency.
allprojects(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
Adds an action to execute against all projects of this build.
allprojects(Action<? super Project>) - Method in interface org.gradle.api.Project
Configures this project and each of its sub-projects.
allprojects(Closure) - Method in interface org.gradle.api.Project
Configures this project and each of its sub-projects.
ALWAYS_ACCEPT - Static variable in interface org.gradle.api.artifacts.maven.PublishFilter
 
and(Spec<? super T>...) - Method in class org.gradle.api.specs.AndSpec
 
and(Closure) - Method in class org.gradle.api.specs.AndSpec
 
and(Spec<? super T>...) - Static method in class org.gradle.api.specs.Specs
 
and(Collection<? extends Spec<? super T>>) - Static method in class org.gradle.api.specs.Specs
 
AndSpec<T> - Class in org.gradle.api.specs
A CompositeSpec which requires all its specs to be true in order to evaluate to true.
AndSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.AndSpec
 
AndSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.AndSpec
 
Announcer - Interface in org.gradle.api.plugins.announce
An Announcer allows messages to be sent.
ant(Closure) - Method in interface org.gradle.api.Project
Executes the given closure against the AntBuilder for this project.
ANT_IVY_2_SLF4J_LEVEL_MAPPER - Static variable in class org.gradle.api.logging.Logging
 
AntBuilder - Class in org.gradle.api
An AntBuilder allows you to use Ant from your build script.
AntBuilder() - Constructor for class org.gradle.api.AntBuilder
 
AntGroovydoc - Class in org.gradle.api.tasks.javadoc
Generates groovy doc using Ant.
AntGroovydoc(IsolatedAntBuilder, ClassPathRegistry) - Constructor for class org.gradle.api.tasks.javadoc.AntGroovydoc
 
antlr(Closure) - Method in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
Configures the Antlr source for this set.
ANTLR_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.antlr.AntlrPlugin
 
AntlrPlugin - Class in org.gradle.api.plugins.antlr
A plugin for adding Antlr support to java projects.
AntlrPlugin(FileResolver) - Constructor for class org.gradle.api.plugins.antlr.AntlrPlugin
 
AntlrSourceVirtualDirectory - Interface in org.gradle.api.plugins.antlr
Contract for a Gradle "convention object" that acts as a handler for what I call a virtual directory mapping, injecting a virtual directory named 'antlr' into the project's various source sets.
AntlrTask - Class in org.gradle.api.plugins.antlr
Generates parsers from Antlr grammars.
AntlrTask() - Constructor for class org.gradle.api.plugins.antlr.AntlrTask
 
AntTarget - Class in org.gradle.api.tasks.ant
A task which executes an Ant target.
AntTarget() - Constructor for class org.gradle.api.tasks.ant.AntTarget
 
append(RelativePath) - Method in class org.gradle.api.file.RelativePath
Appends the given path to the end of this path.
append(boolean, String...) - Method in class org.gradle.api.file.RelativePath
Appends the given names to the end of this path.
appendNode(Node) - Method in interface org.gradle.plugins.ide.eclipse.model.ClasspathEntry
 
Application - Interface in org.gradle.platform.base
A software application.
ApplicationBinarySpec - Interface in org.gradle.platform.base
A binary produced from a `ApplicationSpec`.
ApplicationSpec - Interface in org.gradle.platform.base
A specification of a Application.
AppliedPlugin - Interface in org.gradle.api.plugins
Represents a plugin that has been applied.
apply(T) - Method in interface org.gradle.api.Plugin
Apply this plugin to the given target object.
apply(Project) - Method in class org.gradle.api.plugins.antlr.AntlrPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.BasePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.GroovyBasePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.GroovyPlugin
 
apply(ProjectInternal) - Method in class org.gradle.api.plugins.HelpTasksPlugin
 
apply(ProjectInternal) - Method in class org.gradle.api.plugins.JavaBasePlugin
 
apply(ProjectInternal) - Method in class org.gradle.api.plugins.JavaPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
apply(Project) - Method in class org.gradle.api.plugins.LegacyJavaComponentPlugin
 
apply(ProjectInternal) - Method in class org.gradle.api.plugins.MavenPlugin
 
apply(Closure) - Method in interface org.gradle.api.plugins.PluginAware
Applies zero or more plugins or scripts.
apply(Action<? super ObjectConfigurationAction>) - Method in interface org.gradle.api.plugins.PluginAware
Applies zero or more plugins or scripts.
apply(Map<String, ?>) - Method in interface org.gradle.api.plugins.PluginAware
Applies a plugin or script, using the given options provided as a map.
apply(String) - Method in interface org.gradle.api.plugins.PluginContainer
Has the same behavior as PluginContainer.apply(Class) except that the plugin is specified via its id.
apply(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
Applies a plugin to the project.
apply(String) - Method in interface org.gradle.api.plugins.PluginManager
Applies the plugin with the given ID.
apply(Class<?>) - Method in interface org.gradle.api.plugins.PluginManager
Applies the given plugin.
apply(Project) - Method in class org.gradle.api.plugins.ProjectReportsPlugin
 
apply(ProjectInternal) - Method in class org.gradle.api.plugins.ReportingBasePlugin
 
apply(Project) - Method in class org.gradle.api.plugins.WarPlugin
 
apply(Project) - Method in class org.gradle.api.publish.ivy.plugins.IvyPublishPlugin
 
apply(Project) - Method in class org.gradle.api.publish.maven.plugins.MavenPublishPlugin
 
apply(Project) - Method in class org.gradle.api.publish.plugins.PublishingPlugin
 
apply(Project) - Method in class org.gradle.api.reporting.plugins.BuildDashboardPlugin
 
apply(String) - Method in interface org.gradle.api.Rule
Applies this rule for the given unknown domain object.
apply(Closure) - Method in interface org.gradle.api.Script
Configures the delegate object for this script using plugins or scripts.
apply(Map<String, ?>) - Method in interface org.gradle.api.Script
Configures the delegate object for this script using plugins or scripts.
apply(Project) - Method in class org.gradle.buildinit.plugins.BuildInitPlugin
 
apply(Project) - Method in class org.gradle.buildinit.plugins.WrapperPlugin
 
apply(Project) - Method in class org.gradle.ide.visualstudio.plugins.VisualStudioPlugin
 
apply(Project) - Method in class org.gradle.language.assembler.plugins.AssemblerLangPlugin
 
apply(Project) - Method in class org.gradle.language.assembler.plugins.AssemblerPlugin
 
apply(ProjectInternal) - Method in class org.gradle.language.base.plugins.ComponentModelBasePlugin
 
apply(Project) - Method in class org.gradle.language.base.plugins.LanguageBasePlugin
 
apply(ProjectInternal) - Method in class org.gradle.language.base.plugins.LifecycleBasePlugin
 
apply(Project) - Method in class org.gradle.language.c.plugins.CLangPlugin
 
apply(Project) - Method in class org.gradle.language.c.plugins.CPlugin
 
apply(Project) - Method in class org.gradle.language.cpp.plugins.CppLangPlugin
 
apply(Project) - Method in class org.gradle.language.cpp.plugins.CppPlugin
 
apply(Project) - Method in class org.gradle.language.java.plugins.JavaLanguagePlugin
 
apply(Project) - Method in class org.gradle.language.jvm.plugins.JvmResourcesPlugin
 
apply(Project) - Method in class org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
 
apply(Project) - Method in class org.gradle.language.objectivec.plugins.ObjectiveCPlugin
 
apply(Project) - Method in class org.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin
 
apply(Project) - Method in class org.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
 
apply(Project) - Method in class org.gradle.language.rc.plugins.WindowsResourceScriptPlugin
 
apply(Project) - Method in class org.gradle.language.rc.plugins.WindowsResourcesPlugin
 
apply(Project) - Method in class org.gradle.language.scala.plugins.ScalaLanguagePlugin
 
apply(ProjectInternal) - Method in class org.gradle.nativeplatform.plugins.NativeComponentModelPlugin
 
apply(Project) - Method in class org.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin
 
apply(Project) - Method in class org.gradle.nativeplatform.test.googletest.plugins.GoogleTestPlugin
 
apply(Project) - Method in class org.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin
 
apply(Project) - Method in class org.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin
 
apply(Project) - Method in class org.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
 
apply(Project) - Method in class org.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppPlugin
 
apply(Project) - Method in class org.gradle.play.plugins.PlayApplicationPlugin
 
apply(Project) - Method in class org.gradle.play.plugins.PlayPlugin
 
apply(Project) - Method in class org.gradle.plugins.ear.EarPlugin
 
apply(Project) - Method in class org.gradle.sonar.runner.plugins.SonarRunnerPlugin
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
applyJettyXml() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
Architecture - Interface in org.gradle.nativeplatform.platform
A cpu architecture.
architecture(String) - Method in interface org.gradle.nativeplatform.platform.NativePlatform
Sets the cpu architecture being targeted.
ARCHIVES_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.Dependency
 
args(Object...) - Method in class org.gradle.api.tasks.AbstractExecTask
Adds arguments for the command to be executed.
args(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
Adds arguments for the command to be executed.
args(Object...) - Method in class org.gradle.api.tasks.JavaExec
Adds args for the main class to be executed.
args(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
Adds args for the main class to be executed.
args(String...) - Method in interface org.gradle.nativeplatform.Tool
Adds a number of arguments to be passed to the tool.
args(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
args(Iterable<?>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
args(Object...) - Method in interface org.gradle.process.ExecSpec
Adds arguments for the command to be executed.
args(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
Adds arguments for the command to be executed.
args(Object...) - Method in interface org.gradle.process.JavaExecSpec
Adds args for the main class to be executed.
args(Iterable<?>) - Method in interface org.gradle.process.JavaExecSpec
Adds args for the main class to be executed.
artifact(Closure) - Method in interface org.gradle.api.artifacts.ModuleDependency
Adds an artifact to this dependency.
artifact(String) - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
Adds an Ivy artifact pattern to define where artifacts are located in this repository.
Artifact - Interface in org.gradle.api.component
An artifact of a software component that may be requested in the result of an artifact query.
artifact(Object) - Method in interface org.gradle.api.publish.ivy.IvyArtifactSet
Creates and adds a IvyArtifact to the set.
artifact(Object, Action<? super IvyArtifact>) - Method in interface org.gradle.api.publish.ivy.IvyArtifactSet
Creates and adds a IvyArtifact to the set, which is configured by the associated action.
artifact(Object) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Creates a custom IvyArtifact to be included in the publication.
artifact(Object, Action<? super IvyArtifact>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Creates an IvyArtifact to be included in the publication, which is configured by the associated action.
artifact(Object) - Method in interface org.gradle.api.publish.maven.MavenArtifactSet
Creates and adds a MavenArtifact to the set.
artifact(Object, Action<? super MavenArtifact>) - Method in interface org.gradle.api.publish.maven.MavenArtifactSet
Creates and adds a MavenArtifact to the set, which is configured by the associated action.
artifact(Object) - Method in interface org.gradle.api.publish.maven.MavenPublication
Creates a custom MavenArtifact to be included in the publication.
artifact(Object, Action<? super MavenArtifact>) - Method in interface org.gradle.api.publish.maven.MavenPublication
Creates an MavenArtifact to be included in the publication, which is configured by the associated action.
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 interface org.gradle.api.artifacts.repositories.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
A ResolverContainer is responsible for managing a set of ArtifactRepository instances.
ArtifactResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling artifact resolution via the DSL.
ArtifactResolutionQuery - Interface in org.gradle.api.artifacts.query
A builder to construct a query that can resolve selected software artifacts of the specified components.
ArtifactResolutionResult - Interface in org.gradle.api.artifacts.result
The result of executing an artifact resolution query.
ArtifactResult - Interface in org.gradle.api.artifacts.result
The result of resolving an artifact.
artifacts(Closure) - Method in interface org.gradle.api.Project
Configures the published artifacts for this project.
artifactUrls(Object...) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
Adds some additional URLs to use to find artifact files.
asBuilder() - Method in interface org.gradle.ide.visualstudio.TextProvider
Get the content as a StringBuilder, permitting direct modification.
asElement() - Method in interface org.gradle.api.XmlProvider
Returns the XML document as a DOM Element.
asFile(String) - Method in interface org.gradle.api.resources.TextResource
Returns a file containing the resource's text and using the given character encoding.
asFile() - Method in interface org.gradle.api.resources.TextResource
Same as asFile(Charset.defaultCharset().name()).
asMap() - Method in interface org.gradle.api.artifacts.ivy.IvyExtraInfo
Returns a map view of the 'extra' info elements such that each key is a javax.xml.namespace.QName representing the namespace and name of the element and each value is the content of the element.
asNode() - Method in interface org.gradle.api.XmlProvider
Returns the XML document as a Groovy Node.
asReader() - Method in interface org.gradle.api.resources.TextResource
Returns a reader that allows to read the resource's text.
Assemble - Class in org.gradle.language.assembler.tasks
Translates Assembly language source files into object files.
Assemble() - Constructor for class org.gradle.language.assembler.tasks.Assemble
 
assemble() - Method in class org.gradle.language.assembler.tasks.Assemble
 
ASSEMBLE_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
 
ASSEMBLE_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
 
AssemblerLangPlugin - Class in org.gradle.language.assembler.plugins
Adds core Assembler language support.
AssemblerLangPlugin() - Constructor for class org.gradle.language.assembler.plugins.AssemblerLangPlugin
 
AssemblerPlugin - Class in org.gradle.language.assembler.plugins
A plugin for projects wishing to build native binary components from Assembly language sources.
AssemblerPlugin() - Constructor for class org.gradle.language.assembler.plugins.AssemblerPlugin
 
AssemblerSourceSet - Interface in org.gradle.language.assembler
A set of assembly language sources.
assertNormalExitValue() - Method in interface org.gradle.process.ExecResult
Throws an ExecException if the process exited with a non-zero exit value.
assertScalaClasspathIsNonEmpty() - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
asString() - Method in interface org.gradle.api.resources.TextResource
Returns a string containing the resource's text
asString() - Method in interface org.gradle.api.XmlProvider
Returns the XML document as a StringBuilder.
asType(Class<?>) - Method in interface org.gradle.api.file.FileCollection
Converts this collection into an object of the specified type.
Attributes - Interface in org.gradle.api.java.archives
Represent the attributes of a manifest section.
attributes(Map<String, ?>) - Method in interface org.gradle.api.java.archives.Manifest
Adds content to the main attributes of the manifest.
attributes(Map<String, ?>, String) - Method in interface org.gradle.api.java.archives.Manifest
Adds content to the given section of the manifest.
AuthenticationSupported - Interface in org.gradle.api.artifacts.repositories
An artifact repository which supports username/password authentication.
author(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
author() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
AwsCredentials - Interface in org.gradle.api.credentials
Represents credentials used to authenticate with Amazon Web Services.

B

BaseBinarySpec - Class in org.gradle.platform.base.binary
Base class for custom binary implementations.
BaseBinarySpec() - Constructor for class org.gradle.platform.base.binary.BaseBinarySpec
 
BaseComponentSpec - Class in org.gradle.platform.base.component
Base class for custom component implementations.
BaseComponentSpec() - Constructor for class org.gradle.platform.base.component.BaseComponentSpec
 
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.
BaseForkOptions() - Constructor for class org.gradle.api.tasks.compile.BaseForkOptions
 
BaseLanguageSourceSet - Class in org.gradle.language.base.sources
Base class for custom language sourceset implementations.
BaseLanguageSourceSet() - Constructor for class org.gradle.language.base.sources.BaseLanguageSourceSet
 
BasePlugin - Class in org.gradle.api.plugins
A Plugin which defines a basic project lifecycle and some common convention properties.
BasePlugin(ProjectPublicationRegistry, ProjectConfigurationActionContainer) - Constructor for class org.gradle.api.plugins.BasePlugin
 
BaseScalaCompileOptions - Class in org.gradle.language.scala.tasks
Options for Scala platform compilation, excluding any options for compilation with Ant.
BaseScalaCompileOptions() - Constructor for class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
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 interface org.gradle.api.execution.TaskActionListener
This method is called immediately before the task starts performing its actions.
beforeConfigured - Variable in class org.gradle.plugins.ide.api.GeneratorTask
 
beforeDeployment(Action<? super MavenDeployment>) - Method in interface org.gradle.api.artifacts.maven.MavenResolver
Adds an action to be executed immediately before a deployment to this resolver.
beforeDeployment(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenResolver
Adds a closure to be executed immediately before a deployment to this resolver.
beforeEach(Action<? super T>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given action to each item in this collection, as each item is required.
beforeEach(Class<S>, Action<? super S>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given action to each item of the given type in this collection, as each item is required.
beforeEach(Action<? super T>) - Method in interface org.gradle.model.collection.ManagedSet
Apply the given action to each set element just after it is created.
beforeEvaluate(Action<? super Project>) - Method in interface org.gradle.api.Project
Adds an action to execute immediately before this project is evaluated.
beforeEvaluate(Closure) - Method in interface org.gradle.api.Project
Adds a closure to be called immediately before this project is evaluated.
beforeEvaluate(Project) - Method in interface org.gradle.api.ProjectEvaluationListener
This method is called immediately before a project is evaluated.
beforeExecute(Task) - Method in class org.gradle.api.execution.TaskExecutionAdapter
 
beforeExecute(Task) - Method in interface org.gradle.api.execution.TaskExecutionListener
This method is called immediately before a task is executed.
beforeExecute(Task) - Method in class org.gradle.TaskExecutionLogger
 
beforeProject(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called immediately before a project is evaluated.
beforeResolve(ResolvableDependencies) - Method in interface org.gradle.api.artifacts.DependencyResolutionListener
This method is called immediately before a set of dependencies are resolved.
beforeResolve(Action<? super ResolvableDependencies>) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed before the dependencies in this set are resolved.
beforeResolve(Closure) - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed before the dependencies in this set are resolved.
beforeSuite(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds a closure to be notified before a test suite is executed.
beforeSuite(TestDescriptor) - Method in interface org.gradle.api.tasks.testing.TestListener
Called before a test suite is started.
beforeTask(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called immediately before a task is executed.
beforeTest(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds a closure to be notified before a test is executed.
beforeTest(TestDescriptor) - Method in interface org.gradle.api.tasks.testing.TestListener
Called before an atomic test is started.
belongsToChangingModule() - Method in interface org.gradle.api.artifacts.cache.ArtifactResolutionControl
 
binaries(Action<? super DomainObjectSet<BinarySpec>>) - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
binaries(Action<? super DomainObjectSet<BinarySpec>>) - Method in interface org.gradle.platform.base.ComponentSpec
Configures the binaries that are produced for this component.
Binary - Interface in org.gradle.platform.base
A physical binary artifact, which can run on a particular platform or runtime.
BinaryContainer - Interface in org.gradle.platform.base
A container for project binaries, which represent physical artifacts that can run on a particular platform or runtime.
BinarySpec - Interface in org.gradle.platform.base
Represents a binary artifact that is the result of building a project component.
BinaryTasks - Annotation Type in org.gradle.platform.base
Declares the tasks to build a custom BinarySpec binary.
BinaryTasksCollection - Interface in org.gradle.platform.base
A collection of tasks associated to a binary
BinaryType - Annotation Type in org.gradle.platform.base
Declares that a custom BinarySpec type.
BinaryTypeBuilder<C extends BinarySpec> - Interface in org.gradle.platform.base
Allows a plugin to register a custom binary type.
bootClasspath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
bootClasspath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
bootstrapClasspath(Object...) - Method in class org.gradle.api.tasks.JavaExec
Adds the given values to the end of the bootstrap classpath for the process.
bootstrapClasspath(Object...) - Method in class org.gradle.api.tasks.testing.Test
Adds the given values to the end of the bootstrap classpath for the process.
bootstrapClasspath(Object...) - Method in interface org.gradle.process.JavaForkOptions
Adds the given values to the end of the bootstrap classpath for the process.
bottom(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
breakIterator(boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
breakIterator() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
breakIterator(boolean) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
breakIterator() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
BrowserEvaluate - Class in org.gradle.plugins.javascript.envjs.browser
 
BrowserEvaluate() - Constructor for class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
BrowserEvaluator - Interface in org.gradle.plugins.javascript.envjs.browser
 
build() - Method in class org.gradle.testfixtures.ProjectBuilder
Creates the project.
BUILD_DASHBOARD_TASK_NAME - Static variable in class org.gradle.api.reporting.plugins.BuildDashboardPlugin
 
BUILD_DEPENDENTS_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
BUILD_GROUP - Static variable in class org.gradle.api.plugins.BasePlugin
 
BUILD_GROUP - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
 
BUILD_NEEDED_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
BUILD_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
BUILD_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
 
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.api
A model element that is directly buildable.
BuildAction<T> - Interface in org.gradle.tooling
An action that executes against a Gradle build and produces a result of type T.
BuildActionExecuter<T> - Interface in org.gradle.tooling
Used to execute a BuildAction in the build process.
BuildActionFailureException - Exception in org.gradle.tooling
Thrown when a BuildAction fails.
BuildActionFailureException(String, Throwable) - Constructor for exception org.gradle.tooling.BuildActionFailureException
 
BuildAdapter - Class in org.gradle
A BuildListener adapter class for receiving build events.
BuildAdapter() - Constructor for class org.gradle.BuildAdapter
 
buildAll(String, Project) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilder
 
BuildCancelledException - Exception in org.gradle.api
A BuildCancelledException is thrown when a build is interrupted due to cancellation request.
BuildCancelledException() - Constructor for exception org.gradle.api.BuildCancelledException
 
BuildCancelledException(String) - Constructor for exception org.gradle.api.BuildCancelledException
 
BuildCancelledException(String, Throwable) - Constructor for exception org.gradle.api.BuildCancelledException
 
BuildCancelledException - Exception in org.gradle.tooling
Thrown when a LongRunningOperation is cancelled before the operation completes.
BuildCancelledException(String) - Constructor for exception org.gradle.tooling.BuildCancelledException
 
BuildCancelledException(String, Throwable) - Constructor for exception org.gradle.tooling.BuildCancelledException
 
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 that produce reports.
BuildDashboardPlugin() - Constructor for class org.gradle.api.reporting.plugins.BuildDashboardPlugin
 
BuildDashboardReports - Interface in org.gradle.api.reporting
The reporting configuration for 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() - Static method in class org.gradle.testfixtures.ProjectBuilder
Creates a project builder.
BuildException - Exception in org.gradle.tooling
Thrown when a Gradle build fails or when a model cannot be built.
BuildException(String, Throwable) - Constructor for exception org.gradle.tooling.BuildException
 
BuildExceptionReporter - Class in org.gradle
A BuildListener which reports the build exception, if any.
BuildExceptionReporter(StyledTextOutputFactory, LoggingConfiguration, BuildClientMetaData) - Constructor for class org.gradle.BuildExceptionReporter
 
buildFinished(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when the build is completed.
buildFinished(BuildResult) - Method in class org.gradle.BuildAdapter
 
buildFinished(BuildResult) - Method in class org.gradle.BuildExceptionReporter
 
buildFinished(BuildResult) - Method in interface org.gradle.BuildListener
Called when the build is completed.
buildFinished(BuildResult) - Method in class org.gradle.BuildLogger
 
buildFinished(BuildResult) - Method in class org.gradle.BuildResultLogger
 
BuildInitPlugin - Class in org.gradle.buildinit.plugins
The build init plugin.
BuildInitPlugin() - Constructor for class org.gradle.buildinit.plugins.BuildInitPlugin
 
BuildInvocations - Interface in org.gradle.tooling.model.gradle
A model providing access to Launchable instances that can be used to initiate Gradle build.
BuildLauncher - Interface in org.gradle.tooling
A BuildLauncher allows you to configure and execute a Gradle build.
BuildListener - Interface in org.gradle
A BuildListener is notified of the major lifecycle events as a build is executed.
BuildLogger - Class in org.gradle
A BuildListener which logs the build progress.
BuildLogger(Logger, StyledTextOutputFactory, StartParameter, BuildRequestMetaData) - Constructor for class org.gradle.BuildLogger
 
BuildResult - Class in org.gradle
A BuildResult packages up the results of a build executed by a GradleLauncher instance.
BuildResult(Gradle, Throwable) - Constructor for class org.gradle.BuildResult
 
BuildResultLogger - Class in org.gradle
A BuildListener which logs the final result of the build.
BuildResultLogger(StyledTextOutputFactory, Clock) - Constructor for class org.gradle.BuildResultLogger
 
buildscript(Closure) - Method in interface org.gradle.api.Project
Configures the build script classpath for this project.
buildscript(Closure) - Method in interface org.gradle.api.Script
Configures the classpath for this script.
buildStarted(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when the build is started.
buildStarted(Gradle) - Method in class org.gradle.BuildAdapter
 
buildStarted(Gradle) - Method in interface org.gradle.BuildListener
Called when the build is started.
buildStarted(Gradle) - Method in class org.gradle.BuildLogger
 
BuildType - Interface in org.gradle.nativeplatform
Specifies a build-type for a native binary.
BuildTypeContainer - Interface in org.gradle.nativeplatform
A container of BuildTypes.
builtBy(Object...) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - Method in interface org.gradle.api.BuildableModelElement
Adds a task that is required for the construction of this element.
builtBy(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
Registers some tasks which build the files of this collection.
builtBy(Object...) - Method in interface org.gradle.api.file.ConfigurableFileTree
Registers some tasks which build the files of this collection.
builtBy(Object...) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - Method in interface org.gradle.api.publish.maven.MavenArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
bzip2(Object) - Method in interface org.gradle.api.resources.ResourceHandler
Creates resource that points to a bzip2 compressed file at the given path.

C

cacheChangingModulesFor(int, String) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that changing modules will be cached, with units expressed as a String.
cacheChangingModulesFor(int, TimeUnit) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that changing modules will be cached.
cacheDynamicVersionsFor(int, String) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that dynamic versions will be cached, with units expressed as a String.
cacheDynamicVersionsFor(int, TimeUnit) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that dynamic versions will be cached.
cacheFor(int, TimeUnit) - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
States that the cached value should be used if it is no older than the specified duration.
canBuild(String) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilder
 
cancel() - Method in interface org.gradle.tooling.CancellationTokenSource
Initiates cancel request.
CancellationToken - Interface in org.gradle.tooling
Token that propagates notification that an operation should be cancelled.
CancellationTokenSource - Interface in org.gradle.tooling
A CancellationTokenSource allows you to issue cancellation requests to one or more LongRunningOperation instances.
captureStandardError(LogLevel) - Method in interface org.gradle.api.logging.LoggingManager
Requests that output written to System.err be routed to Gradle's logging system.
captureStandardOutput(LogLevel) - Method in interface org.gradle.api.logging.LoggingManager
Requests that output written to System.out be routed to Gradle's logging system.
CCompile - Class in org.gradle.language.c.tasks
Compiles C source files into object files.
CCompile() - Constructor for class org.gradle.language.c.tasks.CCompile
 
charSet(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
CHECK_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
CHECK_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
 
CheckstyleReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the Checkstyle test.
childScope(Scriptable, RhinoWorkerUtils.ScopeOperation<R>) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
CircularReferenceException - Exception in org.gradle.api
A CircularReferenceException is thrown if circular references exists between tasks, the project evaluation order or the project dependsOn order.
CircularReferenceException(String) - Constructor for exception org.gradle.api.CircularReferenceException
 
CircularReferenceException(String, Throwable) - Constructor for exception org.gradle.api.CircularReferenceException
 
Clang - Interface in org.gradle.nativeplatform.toolchain
The Clang tool chain.
ClangCompilerPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
A Plugin which makes the Clang compiler available for compiling C/C++ code.
ClangCompilerPlugin() - Constructor for class org.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin
 
CLangPCHPlugin - Class in org.gradle.language.c.plugins
Adds support for compiling C pre-compiled headers.
CLangPCHPlugin() - Constructor for class org.gradle.language.c.plugins.CLangPCHPlugin
 
CLangPlugin - Class in org.gradle.language.c.plugins
Adds core C language support.
CLangPlugin() - Constructor for class org.gradle.language.c.plugins.CLangPlugin
 
ClassDirectoryBinarySpec - Interface in org.gradle.jvm
An exploded binary containing resources and compiled class files.
CLASSES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
CLASSIFIER - Static variable in interface org.gradle.api.artifacts.Dependency
 
classpath(Object...) - Method in class org.gradle.api.tasks.JavaExec
Adds elements to the classpath for executing the main class.
classpath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
classpath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
classpath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
classpath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
Classpath - Interface in org.gradle.jvm
A collection of files to be used as a class path.
classpath(Object...) - Method in interface org.gradle.process.JavaExecSpec
Adds elements to the classpath for executing the main class.
CLASSPATH_CONFIGURATION - Static variable in interface org.gradle.api.initialization.dsl.ScriptHandler
The name of the configuration used to assemble the script classpath.
CLASSPATH_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
ClasspathEntry - Interface in org.gradle.plugins.ide.eclipse.model
Represents an entry in the Eclipse classpath.
clean() - Method in class org.gradle.api.tasks.Delete
 
CLEAN_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
 
CLEAN_TASK_NAME - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
 
ClientModule - Interface in org.gradle.api.artifacts
To model a module in your dependency declarations.
close() - Method in interface org.gradle.tooling.ProjectConnection
Closes this connection.
CodeNarcReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the CodeNarc test.
CoffeeScriptCompile - Class in org.gradle.plugins.javascript.coffeescript
 
CoffeeScriptCompile() - Constructor for class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
CoffeeScriptCompileOptions - Class in org.gradle.plugins.javascript.coffeescript
 
CoffeeScriptCompileOptions() - Constructor for class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
 
CoffeeScriptCompiler - Interface in org.gradle.plugins.javascript.coffeescript
 
CoffeeScriptCompileSpec - Interface in org.gradle.plugins.javascript.coffeescript
 
CoffeeScriptExtension - Class in org.gradle.plugins.javascript.coffeescript
 
CoffeeScriptExtension() - Constructor for class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
CoffeeScriptSourceSet - Interface in org.gradle.language.coffeescript
Represents a source set for CoffeeScript sources
CollectionBuilder<T> - Interface in org.gradle.model.collection
Allows the adding of items to a named collection where instantiation is managed.
commandLine(Object...) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
commandLine(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
commandLine(Object...) - Method in interface org.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
commandLine(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
CommandLineToolConfiguration - Interface in org.gradle.nativeplatform.toolchain
An executable tool that forms part of a tool chain.
compare(T, T) - Method in class org.gradle.api.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() - Constructor for class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
COMPILE - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
compile() - Method in class org.gradle.api.tasks.compile.AbstractCompile
 
compile() - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
compile(IncrementalTaskInputs) - Method in class org.gradle.api.tasks.compile.JavaCompile
 
compile() - Method in class org.gradle.api.tasks.compile.JavaCompile
 
compile(IncrementalTaskInputs) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
compile(IncrementalTaskInputs) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
compile() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
 
compile(CoffeeScriptCompileSpec) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompiler
 
COMPILE_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
 
COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
COMPILE_JAVA_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
COMPILE_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 
COMPILE_TEST_JAVA_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
compiledBy(Object...) - Method in interface org.gradle.api.tasks.SourceSet
Registers a set of tasks which are responsible for compiling this source set into the classes directory.
CompileOptions - Class in org.gradle.api.tasks.compile
Main options for Java compilation.
CompileOptions() - Constructor for class org.gradle.api.tasks.compile.CompileOptions
 
Component - Interface in org.gradle.api.component
A software component that can be queried via the Artifact Query API.
ComponentArtifactsResult - Interface in org.gradle.api.artifacts.result
The result of successfully resolving a component with a set of artifacts.
ComponentBinaries - Annotation Type in org.gradle.platform.base
Declares the binaries that should be built for a custom ComponentSpec type.
ComponentIdentifier - Interface in org.gradle.api.artifacts.component
An opaque identifier for a component instance.
ComponentMetadata - Interface in org.gradle.api.artifacts
Provides a read-only view of a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM).
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 the build to provide rules that modify the metadata of depended-on software components.
ComponentModelBasePlugin - Class in org.gradle.language.base.plugins
Base plugin for language support.
ComponentModelBasePlugin(Instantiator, ModelRegistry) - Constructor for class org.gradle.language.base.plugins.ComponentModelBasePlugin
 
ComponentModuleMetadata - Interface in org.gradle.api.artifacts
Contains immutable component module metadata information.
ComponentModuleMetadataDetails - Interface in org.gradle.api.artifacts
Contains and allows configuring component module metadata information.
ComponentModuleMetadataHandler - Interface in org.gradle.api.artifacts.dsl
Allows to modify the metadata of depended-on software components.
ComponentReport - Class in org.gradle.api.reporting.components
Displays some details about the software components produced by the project.
ComponentReport() - Constructor for class org.gradle.api.reporting.components.ComponentReport
 
ComponentResult - Interface in org.gradle.api.artifacts.result
The result of resolving a component.
components(Action<? super ComponentMetadataHandler>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Configures component metadata for this project.
COMPONENTS_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
 
ComponentSelection - Interface in org.gradle.api.artifacts
Represents a tuple of the component selector of a module and a candidate version to be evaluated in a component selection rule.
componentSelection(Action<? super ComponentSelectionRules>) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
The componentSelection block provides rules to filter or blacklist certain components from appearing in the resolution result.
ComponentSelectionReason - Interface in org.gradle.api.artifacts.result
Answers the question why a component was selected during the dependency resolution.
ComponentSelectionRules - Interface in org.gradle.api.artifacts
Represents a container for component selection rules.
ComponentSelector - Interface in org.gradle.api.artifacts.component
Represents some opaque criteria used to select a component instance during dependency resolution.
ComponentSpec - Interface in org.gradle.platform.base
A software component that is built by a Gradle project.
ComponentSpecContainer - Interface in org.gradle.platform.base
A container of software components.
ComponentSpecIdentifier - Interface in org.gradle.platform.base
An identifier for a ComponentSpec, which has a name.
ComponentType - Annotation Type in org.gradle.platform.base
Declares that a custom ComponentSpec type.
ComponentTypeBuilder<C extends ComponentSpec> - Interface in org.gradle.platform.base
Allows a plugin to register a custom component type.
CompositeSpec<T> - Class in org.gradle.api.specs
A Spec which aggregates a sequence of other Spec instances.
CompositeSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.CompositeSpec
 
CompositeSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.CompositeSpec
 
Compression - Enum in org.gradle.api.tasks.bundling
Specifies the compression which should be applied to a TAR archive.
computeSonarProperties(Project, Map<String, Object>, Map<Project, ActionBroadcast<SonarProperties>>) - Method in class org.gradle.sonar.runner.plugins.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 for class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Constructs a Conf2ScopeMapping.
Conf2ScopeMappingContainer - Interface in org.gradle.api.artifacts.maven
Defines a set of rules for how to map the Gradle dependencies to a POM.
ConfigFile - Interface in org.gradle.ide.visualstudio
A configuration file generated for Visual Studio.
ConfigurableFileCollection - Interface in org.gradle.api.file
A ConfigurableFileCollection is a mutable FileCollection.
ConfigurableFileTree - Interface in org.gradle.api.file
A FileTree with a single base directory, which can be configured and modified.
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.
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 Configuration.getName().
Configuration.Namer() - Constructor for class org.gradle.api.artifacts.Configuration.Namer
 
Configuration.State - Enum in org.gradle.api.artifacts
The states a configuration can be into.
CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
ConfigurationContainer - Interface in org.gradle.api.artifacts
A ConfigurationContainer is responsible for declaring and managing configurations.
ConfigurationCycleException - Exception in org.gradle.model
Thrown when a cycle is encountered while configuring a model element.
ConfigurationCycleException(String) - Constructor for exception org.gradle.model.ConfigurationCycleException
 
configurations(Closure) - Method in interface org.gradle.api.Project
Configures the dependency configurations for this project.
configurations(Action<? super IvyConfigurationContainer>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Defines some IvyConfigurations that should be included in the published ivy module descriptor file.
configure(Closure) - Method in interface org.gradle.api.NamedDomainObjectContainer
Allows the container to be configured, creating missing objects as they are referenced.
configure(Class<T>, Action<? super T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
Looks for the extension of the specified type and configures it with the supplied action.
configure(Object, Closure) - Method in interface org.gradle.api.Project
Configures an object via a closure, with the closure's delegate set to the supplied object.
configure(Iterable<?>, Closure) - Method in interface org.gradle.api.Project
Configures a collection of objects via a closure.
configure(Iterable<T>, Action<? super T>) - Method in interface org.gradle.api.Project
Configures a collection of objects via an action.
configure(Closure) - Method in interface org.gradle.api.Task
Applies the statements of the closure against this task object.
configure(T) - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
 
configure(T) - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
 
configureCompileTask(AbstractCompile, JavaSourceSet, ClassDirectoryBinarySpec) - Method in class org.gradle.api.plugins.LegacyJavaComponentPlugin
Preconfigures the specified compile task based on the specified source set and class directory binary.
configureConfigurations(ConfigurationContainer) - Method in class org.gradle.api.plugins.WarPlugin
 
configureForSourceSet(SourceSet, AbstractCompile) - Method in class org.gradle.api.plugins.JavaBasePlugin
 
configureIncrementalCompilation(ScalaCompileSpec) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
configureIncrementalCompilation(ScalaCompileSpec) - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
 
configureJavaExec(JavaExecSpec) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
configureScanner() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
configureScanner() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
configureScanner() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
configureWebApplication() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Subclasses should invoke this to setup basic info on the webapp.
configureWebApplication() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
configureWebApplication() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
ConflictResolution - Interface in org.gradle.api.artifacts
The conflict resolution
connect() - Method in class org.gradle.tooling.GradleConnector
Creates a connection to the project in the specified project directory.
consoleScanner - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
A scanner to check ENTER hits on the console.
container(Class<T>) - Method in interface org.gradle.api.Project
Creates a container for managing named objects of the specified type.
container(Class<T>, NamedDomainObjectFactory<T>) - Method in interface org.gradle.api.Project
Creates a container for managing named objects of the specified type.
container(Class<T>, Closure) - Method in interface org.gradle.api.Project
Creates a container for managing named objects of the specified type.
containerWithType(Class<U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
Creates a regular container that wraps the polymorphic container presenting all elements of a specified type.
contains(File) - Method in interface org.gradle.api.file.FileCollection
Determines whether this collection contains the given file.
containsKey(Object) - Method in interface org.gradle.model.collection.CollectionBuilder
Returns true if this collection contains an item with the given name.
containsValue(Object) - Method in interface org.gradle.model.collection.CollectionBuilder
Returns true if this collection contains the given item.
contentEquals(Dependency) - Method in interface org.gradle.api.artifacts.Dependency
Returns whether two dependencies have identical values for their properties.
ContentFilterable - Interface in org.gradle.api.file
Represents some binary resource whose content can be filtered.
contents(Action<? super CopySpec>) - Method in interface org.gradle.api.distribution.Distribution
Configures the contents of the distribution.
contributeCommandLineOptions(ExecSpec) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
contributeCommandLineOptions(ExecSpec) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
Convention - Interface in org.gradle.api.plugins
A Convention manages a set of convention objects.
ConventionProperty - Class in org.gradle.api.dsl
ConventionProperty can be assigned but cannot be mutated (even if the object is mutable!)
ConventionProperty() - Constructor for class org.gradle.api.dsl.ConventionProperty
 
ConventionValue - Interface in org.gradle.api.tasks
Deprecated.
Use Closure or Callable instead.
convertClosureToSpec(Closure) - Static method in class org.gradle.api.specs.Specs
 
convertException(RhinoException) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorker
 
copy() - Method in interface org.gradle.api.artifacts.ClientModule
Creates and returns a new dependency with the property values of this one.
copy() - Method in interface org.gradle.api.artifacts.Configuration
Creates a copy of this configuration that only contains the dependencies directly in this configuration (without contributions from superconfigurations).
copy(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Creates a copy of this configuration ignoring superconfigurations (see Configuration.copy() but filtering the dependencies using the specified dependency spec.
copy(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
copy() - Method in interface org.gradle.api.artifacts.Dependency
Creates and returns a new dependency with the property values of this one.
copy() - Method in interface org.gradle.api.artifacts.ExternalDependency
Creates and returns a new dependency with the property values of this one.
copy() - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
Creates and returns a new dependency with the property values of this one.
copy() - Method in interface org.gradle.api.artifacts.ModuleDependency
Creates and returns a new dependency with the property values of this one.
copy() - Method in interface org.gradle.api.artifacts.ProjectDependency
Creates and returns a new dependency with the property values of this one.
copy(Closure) - Method in interface org.gradle.api.Project
Copies the specified files.
copy(Closure) - Method in interface org.gradle.api.Script
Copy the specified files.
copy() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
Copy - Class in org.gradle.api.tasks
Copies files into a destination directory.
Copy() - Constructor for class org.gradle.api.tasks.Copy
 
copy(String) - Method in interface org.gradle.language.base.FunctionalSourceSet
 
copy() - Method in class org.gradle.language.jvm.tasks.ProcessResources
 
copyFrom(PatternFilterable) - Method in class org.gradle.api.tasks.util.PatternSet
 
CopyProcessingSpec - Interface in org.gradle.api.file
Specifies the destination of a copy.
copyRecursive() - Method in interface org.gradle.api.artifacts.Configuration
Creates a copy of this configuration that contains the dependencies directly in this configuration and those derived from superconfigurations.
copyRecursive(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Creates a copy of this configuration with dependencies from superconfigurations (see Configuration.copyRecursive()) but filtering the dependencies using the dependencySpec.
copyRecursive(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
CopySourceSpec - Interface in org.gradle.api.file
Specifies sources for a file copy.
CopySpec - Interface in org.gradle.api.file
A set of specifications for copying files.
copySpec(Closure) - Method in interface org.gradle.api.Project
Creates a CopySpec which can later be used to copy files or create an archive.
copySpec(Closure) - Method in interface org.gradle.api.Script
Creates a CopySpec which can later be used to copy files or create an archive.
copyTo(OutputStream) - Method in interface org.gradle.api.file.FileTreeElement
Copies the content of this file to an output stream.
copyTo(File) - Method in interface org.gradle.api.file.FileTreeElement
Copies this file to the given target file.
copyTo(ProcessForkOptions) - Method in class org.gradle.api.tasks.AbstractExecTask
Copies these options to the given target options.
copyTo(JavaForkOptions) - Method in class org.gradle.api.tasks.JavaExec
Copies these options to the given options.
copyTo(ProcessForkOptions) - Method in class org.gradle.api.tasks.JavaExec
Copies these options to the given target options.
copyTo(ProcessForkOptions) - Method in class org.gradle.api.tasks.testing.Test
Copies these options to the given target options.
copyTo(JavaForkOptions) - Method in class org.gradle.api.tasks.testing.Test
Copies these options to the given options.
copyTo(JavaForkOptions) - Method in interface org.gradle.process.JavaForkOptions
Copies these options to the given options.
copyTo(ProcessForkOptions) - Method in interface org.gradle.process.ProcessForkOptions
Copies these options to the given target options.
CoreJavadocOptions - Class in org.gradle.external.javadoc
Provides the core Javadoc Options.
CoreJavadocOptions() - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
 
CoreJavadocOptions(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.CoreJavadocOptions
 
CPlugin - Class in org.gradle.language.c.plugins
A plugin for projects wishing to build native binary components from C sources.
CPlugin() - Constructor for class org.gradle.language.c.plugins.CPlugin
 
CppCompile - Class in org.gradle.language.cpp.tasks
Compiles C++ source files into object files.
CppCompile() - Constructor for class org.gradle.language.cpp.tasks.CppCompile
 
CppLangPCHPlugin - Class in org.gradle.language.cpp.plugins
Adds support for compiling C++ pre-compiled headers.
CppLangPCHPlugin() - Constructor for class org.gradle.language.cpp.plugins.CppLangPCHPlugin
 
CppLangPlugin - Class in org.gradle.language.cpp.plugins
Adds core C++ language support.
CppLangPlugin() - Constructor for class org.gradle.language.cpp.plugins.CppLangPlugin
 
CppPlugin - Class in org.gradle.language.cpp.plugins
A plugin for projects wishing to build native binary components from C++ sources.
CppPlugin() - Constructor for class org.gradle.language.cpp.plugins.CppPlugin
 
CppPreCompiledHeaderCompile - Class in org.gradle.language.cpp.tasks
Compiles C++ header source files into object files.
CppPreCompiledHeaderCompile() - Constructor for class org.gradle.language.cpp.tasks.CppPreCompiledHeaderCompile
 
CppSourceSet - Interface in org.gradle.language.cpp
A set of C++ source files.
CPreCompiledHeaderCompile - Class in org.gradle.language.c.tasks
Compiles C header source files into object files.
CPreCompiledHeaderCompile() - Constructor for class org.gradle.language.c.tasks.CPreCompiledHeaderCompile
 
create(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency without adding it to a configuration.
create(Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency without adding it to a configuration, and configures the dependency using the given closure.
create(String) - Method in interface org.gradle.api.NamedDomainObjectContainer
Creates a new item with the given name, adding it to this container.
create(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectContainer
Creates a new item with the given name, adding it to this container, then configuring it with the given closure.
create(String, Action<? super T>) - Method in interface org.gradle.api.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 interface org.gradle.api.NamedDomainObjectFactory
Creates a new object with the given name.
create(String, Class<T>, Object...) - Method in interface org.gradle.api.plugins.ExtensionContainer
Adds a new extension to this container, that itself is dynamically made ExtensionAware.
create(String, Class<U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
Creates a domain object with the specified name and type, and adds it to the container.
create(String, Class<U>, Action<? super U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
Creates a domain object with the specified name and type, adds it to the container, and configures it with the specified action.
create(Map<String, ?>) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task and adds it to this container.
create(Map<String, ?>, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task adds it to this container.
create(String, Closure) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name adds it to this container.
create(String) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name and adds it to this container.
create(String, Class<T>) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name and type, and adds it to this container.
create(String, Class<T>, Action<? super T>) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name and type, configures it with the given action, and adds it to this container.
create(Class<T>, String, String, FileResolver, Instantiator) - Static method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
create(String) - Method in interface org.gradle.model.collection.CollectionBuilder
Defines an item with the given name and type T.
create(String, Action<? super T>) - Method in interface org.gradle.model.collection.CollectionBuilder
Defines an item with the given name and type T.
create(String, Class<S>) - Method in interface org.gradle.model.collection.CollectionBuilder
Defines an item with the given name and type.
create(String, Class<S>, Action<? super S>) - Method in interface org.gradle.model.collection.CollectionBuilder
Defines an item with the given name and type.
create(Action<? super T>) - Method in interface org.gradle.model.collection.ManagedSet
Declares a new set element, configured by the given action.
create(Class<T>, String, Instantiator, ITaskFactory) - Static method in class org.gradle.platform.base.binary.BaseBinarySpec
 
create(String, Class<T>, Action<? super T>) - Method in interface org.gradle.platform.base.BinaryTasksCollection
 
create(Class<T>, ComponentSpecIdentifier, FunctionalSourceSet, Instantiator) - Static method in class org.gradle.platform.base.component.BaseComponentSpec
 
create() - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
 
create() - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
 
create(Iterable<File>, RhinoWorkerSpec<R, P>, LogLevel, Action<JavaExecSpec>) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerHandleFactory
 
createAntBuilder() - Method in interface org.gradle.api.Project
Creates an additional AntBuilder for this project.
createArtifactResolutionQuery() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates an artifact resolution query.
createBinaries(CollectionBuilder<JarBinarySpec>, JvmLibrarySpec, PlatformResolvers, BinaryNamingSchemeBuilder, JvmComponentExtension, File, ServiceRegistry, JavaToolChainRegistry) - Method in class org.gradle.jvm.plugins.JvmComponentPlugin
 
createCompileSpec() - Method in class org.gradle.language.c.tasks.CCompile
 
createCompileSpec() - Method in class org.gradle.language.c.tasks.CPreCompiledHeaderCompile
 
createCompileSpec() - Method in class org.gradle.language.cpp.tasks.CppCompile
 
createCompileSpec() - Method in class org.gradle.language.cpp.tasks.CppPreCompiledHeaderCompile
 
createCompileSpec() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
createCompileSpec() - Method in class org.gradle.language.objectivec.tasks.ObjectiveCCompile
 
createCompileSpec() - Method in class org.gradle.language.objectivec.tasks.ObjectiveCPreCompiledHeaderCompile
 
createCompileSpec() - Method in class org.gradle.language.objectivecpp.tasks.ObjectiveCppCompile
 
createCompileSpec() - Method in class org.gradle.language.objectivecpp.tasks.ObjectiveCppPreCompiledHeaderCompile
 
createCopyAction() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
createCopyAction() - Method in class org.gradle.api.tasks.bundling.Tar
 
createCopyAction() - Method in class org.gradle.api.tasks.bundling.Zip
 
createCopyAction() - Method in class org.gradle.api.tasks.Copy
 
createCopyAction() - Method in class org.gradle.api.tasks.Sync
 
createRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
createRootSpec() - Method in class org.gradle.api.tasks.Copy
 
createRootSpec() - Method in class org.gradle.api.tasks.Sync
 
createServer() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
create a proxy that wraps a particular jetty version Server object.
createServer() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
createServer() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
createSpec() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
 
CreateStartScripts - Class in org.gradle.jvm.application.tasks
Creates start scripts for launching JVM applications.
CreateStartScripts() - Constructor for class org.gradle.jvm.application.tasks.CreateStartScripts
 
createTasks(CollectionBuilder<Task>, JarBinarySpec) - Method in class org.gradle.jvm.plugins.JvmComponentPlugin
 
credentials(Action<? super PasswordCredentials>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
Configures the username and password credentials for this repository using the supplied action.
credentials(Class<T>, Action<? super T>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
Configures the credentials for this repository using the supplied action.
Credentials - Interface in org.gradle.api.credentials
Base interface for credentials used for different authentication purposes.
CSourceSet - Interface in org.gradle.language.c
A set of C source files.
CUnitPlugin - Class in org.gradle.nativeplatform.test.cunit.plugins
A plugin that sets up the infrastructure for testing native binaries with CUnit.
CUnitPlugin() - Constructor for class org.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin
 
CUnitTestSuiteBinarySpec - Interface in org.gradle.nativeplatform.test.cunit
An executable which run a CUnit test suite.
CUnitTestSuiteSpec - Interface in org.gradle.nativeplatform.test.cunit
Test suite of CUnit tests.
current() - Static method in enum org.gradle.api.JavaVersion
Returns the version of the current JVM.

D

debug(String, Object...) - Method in interface org.gradle.api.logging.Logger
Multiple-parameters friendly debug method
debug(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Convenience method to set DebugOptions with named parameter syntax.
debug(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for debug level.
DebugOptions - Class in org.gradle.api.tasks.compile
Debug options for Java compilation.
DebugOptions() - Constructor for class org.gradle.api.tasks.compile.DebugOptions
 
DEFAULT_ARTIFACT_POM_NAME - Static variable in interface org.gradle.api.artifacts.maven.PomFilterContainer
 
DEFAULT_BUILD_DIR_NAME - Static variable in interface org.gradle.api.Project
The default build directory name.
DEFAULT_BUILD_FILE - Static variable in interface org.gradle.api.Project
The default project build file name.
DEFAULT_CONFIGURATION - Static variable in interface org.gradle.api.artifacts.Dependency
 
DEFAULT_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
DEFAULT_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
DEFAULT_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
DEFAULT_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
DEFAULT_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
DEFAULT_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
DEFAULT_DISTRIBUTION_PARENT_NAME - Static variable in class org.gradle.api.tasks.wrapper.Wrapper
 
DEFAULT_EXTENSION - Static variable in class org.gradle.jvm.tasks.Jar
 
DEFAULT_GRADLE_USER_HOME - Static variable in class org.gradle.StartParameter
The default user home directory.
DEFAULT_HTTP_PORT - Static variable in class org.gradle.play.plugins.PlayApplicationPlugin
 
DEFAULT_JS_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
DEFAULT_JS_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
DEFAULT_JS_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
DEFAULT_MAVEN_CENTRAL_REPO_NAME - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
 
DEFAULT_MAVEN_DEPLOYER_NAME - Static variable in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
 
DEFAULT_MAVEN_INSTALLER_NAME - Static variable in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
 
DEFAULT_MAVEN_LOCAL_REPO_NAME - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
 
DEFAULT_REPORTS_DIR_NAME - Static variable in class org.gradle.api.reporting.ReportingExtension
The default name of the base directory for all reports, relative to Project.getBuildDir() ("reports").
DEFAULT_RHINO_DEPENDENCY_GROUP - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
DEFAULT_RHINO_DEPENDENCY_MODULE - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
DEFAULT_RHINO_DEPENDENCY_VERSION - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
DEFAULT_SETTINGS_FILE - Static variable in interface org.gradle.api.initialization.Settings
The default name for the settings file.
DEFAULT_SONAR_RUNNER_VERSION - Static variable in class org.gradle.sonar.runner.SonarRunnerRootExtension
The version of Sonar Runner used if another version was not specified with SonarRunnerRootExtension.setToolVersion(String).
DEFAULT_STATUS - Static variable in interface org.gradle.api.artifacts.Module
 
DEFAULT_STATUS - Static variable in interface org.gradle.api.Project
 
DEFAULT_TASKS - Static variable in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
DEFAULT_TYPE - Static variable in interface org.gradle.api.artifacts.DependencyArtifact
 
DEFAULT_VERSION - Static variable in interface org.gradle.api.Project
 
defaultImplementation(Class<? extends C>) - Method in interface org.gradle.platform.base.TypeBuilder
Allows the plugin to register the implementation type.
Defaults - Annotation Type in org.gradle.model
Denotes that the RuleSource method rule carrying this annotation initializes the rule subject with default values.
DefaultTask - Class in org.gradle.api
DefaultTask is the standard Task implementation.
DefaultTask() - Constructor for class org.gradle.api.DefaultTask
 
defaultTasks(String...) - Method in interface org.gradle.api.Project
Sets the names of the default tasks of this project.
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<String, Object>) - Method in class org.gradle.api.tasks.compile.AbstractOptions
 
define(String) - Method in interface org.gradle.language.PreprocessingTool
Defines a named preprocessor macros to use when compiling this binary.
define(String, String) - Method in interface org.gradle.language.PreprocessingTool
Defines a named preprocessor macro with a value, which will be used when compiling this binary.
delete(Object...) - Method in interface org.gradle.api.file.DeleteAction
Deletes files and directories.
delete(Object...) - Method in interface org.gradle.api.Project
Deletes files and directories.
delete(Object...) - Method in interface org.gradle.api.Script
Deletes files and directories.
Delete - Class in org.gradle.api.tasks
Deletes files or directories.
Delete() - Constructor for class org.gradle.api.tasks.Delete
 
delete(Object...) - Method in class org.gradle.api.tasks.Delete
Adds some files to be deleted by this task.
DeleteAction - Interface in org.gradle.api.file
Deletes files and directories.
deleteAllActions() - Method in interface org.gradle.api.Task
Removes all the actions of this task.
depend(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Convenience method to set DependOptions with named parameter syntax.
dependencies(Closure) - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Configures the dependencies for the script.
dependencies(Closure) - Method in interface org.gradle.api.Project
Configures the dependencies for this project.
DEPENDENCIES_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
 
Dependency - Interface in org.gradle.api.artifacts
A Dependency represents a dependency on the artifacts from a particular source.
Dependency - Interface in org.gradle.plugins.ide.idea.model
Represents a dependency of an IDEA module.
Dependency - Interface in org.gradle.tooling.model
Represents an artifact dependency.
DEPENDENCY_INSIGHT_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
 
DEPENDENCY_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
DependencyArtifact - Interface in org.gradle.api.artifacts
An Artifact represents an artifact included in a Dependency.
DependencyHandler - Interface in org.gradle.api.artifacts.dsl
A DependencyHandler is used to declare dependencies.
DependencyReportContainer - Interface in org.gradle.api.reporting.dependencies
The set of reports that can be generated by the HtmlDependencyReportTask task type.
DependencyReportTask - Class in org.gradle.api.tasks.diagnostics
Displays the dependency tree for a project.
DependencyReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.DependencyReportTask
 
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.
DependencySubstitution<T extends ComponentSelector> - Interface in org.gradle.api.artifacts
Provides means to substitute a different dependency during resolution.
DependencySubstitutions - Interface in org.gradle.api.artifacts
Allows replacing dependencies with other dependencies.
DependentSourceSet - Interface in org.gradle.language.nativeplatform
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.
DependOptions() - Constructor for class org.gradle.api.tasks.compile.DependOptions
 
dependsOn(Object...) - Method in interface org.gradle.api.Task
Adds the given dependencies to this task.
dependsOnTaskDidWork() - Method in interface org.gradle.api.Task
Checks if any of the tasks that this task depends on didWork.
DEPLOY_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.ear.EarPlugin
 
DeploymentDescriptor - Interface in org.gradle.plugins.ear.descriptor
A deployment descriptor such as application.xml.
depthCompare(Project) - Method in interface org.gradle.api.Project
Compares the nesting level of this project with another project of the multi-project hierarchy.
descriptor(Action<? super IvyModuleDescriptorSpec>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Configures the descriptor that will be published.
destinationDirectory(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
destinationDirectory(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
detachedConfiguration(Dependency...) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
Creates a configuration, but does not add it to this container.
determineName(Configuration) - Method in class org.gradle.api.artifacts.Configuration.Namer
 
determineName(Named) - Method in class org.gradle.api.Named.Namer
 
determineName(T) - Method in interface org.gradle.api.Namer
Determines the name of the given object.
determineName(Task) - Method in class org.gradle.api.Task.Namer
 
dir(Object) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Adds a directory where this repository will look for artifacts.
dir(Map<String, Object>, Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Registers an extra output dir and the builtBy information.
dir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Registers an extra output dir.
dir(Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers an input directory hierarchy.
dir(Object) - Method in interface org.gradle.api.tasks.TaskOutputs
Registers an output directory for this task.
DirectoryReport - Interface in org.gradle.api.reporting
A directory based report to be created.
DirectoryTree - Interface in org.gradle.api.file
A directory with some associated include and exclude patterns.
dirs(Object...) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Adds some directories where this repository will look for artifacts.
Distribution - Interface in org.gradle.api.distribution
A distribution allow to bundle an application or a library including dependencies,sources...
DISTRIBUTION_GROUP - Static variable in class org.gradle.play.plugins.PlayDistributionPlugin
 
DistributionContainer - Interface in org.gradle.api.distribution
A DistributionContainer manages a set of Distribution objects.
docEncoding(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
docFilesSubDirs(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
docFilesSubDirs() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
doclet(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
doclet(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
docletpath(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
docletpath(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
doCompile() - Method in class org.gradle.play.tasks.PlayCoffeeScriptCompile
 
doCompile() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
docTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
DOCUMENTATION_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
doFirst(Action<? super Task>) - Method in interface org.gradle.api.Task
Adds the given Action to the beginning of this task's action list.
doFirst(Closure) - Method in interface org.gradle.api.Task
Adds the given closure to the beginning of this task's action list.
doGenerate() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
doGenerate() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
 
doJsHint() - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
doLast(Action<? super Task>) - Method in interface org.gradle.api.Task
Adds the given Action to the end of this task's action list.
doLast(Closure) - Method in interface org.gradle.api.Task
Adds the given closure to the end of this task's action list.
domainObject - Variable in class org.gradle.plugins.ide.api.GeneratorTask
 
DomainObjectCollection<T> - Interface in org.gradle.api
A DomainObjectCollection is a specialised Collection that adds the ability to modification notifications and live filtered sub collections.
DomainObjectSet<T> - Interface in org.gradle.api
A DomainObjectSet is a specialisation of DomainObjectCollection that guarantees Set semantics.
DomainObjectSet<T> - Interface in org.gradle.tooling.model
A set of domain objects of type T.
DuplicateFileCopyingException - Exception 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 for exception org.gradle.api.file.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<? super ArtifactResolutionControl>) - Method in interface org.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of artifacts.
eachDependency(Action<? super DependencyResolutionControl>) - Method in interface org.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of dependencies.
eachDependency(Action<? super DependencyResolveDetails>) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Adds a dependency substitution rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
eachEntry(Action<? super ManifestMergeDetails>) - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
Adds an action to be applied to each key-value tuple in a merge operation.
eachEntry(Closure<?>) - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
Adds an action to be applied to each key-value tuple in a merge operation.
eachFile(Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopyProcessingSpec
Adds an action to be applied to each file as it is about to be copied into its destination.
eachFile(Closure) - Method in interface org.gradle.api.file.CopyProcessingSpec
Adds an action to be applied to each file as it about to be copied into its destination.
eachFile(Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
Adds an action to be applied to each file as it is about to be copied into its destination.
eachFile(Closure) - Method in interface org.gradle.api.file.CopySpec
Adds an action to be applied to each file as it about to be copied into its destination.
eachFile(Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an action to be applied to each file as it is about to be copied into its destination.
eachFile(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an action to be applied to each file as it about to be copied into its destination.
eachModule(Action<? super ModuleResolutionControl>) - Method in interface org.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of modules.
eachModule(Action<? super ModuleDependencySubstitution>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for every module dependency (including transitive) when the configuration is being resolved.
eachModule(Closure<?>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for every module dependency (including transitive) when the configuration is being resolved.
eachPlatform(Action<? super GccPlatformToolChain>) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
eachPlatform(Action<? super VisualCppPlatformToolChain>) - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
eachProject(Action<? super ProjectDependencySubstitution>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for every project dependency (including transitive) when the configuration is being resolved.
eachProject(Closure<?>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for every project dependency (including transitive) when the configuration is being resolved.
EAR_TASK_NAME - Static variable in class org.gradle.plugins.ear.EarPlugin
 
EARLIB_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.ear.EarPlugin
 
EarModule - Interface in org.gradle.plugins.ear.descriptor
A module element in a deployment descriptor like application.xml.
EarPlugin - Class in org.gradle.plugins.ear
A Plugin with tasks which assemble a web application into a EAR file.
EarPlugin(Instantiator, FileResolver) - Constructor for class org.gradle.plugins.ear.EarPlugin
 
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.
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.
EclipseProject - Interface in org.gradle.tooling.model.eclipse
The complete model of an Eclipse project.
EclipseProjectDependency - Interface in org.gradle.tooling.model.eclipse
Represents a dependency on another Eclipse project.
EclipseSourceDirectory - Interface in org.gradle.tooling.model.eclipse
A source directory in an Eclipse project.
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).
EmptyFileVisitor() - Constructor for class org.gradle.api.file.EmptyFileVisitor
 
encoding(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
encoding(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
environment(String, Object) - Method in class org.gradle.api.tasks.AbstractExecTask
Adds an environment variable to the environment for this process.
environment(Map<String, ?>) - Method in class org.gradle.api.tasks.AbstractExecTask
Adds some environment variables to the environment for this process.
environment(String, Object) - Method in class org.gradle.api.tasks.JavaExec
Adds an environment variable to the environment for this process.
environment(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
Adds some environment variables to the environment for this process.
environment(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
Adds some environment variables to the environment for this process.
environment(String, Object) - Method in class org.gradle.api.tasks.testing.Test
Adds an environment variable to the environment for this process.
environment(Map<String, ?>) - Method in interface org.gradle.process.ProcessForkOptions
Adds some environment variables to the environment for this process.
environment(String, Object) - Method in interface org.gradle.process.ProcessForkOptions
Adds an environment variable to the environment for this process.
EnvJsExtension - Class in org.gradle.plugins.javascript.envjs
 
EnvJsExtension() - Constructor for class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
equals(Object) - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
 
equals(Object) - Method in class org.gradle.api.file.RelativePath
 
equals(Object) - Method in class org.gradle.api.Namer.Comparator
 
equals(Object) - Method in class org.gradle.api.specs.CompositeSpec
 
equals(Object) - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
 
equals(Object) - Method in class org.gradle.api.tasks.util.PatternSet
 
equals(Object) - Method in class org.gradle.StartParameter
 
error(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for error level.
evaluate(String, Writer) - Method in interface org.gradle.plugins.javascript.envjs.browser.BrowserEvaluator
 
evaluationDependsOn(String) - Method in interface org.gradle.api.Project
Declares that this project has an evaluation dependency on the project with the given path.
evaluationDependsOnChildren() - Method in interface org.gradle.api.Project
Declares that this project has an evaluation dependency on each of its child projects.
events(Object...) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the events to be logged.
exclude(Map<String, String>) - Method in interface org.gradle.api.artifacts.Configuration
Adds an exclude rule to exclude transitive dependencies for all dependencies of this configuration.
exclude(Map<String, String>) - Method in interface org.gradle.api.artifacts.ModuleDependency
Adds an exclude rule to exclude transitive dependencies of this dependency.
exclude(String...) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in interface org.gradle.api.file.CopySpec
Adds an exclude spec.
exclude(Closure) - Method in interface org.gradle.api.file.CopySpec
Adds an exclude spec.
exclude() - Method in interface org.gradle.api.file.FileCopyDetails
Excludes this file from the copy.
exclude() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Excludes this key from being in the manifest after the merge.
exclude(String...) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec.
exclude(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec.
exclude(String...) - Method in class org.gradle.api.tasks.SourceTask
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.SourceTask
Adds an exclude spec.
exclude(Closure) - Method in class org.gradle.api.tasks.SourceTask
Adds an exclude spec.
exclude(String...) - Method in class org.gradle.api.tasks.testing.Test
Adds exclude patterns for the files in the test classes directory (e.g.
exclude(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
Adds exclude patterns for the files in the test classes directory (e.g.
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.testing.Test
Adds an exclude spec.
exclude(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds an exclude spec.
exclude(String...) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an exclude spec.
exclude(Closure) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an exclude spec.
exclude(String...) - Method in class org.gradle.api.tasks.util.PatternSet
 
exclude(Iterable) - Method in class org.gradle.api.tasks.util.PatternSet
 
exclude(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.util.PatternSet
 
exclude(Closure) - Method in class org.gradle.api.tasks.util.PatternSet
 
excludeDocFilesSubDir(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
excludeDocFilesSubDir(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.AbstractOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.DependOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
 
excludeFromAntProperties(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
ExcludeRule - Interface in org.gradle.api.artifacts
An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.
ExcludeRuleContainer - Interface in org.gradle.api.artifacts
A container for adding exclude rules for dependencies.
excludeSpecs(Iterable<Spec<FileTreeElement>>) - Method in class org.gradle.api.tasks.util.PatternSet
 
exec(Closure) - Method in interface org.gradle.api.Project
Executes an external command.
exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.Project
Executes an external command.
exec(Closure) - Method in interface org.gradle.api.Script
Executes an external command.
exec(Action<? super ExecSpec>) - Method in interface org.gradle.api.Script
Executes an external command.
exec() - Method in class org.gradle.api.tasks.AbstractExecTask
 
Exec - Class in org.gradle.api.tasks
Executes a command line process.
Exec() - Constructor for class org.gradle.api.tasks.Exec
 
exec() - Method in class org.gradle.api.tasks.JavaExec
 
exec() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
ExecResult - Interface in org.gradle.process
Represents the result of running an external process.
ExecSpec - Interface in org.gradle.process
Specified the options for executing some command.
executable(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the name of the executable to use.
executable(Object) - Method in class org.gradle.api.tasks.JavaExec
Sets the name of the executable to use.
executable(Object) - Method in class org.gradle.api.tasks.testing.Test
Sets the name of the executable to use.
executable(Object) - Method in interface org.gradle.process.ProcessForkOptions
Sets the name of the executable to use.
executables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>>) - Method in interface org.gradle.nativeplatform.NativeComponentExtension
Configure the NativeExecutableSpec components produced by the build.
execute(T) - Method in interface org.gradle.api.Action
Performs this action against the given object.
execute() - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
Actually execute the query, returning a query result.
execute(IncrementalTaskInputs) - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
execute(FileCollection, File, boolean, String, String, String, String, String, boolean, Set<Groovydoc.Link>, Iterable<File>, Iterable<File>, Project) - Method in class org.gradle.api.tasks.javadoc.AntGroovydoc
 
execute(Throwable) - Method in class org.gradle.BuildExceptionReporter
 
execute(BuildController) - Method in interface org.gradle.tooling.BuildAction
Executes this action and returns the result.
executeAntTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
 
executeTests() - Method in class org.gradle.api.tasks.testing.Test
 
expand(Map<String, ?>) - Method in interface org.gradle.api.file.ContentFilterable
Expands property references in each file as it is copied.
expand(Map<String, ?>) - Method in interface org.gradle.api.file.CopySpec
Expands property references in each file as it is copied.
expand(Map<String, ?>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Expands property references in each file as it is copied.
exportedHeaders(Action<? super SourceDirectorySet>) - Method in interface org.gradle.language.nativeplatform.HeaderExportingSourceSet
Configure the exported header directories.
extDirs(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
extDirs(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
extend(String) - Method in interface org.gradle.api.publish.ivy.IvyConfiguration
Add the name of a configuration that this configuration extends.
extendsFrom(Configuration...) - Method in interface org.gradle.api.artifacts.Configuration
Adds the given configurations to the set of configuration which this configuration extends from.
ExtensiblePolymorphicDomainObjectContainer<T> - Interface in org.gradle.api
A PolymorphicDomainObjectContainer that can be extended at runtime to create elements of new types.
EXTENSION_NAME - Static variable in interface org.gradle.api.plugins.ExtraPropertiesExtension
The name of this extension in all ExtensnionContainers, "ext".
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.api.artifacts
An ExternalDependency is a Dependency on a source outside the current project hierarchy.
ExternalDependency - Interface in org.gradle.tooling.model
Represents an external artifact dependency.
ExternalModuleDependency - Interface in org.gradle.api.artifacts
A ModuleDependency is a Dependency on a module outside the current project hierarchy.
extraInfo(String, String, String) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Adds a new extra info element to the publication
ExtraPropertiesExtension - Interface in org.gradle.api.plugins
Additional, ad-hoc, properties for Gradle domain objects.
ExtraPropertiesExtension.UnknownPropertyException - Exception 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 for exception org.gradle.api.plugins.ExtraPropertiesExtension.UnknownPropertyException
 

F

failOnVersionConflict() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
In case of conflict, Gradle by default uses the newest of conflicting versions.
Failure - Interface in org.gradle.tooling
Represents a failure.
FailureResult - Interface in org.gradle.tooling.events
Describes how an operation finished with failures.
file(Object) - Method in interface org.gradle.api.Project
Resolves a file path relative to the project directory of this project.
file(Object, PathValidation) - Method in interface org.gradle.api.Project
Resolves a file path relative to the project directory of this project and validates it using the given scheme.
file(String) - Method in class org.gradle.api.reporting.ReportingExtension
Creates a file object for the given path, relative to ReportingExtension.getBaseDir().
file(Object) - Method in interface org.gradle.api.Script
Resolves a file path relative to the directory containing this script.
file(Object, PathValidation) - Method in interface org.gradle.api.Script
Resolves a file path relative to the directory containing this script and validates it using the given scheme.
file(Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers some input file for this task.
file(Object) - Method in interface org.gradle.api.tasks.TaskOutputs
Registers some output file for this task.
fileCollection(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration lazily.
fileCollection(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
fileCollection(Dependency...) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration lazily.
FileCollection - Interface in org.gradle.api.file
A FileCollection represents a collection of files which you can query in certain ways.
FileCollection.AntType - Enum in org.gradle.api.file
Ant types which a FileCollection can be mapped to.
FileCollectionDependency - Interface in org.gradle.api.artifacts
A FileCollectionDependency is a Dependency on a collection of local files which are not stored in a repository.
FileCopyDetails - Interface in org.gradle.api.file
Provides details about a file or directory about to be copied, and allows some aspects of the destination file to be modified.
FileReference - Interface in org.gradle.plugins.ide.eclipse.model
A reference to a file in eclipse.
fileResolver - Variable in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
files(Closure) - Method in interface org.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
files(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
files(Dependency...) - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
files(Object...) - Method in interface org.gradle.api.Project
Returns a ConfigurableFileCollection containing the given files.
files(Object, Closure) - Method in interface org.gradle.api.Project
Creates a new ConfigurableFileCollection using the given paths.
files(Object...) - Method in interface org.gradle.api.Script
Returns a ConfigurableFileCollection containing the given files.
files(Object, Closure) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileCollection using the given paths.
files(Object...) - Method in interface org.gradle.api.tasks.TaskInputs
Registers some input files for this task.
files(Object...) - Method in interface org.gradle.api.tasks.TaskOutputs
Registers some output files for this task.
filesMatching(String, Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
Configure the FileCopyDetails for each file whose path matches the specified Ant-style pattern.
filesMatching(String, Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Configure the FileCopyDetails for each file whose path matches the specified Ant-style pattern.
filesNotMatching(String, Action<? super FileCopyDetails>) - Method in interface org.gradle.api.file.CopySpec
Configure the FileCopyDetails for each file whose path does not match the specified Ant-style pattern.
filesNotMatching(String, Action<? super FileCopyDetails>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Configure the FileCopyDetails for each file whose path does not match the specified Ant-style pattern.
FileTree - Interface in org.gradle.api.file
A FileTree represents a hierarchy of files.
fileTree(Object) - Method in interface org.gradle.api.Project
Creates a new ConfigurableFileTree using the given base directory.
fileTree(Object, Closure) - Method in interface org.gradle.api.Project
Creates a new ConfigurableFileTree using the given base directory.
fileTree(Map<String, ?>) - Method in interface org.gradle.api.Project
Creates a new ConfigurableFileTree using the provided map of arguments.
fileTree(Object) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileTree using the given base directory.
fileTree(Map<String, ?>) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileTree using the provided map of arguments.
fileTree(Object, Closure) - Method in interface org.gradle.api.Script
Creates a new ConfigurableFileTree using the given base directory.
FileTreeElement - Interface in org.gradle.api.file
Information about a file in a FileTree.
FileVisitDetails - Interface in org.gradle.api.file
Provides access to details about a file or directory being visited by a FileVisitor.
FileVisitor - Interface in org.gradle.api.file
A FileVisitor is used to visit each of the files in a FileTree.
filter(String) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
filter(Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default publish filter.
filter(Map<String, ?>, Class<? extends FilterReader>) - Method in interface org.gradle.api.file.ContentFilterable
Adds a content filter to be used during the copy.
filter(Class<? extends FilterReader>) - Method in interface org.gradle.api.file.ContentFilterable
Adds a content filter to be used during the copy.
filter(Closure) - Method in interface org.gradle.api.file.ContentFilterable
Adds a content filter based on the provided closure.
filter(Map<String, ?>, Class<? extends FilterReader>) - Method in interface org.gradle.api.file.CopySpec
Adds a content filter to be used during the copy.
filter(Class<? extends FilterReader>) - Method in interface org.gradle.api.file.CopySpec
Adds a content filter to be used during the copy.
filter(Closure) - Method in interface org.gradle.api.file.CopySpec
Adds a content filter based on the provided closure.
filter(Closure) - Method in interface org.gradle.api.file.FileCollection
Restricts the contents of this collection to those files which match the given criteria.
filter(Spec<? super File>) - Method in interface org.gradle.api.file.FileCollection
Restricts the contents of this collection to those files which match the given criteria.
filter(Map<String, ?>, Class<? extends FilterReader>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds a content filter to be used during the copy.
filter(Class<? extends FilterReader>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds a content filter to be used during the copy.
filter(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds a content filter based on the provided closure.
filter(Action<TestFilter>) - Method in class org.gradle.api.tasks.testing.Test
Executes the action against the Test.getFilter().
filterForClasspath(Map<File, File>, Iterable<File>) - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
 
Finalize - Annotation Type in org.gradle.model
Denotes that the RuleSource method rule carrying this annotation finalizes the rule subject.
finalizedBy(Object...) - Method in interface org.gradle.api.Task
Adds the given finalizer tasks for this task.
findAll(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
findAll(Closure) - Method in interface org.gradle.api.DomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
findAll(Closure) - Method in interface org.gradle.api.NamedDomainObjectList
Returns a collection which contains the objects in this collection which meet the given closure specification.
findAll(Closure) - Method in interface org.gradle.api.NamedDomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
FindBugsReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the FindBugs task.
FindBugsXmlReport - Interface in org.gradle.api.plugins.quality
The single file XML report for FindBugs.
findByName(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
Locates an object by name, returning null if there is no such object.
findByName(String) - Method in interface org.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given name.
findByPath(String) - Method in interface org.gradle.api.tasks.TaskContainer
Locates a task by path.
findByPath(String) - Method in interface org.gradle.tooling.model.GradleProject
Searches all descendants (children, grand-children, etc.), including self, by given path.
findByType(Class<T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given type (useful to avoid casting).
findJettyWebXmlFile(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
findModel(Class<T>) - Method in interface org.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type, if available.
findModel(Model, Class<T>) - Method in interface org.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type, if available.
findPlugin(Class<T>) - Method in interface org.gradle.api.plugins.Convention
Locates the plugin convention object with the given type.
findPlugin(String) - Method in interface org.gradle.api.plugins.PluginContainer
Returns the plugin for the given id.
findPlugin(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
Returns the plugin for the given type.
findPlugin(String) - Method in interface org.gradle.api.plugins.PluginManager
Returns the information about the plugin that has been applied with the given ID, or null if no plugin has been applied with the given ID.
findProject(String) - Method in interface org.gradle.api.initialization.Settings
Returns the project with the given path.
findProject(File) - Method in interface org.gradle.api.initialization.Settings
Returns the project with the given project directory.
findProject(String) - Method in interface org.gradle.api.Project
Locates a project by path.
findScalaJar(Iterable<File>, String) - Method in class org.gradle.api.tasks.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 class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
finishConfigurationBeforeStart() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
finishConfigurationBeforeStart() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
FinishEvent - Interface in org.gradle.tooling.events
An event that informs about an operation having finished its execution.
flatDir(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a resolver that looks into a number of directories for artifacts.
flatDir(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds an configures a repository which will look for dependencies in a number of local directories.
flatDir(Action<? super FlatDirectoryArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.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.nativeplatform
Defines a custom variant that differentiate a NativeBinary.
FlavorContainer - Interface in org.gradle.nativeplatform
A container of Flavors.
footer(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
force(Object...) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Allows forcing certain versions of dependencies, including transitive dependencies.
forClassVersion(int) - Static method in enum org.gradle.api.JavaVersion
 
forComponents(Iterable<? extends ComponentIdentifier>) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
Specifies the set of components to include in the result.
forComponents(ComponentIdentifier...) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
Specifies the set of components to include in the result.
fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Convenience method to set ForkOptions with named parameter syntax.
fork(Map<String, Object>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Convenience method to set GroovyForkOptions with named parameter syntax.
ForkOptions - Class in org.gradle.api.tasks.compile
Fork options for Java compilation.
ForkOptions() - Constructor for class org.gradle.api.tasks.compile.ForkOptions
 
forkOptions(Action<? super JavaForkOptions>) - Method in class org.gradle.sonar.runner.SonarRunnerRootExtension
forLaunchables(Launchable...) - Method in interface org.gradle.tooling.BuildLauncher
Sets the launchables to execute.
forLaunchables(Iterable<? extends Launchable>) - Method in interface org.gradle.tooling.BuildLauncher
Sets the launchables to execute.
forProjectDirectory(File) - Method in class org.gradle.tooling.GradleConnector
Specifies the working directory to use.
forTasks(String...) - Method in interface org.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(Task...) - Method in interface org.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(Iterable<? extends Task>) - Method in interface org.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(String...) - Method in interface org.gradle.tooling.ModelBuilder
Specifies the tasks to execute before building the model.
forType(Class<? extends T>) - Static method in class org.gradle.api.Named.Namer
 
from(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
Adds a set of source paths to this collection.
from(Object) - Method in interface org.gradle.api.file.ConfigurableFileTree
Specifies base directory for this file tree using the given path.
from(Object...) - Method in interface org.gradle.api.file.CopySourceSpec
Specifies source files or directories for a copy.
from(Object, Closure) - Method in interface org.gradle.api.file.CopySourceSpec
Specifies the source files or directories for a copy and creates a child CopySourceSpec.
from(Object...) - Method in interface org.gradle.api.file.CopySpec
Specifies source files or directories for a copy.
from(Object, Closure) - Method in interface org.gradle.api.file.CopySpec
Specifies the source files or directories for a copy and creates a child CopySourceSpec.
from(Object...) - Method in interface org.gradle.api.java.archives.Manifest
Specifies other manifests to be merged into this manifest.
from(Object, Closure<?>) - Method in interface org.gradle.api.java.archives.Manifest
Specifies other manifests to be merged into this manifest.
from(Object...) - Method in interface org.gradle.api.java.archives.ManifestMergeSpec
Adds a merge path to a manifest that should be merged into the base manifest.
from(Object) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Adds a script to use to configure the target objects.
from(SoftwareComponent) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Provides the software component that should be published.
from(SoftwareComponent) - Method in interface org.gradle.api.publish.maven.MavenPublication
Provides the software component that should be published.
from(Object...) - Method in class org.gradle.api.tasks.AbstractCopyTask
Specifies source files or directories for a copy.
from(Object, Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Specifies the source files or directories for a copy and creates a child CopySourceSpec.
fromArchiveEntry(Object, String, String) - Method in interface org.gradle.api.resources.TextResourceFactory
Creates a text resource backed by the archive entry at the given path within the given archive.
fromArchiveEntry(Object, String) - Method in interface org.gradle.api.resources.TextResourceFactory
Same as fromArchiveEntry(archive, path, Charset.defaultCharset().name()).
fromFile(Object, String) - Method in interface org.gradle.api.resources.TextResourceFactory
Creates a text resource backed by the given file.
fromFile(Object) - Method in interface org.gradle.api.resources.TextResourceFactory
Same as fromFile(file, Charset.defaultCharset()).
fromString(String) - Method in interface org.gradle.api.resources.TextResourceFactory
Creates a text resource backed by the given string.
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.nativeplatform.toolchain
The GNU GCC tool chain.
GccCommandLineToolConfiguration - Interface in org.gradle.nativeplatform.toolchain
An executable tool used for GCC that allows customizing the executable.
GccCompatibleToolChain - Interface in org.gradle.nativeplatform.toolchain
A ToolChain that can handle additional platforms simply by configuring the NativeBinary.
GccCompilerPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
A Plugin which makes the GNU GCC/G++ compiler available for compiling C/C++ code.
GccCompilerPlugin() - Constructor for class org.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
 
GccPlatformToolChain - Interface in org.gradle.nativeplatform.toolchain
GCC specific settings for the tools used to build for a particular platform.
generate() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
generate() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
 
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
 
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
 
generate(Project) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
generate() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
 
generate() - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
generate() - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
generate() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
generate() - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
GenerateBuildDashboard - Class in org.gradle.api.reporting
Generates build dashboard report.
GenerateBuildDashboard() - Constructor for class org.gradle.api.reporting.GenerateBuildDashboard
 
GenerateCUnitLauncher - Class in org.gradle.nativeplatform.test.cunit.tasks
Generated the Gradle CUnit launcher: main method and header.
GenerateCUnitLauncher() - Constructor for class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
generatedBy(Task) - Method in interface org.gradle.language.base.LanguageSourceSet
 
generatedBy(Task) - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
GenerateIvyDescriptor - Class in org.gradle.api.publish.ivy.tasks
Generates an Ivy XML Module Descriptor file.
GenerateIvyDescriptor() - Constructor for class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
GenerateMavenPom - Class in org.gradle.api.publish.maven.tasks
Generates a Maven module descriptor (POM) file.
GenerateMavenPom() - Constructor for class org.gradle.api.publish.maven.tasks.GenerateMavenPom
 
generateScript(JavaAppStartScriptGenerationDetails, Writer) - Method in interface org.gradle.jvm.application.scripts.ScriptGenerator
Generate the script.
generator - Variable in class org.gradle.plugins.ide.api.GeneratorTask
 
GeneratorTask<T> - Class in org.gradle.plugins.ide.api
A GeneratorTask generates a configuration file based on a domain object of type T.
GeneratorTask() - Constructor for class org.gradle.plugins.ide.api.GeneratorTask
 
get(String) - Method in interface org.gradle.api.artifacts.ivy.IvyExtraInfo
Returns the value of the element with the unique element name.
get(String, String) - Method in interface org.gradle.api.artifacts.ivy.IvyExtraInfo
Returns the value of the element with the name and namespace provided.
get(String) - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
Returns the value for the registered property with the given name.
get(LogLevel) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for the specified level.
get(Object) - Method in interface org.gradle.model.collection.CollectionBuilder
Returns the item with the given name, if any.
get(String) - Method in interface org.gradle.model.collection.CollectionBuilder
Returns the item with the given name, if any.
get() - Method in interface org.gradle.tooling.ModelBuilder
Fetch the model, blocking until it is available.
get(ResultHandler<? super T>) - Method in interface org.gradle.tooling.ModelBuilder
Starts fetching the model, passing the result to the given handler when complete.
getAccessKey() - Method in interface org.gradle.api.credentials.AwsCredentials
Returns the access key to use to authenticate with AWS.
getActions() - Method in interface org.gradle.api.Task
Returns the sequence of Action objects which will be executed by this task, in the order of execution.
getActivePomFilters() - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
 
getActorFactory() - Method in class org.gradle.api.tasks.testing.Test
 
getAdditionalImports() - Method in class org.gradle.play.tasks.RoutesCompile
Specifies the additional imports of the Play Routes compiler.
getAdditionalParameters() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the additional parameters passed to the compiler.
getAdditionalParameters() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Additional parameters passed to the compiler.
getAdditionalRuntimeJars() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the classpath to make available to the web application.
getAll() - Method in interface org.gradle.api.artifacts.Configuration
Returns all the configurations belonging to the same configuration container as this configuration (including this configuration).
getAll() - Method in interface org.gradle.tooling.model.DomainObjectSet
Returns the elements of this set in the set's iteration order.
getAllArtifacts() - Method in interface org.gradle.api.artifacts.Configuration
Returns the artifacts of this configuration including the artifacts of extended configurations.
getAllArtifacts(ResolvedDependency) - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the parent artifacts of this dependency and its children.
getAllBinariesAction() - Method in interface org.gradle.jvm.JvmComponentExtension
 
getAllComponents() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Retrieves all instances of ResolvedComponentResult from the graph, e.g.
getAllDependencies() - Method in interface org.gradle.api.artifacts.Configuration
Gets the complete set of dependencies including those contributed by superconfigurations.
getAllDependencies() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Retrieves all dependencies, including unresolved dependencies.
getAllGroovy() - Method in interface org.gradle.api.tasks.GroovySourceSet
All Groovy source for this source set.
getAllInitScripts() - Method in class org.gradle.StartParameter
Returns all init scripts, including explicit init scripts and implicit init scripts.
getAllJava() - Method in interface org.gradle.api.tasks.SourceSet
All Java source files for this source set.
getAllJvmArgs() - Method in class org.gradle.api.tasks.JavaExec
Returns the full set of arguments to use to launch the JVM for the process.
getAllJvmArgs() - Method in class org.gradle.api.tasks.testing.Test
Returns the full set of arguments to use to launch the JVM for the process.
getAllJvmArgs() - Method in interface org.gradle.process.JavaForkOptions
Returns the full set of arguments to use to launch the JVM for the process.
getAllModuleArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency and recursively to its children.
getAllprojects() - Method in interface org.gradle.api.Project
Returns the set containing this project and its subprojects.
getAllScala() - Method in interface org.gradle.api.tasks.ScalaSourceSet
All Scala source for this source set.
getAllSource() - Method in interface org.gradle.api.tasks.SourceSet
All source files for this source set.
getAllTasks() - Method in interface org.gradle.api.execution.TaskExecutionGraph
Returns the tasks which are included in the execution plan.
getAllTasks(boolean) - Method in interface org.gradle.api.Project
Returns a map of the tasks contained in this project, and optionally its subprojects.
getAltDeployDescriptor() - Method in interface org.gradle.plugins.ear.descriptor.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 class org.gradle.api.tasks.scala.IncrementalCompileOptions
Returns the file path where results of code analysis are to be stored.
getAnt() - Method in class org.gradle.api.AntBuilder
Returns this AntBuilder.
getAnt() - Method in interface org.gradle.api.Project
Returns the AntBuilder for this project.
getAnt() - Method in interface org.gradle.api.Task
Returns the AntBuilder for this task.
getAntBuilder() - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
getAntBuilderFactory() - Method in class org.gradle.api.tasks.compile.JavaCompile
 
getAntGroovydoc() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
 
getAntlr() - Method in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
All Antlr source for this source set.
getAntlrClasspath() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Returns the classpath containing the Ant ANTLR task implementation.
getAntPropertyName(String) - Method in class org.gradle.api.tasks.compile.AbstractOptions
 
getAntPropertyName(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
 
getAntPropertyName(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
getAntPropertyName(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
 
getAntPropertyValue(String, Object) - Method in class org.gradle.api.tasks.compile.AbstractOptions
 
getAntPropertyValue(String, Object) - Method in class org.gradle.api.tasks.compile.CompileOptions
 
getAntPropertyValue(String, Object) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
getAntPropertyValue(String, Object) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
 
getApi() - Method in interface org.gradle.nativeplatform.NativeLibrarySpec
Converts this library to a native library requirement that uses the api library linkage.
getApiDocTitle() - Method in class org.gradle.api.reporting.ReportingExtension
 
getAppendix() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the appendix part of the archive name, if any.
getApplication() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
The application that this binary belongs to.
getApplication() - Method in interface org.gradle.platform.base.ApplicationBinarySpec
The application that this binary belongs to.
getApplication() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getApplicationName() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
The display name of the application
getApplicationName() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The application's name.
getApplicationName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The application name.
getAppNameSystemProperty() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
This system property to use to pass the script name to the application.
getArchitecture() - Method in interface org.gradle.nativeplatform.platform.NativePlatform
The cpu architecture being targeted.
getArchiveBase() - Method in class org.gradle.api.tasks.wrapper.Wrapper
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
getArchiveName() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the archive name.
getArchivePath() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
The path where the archive is constructed.
getArchivePath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the path where the gradle distributions archive should be saved (i.e.
getArgs() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the arguments for the command to be executed.
getArgs() - Method in class org.gradle.api.tasks.JavaExec
Returns the arguments passed to the main class to be executed.
getArgs() - Method in interface org.gradle.nativeplatform.Tool
The arguments passed when executing this tool.
getArgs() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
getArgs() - Method in interface org.gradle.process.ExecSpec
Returns the arguments for the command to be executed.
getArgs() - Method in interface org.gradle.process.JavaExecSpec
Returns the arguments passed to the main class to be executed.
getArgs() - Method in interface org.gradle.TaskExecutionRequest
The arguments to use to select and optionally configure the tasks, as if provided on the command-line.
getArgument() - Method in exception org.gradle.api.InvalidActionClosureException
The argument the action was executed with.
getArguments() - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
getArguments() - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The command line arguments (excluding tasks) to invoke the build with.
getArtifactId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the artifact id for this POM.
getArtifactId() - Method in interface org.gradle.api.publish.maven.MavenDependency
The artifactId value for this dependency.
getArtifactId() - Method in interface org.gradle.api.publish.maven.MavenPublication
Returns the artifactId for this publication.
getArtifacts() - Method in interface org.gradle.api.artifacts.Configuration
Returns the artifacts of this configuration excluding the artifacts of extended configurations.
getArtifacts(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
Gets successfully resolved artifacts for dependencies that match given dependency spec.
getArtifacts() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the artifacts which will be deployed.
getArtifacts() - Method in interface org.gradle.api.artifacts.ModuleDependency
Returns the artifacts belonging to this dependency.
getArtifacts(ResolvedDependency) - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the parent artifacts of this dependency.
getArtifacts(Class<? extends Artifact>) - Method in interface org.gradle.api.artifacts.result.ComponentArtifactsResult
Returns the component artifacts of the specified type.
getArtifacts() - Method in interface org.gradle.api.Project
Returns a handler for assigning artifacts produced by the project to configurations.
getArtifacts() - Method in interface org.gradle.api.publish.ivy.IvyPublication
The complete set of artifacts for this publication.
getArtifacts() - Method in interface org.gradle.api.publish.maven.MavenPublication
Returns the complete set of artifacts for this publication.
getArtifacts() - Method in class org.gradle.api.tasks.Upload
Returns the artifacts which will be uploaded.
getArtifactUrls() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
Returns the additional URLs to use to find artifact files.
getAsExcludeSpec() - Method in class org.gradle.api.tasks.util.PatternSet
 
getAsFileTree() - Method in interface org.gradle.api.file.FileCollection
Converts this collection to a FileTree.
getAsFileTree() - Method in interface org.gradle.api.file.FileTree
Returns this.
getAsIncludeSpec() - Method in class org.gradle.api.tasks.util.PatternSet
 
getAsMap() - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns the objects in this collection, as a map from object name to object instance.
getAsPath() - Method in interface org.gradle.api.file.FileCollection
Returns the contents of this collection as a platform-specific path.
getAssembler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the assembler.
getAssembler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the assembler.
getAssemblerArgs() - Method in class org.gradle.language.assembler.tasks.Assemble
Additional arguments to provide to the assembler.
getAssetDirs() - Method in interface org.gradle.play.PublicAssets
A set of asset directories for this binary.
getAssets() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getAssetsJarFile() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getAsSpec() - Method in class org.gradle.api.tasks.util.PatternSet
 
getAt(String) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Locates an object by name, failing if there is no such task.
getAt(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
Locates an object by name, failing if there is no such task.
getAt(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
Locates an object by name, failing if there is no such task.
getAt(String) - Method in interface org.gradle.api.plugins.PluginContainer
Returns a plugin with the specified id if this plugin has been used in the project.
getAt(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
Returns a plugin with the specified type if this plugin has been used in the project.
getAt(String) - Method in interface org.gradle.api.tasks.TaskCollection
Locates an object by name, failing if there is no such task.
getAt(int) - Method in interface org.gradle.tooling.model.DomainObjectSet
Returns the element at the given index according to the set's iteration order.
getAttachedArtifacts() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the additional artifacts for this deployment.
getAttempted() - Method in interface org.gradle.api.artifacts.result.UnresolvedDependencyResult
Returns the selector that was attempted to be resolved.
getAttemptedReason() - Method in interface org.gradle.api.artifacts.result.UnresolvedDependencyResult
Returns the reasons why the failed selector was attempted.
getAttributes() - Method in interface org.gradle.api.java.archives.Manifest
Returns the main attributes of the manifest.
getBaseDir() - Method in class org.gradle.api.reporting.ReportingExtension
The base directory for all reports
getBaseDir() - Method in class org.gradle.api.tasks.ant.AntTarget
Returns the Ant project base directory to use when executing the target.
getBaseName() - Method in interface org.gradle.api.distribution.Distribution
The baseName of the distribution, used in naming the distribution archives.
getBaseName() - Method in interface org.gradle.api.resources.Resource
Short name that concisely describes this resource
getBaseName() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the base name of the archive.
getBaseName() - Method in interface org.gradle.nativeplatform.NativeComponentSpec
The name that is used to construct the output file names when building this component.
getBaseValue() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Returns the value for the key of the manifest that is the target of the merge.
getBatchScript() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper batch script to.
getBinaries() - Method in interface org.gradle.nativeplatform.PrebuiltLibrary
The binaries that are built for this component.
getBinaries() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getBinaries() - Method in interface org.gradle.platform.base.ComponentSpec
The binaries that are built for this component.
getBinary() - Method in interface org.gradle.play.distribution.PlayDistribution
 
getBinaryBuildAbility() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getBinaryRenderer() - Method in class org.gradle.api.reporting.components.ComponentReport
 
getBinarySources() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getBinResultsDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the root folder for the test results in internal binary format.
getBootClasspath() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns the bootstrap classpath to be used for the compiler process.
getBootClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getBootClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getBootstrapClasspath() - Method in class org.gradle.api.tasks.JavaExec
Returns the bootstrap classpath to use for the process.
getBootstrapClasspath() - Method in class org.gradle.api.tasks.testing.Test
Returns the bootstrap classpath to use for the process.
getBootstrapClasspath() - Method in interface org.gradle.process.JavaForkOptions
Returns the bootstrap classpath to use for the process.
getBottom() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the bottom text for each page.
getBottom() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getBranch() - Method in interface org.gradle.api.artifacts.ivy.IvyModuleDescriptor
Returns the branch attribute of the info element in this descriptor.
getBranch() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Returns the branch for this publication
getBuild() - Method in interface org.gradle.platform.base.BinaryTasksCollection
The 'lifecycle' task, that can be used to construct this binary.
getBuildAbility() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getBuildDependencies() - Method in interface org.gradle.api.artifacts.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.
getBuildDependencies() - Method in interface org.gradle.api.Buildable
Returns a dependency which contains the tasks which build this artifact.
getBuildDir() - Method in interface org.gradle.api.Project
Returns the build directory of this project.
getBuildDirectory() - Method in interface org.gradle.tooling.model.GradleProject
Returns the build directory for this project.
getBuilder(String) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilderRegistry
 
getBuildFile() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the build file for this project.
getBuildFile() - Method in interface org.gradle.api.Project
Returns the build file Gradle will evaluate against this project object.
getBuildFile() - Method in class org.gradle.api.tasks.GradleBuild
Returns the build file that should be used for this build.
getBuildFile() - Method in class org.gradle.StartParameter
Returns the build file to use to select the default project.
getBuildFileName() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the name of the build file for this project.
getBuildModel() - Method in interface org.gradle.tooling.BuildController
Returns an overview of the Gradle build, including some basic details of the projects that make up the build.
getBuildscript() - Method in interface org.gradle.api.Project
Returns the build script handler for this project.
getBuildscript() - Method in interface org.gradle.api.Script
Returns the script handler for this script.
getBuildScript() - Method in interface org.gradle.tooling.model.GradleProject
Returns the build script for this project.
getBuildTask() - Method in interface org.gradle.api.BuildableModelElement
Returns the 'lifecycle' task associated with the construction of this element.
getBuildType() - Method in interface org.gradle.nativeplatform.NativeBinary
Returns the BuildType used to construct this binary.
getBuildType() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
Returns the BuildType used to construct this binary.
getBuiltBy() - Method in interface org.gradle.api.file.ConfigurableFileCollection
Returns the set of tasks which build the files of this collection.
getBuiltBy() - Method in interface org.gradle.api.file.ConfigurableFileTree
Returns the set of tasks which build the files of this collection.
getByName(String) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
Locates an object by name, failing if there is no such object.
getByName(String) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - Method in interface org.gradle.api.artifacts.ConfigurationContainer
Locates an object by name, failing if there is no such object.
getByName(String) - Method in interface org.gradle.api.NamedDomainObjectCollection
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - Method in interface org.gradle.api.NamedDomainObjectCollection
Locates an object by name, failing if there is no such object.
getByName(String) - Method in interface org.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given name.
getByName(String, Closure) - Method in interface org.gradle.api.tasks.TaskCollection
Locates an object by name, failing if there is no such object.
getByName(String) - Method in interface org.gradle.api.tasks.TaskCollection
Locates an object by name, failing if there is no such object.
getByPath(String) - Method in interface org.gradle.api.tasks.TaskContainer
Locates a task by path.
getByType(Class<T>) - Method in interface org.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given type (useful to avoid casting).
getCachedResult() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
Returns the cached result file or null if the result has not been cached.
getCacheRepository() - Method in class org.gradle.api.tasks.compile.JavaCompile
 
getCandidate() - Method in interface org.gradle.api.artifacts.ComponentSelection
Gets the candidate version of the module.
getCandidateClassFiles() - Method in class org.gradle.api.tasks.testing.Test
Returns the classes files to scan for test classes.
getCauses() - Method in interface org.gradle.tooling.Failure
Returns the underlying causes for this failure, if any.
getcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the C compiler.
getcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the C compiler.
getCharSet() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getChildProjects() - Method in interface org.gradle.api.Project
Returns the direct children of this project.
getChildren() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the transitive ResolvedDependency instances of this resolved dependency.
getChildren() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the children of this project, if any.
getChildren() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
Returns the child elements, or the empty set if there are no child elements.
getChildren() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the child elements, or the empty set if there are no child elements.
getChildren() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
Returns the child projects of this project, or the empty set if there are no child projects.
getChildren() - Method in interface org.gradle.tooling.model.GradleProject
Returns the child elements, or the empty set if there are no child elements.
getChildren() - Method in interface org.gradle.tooling.model.HierarchicalElement
Returns the child elements, or the empty set if there are no child elements.
getChildren() - Method in interface org.gradle.tooling.model.idea.IdeaProject
Returns the modules of this IDEA project.
getClasses() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getClassesDir() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the classes dir.
getClassesDir() - Method in interface org.gradle.api.tasks.SourceSetOutput
Returns the directory to assemble the compiled classes into.
getClassesDir() - Method in interface org.gradle.jvm.JvmBinarySpec
The classes directory for this binary.
getClassesDir() - Method in interface org.gradle.play.JvmClasses
The classes directory for this binary.
getClassesTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the classes task for this source set.
getClassifier() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
Returns the classifier of this artifact, if any.
getClassifier() - Method in interface org.gradle.api.artifacts.DependencyArtifact
Returns the classifier of this dependency artifact.
getClassifier() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the classifier of this published artifact, if any.
getClassifier() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getClassifier() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
The classifier used to publish the artifact file.
getClassifier() - Method in interface org.gradle.api.publish.maven.MavenArtifact
The classifier used to publish the artifact file.
getClassifier() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the classifier part of the archive name, if any.
getClassLoader() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the ClassLoader which contains the classpath for this script.
getClassLoaderCache() - Method in class org.gradle.api.tasks.testing.Test
 
getClassName() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
Returns the test class name for this test, if any.
getClassName() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
Returns the name of the test class, if any.
getClasspath() - Method in class org.gradle.api.plugins.jetty.JettyRun
Returns the classpath for the web application.
getClasspath() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the classpath.
getClasspath() - Method in class org.gradle.api.tasks.compile.AbstractCompile
Returns the classpath to use to compile the source files.
getClasspath() - Method in class org.gradle.api.tasks.compile.DependOptions
Returns the compile classpath for which dependencies should also be checked.
getClasspath() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the classpath used to locate classes referenced by the documented sources.
getClasspath() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the classpath to use to resolve type references in the source code.
getClasspath() - Method in class org.gradle.api.tasks.JavaExec
Returns the classpath for executing the main class.
getClasspath() - Method in class org.gradle.api.tasks.scala.ScalaDoc
Returns the classpath to use to locate classes referenced by the documented source.
getClasspath() - Method in class org.gradle.api.tasks.testing.Test
Returns the classpath to use to execute the tests.
getClasspath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getClasspath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getClasspath() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
The classpath, relative to the application home directory.
getClasspath() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The class path for the application.
getClasspath() - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
getClasspath() - Method in interface org.gradle.process.JavaExecSpec
Returns the classpath for executing the main class.
getClasspath() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
Returns the external dependencies which make up the classpath of this project.
getClassPathFiles() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getClientMetaData() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
getClosure() - Method in exception org.gradle.api.InvalidActionClosureException
The closure being used as an action.
getCoffeeScriptJs() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getCoffeeScriptJs() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getCommandLine() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the full command line, including the executable plus its arguments.
getCommandLine() - Method in class org.gradle.api.tasks.JavaExec
Returns the full command line, including the executable plus its arguments.
getCommandLine() - Method in interface org.gradle.process.BaseExecSpec
Returns the full command line, including the executable plus its arguments.
getCompileClasspath() - Method in interface org.gradle.api.tasks.SourceSet
Returns the classpath used to compile this source.
getCompileClasspath() - Method in interface org.gradle.language.java.JavaSourceSet
 
getCompileClasspath() - Method in interface org.gradle.language.scala.ScalaLanguageSourceSet
 
getCompileConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the compile configuration for this source set.
getCompileJavaTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the compile Java task for this source set.
getCompiler() - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
 
getCompiler(ScalaJavaJointCompileSpec) - Method in class org.gradle.language.scala.tasks.PlatformScalaCompile
 
getCompilerArgs() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns any additional arguments to be passed to the compiler.
getCompilerArgs() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Additional arguments to provide to the compiler.
getCompilerArgs() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
Additional arguments to provide to the compiler.
getCompilerOutput() - Method in interface org.gradle.tooling.model.idea.IdeaModule
Returns information about idea compiler output (output dirs, inheritance of output dir, etc.)
getCompileTaskName(String) - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of a compile task for this source set.
getComponent() - Method in interface org.gradle.ide.visualstudio.VisualStudioProject
The component that this project represents.
getComponent() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
The component that this solution represents.
getComponent() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
The component that this binary was built from.
getComponent() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
The component that this binary was built from.
getComponent() - Method in interface org.gradle.nativeplatform.NativeLibraryBinarySpec
The component that this binary was built from.
getComponent() - Method in interface org.gradle.nativeplatform.test.cunit.CUnitTestSuiteBinarySpec
The component that this binary was built from.
getComponent() - Method in interface org.gradle.nativeplatform.test.googletest.GoogleTestTestSuiteBinarySpec
The component that this binary was built from.
getComponent() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The component that this binary was built from.
getComponents() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Returns the component metadata handler for this project.
getComponents() - Method in interface org.gradle.api.artifacts.result.ArtifactResolutionResult
Return a set of ComponentResults representing all requested components.
getComponents() - Method in interface org.gradle.api.Project
Returns the software components produced by this project.
getComponentSelection() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Returns the currently configured version selection rules object.
getCompression() - Method in class org.gradle.api.tasks.bundling.Tar
Returns the compression that is used for this archive.
getCompressor() - Method in class org.gradle.api.tasks.bundling.Zip
 
getConf() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
A comma separated list of public configurations in which this artifact is published.
getConf2ScopeMappings() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the set of rules for how to map Gradle dependencies to Maven scopes.
getConfiguration() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the dependency configuration name.
getConfiguration() - Method in interface org.gradle.api.artifacts.ModuleDependency
Returns the configuration of this dependency module (not the configurations this dependency belongs too).
getConfiguration() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the configuration under which this instance was resolved.
getConfiguration() - Method in class org.gradle.api.tasks.Upload
Returns the configuration to upload.
getConfigurations() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the configuration container used for mapping configurations to Maven scopes.
getConfigurations() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the configurations of this handler.
getConfigurations() - Method in interface org.gradle.api.Project
Returns the configurations of this project.
getConfigurations() - Method in interface org.gradle.api.publish.ivy.IvyPublication
Returns the complete set of configurations for this publication.
getConfigurations() - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Returns the configurations to generate the report for.
getConfigurationScript() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
A Groovy script file that configures the compiler, allowing extensive control over how the code is compiled.
getConfiguredContextHandlers() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getConfMapping() - Method in interface org.gradle.api.publish.ivy.IvyDependency
The configuration mapping string that will be output for this dependency.
getConnectors() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getContent() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getContentRoot() - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
 
getContentRoot() - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
getContentRoots() - Method in interface org.gradle.tooling.model.idea.IdeaModule
All content roots.
getContents() - Method in interface org.gradle.api.distribution.Distribution
The contents of the distribution.
getContextPath() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the context path to use to deploy the web application.
getContextRoot() - Method in interface org.gradle.plugins.ear.descriptor.EarWebModule
The context-root element specifies the context root of a web application.
getConvention() - Method in interface org.gradle.api.Project
Returns the Convention for this project.
getConvention() - Method in interface org.gradle.api.Task
Returns the Convention object for this task.
getCppCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the C++ compiler.
getCppCompiler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the C++ compiler.
getCreateStaticLib() - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec.TasksCollection
The create static library task.
getCredentials() - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
Returns the username and password credentials used to authenticate to this repository.
getCredentials(Class<T>) - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
Returns the credentials of the specified type used to authenticate with this repository.
getCsv() - Method in interface org.gradle.testing.jacoco.tasks.JacocoReportsContainer
The JaCoCo (single file) CSV report
getCurrentDir() - Method in class org.gradle.StartParameter
Returns the directory to use to select the default project, and to search for the settings file.
getDaemonServer() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Server (host:port) on which the compile daemon is running.
getDate() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the date that should be used when publishing this artifact.
getDebug() - Method in class org.gradle.api.tasks.JavaExec
Returns true if debugging is enabled for the process.
getDebug() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for debug level.
getDebug() - Method in class org.gradle.api.tasks.testing.Test
Returns true if debugging is enabled for the process.
getDebug() - Method in interface org.gradle.process.JavaForkOptions
Returns true if debugging is enabled for the process.
getDebugLevel() - Method in class org.gradle.api.tasks.compile.DebugOptions
Tells which debugging information is to be generated.
getDebugLevel() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Generate debugging information.
getDebugOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns options for generating debugging information.
getDefaultCharacterEncoding() - Method in class org.gradle.api.tasks.JavaExec
Returns the default character encoding to use.
getDefaultCharacterEncoding() - Method in class org.gradle.api.tasks.testing.Test
Returns the default character encoding to use.
getDefaultCharacterEncoding() - Method in interface org.gradle.process.JavaForkOptions
Returns the default character encoding to use.
getDefaultExtension() - Method in enum org.gradle.api.tasks.bundling.Compression
 
getDefaultJvmOpts() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
 
getDefaultJvmOpts() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The application's default JVM options.
getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
 
getDefaultTasks() - Method in interface org.gradle.api.Project
Returns the names of the default tasks of this project.
getDelete() - Method in class org.gradle.api.tasks.Delete
Returns the set of files which will be deleted by this task.
getDependencies() - Method in interface org.gradle.api.artifacts.ClientModule
Returns all the dependencies added to the client module.
getDependencies() - Method in interface org.gradle.api.artifacts.Configuration
Gets the set of dependencies directly contained in this configuration (ignoring superconfigurations).
getDependencies() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the dependencies for this POM.
getDependencies() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns the set of dependencies which will be resolved.
getDependencies() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the dependencies of this component.
getDependencies() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the dependencies of the script.
getDependencies() - Method in interface org.gradle.api.Project
Returns the dependency handler of this project.
getDependencies(Task) - Method in interface org.gradle.api.tasks.TaskDependency
Determines the dependencies for the given Task.
getDependencies() - Method in interface org.gradle.tooling.model.idea.IdeaModule
dependencies of this module (i.e.
getDependencyCacheDir() - Method in class org.gradle.api.tasks.compile.JavaCompile
 
getDependencyModule() - Method in interface org.gradle.tooling.model.idea.IdeaModuleDependency
returns dependency module
getDependencyNotation() - Method in class org.gradle.play.tasks.TwirlCompile
 
getDependencyProject() - Method in interface org.gradle.api.artifacts.ProjectDependency
Returns the project associated with this project dependency.
getDependents() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the incoming dependencies of this component.
getDependOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns options for using the Ant <depend> task.
getDependsOn() - Method in interface org.gradle.api.Task
Returns the dependencies of this task.
getDepth() - Method in interface org.gradle.api.Project
Returns the nesting level of a project in a multi-project hierarchy.
getDescription() - Method in interface org.gradle.api.artifacts.Configuration
Returns the description for this configuration.
getDescription() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
Returns a human-consumable description of this selection reason.
getDescription() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the description.
getDescription() - Method in interface org.gradle.api.Project
Returns the description of this project.
getDescription() - Method in interface org.gradle.api.Rule
Returns the description of the rule.
getDescription() - Method in interface org.gradle.api.Task
Returns the description of this task.
getDescription() - Method in class org.gradle.api.tasks.ant.AntTarget
Returns the description of this task.
getDescription() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The application description.
getDescription() - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
A description of the security role.
getDescription() - Method in interface org.gradle.tooling.Failure
Returns a long description of the failure.
getDescription() - Method in interface org.gradle.tooling.model.Element
Returns the description of the element, or null if it has no description.
getDescription() - Method in interface org.gradle.tooling.model.Launchable
Returns the description of this launchable, or null if it has no description.
getDescription() - Method in interface org.gradle.tooling.model.Task
Returns the description of this task, or null if it has no description.
getDescription() - Method in interface org.gradle.tooling.ProgressEvent
A description of the current piece of work.
getDescriptor() - Method in interface org.gradle.api.publish.ivy.IvyPublication
The module descriptor that will be published.
getDescriptor() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
The module descriptor metadata.
getDescriptor() - Method in exception org.gradle.model.InvalidModelRuleException
 
getDescriptor() - Method in interface org.gradle.tooling.events.ProgressEvent
Returns the description of the operation for which progress is reported.
getDescriptor() - Method in interface org.gradle.tooling.events.test.TestProgressEvent
Returns the description of the test for which progress is reported.
getDescriptorDestination() - Method in class org.gradle.api.tasks.Upload
Returns the path to generate the dependency descriptor to.
getDestination() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
The file the descriptor will be written to.
getDestination() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
The file the POM will be written to.
getDestination() - Method in interface org.gradle.api.reporting.Report
The location on the filesystem of the report when it is generated.
getDestination() - Method in interface org.gradle.api.tasks.testing.TestOutputEvent
Destination of the message
getDestinationDir() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the directory where the archive is generated into.
getDestinationDir() - Method in class org.gradle.api.tasks.compile.AbstractCompile
Returns the directory to generate the .class files into.
getDestinationDir() - Method in class org.gradle.api.tasks.Copy
Returns the directory to copy files into.
getDestinationDir() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the directory to generate the documentation into.
getDestinationDir() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the directory to generate the documentation into.
getDestinationDir() - Method in class org.gradle.api.tasks.scala.ScalaDoc
Returns the directory to generate the API documentation into.
getDestinationDir() - Method in class org.gradle.api.tasks.Sync
Returns the directory to copy files into.
getDestinationDir() - Method in class org.gradle.api.tasks.testing.TestReport
Returns the directory to write the HTML report to.
getDestinationDir() - Method in class org.gradle.play.tasks.JavaScriptMinify
Returns the output directory that processed javascript is written to.
getDestinationDir() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getDestinationDir() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getDestinationDirectory() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getDestinationDirectory() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getDidWork() - Method in interface org.gradle.api.Task
Checks if the task actually did any work.
getDidWork() - Method in interface org.gradle.api.tasks.TaskState
Checks if the task actually did any work.
getDidWork() - Method in interface org.gradle.api.tasks.WorkResult
 
getDir() - Method in interface org.gradle.api.file.ConfigurableFileTree
Returns the base directory of this file tree.
getDir() - Method in interface org.gradle.api.file.DirectoryTree
Returns the base directory of this tree.
getDir() - Method in class org.gradle.api.tasks.GradleBuild
Returns the project directory for the build.
getDirectory() - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
getDirectory() - Method in interface org.gradle.tooling.model.SourceDirectory
Returns the source directory.
getDirMode() - Method in interface org.gradle.api.file.CopyProcessingSpec
Returns the Unix permissions to use for the target directories.
getDirMode() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the Unix permissions to use for the target directories.
getDirs() - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Returns the directories where this repository will look for artifacts.
getDirs() - Method in interface org.gradle.api.tasks.SourceSetOutput
Returns all dirs registered with #dir method.
getDisplayGranularity() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the display granularity of the events to be logged.
getDisplayName() - Method in interface org.gradle.api.artifacts.component.ComponentIdentifier
Returns a human-consumable display name for this identifier.
getDisplayName() - Method in interface org.gradle.api.artifacts.component.ComponentSelector
Returns a human-consumable display name for this selector.
getDisplayName() - Method in interface org.gradle.api.reporting.Report
A more descriptive name of this report.
getDisplayName() - Method in interface org.gradle.api.resources.Resource
Human readable name of this resource
getDisplayName() - Method in interface org.gradle.language.base.LanguageSourceSet
 
getDisplayName() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
getDisplayName() - Method in interface org.gradle.nativeplatform.BuildType
Returns a human-consumable name for this build type.
getDisplayName() - Method in interface org.gradle.nativeplatform.Flavor
Returns a human-consumable display name for this flavor.
getDisplayName() - Method in interface org.gradle.nativeplatform.platform.Architecture
Returns a human-consumable display name for this architecture.
getDisplayName() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
Returns a human-consumable display name for this operating system.
getDisplayName() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getDisplayName() - Method in interface org.gradle.platform.base.Binary
Returns a human-consumable display name for this binary.
getDisplayName() - Method in interface org.gradle.platform.base.BinarySpec
Returns a human-consumable display name for this binary.
getDisplayName() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getDisplayName() - Method in interface org.gradle.platform.base.ComponentSpec
Returns a human-consumable display name for this component.
getDisplayName() - Method in interface org.gradle.platform.base.Platform
Returns a human consumable name for this platform.
getDisplayName() - Method in interface org.gradle.platform.base.ToolChain
Returns a human consumable name for this tool chain.
getDisplayName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The application display name.
getDisplayName() - Method in interface org.gradle.tooling.events.OperationDescriptor
Returns a human consumable display name for the operation.
getDisplayName() - Method in interface org.gradle.tooling.events.ProgressEvent
Returns a human consumable short description of the event.
getDisplayName() - Method in interface org.gradle.tooling.model.Launchable
Returns a human-consumable display name for this launchable.
getDistributionBase() - Method in class org.gradle.api.tasks.wrapper.Wrapper
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
getDistributionPath() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the path where the gradle distributions needed by the wrapper are unzipped.
getDistributionUrl() - Method in class org.gradle.api.tasks.wrapper.Wrapper
The URL to download the gradle distribution from.
getDocEncoding() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getDoclet() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getDoclet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getDocletpath() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getDocletpath() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getDocTitle() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the title for the package index(first) page.
getDocTitle() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the main frame title.
getDocTitle() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getDocURL() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the docURL value.
getDuplicatesStrategy() - Method in interface org.gradle.api.file.CopySpec
Returns the strategy to use when trying to copy more than one file to the same destination.
getDuplicatesStrategy() - Method in interface org.gradle.api.file.FileCopyDetails
The strategy to use if there is already a file at this file's destination.
getDuplicatesStrategy() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the strategy to use when trying to copy more than one file to the same destination.
getEffectiveManifest() - Method in interface org.gradle.api.java.archives.Manifest
Returns a new manifest instance where all the attribute values are expanded (e.g.
getEffectivePom() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns a POM with the generated dependencies and the MavenPom.whenConfigured(org.gradle.api.Action) actions applied.
getEmacs() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
The findbugs Emacs report
getEnableAssertions() - Method in class org.gradle.api.tasks.JavaExec
Returns true if assertions are enabled for the process.
getEnableAssertions() - Method in class org.gradle.api.tasks.testing.Test
Returns true if assertions are enabled for the process.
getEnableAssertions() - Method in interface org.gradle.process.JavaForkOptions
Returns true if assertions are enabled for the process.
getEnabled() - Method in interface org.gradle.api.reporting.ReportContainer
Returns an immutable collection of all the enabled Report objects in this container.
getEnabled() - Method in interface org.gradle.api.Task
Returns if this task is enabled or not.
getEncoding() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns the character encoding to be used when reading source files.
getEncoding() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Tells the source encoding.
getEncoding() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getEncoding() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getEncoding() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Encoding of source files.
getEncoding() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
 
getEncoding() - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
getEndTime() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the time when this test completed execution.
getEndTime() - Method in interface org.gradle.tooling.events.OperationResult
Returns the time when the operation finished its execution.
getEntryCompression() - Method in class org.gradle.api.tasks.bundling.Zip
Returns the compression level of the entries of the archive.
getEntryPoint() - Method in interface org.gradle.api.reporting.DirectoryReport
Returns the entry point of a directory based Report This can be the index.html file in a html report
getEnvironment() - Method in class org.gradle.api.tasks.AbstractExecTask
The environment variables to use for the process.
getEnvironment() - Method in class org.gradle.api.tasks.JavaExec
The environment variables to use for the process.
getEnvironment() - Method in class org.gradle.api.tasks.testing.Test
The environment variables to use for the process.
getEnvironment() - Method in interface org.gradle.process.ProcessForkOptions
The environment variables to use for the process.
getError() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for error level.
getErrorOutput() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the output stream to consume standard error from the process executing the command.
getErrorOutput() - Method in class org.gradle.api.tasks.JavaExec
Returns the output stream to consume standard error from the process executing the command.
getErrorOutput() - Method in interface org.gradle.process.BaseExecSpec
Returns the output stream to consume standard error from the process executing the command.
getEvaluator() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getEvents() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the events to be logged.
getEventTime() - Method in interface org.gradle.tooling.events.ProgressEvent
Returns the time this event was triggered.
getException() - Method in interface org.gradle.api.tasks.testing.TestResult
If the test failed with an exception, this will be the exception.
getExceptionFormat() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the format to be used for logging test exceptions.
getExceptions() - Method in interface org.gradle.api.tasks.testing.TestResult
If the test failed with any exceptions, this will contain the exceptions.
getExcludeDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
The set of excluded directories.
getExcludeDocFilesSubDir() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getExcludedTaskNames() - Method in class org.gradle.StartParameter
Returns the names of the tasks to be excluded from this build.
getExcludeRules() - Method in interface org.gradle.api.artifacts.Configuration
Returns the exclude rules applied for resolving any dependency of this configuration.
getExcludeRules() - Method in interface org.gradle.api.artifacts.ModuleDependency
Returns the exclude rules for this dependency.
getExcludes() - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
getExcludes() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the set of exclude patterns.
getExcludes() - Method in class org.gradle.api.tasks.SourceTask
Returns the set of exclude patterns.
getExcludes() - Method in class org.gradle.api.tasks.testing.Test
Returns the exclude patterns for test execution.
getExcludes() - Method in interface org.gradle.api.tasks.util.PatternFilterable
Returns the set of exclude patterns.
getExcludes() - Method in class org.gradle.api.tasks.util.PatternSet
 
getExcludeSpecs() - Method in class org.gradle.api.tasks.util.PatternSet
 
getExecActionFactory() - Method in class org.gradle.api.tasks.AbstractExecTask
 
getExecResult() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the result for the command run by this task.
getExecutable() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the name of the executable to use.
getExecutable() - Method in class org.gradle.api.tasks.compile.ForkOptions
Returns the compiler executable to be used.
getExecutable() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the Javadoc executable to use to generate the Javadoc.
getExecutable() - Method in class org.gradle.api.tasks.JavaExec
Returns the name of the executable to use.
getExecutable() - Method in class org.gradle.api.tasks.testing.Test
Returns the name of the executable to use.
getExecutable() - Method in interface org.gradle.nativeplatform.toolchain.GccCommandLineToolConfiguration
The name of the executable file for this tool.
getExecutable() - Method in interface org.gradle.process.ProcessForkOptions
Returns the name of the executable to use.
getExecutableFile() - Method in interface org.gradle.nativeplatform.NativeExecutableBinary
The executable file.
getExecutableFile() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
The executable file.
getExecutableFile() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The executable file.
getExecutables() - Method in interface org.gradle.nativeplatform.NativeComponentExtension
The NativeExecutableSpec components produced by the build.
getExecuted() - Method in interface org.gradle.api.ProjectState
Returns true if this project has been evaluated.
getExecuted() - Method in interface org.gradle.api.tasks.TaskState
Returns true if this task has been executed.
getExitEnvironmentVar() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
The environment variable to use to control exit value (windows only)
getExitEnvironmentVar() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The environment variable to use to control exit value (Windows only).
getExitValue() - Method in interface org.gradle.process.ExecResult
Returns the exit value of the process.
getExported() - Method in interface org.gradle.tooling.model.idea.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 interface org.gradle.language.nativeplatform.HeaderExportingSourceSet
The headers as a directory set.
getExtDirs() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getExtDirs() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getExtDocUrl() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
 
getExtends() - Method in interface org.gradle.api.publish.ivy.IvyConfiguration
The set of names of extended configurations, added via IvyConfiguration.extend(String).
getExtendsFrom() - Method in interface org.gradle.api.artifacts.Configuration
Returns the names of the configurations which this configuration extends from.
getExtension() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
Returns the extension of this artifact.
getExtension() - Method in interface org.gradle.api.artifacts.DependencyArtifact
Returns the extension of this dependency artifact.
getExtension() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the extension of this published artifact.
getExtension() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getExtension() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
The extension used to publish the artifact file, never null.
getExtension() - Method in interface org.gradle.api.publish.maven.MavenArtifact
The extension used to publish the artifact file, never null.
getExtension() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the extension part of the archive name.
getExtensionDirs() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns the extension dirs to be used for the compiler process.
getExtensions() - Method in interface org.gradle.api.plugins.ExtensionAware
The container of extensions.
getExtensions() - Method in interface org.gradle.api.Project
Allows adding DSL extensions to the project.
getExtensionsAsDynamicObject() - Method in interface org.gradle.api.plugins.Convention
Returns a dynamic object which represents the properties and methods contributed by the extensions and convention objects contained in this convention.
getExtraInfo() - Method in interface org.gradle.api.artifacts.ivy.IvyModuleDescriptor
Returns an IvyExtraInfo representing the "extra" info declared in this descriptor.
getExtraInfo() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Returns the extra info element spec for this publication
getExtraProperties() - Method in interface org.gradle.api.plugins.ExtensionContainer
The extra properties extension in this extension container.
getExtraScanTargets() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getFailedTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the number of failed atomic tests executed for this test.
getFailure() - Method in interface org.gradle.api.artifacts.result.UnresolvedArtifactResult
The failure that occurred when the artifact was resolved.
getFailure() - Method in interface org.gradle.api.artifacts.result.UnresolvedComponentResult
Returns the failure that occurred when trying to resolve the component.
getFailure() - Method in interface org.gradle.api.artifacts.result.UnresolvedDependencyResult
The failure that occurred.
getFailure() - Method in interface org.gradle.api.ProjectState
Returns the exception describing the project failure, if any.
getFailure() - Method in interface org.gradle.api.tasks.TaskState
Returns the exception describing the task failure, if any.
getFailure() - Method in class org.gradle.BuildResult
 
getFailures() - Method in interface org.gradle.tooling.events.FailureResult
Returns the failures that occurred while running the operation, if any.
getFailures() - Method in interface org.gradle.tooling.events.test.TestFailureResult
Returns the exceptions that occurred while running the test operation, if any.
getFile() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the file of this artifact.
getFile() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getFile() - Method in interface org.gradle.api.artifacts.result.ResolvedArtifactResult
The file for the artifact.
getFile() - Method in interface org.gradle.api.file.FileTreeElement
Returns the file being visited.
getFile(File) - Method in class org.gradle.api.file.RelativePath
 
getFile() - Method in exception org.gradle.api.file.UnableToDeleteFileException
 
getFile() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
The actual file contents to publish.
getFile() - Method in interface org.gradle.api.publish.maven.MavenArtifact
The actual file contents to publish.
getFile() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
The input file, which may no longer exist.
getFile() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
Returns the target file.
getFile() - Method in interface org.gradle.tooling.model.ExternalDependency
Returns the file for this dependency.
getFile() - Method in interface org.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
Returns the file for this dependency.
getFileExtensions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Returns the list of acceptable source file extensions.
getFileLookup() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getFileLookup() - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
getFileMode() - Method in interface org.gradle.api.file.CopyProcessingSpec
Returns the Unix permissions to use for the target files.
getFileMode() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the Unix permissions to use for the target files.
getFileName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The name of the descriptor file, typically "application.xml"
getFileResolver() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
getFileResolver() - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
getFileResolver() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
 
getFileResolver() - Method in class org.gradle.api.reporting.components.ComponentReport
 
getFileResolver() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getFileResolver() - Method in class org.gradle.api.tasks.JavaExec
 
getFileResolver() - Method in class org.gradle.api.tasks.testing.Test
 
getFileResolver() - Method in class org.gradle.play.tasks.JavaScriptMinify
 
getFileResolver() - Method in class org.gradle.sonar.runner.tasks.SonarRunner
 
getFiles(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
Returns successfully resolved files for successfully resolved dependencies.
getFiles() - Method in interface org.gradle.api.artifacts.PublishArtifactSet
 
getFiles() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns a FileCollection which contains the resolved set of files.
getFiles(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the files for the specified subset of configuration dependencies.
getFiles() - Method in interface org.gradle.api.file.FileCollection
Returns the contents of this collection as a Set.
getFiles() - Method in interface org.gradle.api.tasks.TaskInputs
Returns the input files of this task.
getFiles() - Method in interface org.gradle.api.tasks.TaskOutputs
Returns the output files of this task.
getFiles() - Method in interface org.gradle.jvm.Classpath
 
getFileSystem() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getFilter() - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Returns the default filter being used.
getFilter() - Method in interface org.gradle.api.file.SourceDirectorySet
Returns the filter used to select the source from the source directories.
getFilter() - Method in class org.gradle.api.tasks.testing.Test
Allows filtering tests for execution.
getFiltersFile() - Method in interface org.gradle.ide.visualstudio.VisualStudioProject
Configuration for the generated filters file.
getFinalizedBy() - Method in interface org.gradle.api.Task
Returns tasks that finalize this task.
getFirstLevelModuleDependencies(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
Returns successfully resolved dependencies.
getFirstLevelModuleDependencies() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the ResolvedDependency instances for each direct dependency of the configuration.
getFirstLevelModuleDependencies(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec.
getFlavor() - Method in interface org.gradle.nativeplatform.NativeBinary
The flavor that this binary was built with.
getFlavor() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
The flavor that this binary was built with.
getFooter() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the HTML footer for each page.
getFooter() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the footer for each page.
getFooter() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getForce() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Whether to force the compilation of all files.
getForcedModules() - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Returns currently configured forced modules.
getForkEvery() - Method in class org.gradle.api.tasks.testing.Test
Returns the maximum number of test classes to execute in a forked test process.
getForkOptions() - Method in class org.gradle.api.tasks.compile.CompileOptions
Returns options for running the compiler in a child process.
getForkOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Returns options for running the Groovy compiler in a separate process.
getForkOptions() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Options for running the Scala compiler in a separate process.
getForkOptions() - Method in class org.gradle.play.tasks.JavaScriptMinify
The fork options to be applied to the javascript compiler.
getForkOptions() - Method in class org.gradle.play.tasks.PlayRun
fork options for the running a play application.
getForkOptions() - Method in class org.gradle.play.tasks.RoutesCompile
 
getForkOptions() - Method in class org.gradle.play.tasks.TwirlCompile
fork options for the twirl compiler.
getForkOptions() - Method in class org.gradle.sonar.runner.SonarRunnerRootExtension
Options for the Sonar Runner process.
getForkOptions() - Method in class org.gradle.sonar.runner.tasks.SonarRunner
Options for the analysis process.
getForPlatform(P) - Method in interface org.gradle.platform.base.ToolChainRegistry
Returns the best tool chain to build for the target platform.
getFrom() - Method in interface org.gradle.api.artifacts.result.DependencyResult
Returns the origin of the dependency.
getFrom() - Method in interface org.gradle.api.file.ConfigurableFileCollection
Returns the set of source paths for this collection.
getFullName() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
getGeneralCompileCaches() - Method in class org.gradle.api.tasks.compile.JavaCompile
 
getGeneratedJavaScript() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getGeneratedScala() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getGeneratedSourceDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
The set of generated source directories.
getGeneratedTestDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
The set of generated test directories.
getGeneratorTask() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
getGradle() - Method in interface org.gradle.api.initialization.Settings
Returns the Gradle instance for the current build.
getGradle() - Method in interface org.gradle.api.invocation.Gradle
Returns this Gradle instance.
getGradle() - Method in interface org.gradle.api.Project
Returns the Gradle invocation which this project belongs to.
getGradle() - Method in class org.gradle.BuildResult
 
getGradle() - Method in interface org.gradle.tooling.model.build.BuildEnvironment
Returns information about the Gradle environment, for example the Gradle version.
getGradleHomeDir() - Method in interface org.gradle.api.invocation.Gradle
Returns the Gradle home directory, if any.
getGradleModuleVersion() - Method in interface org.gradle.tooling.model.ExternalDependency
Returns the Gradle module information for this dependency, or null if the dependency does not originate from a remote repository.
getGradleProject() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
The gradle project that is associated with this project.
getGradleProject() - Method in interface org.gradle.tooling.model.HasGradleProject
The associated Gradle project.
getGradleProject() - Method in interface org.gradle.tooling.model.idea.IdeaModule
The gradle project that is associated with this module.
getGradleUserHome() - Method in interface org.gradle.tooling.model.build.GradleEnvironment
Informs about the Gradle user home.
getGradleUserHomeDir() - Method in interface org.gradle.api.invocation.Gradle
Returns the Gradle user home directory.
getGradleUserHomeDir() - Method in class org.gradle.StartParameter
Returns the directory to use as the user home directory.
getGradleVersion() - Method in interface org.gradle.api.invocation.Gradle
Returns the current Gradle version.
getGradleVersion() - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The Gradle version to run the build with.
getGradleVersion() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the gradle version for the wrapper.
getGradleVersion() - Method in interface org.gradle.tooling.model.build.GradleEnvironment
Informs about the Gradle version.
getGroovy() - Method in interface org.gradle.api.tasks.GroovySourceSet
Returns the source to be compiled by the Groovy compiler for this source set.
getGroovyClasspath() - Method in class org.gradle.api.tasks.compile.GroovyCompile
Returns the classpath containing the version of Groovy to use for compilation.
getGroovyClasspath() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the classpath containing the Groovy library to be used.
getGroovyOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompile
Gets the options for the Groovy compilation.
getGroup() - Method in interface org.gradle.api.artifacts.component.ModuleComponentIdentifier
The module group of the component.
getGroup() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
The group of the module to select the component from.
getGroup() - Method in interface org.gradle.api.artifacts.Dependency
Returns the group of this dependency.
getGroup() - Method in interface org.gradle.api.artifacts.ExcludeRule
The exact name of the organization or group that should be excluded.
getGroup() - Method in interface org.gradle.api.artifacts.Module
 
getGroup() - Method in interface org.gradle.api.artifacts.ModuleIdentifier
The group of the module.
getGroup() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
The group of the module.
getGroup() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
The group of the module.
getGroup() - Method in interface org.gradle.api.Project
Returns the group of this project.
getGroup() - Method in interface org.gradle.api.Task
Returns the task group which this task belongs to.
getGroup() - Method in interface org.gradle.tooling.model.GradleModuleVersion
The group of the module, for example 'org.gradle'.
getGroupId() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the group id for this POM.
getGroupId() - Method in interface org.gradle.api.publish.maven.MavenDependency
The groupId value for this dependency.
getGroupId() - Method in interface org.gradle.api.publish.maven.MavenPublication
Returns the groupId for this publication.
getGroups() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHasInputs() - Method in interface org.gradle.api.tasks.TaskInputs
Returns true if this task has declared the inputs that it consumes.
getHasOutput() - Method in interface org.gradle.api.tasks.TaskOutputs
Returns true if this task has declared any outputs.
getHasSourceFiles() - Method in interface org.gradle.api.tasks.TaskInputs
Returns true if this task has declared that it accepts source files.
getHeader() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the HTML header for each page.
getHeader() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the header for each page.
getHeader() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getHeader() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHeaderDir() - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
getHeaderDirs() - Method in interface org.gradle.nativeplatform.NativeLibraryBinary
 
getHeaders() - Method in interface org.gradle.nativeplatform.PrebuiltLibrary
The headers exported by this library.
getHeaders() - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
 
getHelpFile() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHierarchy() - Method in interface org.gradle.api.artifacts.Configuration
Gets a ordered set including this configuration and all superconfigurations recursively.
getHtml() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
The codenarc HTML report
getHtml() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
The findbugs HTML report
getHtml() - Method in interface org.gradle.api.plugins.quality.PmdReports
The pmd (single file) HTML report
getHtml() - Method in interface org.gradle.api.reporting.BuildDashboardReports
The build dashboard HTML report
getHtml() - Method in interface org.gradle.api.reporting.dependencies.DependencyReportContainer
The dependency HTML report
getHtml() - Method in interface org.gradle.api.tasks.testing.TestTaskReports
A HTML report indicate the results of the test execution.
getHtml() - Method in interface org.gradle.testing.jacoco.tasks.JacocoReportsContainer
The JaCoCo HTML report
getHttpPort() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
getHttpPort() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
getHttpPort() - Method in class org.gradle.play.tasks.PlayRun
 
getId() - Method in interface org.gradle.api.artifacts.ClientModule
Returns the id of the client module.
getId() - Method in interface org.gradle.api.artifacts.ComponentMetadata
Returns the identifier of the component.
getId() - Method in interface org.gradle.api.artifacts.ComponentModuleMetadata
The identifier of the module.
getId() - Method in interface org.gradle.api.artifacts.ResolvedModuleVersion
The identifier of this resolved module version.
getId() - Method in interface org.gradle.api.artifacts.result.ComponentResult
Returns the ID of the requested component.
getId() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the identifier of this component.
getId() - Method in interface org.gradle.api.plugins.AppliedPlugin
The ID of the plugin.
getId() - Method in interface org.gradle.tooling.model.gradle.GradlePublication
Returns the unique identifier of the publication.
getIgnoreFailures() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Whether a comparison between non identical builds will fail the task execution.
getIgnoreFailures() - Method in class org.gradle.api.tasks.testing.Test
Specifies whether the build should break when the verifications performed by this task fail.
getIgnoreFailures() - Method in interface org.gradle.api.tasks.VerificationTask
Specifies whether the build should break when the verifications performed by this task fail.
getImplicitHeaders() - Method in interface org.gradle.language.nativeplatform.HeaderExportingSourceSet
The headers that are private to this source set and implicitly available.
getIncludeEmptyDirs() - Method in interface org.gradle.api.file.CopySpec
Tells if empty target directories will be included in the copy.
getIncludeEmptyDirs() - Method in class org.gradle.api.tasks.AbstractCopyTask
Tells if empty target directories will be included in the copy.
getIncludePatterns() - Method in interface org.gradle.api.tasks.testing.TestFilter
Returns the included test name patterns.
getIncludeRoots() - Method in interface org.gradle.nativeplatform.NativeDependencySet
Returns the header file directories to use at compile time.
getIncludes() - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
getIncludes() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the set of include patterns.
getIncludes() - Method in class org.gradle.api.tasks.SourceTask
Returns the set of include patterns.
getIncludes() - Method in class org.gradle.api.tasks.testing.Test
Returns the include patterns for test execution.
getIncludes() - Method in interface org.gradle.api.tasks.util.PatternFilterable
Returns the set of include patterns.
getIncludes() - Method in class org.gradle.api.tasks.util.PatternSet
 
getIncludes() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Returns the header directories to be used for compilation.
getIncludes() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
Returns the header directories to be used for compilation.
getIncludeSpecs() - Method in class org.gradle.api.tasks.util.PatternSet
 
getIncoming() - Method in interface org.gradle.api.artifacts.Configuration
Returns the incoming dependencies of this configuration.
getIncrementalCompilerBuilder() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
getIncrementalCompilerBuilder() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
getIncrementalOptions() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
getInfo() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Gets logging options for info level.
getInheritOutputDirs() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
whether current module should inherit project's output directory.
getInitializeInOrder() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Whether to initialize modules in the order they appear in the descriptor, with the exception of client modules.
getInitScripts() - Method in class org.gradle.StartParameter
Returns all explicitly added init scripts that will be run before the build starts.
getInputFile() - Method in class org.gradle.plugins.ide.api.GeneratorTask
The input file to load the initial configuration from.
getInputFiles() - Method in interface org.gradle.api.resources.TextResource
Returns the input files registered when this resource is used as task input.
getInputProperties() - Method in interface org.gradle.api.resources.TextResource
Returns the input properties registered when this resource is used as task input.
getInputReports() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
 
getInputs() - Method in interface org.gradle.api.Task
Returns the inputs of this task.
getInputTypes() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getInstall() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec.TasksCollection
The install task.
getInstall() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec.TasksCollection
The install task.
getInstallDir() - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
The directory where Visual Studio or Visual C++ is installed.
getInstantiator() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
getInstantiator() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
getInstantiator() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
 
getInstantiator() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getInstantiator() - Method in class org.gradle.api.tasks.testing.Test
 
getInstantiator() - Method in class org.gradle.plugins.ide.api.GeneratorTask
 
getInstructions() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns all existing instruction.
getIvyPublisher() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
 
getIvyStatus() - Method in interface org.gradle.api.artifacts.ivy.IvyModuleDescriptor
Returns the status attribute of the info element in this descriptor.
getJar() - Method in interface org.gradle.jvm.JvmBinaryTasks
The jar task used to create an archive for this binary.
getJarFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper jar file to.
getJarFile() - Method in interface org.gradle.jvm.JarBinarySpec
The jar file output for this binary.
getJarFile() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getJarTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the Jar task for this source set.
getJarURL() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
Returns the jar URL of the file
getJava() - Method in interface org.gradle.api.tasks.SourceSet
Returns the Java source which is to be compiled by the Java compiler into the class output directory.
getJava() - Method in interface org.gradle.tooling.model.build.BuildEnvironment
Returns information about the Java environment, for example the Java home or the JVM args used.
getJavaConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
getJavadoc() - Method in interface org.gradle.tooling.model.ExternalDependency
Returns the Javadoc directory or archive for this dependency, or null if no Javadoc is available.
getJavadoc() - Method in interface org.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
Returns the Javadoc directory/archive for this dependency.
getJavaHome() - Method in interface org.gradle.tooling.model.build.JavaEnvironment
The Java home used for Gradle operations (for example running tasks or acquiring model information).
getJavaPlatform() - Method in interface org.gradle.play.platform.PlayPlatform
 
getJdkName() - Method in interface org.gradle.tooling.model.idea.IdeaProject
Returns the name of the JDK.
getJettyConfig() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the jetty configuration file to use.
getJettyEnvXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getJettyEnvXmlFile() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getJFlags() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getJFlags() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getJs() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
getJs() - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
getJs() - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
getJsHint() - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
getJsonReport() - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
getJunitXml() - Method in interface org.gradle.api.tasks.testing.TestTaskReports
The test results in “JUnit XML” format.
getJvmArgs() - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Returns any additional JVM arguments for the compiler process.
getJvmArgs() - Method in class org.gradle.api.tasks.JavaExec
Returns the extra arguments to use to launch the JVM for the process.
getJvmArgs() - Method in class org.gradle.api.tasks.testing.Test
Returns the extra arguments to use to launch the JVM for the process.
getJvmArgs() - Method in interface org.gradle.process.JavaForkOptions
Returns the extra arguments to use to launch the JVM for the process.
getJvmArguments() - Method in interface org.gradle.tooling.model.build.JavaEnvironment
The JVM arguments used to start the Java process that handles Gradle operations (for example running tasks or acquiring model information).
getJvmTestKind() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
Returns what kind of test this is.
getKey() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Returns the key that is to be merged.
getKind() - Method in interface org.gradle.plugins.ide.eclipse.model.ClasspathEntry
 
getLabel() - Method in enum org.gradle.tooling.events.test.JvmTestKind
Returns a label for the test kind.
getLanguageLevel() - Method in interface org.gradle.tooling.model.idea.IdeaProject
Returns the language level to use within the current project.
getLastModified() - Method in interface org.gradle.api.file.FileTreeElement
Returns the last modified time of this file.
getLastName() - Method in class org.gradle.api.file.RelativePath
 
getLenientConfiguration() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Provides configuration that does not fail eagerly when some dependencies are not resolved.
getLevel() - Method in interface org.gradle.api.logging.LoggingManager
Returns the current logging level.
getLevel() - Method in interface org.gradle.tooling.model.idea.IdeaLanguageLevel
Gets the level value
getLibraries() - Method in interface org.gradle.nativeplatform.NativeComponentExtension
The NativeLibrarySpec components produced by the build.
getLibrary() - Method in interface org.gradle.nativeplatform.NativeLibraryBinarySpec
The library that this binary belongs to.
getLibrary() - Method in interface org.gradle.platform.base.LibraryBinarySpec
The library that this binary belongs to.
getLibraryDirectory() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The name of the directory to look for libraries in.
getLibraryName() - Method in interface org.gradle.nativeplatform.NativeLibraryRequirement
The name of the required library.
getLibs() - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
The libraries that this source set requires.
getLibs() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
The libraries that should be linked into this binary.
getLicense() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the license.
getLifecycle() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for lifecycle level.
getLink() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec.TasksCollection
The link task.
getLink() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec.TasksCollection
Returns the link task for this binary.
getLink() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec.TasksCollection
The link task.
getLinkage() - Method in interface org.gradle.nativeplatform.NativeLibraryRequirement
The required linkage.
getLinkedResources() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the linked resources for this project.
getLinker() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
The settings used for linking this binary.
getLinker() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the linker.
getLinker() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the linker.
getLinkFiles() - Method in interface org.gradle.nativeplatform.NativeDependencySet
Returns the files to use at link time.
getLinkFiles() - Method in interface org.gradle.nativeplatform.NativeLibraryBinary
 
getLinks() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the links to groovydoc/javadoc output at the given URL.
getLinks() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getLinksOffline() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getListenerManager() - Method in class org.gradle.api.tasks.testing.Test
 
getLocale() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getLocale() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getLocation() - Method in interface org.gradle.ide.visualstudio.ConfigFile
The location where this file will be generated.
getLocation() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
The local file system absolute path of the target of the linked resource.
getLocationUri() - Method in interface org.gradle.tooling.model.eclipse.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(Class) - Static method in class org.gradle.api.logging.Logging
Returns the logger for the given class.
getLogger(String) - Static method in class org.gradle.api.logging.Logging
Returns the logger with the given name.
getLogger() - Method in interface org.gradle.api.Project
Returns the logger for this project.
getLogger() - Method in interface org.gradle.api.Script
Returns the logger for this script.
getLogger() - Method in interface org.gradle.api.Task
Returns the logger for this task.
getLogging() - Method in interface org.gradle.api.Project
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this project's build script.
getLogging() - Method in interface org.gradle.api.Script
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this script.
getLogging() - Method in interface org.gradle.api.Task
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this task.
getLoggingLevel() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Specifies the amount of logging.
getLoggingManagerFactory() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
 
getLoggingPhases() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Phases of the compiler to log.
getM2Compatible() - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
Tells whether a Maven style layout is to be used for the 'organisation' part, replacing any dots with forward slashes.
getMacros() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Macros that should be defined for the compiler.
getMacros() - Method in interface org.gradle.language.PreprocessingTool
The set of preprocessor macros to define when compiling this binary.
getMacros() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
Macros that should be defined for the compiler.
getMain() - Method in class org.gradle.api.tasks.JavaExec
Returns the fully qualified name of the Main class to be executed.
getMain() - Method in interface org.gradle.process.JavaExecSpec
Returns the fully qualified name of the Main class to be executed.
getMainArtifact() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the main artifact for this deployment.
getMainClassName() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
 
getMainClassName() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The main classname used to start the Java application.
getMainSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getMajorVersion() - Method in enum org.gradle.api.JavaVersion
 
getManifest() - Method in class org.gradle.jvm.tasks.Jar
Returns the manifest for this JAR archive.
getMapping(Collection<Configuration>) - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns a scope that corresponds to the given configurations.
getMappings() - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns a map with all the configuration to scope mappings.
getMavenPomDir() - Method in class org.gradle.api.plugins.MavenPluginConvention
Returns the directory to generate Maven POMs into.
getMavenRepositoryLocator() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
 
getMaxGranularity() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the maximum granularity of the events to be logged.
getMaxHeapSize() - Method in class org.gradle.api.plugins.antlr.AntlrTask
The maximum heap size for the forked antlr process (ex: '1g').
getMaxHeapSize() - Method in class org.gradle.api.tasks.JavaExec
Returns the maximum heap size for the process, if any.
getMaxHeapSize() - Method in class org.gradle.api.tasks.testing.Test
Returns the maximum heap size for the process, if any.
getMaxHeapSize() - Method in interface org.gradle.process.JavaForkOptions
Returns the maximum heap size for the process, if any.
getMaxMemory() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the amount of memory allocated to this task.
getMaxParallelForks() - Method in class org.gradle.api.tasks.testing.Test
Returns the maximum number of forked test processes to execute in parallel.
getMaxWorkerCount() - Method in class org.gradle.StartParameter
Returns the maximum number of concurrent workers used for underlying build operations.
getMayHaveSources() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
getMemberLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getMemberLevel() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getMemoryInitialSize() - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Returns the initial heap size for the compiler process.
getMemoryMaximumSize() - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Returns the maximum heap size for the compiler process.
getMergeValue() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Returns the value for the key of the manifest that is the source for the merge.
getMessage() - Method in interface org.gradle.api.tasks.testing.TestOutputEvent
Message content
getMessage() - Method in interface org.gradle.tooling.Failure
Returns a short message (typically one line) for the failure.
getMetaInf() - Method in class org.gradle.jvm.tasks.Jar
 
getMethodName() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
Returns the name of the test method, if any.
getMinGranularity() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the minimum granularity of the events to be logged.
getMinHeapSize() - Method in class org.gradle.api.tasks.JavaExec
Returns the minimum heap size for the process, if any.
getMinHeapSize() - Method in class org.gradle.api.tasks.testing.Test
Returns the minimum heap size for the process, if any.
getMinHeapSize() - Method in interface org.gradle.process.JavaForkOptions
Returns the minimum heap size for the process, if any.
getMode() - Method in interface org.gradle.api.file.FileTreeElement
Returns the Unix permissions of this file, e.g.
getModel() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the underlying native Maven Model object.
getModel(Class<T>) - Method in interface org.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type for the default project.
getModel(Model, Class<T>) - Method in interface org.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type for the given element, usually a Gradle project.
getModel(Class<T>) - Method in interface org.gradle.tooling.ProjectConnection
Fetches a snapshot of the model of the given type for this project.
getModel(Class<T>, ResultHandler<? super T>) - Method in interface org.gradle.tooling.ProjectConnection
Starts fetching a snapshot of the given model, passing the result to the given handler when complete.
getModelRegistry() - Method in class org.gradle.api.reporting.components.ComponentReport
 
getModelRegistry() - Method in class org.gradle.api.reporting.model.ModelReport
 
getModule() - Method in interface org.gradle.api.artifacts.component.ModuleComponentIdentifier
The module name of the component.
getModule() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
The name of the module to select the component from.
getModule() - Method in interface org.gradle.api.artifacts.ExcludeRule
The exact name of the module that should be excluded.
getModule() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
Returns the ModuleIdentifier containing the group and the name of this module.
getModule() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module which this resolved dependency belongs to.
getModule() - Method in interface org.gradle.api.publish.ivy.IvyDependency
The module value for this dependency.
getModule() - Method in interface org.gradle.api.publish.ivy.IvyPublication
Returns the module for this publication.
getModuleArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency.
getModuleGroup() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module group of the resolved dependency.
getModuleName() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module name of the resolved dependency.
getModules() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Returns the component module metadata handler for this project.
getModules() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
List of module descriptors.
getModules() - Method in interface org.gradle.tooling.model.idea.IdeaProject
Returns the modules of this IDEA project.
getModuleTypeMappings() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Mapping of module paths to module types.
getModuleVersion() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
Returns the module which this artifact belongs to.
getModuleVersion() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the module version of the resolved dependency.
getModuleVersion() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the module version which this component belongs to, if any.
getModuleVersionIdentifier() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
Returns the identifier of the module that owns this artifact.
getMustRunAfter() - Method in interface org.gradle.api.Task
Returns tasks that this task must run after.
getName() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
Returns the name of this artifact.
getName() - Method in interface org.gradle.api.artifacts.Configuration
Returns the name of this configuration.
getName() - Method in interface org.gradle.api.artifacts.Dependency
Returns the name of this dependency.
getName() - Method in interface org.gradle.api.artifacts.DependencyArtifact
Returns the name of the dependency artifact.
getName() - Method in interface org.gradle.api.artifacts.Module
 
getName() - Method in interface org.gradle.api.artifacts.ModuleIdentifier
The name of the module.
getName() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
The name of the module.
getName() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
The name of the module.
getName() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the name of the artifact.
getName() - Method in interface org.gradle.api.artifacts.repositories.ArtifactRepository
Returns the name for this repository.
getName() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns the name of this set.
getName() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getName() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the name of the resolved dependency.
getName() - Method in interface org.gradle.api.distribution.Distribution
The name of this distribution.
getName() - Method in interface org.gradle.api.file.FileCopyDetails
Returns the base name of this file at the copy destination.
getName() - Method in interface org.gradle.api.file.FileTreeElement
Returns the base name of this file.
getName() - Method in interface org.gradle.api.file.SourceDirectorySet
A concise name for the source directory set (typically used to identify it in a collection).
getName() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the name of this project.
getName() - Method in interface org.gradle.api.Named
The object's name.
getName() - Method in interface org.gradle.api.plugins.AppliedPlugin
The name of the plugin.
getName() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the name.
getName() - Method in enum org.gradle.api.plugins.quality.TargetJdk
 
getName() - Method in interface org.gradle.api.Project
Returns the name of this project.
getName() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
The name used to publish the artifact file, never null.
getName() - Method in interface org.gradle.api.reporting.Report
The symbolic name of this report.
getName() - Method in interface org.gradle.api.Task
Returns the name of this task.
getName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of this source set.
getName() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
Returns the name of the test.
getName() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
getName() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getName() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getName() - Method in interface org.gradle.tooling.events.OperationDescriptor
Returns the name of the operation.
getName() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
The project-relative path of the linked resource as it appears in the workspace.
getName() - Method in interface org.gradle.tooling.model.Element
Returns the name of the element.
getName() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
Returns the name of this project.
getName() - Method in interface org.gradle.tooling.model.GradleModuleVersion
The name of the module, for example 'gradle-tooling-api'.
getName() - Method in interface org.gradle.tooling.model.Task
Returns the name of this task.
getName() - Method in interface org.gradle.tooling.model.TaskSelector
Returns the name that will be used to select tasks.
getNamer() - Method in interface org.gradle.api.NamedDomainObjectCollection
An object that represents the naming strategy used to name objects of this collection.
getNames() - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns the names of the objects in this collection as a Set of Strings.
getNamespace() - Method in interface org.gradle.api.plugins.AppliedPlugin
The namespace of the plugin.
getNoQualifiers() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getObjcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the Objective-C compiler.
getObjcppCompiler() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the Objective-C++ compiler.
getObjectFileDir() - Method in class org.gradle.language.assembler.tasks.Assemble
The directory where object files will be generated.
getObjectFileDir() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
The directory where object files will be generated.
getOperatingSystem() - Method in interface org.gradle.nativeplatform.platform.NativePlatform
The operating system being targeted.
getOperationLoggerFactory() - Method in class org.gradle.language.assembler.tasks.Assemble
 
getOperationLoggerFactory() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
getOperationLoggerFactory() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
getOptimizationOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Returns optimization options for the Groovy compiler.
getOption() - Method in interface org.gradle.external.javadoc.JavadocOptionFileOption
 
getOptionFiles() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getOptionFiles() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompile
Returns the options for Java compilation.
getOptions() - Method in class org.gradle.api.tasks.compile.JavaCompile
Returns the compilation options.
getOptions() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the Javadoc generation options.
getOptions() - Method in class org.gradle.api.tasks.testing.Test
Returns test framework specific options.
getOptions() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
Returns the Java compilation options.
getOptions() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getOptions() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getOptionsFile() - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
getOptsEnvironmentVar() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
The environment variable to use to provide additional options to the JVM
getOptsEnvironmentVar() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The environment variable to use to provide additional options to the JVM.
getOrCreateGlobalAnalysisMap() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
 
getOrganisation() - Method in interface org.gradle.api.publish.ivy.IvyDependency
The organisation value for this dependency.
getOrganisation() - Method in interface org.gradle.api.publish.ivy.IvyPublication
Returns the organisation for this publication.
getOutput() - Method in interface org.gradle.api.tasks.SourceSet
SourceSetOutput is a FileCollection of all output directories (compiled classes, processed resources, etc.) and it provides means to configure the default output dirs and register additional output dirs.
getOutputDir() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The directory to write the scripts into.
getOutputDir() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
The directory where object files will be generated.
getOutputDir() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
directory to store module's production classes and resources.
getOutputDirectory() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Returns the directory to generate the parser source files into.
getOutputDirectory() - Method in class org.gradle.play.tasks.RoutesCompile
Returns the directory to generate the parser source files into.
getOutputDirectory() - Method in class org.gradle.play.tasks.TwirlCompile
Returns the directory to generate the parser source files into.
getOutputFile() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the file which the report will be written to.
getOutputFile() - Method in class org.gradle.plugins.ide.api.GeneratorTask
The output file to write the final configuration to.
getOutputLevel() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getOutputLevel() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getOutputs() - Method in interface org.gradle.api.Task
Returns the outputs of this task.
getOutputType() - Method in interface org.gradle.api.reporting.DirectoryReport
getOutputType() - Method in interface org.gradle.api.reporting.Report
The type of output that the report generates.
getOutputType() - Method in interface org.gradle.api.reporting.SingleFileReport
Always returns Report.OutputType.FILE
getOverrideWebXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getOverview() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns a HTML file to be used for overview documentation.
getOverview() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getOverview() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getPackagelistLoc() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
 
getPackages() - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
Returns a list of package prefixes to be linked with an external site.
getPackaging() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the packaging for this POM.
getPackaging() - Method in interface org.gradle.api.publish.maven.MavenPom
Returns the packaging for this publication.
getParallelThreadCount() - Method in class org.gradle.StartParameter
Deprecated.
Use getMaxWorkerCount or isParallelProjectExecutionEnabled instead.
getParent() - Method in class org.gradle.api.file.RelativePath
Returns the parent of this path.
getParent() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the parent of this project, if any.
getParent() - Method in interface org.gradle.api.invocation.Gradle
Returns the parent build of this build, if any.
getParent() - Method in interface org.gradle.api.Project
Returns the parent project of this project, if any.
getParent() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
Returns the parent of this test, if any.
getParent() - Method in interface org.gradle.tooling.events.OperationDescriptor
Returns the parent operation, if any.
getParent() - Method in interface org.gradle.tooling.model.eclipse.EclipseProject
Returns the parent of this element, or null if there is no parent.
getParent() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the parent of this element, or null if there is no parent.
getParent() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
Returns the parent of this project, or null if this is the root project.
getParent() - Method in interface org.gradle.tooling.model.GradleProject
Returns the parent of this element, or null if there is no parent.
getParent() - Method in interface org.gradle.tooling.model.HierarchicalElement
Returns the parent of this element, or null if there is no parent.
getParent() - Method in interface org.gradle.tooling.model.idea.IdeaModule
Returns the project of this module.
getParentArtifacts(ResolvedDependency) - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent.
getParents() - Method in interface org.gradle.api.artifacts.ResolvedDependency
Returns the ResolvedDependency instances that have this instance as a transitive dependency.
getPassword() - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
Returns the password to use when authenticating to this repository.
getPath() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns the path of this set.
getPath() - Method in interface org.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the copy destination.
getPath() - Method in interface org.gradle.api.file.FileTreeElement
Returns the path of this file, relative to the root of the containing file tree.
getPath() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the path of this project.
getPath() - Method in interface org.gradle.api.Project
Returns the path of this project.
getPath() - Method in interface org.gradle.api.Task
Returns the path of the task, which is a fully qualified name for the task.
getPath() - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
The paths setting required for executing the tool chain.
getPath() - Method in interface org.gradle.plugins.ear.descriptor.EarModule
The connector element specifies the URI of an archive file, relative to the top level of the application package.
getPath() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
Returns the logical path for the file.
getPath() - Method in interface org.gradle.tooling.model.eclipse.EclipseProjectDependency
Returns the path to use for this project dependency.
getPath() - Method in interface org.gradle.tooling.model.eclipse.EclipseSourceDirectory
Returns the relative path for this source directory.
getPath() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
Returns the path of this project.
getPath() - Method in interface org.gradle.tooling.model.GradleProject
Returns the path of this project.
getPath() - Method in interface org.gradle.tooling.model.Task
Returns the path of this task.
getPathString() - Method in class org.gradle.api.file.RelativePath
 
getPatterns() - Method in interface org.gradle.api.file.DirectoryTree
Returns the patterns which select the files under the base directory.
getPayloadType() - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getPlatform() - Method in class org.gradle.api.tasks.compile.JavaCompile
 
getPlatform() - Method in class org.gradle.language.java.tasks.PlatformJavaCompile
 
getPlatform() - Method in class org.gradle.language.scala.tasks.PlatformScalaCompile
 
getPlatform() - Method in interface org.gradle.nativeplatform.toolchain.NativePlatformToolChain
Returns the platform which this tool chain builds for.
getPlay() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
 
getPlayPlatform() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
 
getPlayRun() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
 
getPlayTest() - Method in class org.gradle.play.plugins.PlayPluginConfigurations
 
getPlayVersion() - Method in interface org.gradle.play.platform.PlayPlatform
 
getPlugin(Class<T>) - Method in interface org.gradle.api.plugins.Convention
Locates the plugin convention object with the given type.
getPlugin(String) - Method in interface org.gradle.api.plugins.PluginContainer
Returns a plugin with the specified id if this plugin has been used in the project.
getPlugin(Class<T>) - Method in interface org.gradle.api.plugins.PluginContainer
Returns a plugin with the specified type if this plugin has been used in the project.
getPluginManager() - Method in interface org.gradle.api.plugins.PluginAware
The plugin manager for this plugin aware object.
getPlugins() - Method in interface org.gradle.api.plugins.Convention
Returns the plugin convention objects contained in this convention.
getPlugins() - Method in interface org.gradle.api.plugins.PluginAware
The container of plugins that have been applied to this object.
getPom() - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Returns the POM property of the custom filter.
getPom() - Method in interface org.gradle.api.publish.maven.MavenPublication
The POM that will be published.
getPom() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
The Maven POM.
getPomArtifact() - Method in interface org.gradle.api.artifacts.maven.MavenDeployment
Returns the POM for this deployment.
getPort() - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
 
getPort() - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
getPreCompiledHeaderInclude() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Returns the pre-compiled header object file to be used during compilation
getPreCompiledHeaders() - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
Returns any pre-compiled headers configured for this source set.
getPreCompiledHeaders() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
getPrefixHeaderFile() - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
 
getPrefixHeaderFile() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Returns the pre-compiled header file to be used during compilation
getPrefixHeaderFile() - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
 
getPriority() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the priority.
getProblem() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
the exception that is the cause of unresolved state
getProcessBuilderFactory() - Method in class org.gradle.api.tasks.testing.Test
 
getProcessResourcesTaskName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the resource process task for this source set.
getProgressLoggerFactory() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
getProgressLoggerFactory() - Method in class org.gradle.api.tasks.testing.Test
 
getProject() - Method in interface org.gradle.api.Project
Returns this project.
getProject() - Method in interface org.gradle.api.Task
Returns the Project which this task belongs to.
getProject() - Method in interface org.gradle.tooling.model.GradleTask
Returns the Gradle project this task is defined in.
getProject() - Method in interface org.gradle.tooling.model.idea.IdeaModule
Returns the project of this module.
getProject() - Method in interface org.gradle.tooling.model.Task
Deprecated.
Do not use this method. It is assumed that the caller already has a reference to owning project.
getProjectCacheDir() - Method in class org.gradle.StartParameter
Returns the project's cache dir.
getProjectConfiguration() - Method in interface org.gradle.api.artifacts.ProjectDependency
Returns the configuration associated with this project dependency.
getProjectDependencies() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the project dependencies for this project.
getProjectDir() - Method in interface org.gradle.api.initialization.ProjectDescriptor
Returns the project directory of this project.
getProjectDir() - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The “root” directory of the build.
getProjectDir() - Method in interface org.gradle.api.Project
The directory containing the project build file.
getProjectDir() - Method in class org.gradle.StartParameter
Returns the project dir to use to select the default project.
getProjectDirectory() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the project directory for this project.
getProjectDirectory() - Method in interface org.gradle.tooling.model.gradle.BasicGradleProject
Returns the project directory for this project.
getProjectDirectory() - Method in interface org.gradle.tooling.model.GradleProject
Returns the project directory for this project.
getProjectFile() - Method in interface org.gradle.ide.visualstudio.VisualStudioProject
Configuration for the generated project file.
getProjectPath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentIdentifier
Returns the path of the project which the component belongs to.
getProjectPath() - Method in interface org.gradle.api.artifacts.component.ProjectComponentSelector
The path of the project to select the component from.
getProjectPath() - Method in interface org.gradle.nativeplatform.NativeLibraryRequirement
The path to the project containing the library.
getProjectPath() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getProjectPath() - Method in interface org.gradle.platform.base.ComponentSpec
The path the the project containing this component.
getProjectPath() - Method in interface org.gradle.platform.base.ComponentSpecIdentifier
 
getProjectPath() - Method in interface org.gradle.TaskExecutionRequest
Project path associated with this task request if any.
getProjectProperties() - Method in class org.gradle.StartParameter
 
getProjects() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
Returns the set of projects to generate a report for.
getProjects() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the set of project to generate this report for.
getProjects() - Method in interface org.gradle.ide.visualstudio.VisualStudioExtension
The VisualStudioProjects generated.
getProjects() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
The set of projects included in this solution.
getProjects() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
Returns the set of all projects for this build.
getProjectTaskLister() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
getProperties() - Method in class org.gradle.api.AntBuilder
Returns the properties of the Ant project.
getProperties() - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
Returns all of the registered properties and their current values as a map.
getProperties() - Method in interface org.gradle.api.Project
Returns the properties of this project.
getProperties() - Method in interface org.gradle.api.tasks.TaskInputs
Returns the set of input properties for this task.
getProperties() - Method in class org.gradle.sonar.runner.SonarProperties
The Sonar properties for the current Gradle project that are to be passed to the Sonar runner.
getPropertiesFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper properties to.
getPublication() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
The publication to be published.
getPublication() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
The publication to be published.
getPublicationInternal() - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
 
getPublications() - Method in interface org.gradle.api.publish.PublishingExtension
The publications of the project.
getPublications() - Method in interface org.gradle.tooling.model.gradle.ProjectPublications
Returns the publications for this project.
getPublicationServices() - Method in class org.gradle.api.tasks.Upload
 
getPublishedCode() - Method in class org.gradle.api.tasks.scala.IncrementalCompileOptions
Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.
getQuiet() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for quiet level.
getRcCompiler() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the Windows resources compiler.
getReferences() - Method in class org.gradle.api.AntBuilder
Returns the references of the Ant project.
getRelativePath() - Method in interface org.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the copy destination.
getRelativePath() - Method in interface org.gradle.api.file.FileTreeElement
Returns the path of this file, relative to the root of the containing file tree.
getRelativeSourcePath() - Method in interface org.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the containing file tree.
getReload() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the reload mode, which is either "automatic" or "manual".
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
 
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.ProjectReportTask
 
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
 
getRenderer() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
getReplacedBy() - Method in interface org.gradle.api.artifacts.ComponentModuleMetadata
The identifier of module that replaces this module.
getReportDir() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The directory that will contain the HTML comparison report and any other report files.
getReports() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
getReports() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
The reports to be generated by this task.
getReports() - Method in interface org.gradle.api.reporting.Reporting
A ReportContainer instance.
getReports() - Method in class org.gradle.api.tasks.testing.Test
The reports that this task potentially produces.
getRepositories() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns a handler to create repositories which are used for retrieving dependencies for the script classpath.
getRepositories() - Method in interface org.gradle.api.Project
Returns a handler to create repositories which are used for retrieving dependencies and uploading artifacts produced by the project.
getRepositories() - Method in interface org.gradle.api.publish.PublishingExtension
The container of possible repositories to publish to.
getRepositories() - Method in class org.gradle.api.tasks.Upload
Returns the repositories to upload to.
getRepository() - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Returns the repository o be used for uploading artifacts.
getRepository() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
The repository to publish to.
getRepository() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
The repository to publish to.
getRepositoryTransportFactory() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
 
getRequest() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
Returns the query object that was requested in this resolution.
getRequested() - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
The module, before it is resolved.
getRequested() - Method in interface org.gradle.api.artifacts.DependencySubstitution
The dependency, before it is resolved.
getRequested() - Method in interface org.gradle.api.artifacts.result.DependencyResult
Returns the requested component.
getRequestLog() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getResolutionResult() - Method in interface org.gradle.api.artifacts.ResolvableDependencies
Returns an instance of ResolutionResult that gives access to the graph of the resolved dependencies.
getResolutionStrategy() - Method in interface org.gradle.api.artifacts.Configuration
Returns the resolution strategy used by this configuration.
getResolve() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Returns the meta-data provider used when resolving artifacts from this repository.
getResolvedArtifacts() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
Returns the set of artifact meta-data for this configuration.
getResolvedComponents() - Method in interface org.gradle.api.artifacts.result.ArtifactResolutionResult
Return a set of ComponentResults representing all successfully resolved components.
getResolvedConfiguration() - Method in interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
getResource() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getResourceDirs() - Method in interface org.gradle.play.JvmClasses
A set of resource directories for this binary.
getResources() - Method in interface org.gradle.api.Project
Provides access to resource-specific utility methods, for example factory methods that create various resources.
getResources() - Method in interface org.gradle.api.Script
Provides access to resource-specific utility methods, for example factory methods that create various resources.
getResources() - Method in interface org.gradle.api.tasks.SourceSet
Returns the non-Java resources which are to be copied into the resources output directory.
getResourcesDir() - Method in interface org.gradle.api.tasks.SourceSetOutput
Returns the output directory for resources
getResourcesDir() - Method in interface org.gradle.jvm.JvmBinarySpec
The resources directory for this binary.
getResourceUrl(String) - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
 
getResourceUrl(String) - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
getResult() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getResult() - Method in interface org.gradle.tooling.events.FinishEvent
Returns the result of the finished operation.
getResult() - Method in interface org.gradle.tooling.events.test.TestFinishEvent
Returns the result of the finished test operation.
getResultType() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the type of result.
getResultType() - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getRevision() - Method in interface org.gradle.api.publish.ivy.IvyDependency
The revision value for this dependency.
getRevision() - Method in interface org.gradle.api.publish.ivy.IvyPublication
Returns the revision for this publication.
getRhinoClasspath() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getRhinoClasspath() - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
getRhinoOptions() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
getRoleName() - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
The name of the security role.
getRoot() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
Gives access to the root of resolved dependency graph.
getRootDir() - Method in interface org.gradle.api.initialization.Settings
Returns the root directory of the build.
getRootDir() - Method in interface org.gradle.api.Project
Returns the root directory of this project.
getRootDirectory() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
The content root directory.
getRootProject() - Method in interface org.gradle.api.initialization.Settings
Returns the root project of the build.
getRootProject() - Method in interface org.gradle.api.invocation.Gradle
Returns the root project of this build.
getRootProject() - Method in interface org.gradle.api.Project
Returns the root project for the hierarchy that this project belongs to.
getRootProject() - Method in interface org.gradle.tooling.model.gradle.GradleBuild
Returns the root project for this build.
getRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
 
getRootSpec() - Method in class org.gradle.api.tasks.Copy
 
getRootSpec() - Method in class org.gradle.api.tasks.Sync
 
getRules() - Method in interface org.gradle.api.artifacts.ExcludeRuleContainer
Returns all the exclude rules added to this container.
getRules() - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns the rules used by this collection.
getRun() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec.TasksCollection
The run task.
getRuntimeClasspath() - Method in interface org.gradle.api.tasks.SourceSet
Returns the classpath used to execute this source.
getRuntimeConfigurationName() - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of the runtime configuration for this source set.
getRuntimeFiles() - Method in interface org.gradle.nativeplatform.NativeDependencySet
Returns the files to use at runtime.
getRuntimeFiles() - Method in interface org.gradle.nativeplatform.NativeLibraryBinary
 
getScala() - Method in interface org.gradle.api.tasks.ScalaSourceSet
Returns the source to be compiled by the Scala compiler for this source set.
getScalaClasspath() - Method in class org.gradle.api.tasks.scala.ScalaCompile
Returns the classpath to use to load the Scala compiler.
getScalaClasspath() - Method in class org.gradle.api.tasks.scala.ScalaDoc
Returns the classpath to use to load the ScalaDoc tool.
getScalaCompatibilityVersion() - Method in interface org.gradle.language.scala.ScalaPlatform
 
getScalaCompileOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
getScalaCompileOptions() - Method in class org.gradle.language.scala.tasks.AbstractScalaCompile
Returns the Scala compilation options.
getScalaDocOptions() - Method in class org.gradle.api.tasks.scala.ScalaDoc
Returns the ScalaDoc generation options.
getScalaPlatform() - Method in interface org.gradle.play.platform.PlayPlatform
 
getScalaVersion(File) - Method in class org.gradle.api.tasks.ScalaRuntime
Determines the version of a Scala Jar file (scala-compiler, scala-library, scala-jdbc, etc.).
getScalaVersion() - Method in interface org.gradle.language.scala.ScalaPlatform
 
getScanIntervalSeconds() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the interval in seconds between scanning the web app for file changes.
getScanner() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getScannerListeners() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getScanTargetPatterns() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getScanTargets() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
getScope() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the Maven scope name.
getScope() - Method in interface org.gradle.tooling.model.idea.IdeaDependency
scope of the current dependency.
getScope() - Method in interface org.gradle.tooling.model.idea.IdeaDependencyScope
 
getScopeMappings() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the scope mappings used for generating this POM.
getScript() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
getScriptArgs() - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
getScriptFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper script to.
getScriptRelPath() - Method in interface org.gradle.jvm.application.scripts.JavaAppStartScriptGenerationDetails
The path of the script, relative to the application home directory.
getSecretKey() - Method in interface org.gradle.api.credentials.AwsCredentials
Returns the secret key to use to authenticate with AWS.
getSection() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Returns the section this merge details belongs to.
getSections() - Method in interface org.gradle.api.java.archives.Manifest
Returns the sections of the manifest (excluding the main section).
getSecurityRoles() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
List of security roles.
getSegments() - Method in class org.gradle.api.file.RelativePath
 
getSelected() - Method in interface org.gradle.api.artifacts.result.ResolvedDependencyResult
Returns the selected component.
getSelectionReason() - Method in interface org.gradle.api.artifacts.result.ResolvedComponentResult
Returns the reason why this particular component was selected in the result.
getSelector() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
The module selector of the dependency.
getServer() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getSettings() - Method in interface org.gradle.api.artifacts.maven.MavenResolver
Returns a Maven settings object.
getSettings() - Method in interface org.gradle.api.initialization.Settings
Returns this settings object.
getSettingsDir() - Method in interface org.gradle.api.initialization.Settings
Returns the settings directory of the build.
getSettingsFile() - Method in class org.gradle.StartParameter
Returns the explicit settings file to use for the build, or null.
getShared() - Method in interface org.gradle.nativeplatform.NativeLibrarySpec
Converts this library to a native library requirement that uses the shared library variant.
getSharedLibraryFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinary
The shared library file.
getSharedLibraryFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library file.
getSharedLibraryLinkFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinary
The shared library link file.
getSharedLibraryLinkFile() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library link file.
getShouldRunAfter() - Method in interface org.gradle.api.Task
Returns tasks that this task should run after.
getShowCauses() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Tells whether causes of exceptions that occur during test execution will be logged.
getShowExceptions() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Tells whether exceptions that occur during test execution will be logged.
getShowStackTraces() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Tells whether stack traces of exceptions that occur during test execution will be logged.
getShowStandardStreams() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Tells whether output on standard out and standard error will be logged.
getSingleFile() - Method in interface org.gradle.api.file.FileCollection
Returns the content of this collection, asserting it contains exactly one file.
getSize() - Method in interface org.gradle.api.file.FileTreeElement
Returns the size of this file.
getSkipMessage() - Method in interface org.gradle.api.tasks.TaskState
Returns a message describing why the task was skipped.
getSkipped() - Method in interface org.gradle.api.tasks.TaskState
Returns true if the execution of this task was skipped for some reason.
getSkippedTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the number of skipped atomic tests executed for this test.
getSnapshotRepository() - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Returns the repository o be used for uploading snapshot artifacts.
getSolutionFile() - Method in interface org.gradle.ide.visualstudio.VisualStudioSolution
Configuration for the generated solution file.
getSolutions() - Method in interface org.gradle.ide.visualstudio.VisualStudioExtension
The VisualStudioSolutions generated.
getSonarProperties() - Method in class org.gradle.sonar.runner.tasks.SonarRunner
The String key/value pairs to be passed to the Sonar Runner.
getSource() - Method in class org.gradle.api.tasks.AbstractCopyTask
Returns the source files for this task.
getSource() - Method in class org.gradle.api.tasks.SourceTask
Returns the source for this task, after the include and exclude patterns have been applied.
getSource() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getSource() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getSource() - Method in class org.gradle.language.assembler.tasks.Assemble
 
getSource() - Method in interface org.gradle.language.base.LanguageSourceSet
The source files.
getSource() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
getSource() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Returns the source files to be compiled.
getSource() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
Returns the source files to be compiled.
getSource() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getSource() - Method in interface org.gradle.platform.base.BinarySpec
The source sets used to compile this binary.
getSource() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getSource() - Method in interface org.gradle.platform.base.ComponentSpec
The source sets that are used to build this component.
getSource() - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getSource() - Method in interface org.gradle.tooling.model.ExternalDependency
Returns the source directory or archive for this dependency, or null if no source is available.
getSource() - Method in interface org.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
Returns the source directory/archive for this dependency.
getSourceBuild() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The specification of how to invoke the source build.
getSourceCompatibility() - Method in class org.gradle.api.tasks.compile.AbstractCompile
Returns the Java language level to use to compile the source files.
getSourceDir() - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
getSourceDirectories() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the source directories for this project.
getSourceDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
The set of source directories.
getSourceFile() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the file containing the source for the script, if any.
getSourceFile() - Method in interface org.gradle.tooling.model.gradle.GradleScript
Returns the source file for this script, or null if this script has no associated source file.
getSourceFiles() - Method in interface org.gradle.api.tasks.TaskInputs
Returns the set of source files for this task.
getSourceName() - Method in interface org.gradle.api.file.FileCopyDetails
Returns the base name of this file at the copy source.
getSourceNames() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
getSourceNames() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getSourcePath() - Method in interface org.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the containing file tree.
getSourcepath() - Method in class org.gradle.api.tasks.compile.CompileOptions
The source path to use for the compilation.
getSources() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getSourceURI() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Returns the URI for the script source, if any.
getSpecs() - Method in class org.gradle.api.specs.CompositeSpec
 
getSrcDirs() - Method in interface org.gradle.api.file.SourceDirectorySet
Returns the source directories which make up this set.
getSrcDirTrees() - Method in interface org.gradle.api.file.SourceDirectorySet
Returns the source directory trees which make up this set.
getStackTraceFilters() - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the set of filters to be used for sanitizing test stack traces.
getStandardErrorCaptureLevel() - Method in interface org.gradle.api.logging.LoggingManager
Returns the log level that output written to System.err will be mapped to.
getStandardInput() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the standard input stream for the process executing the command.
getStandardInput() - Method in class org.gradle.api.tasks.JavaExec
Returns the standard input stream for the process executing the command.
getStandardInput() - Method in interface org.gradle.process.BaseExecSpec
Returns the standard input stream for the process executing the command.
getStandardOutput() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the output stream to consume standard output from the process executing the command.
getStandardOutput() - Method in class org.gradle.api.tasks.JavaExec
Returns the output stream to consume standard output from the process executing the command.
getStandardOutput() - Method in interface org.gradle.process.BaseExecSpec
Returns the output stream to consume standard output from the process executing the command.
getStandardOutputCaptureLevel() - Method in interface org.gradle.api.logging.LoggingManager
Returns the log level that output written to System.out will be mapped to.
getStartParameter() - Method in interface org.gradle.api.initialization.Settings
Returns the set of parameters used to invoke this instance of Gradle.
getStartParameter() - Method in interface org.gradle.api.invocation.Gradle
Returns the StartParameter used to start this build.
getStartParameter() - Method in class org.gradle.api.tasks.GradleBuild
Returns the full set of parameters that will be used to execute the build.
getStartTime() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the time when this test started execution.
getStartTime() - Method in interface org.gradle.tooling.events.OperationResult
Returns the time when the operation started its execution.
getState() - Method in interface org.gradle.api.artifacts.Configuration
Returns the state of the configuration.
getState() - Method in interface org.gradle.api.Project
Returns the evaluation state of this project.
getState() - Method in interface org.gradle.api.Task
Returns the execution state of this task.
getStatic() - Method in interface org.gradle.nativeplatform.NativeLibrarySpec
Converts this library to a native library requirement that uses the static library variant.
getStaticLibArchiver() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
The static archiver settings used for creating this binary.
getStaticLibArchiver() - Method in interface org.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the archiver.
getStaticLibArchiver() - Method in interface org.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the archiver.
getStaticLibraryFile() - Method in interface org.gradle.nativeplatform.StaticLibraryBinary
The static library file.
getStaticLibraryFile() - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
The static library file.
getStatus() - Method in interface org.gradle.api.artifacts.ComponentMetadata
Returns the status of the component.
getStatus() - Method in interface org.gradle.api.artifacts.Module
 
getStatus() - Method in interface org.gradle.api.Project
Returns the status of this project.
getStatus() - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Returns the status for this publication.
getStatusScheme() - Method in interface org.gradle.api.artifacts.ComponentMetadata
Returns the status scheme of the component.
getStopKey() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the key to use to stop Jetty.
getStopKey() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
Returns the key to use to stop Jetty.
getStopKey() - Method in class org.gradle.api.plugins.jetty.JettyStop
Returns the stop key.
getStopPort() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the TCP port for Jetty to listen on for stop requests.
getStopPort() - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
Returns the TCP port for Jetty to listen on for stop requests.
getStopPort() - Method in class org.gradle.api.plugins.jetty.JettyStop
Returns the TCP port to use to send stop command.
getStubDir() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Returns the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
getStyleSheet() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the style sheet to override default style.
getStylesheetFile() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getSubprojects() - Method in interface org.gradle.api.Project
Returns the set containing the subprojects of this project.
getSuccessfulTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the number of successful atomic tests executed for this test.
getSuiteName() - Method in interface org.gradle.tooling.events.test.JvmTestOperationDescriptor
Returns the name of the test suite, if any.
getSupportedExtensions() - Method in enum org.gradle.api.tasks.bundling.Compression
 
getSymbolicName() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the symbolic name.
getSystemProperties() - Method in class org.gradle.api.tasks.JavaExec
Returns the system properties which will be used for the process.
getSystemProperties() - Method in class org.gradle.api.tasks.testing.Test
Returns the system properties which will be used for the process.
getSystemProperties() - Method in interface org.gradle.process.JavaForkOptions
Returns the system properties which will be used for the process.
getSystemPropertiesArgs() - Method in class org.gradle.StartParameter
 
getTagletPath() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTaglets() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTags() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTarget() - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
The target module selector used to resolve the dependency.
getTarget() - Method in class org.gradle.api.tasks.ant.AntTarget
Returns the Ant target to execute.
getTargetBuild() - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The specification of how to invoke the target build.
getTargetCompatibility() - Method in class org.gradle.api.tasks.compile.AbstractCompile
Returns the target JVM to generate the .class files for.
getTargetCompatibility() - Method in interface org.gradle.jvm.platform.JavaPlatform
 
getTargetFiles() - Method in class org.gradle.api.tasks.Delete
Returns the resolved set of files which will be deleted by this task.
getTargetPlatform() - Method in interface org.gradle.jvm.JvmBinarySpec
The target platform for this binary.
getTargetPlatform() - Method in class org.gradle.language.assembler.tasks.Assemble
The platform being targeted.
getTargetPlatform() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
The platform being targeted.
getTargetPlatform() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
The platform being targeted.
getTargetPlatform() - Method in interface org.gradle.nativeplatform.NativeBinary
Returns the NativePlatform that this binary is targeted to run on.
getTargetPlatform() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
Returns the NativePlatform that this binary is targeted to run on.
getTargetPlatform() - Method in interface org.gradle.play.PlayApplicationBinarySpec
 
getTargetProject() - Method in interface org.gradle.tooling.model.eclipse.EclipseProjectDependency
Returns the target of this dependency.
getTask() - Method in exception org.gradle.api.tasks.TaskExecutionException
 
getTaskDependencies() - Method in interface org.gradle.api.Task
Returns a TaskDependency which contains all the tasks that this task depends on.
getTaskDependencyFromProjectDependency(boolean, String) - Method in interface org.gradle.api.artifacts.Configuration
Returns a TaskDependency object containing dependencies on all tasks with the specified name from project dependencies related to this configuration or one of its super configurations.
getTaskGraph() - Method in interface org.gradle.api.invocation.Gradle
Returns the TaskExecutionGraph for this build.
getTaskName(String, String) - Method in interface org.gradle.api.tasks.SourceSet
Returns the name of a task for this source set.
getTaskNames() - Method in class org.gradle.StartParameter
Returns the names of the tasks to execute in this build.
getTaskRequests() - Method in class org.gradle.StartParameter
Returns the tasks to execute in this build.
getTasks() - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The tasks to execute.
getTasks() - Method in interface org.gradle.api.Project
Returns the tasks of this project.
getTasks() - Method in class org.gradle.api.tasks.GradleBuild
Returns the tasks that should be executed for this build.
getTasks() - Method in interface org.gradle.jvm.JvmBinarySpec
The set of tasks associated with this binary.
getTasks() - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
The set of tasks associated with this binary.
getTasks() - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
The set of tasks associated with this binary.
getTasks() - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
The set of tasks associated with this binary.
getTasks() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The set of tasks associated with this binary.
getTasks() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getTasks() - Method in interface org.gradle.platform.base.BinarySpec
The set of tasks associated with this binary.
getTasks() - Method in interface org.gradle.tooling.model.BuildableElement
Returns the tasks of this project.
getTasks() - Method in interface org.gradle.tooling.model.gradle.BuildInvocations
Returns the tasks that can be used to execute a build.
getTasks() - Method in interface org.gradle.tooling.model.GradleProject
Returns the tasks of this project.
getTasksByName(String, boolean) - Method in interface org.gradle.api.Project
Returns the set of tasks with the given name contained in this project, and optionally its subprojects.
getTaskSelectors() - Method in interface org.gradle.tooling.model.gradle.BuildInvocations
Returns tasks selectors that can be used to execute a build.
getTempDir() - Method in class org.gradle.api.tasks.compile.ForkOptions
Returns the directory used for temporary files that may be created to pass command line arguments to the compiler process.
getTemplate() - Method in interface org.gradle.jvm.application.scripts.TemplateBasedScriptGenerator
Gets the template reader used for generating script.
getTemporaryDir() - Method in interface org.gradle.api.Task
Returns a directory which this task can use to write temporary files to.
getTestClassesDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the root folder for the compiled test sources.
getTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
Returns the total number of atomic tests executed for this test.
getTestDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
The set of test source directories.
getTestedBinary() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The tested binary.
getTestedComponent() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteSpec
The tested component.
getTestedComponent() - Method in interface org.gradle.platform.base.test.TestSuiteSpec
The tested component.
getTestFramework() - Method in class org.gradle.api.tasks.testing.Test
 
getTestLogging() - Method in class org.gradle.api.tasks.testing.Test
Allows to set options related to which test events are logged to the console, and on which detail level.
getTestOutputDir() - Method in interface org.gradle.tooling.model.idea.IdeaCompilerOutput
directory to store module's test classes and resources.
getTestResultDirs() - Method in class org.gradle.api.tasks.testing.TestReport
Returns the set of binary test results to include in the report.
getTestSrcDirs() - Method in class org.gradle.api.tasks.testing.Test
Returns the directories containing the test source.
getTestSuite() - Method in interface org.gradle.nativeplatform.test.cunit.CUnitTestSuiteBinarySpec
Returns the test suite that this binary belongs to.
getTestSuite() - Method in interface org.gradle.nativeplatform.test.googletest.GoogleTestTestSuiteBinarySpec
Returns the test suite that this binary belongs to.
getTestSuite() - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
Returns the test suite that this binary belongs to.
getTestSuite() - Method in interface org.gradle.platform.base.test.TestSuiteBinarySpec
Returns the test suite that this binary belongs to.
getText() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
The codenarc text report
getText() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
The findbugs Text report
getText() - Method in interface org.gradle.api.plugins.quality.JDependReports
The jdepend text report
getText() - Method in interface org.gradle.api.resources.ResourceHandler
Returns a factory for creating TextResources from various sources such as strings, files, and archive entries.
getText() - Method in interface org.gradle.ide.visualstudio.TextProvider
The text content.
getTextOutputFactory() - Method in class org.gradle.api.reporting.components.ComponentReport
 
getTextOutputFactory() - Method in class org.gradle.api.reporting.model.ModelReport
 
getTextOutputFactory() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
 
getTextOutputFactory() - Method in class org.gradle.api.tasks.testing.Test
 
getTitle() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the title for the generated documentation.
getTitle() - Method in class org.gradle.api.tasks.scala.ScalaDoc
Returns the documentation title.
getToolChain() - Method in interface org.gradle.jvm.JvmBinarySpec
Returns the JavaToolChain that will be used to build this binary.
getToolChain() - Method in class org.gradle.language.assembler.tasks.Assemble
The tool chain being used to build.
getToolChain() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
The tool chain used for compilation.
getToolChain() - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
The tool chain used for compilation.
getToolChain() - Method in interface org.gradle.nativeplatform.NativeBinarySpec
Returns the NativeToolChain that will be used to build this binary.
getToolChain() - Method in class org.gradle.play.tasks.JavaScriptMinify
Returns the tool chain that will be used to compile the javascript source.
getToolChain() - Method in class org.gradle.play.tasks.RoutesCompile
Returns the tool chain that will be used to compile the routes source.
getToolResolver() - Method in class org.gradle.api.tasks.compile.JavaCompile
Returns the tool resolver that will be used to find the tool to compile the Java source.
getToolResolver() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns the the tool resolver which will be used to find the tool to generate the documention.
getToolResolver() - Method in interface org.gradle.jvm.JvmBinarySpec
Returns the JavaToolChain that will be used to build this binary.
getToolResolver() - Method in class org.gradle.language.scala.tasks.PlatformScalaCompile
 
getToolVersion() - Method in class org.gradle.sonar.runner.SonarRunnerRootExtension
Version of Sonar Runner JARs to use.
getTop() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the top text for each page.
getTransformer() - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
 
getType() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
Returns the type of this artifact.
getType() - Method in interface org.gradle.api.artifacts.DependencyArtifact
Returns the type of the dependency artifact.
getType() - Method in interface org.gradle.api.artifacts.PublishArtifact
Returns the type of the published artifact.
getType() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
 
getType() - Method in interface org.gradle.api.artifacts.result.ArtifactResult
 
getType() - Method in interface org.gradle.api.publish.ivy.IvyArtifact
The type used to publish the artifact file, never null.
getType() - Method in interface org.gradle.tooling.model.eclipse.EclipseLinkedResource
The resource type.
getTypeName() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
getTypeName() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
getTypeName() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
getUnixScript() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
Returns the full path to the Unix script.
getUnixStartScriptGenerator() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The UNIX-like start script generator.
getUnresolvedModuleDependencies() - Method in interface org.gradle.api.artifacts.LenientConfiguration
returns dependencies that were attempted to resolve but failed.
getUploadTaskName() - Method in interface org.gradle.api.artifacts.Configuration
Returns the name of the task that upload the artifacts of this configuration to repositories declared by the user.
getURI() - Method in interface org.gradle.api.resources.Resource
Uniform resource identifier that uniquely describes this resource
getUrl() - Method in interface org.gradle.api.artifacts.DependencyArtifact
Returns an URL under which this dependency artifact can be retrieved.
getUrl() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
The base URL of this repository.
getUrl() - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
The base URL of this repository.
getUrl() - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
Returns the base url for the external site.
getUsername() - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
Returns the user name to use when authenticating to this repository.
getUserRealms() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getValue() - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Returns the value for the key of the manifest after the merge takes place.
getValue(Convention, IConventionAware) - Method in interface org.gradle.api.tasks.ConventionValue
Deprecated.
Returns some object.
getValue() - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
getVendor() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the vendor.
getVersion() - Method in interface org.gradle.api.artifacts.component.ModuleComponentIdentifier
The module version of the component.
getVersion() - Method in interface org.gradle.api.artifacts.component.ModuleComponentSelector
The version of the module to select the component from.
getVersion() - Method in interface org.gradle.api.artifacts.Dependency
Returns the version of this dependency.
getVersion() - Method in interface org.gradle.api.artifacts.maven.MavenPom
Returns the version for this POM.
getVersion() - Method in interface org.gradle.api.artifacts.Module
 
getVersion() - Method in interface org.gradle.api.artifacts.ModuleVersionIdentifier
The version of the module
getVersion() - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
The version of the module
getVersion() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the version.
getVersion() - Method in interface org.gradle.api.Project
Returns the version of this project.
getVersion() - Method in interface org.gradle.api.publish.maven.MavenDependency
The version value for this dependency.
getVersion() - Method in interface org.gradle.api.publish.maven.MavenPublication
Returns the version for this publication.
getVersion() - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the version part of the archive name, if any.
getVersion() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
The version of application.xml.
getVersion() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
getVersion() - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
getVersion() - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
getVersion() - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
getVersion() - Method in interface org.gradle.tooling.model.GradleModuleVersion
The version, for example '1.0'.
getVersionComparator() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
getVersionRangeMapper() - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
 
getVersionSelectorScheme() - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
getWarConvention(Project) - Method in class org.gradle.api.plugins.jetty.JettyPlugin
 
getWarn() - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Gets logging options for warn level.
getWebApp() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
Returns the web application to deploy.
getWebAppConfig() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebAppSourceDirectory() - Method in class org.gradle.api.plugins.jetty.JettyRun
Returns the directory containing the web application source files.
getWebDefaultXml() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebXml() - Method in class org.gradle.api.plugins.jetty.JettyRun
Returns the web.xml file to use.
getWindowsScript() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
Returns the full path to the Windows script.
getWindowsSdkDir() - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
The directory where Windows SDK is installed.
getWindowsStartScriptGenerator() - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
The Windows start script generator.
getWindowTitle() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns the browser window title for the documentation.
getWindowTitle() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Returns the text to appear in the window title.
getWindowTitle() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
getWindowTitle() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
getWorkerProcessBuilderFactory() - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
getWorkerProcessBuilderFactory() - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getWorkerProcessBuilderFactory() - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
getWorkerType() - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getWorkingDir() - Method in class org.gradle.api.tasks.AbstractExecTask
Returns the working directory for the process.
getWorkingDir() - Method in class org.gradle.api.tasks.JavaExec
Returns the working directory for the process.
getWorkingDir() - Method in class org.gradle.api.tasks.testing.Test
Returns the working directory for the process.
getWorkingDir() - Method in interface org.gradle.process.ProcessForkOptions
Returns the working directory for the process.
getXml() - Method in interface org.gradle.api.plugins.quality.CheckstyleReports
The checkstyle XML report
getXml() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
The codenarc XML report
getXml() - Method in interface org.gradle.api.plugins.quality.FindBugsReports
The findbugs XML report
getXml() - Method in interface org.gradle.api.plugins.quality.JDependReports
The jdepend XML report
getXml() - Method in interface org.gradle.api.plugins.quality.PmdReports
The pmd (single file) XML report
getXml() - Method in interface org.gradle.testing.jacoco.tasks.JacocoReportsContainer
The JaCoCo (single file) XML report
getXmlTransformer() - Method in class org.gradle.plugins.ide.api.XmlGeneratorTask
 
getZincClasspath() - Method in class org.gradle.api.tasks.scala.ScalaCompile
Returns the classpath to use to load the Zinc incremental compiler.
GOOGLE_APIS_REPO_URL - Static variable in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
googleApis() - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
googleApis(Action<? super IvyArtifactRepository>) - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
GoogleTestPlugin - Class in org.gradle.nativeplatform.test.googletest.plugins
A plugin that sets up the infrastructure for testing native binaries with GoogleTest.
GoogleTestPlugin() - Constructor for class org.gradle.nativeplatform.test.googletest.plugins.GoogleTestPlugin
 
GoogleTestTestSuiteBinarySpec - Interface in org.gradle.nativeplatform.test.googletest
An executable which run a Google Test test suite.
GoogleTestTestSuiteSpec - Interface in org.gradle.nativeplatform.test.googletest
Test suite of Google Test tests.
Gradle - Interface in org.gradle.api.invocation
Represents an invocation of Gradle.
gradle() - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
gradle(Action<? super MavenArtifactRepository>) - Method in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
GRADLE_ARTIFACT_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
GRADLE_IVY_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
GRADLE_PROPERTIES - Static variable in interface org.gradle.api.Project
 
GRADLE_PUBLIC_JAVASCRIPT_REPO_URL - Static variable in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
GRADLE_USER_HOME_PROPERTY_KEY - Static variable in class org.gradle.StartParameter
 
gradleApi() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on the API of the current version of Gradle.
GradleBuild - Class in org.gradle.api.tasks
Executes a Gradle build.
GradleBuild() - Constructor for class org.gradle.api.tasks.GradleBuild
 
GradleBuild - Interface in org.gradle.tooling.model.gradle
Provides information about the structure of a Gradle build.
GradleBuildInvocationSpec - Interface in org.gradle.api.plugins.buildcomparison.gradle
A specification for launching a Gradle build with a specified Gradle version.
GradleConnectionException - Exception in org.gradle.tooling
Thrown when there is some problem using a Gradle connection.
GradleConnectionException(String) - Constructor for exception org.gradle.tooling.GradleConnectionException
 
GradleConnectionException(String, Throwable) - Constructor for exception org.gradle.tooling.GradleConnectionException
 
GradleConnector - Class in org.gradle.tooling
A GradleConnector is the main entry point to the Gradle tooling API.
GradleConnector() - Constructor for class org.gradle.tooling.GradleConnector
 
GradleEnvironment - Interface in org.gradle.tooling.model.build
Informs about the Gradle environment, for example the Gradle version.
GradleException - Exception in org.gradle.api
GradleException is the base class of all exceptions thrown by Gradle.
GradleException() - Constructor for exception org.gradle.api.GradleException
 
GradleException(String) - Constructor for exception org.gradle.api.GradleException
 
GradleException(String, Throwable) - Constructor for exception org.gradle.api.GradleException
 
GradleModuleVersion - Interface in org.gradle.tooling.model
Informs about a module version, i.e.
GradleProject - Interface in org.gradle.tooling.model
Represents a Gradle project.
GradlePublication - Interface in org.gradle.tooling.model.gradle
Represents some publication produced by a Gradle project, typically to a Maven or Ivy repository.
GradleScript - Interface in org.gradle.tooling.model.gradle
Represents a Gradle script.
GradleScriptException - Exception in org.gradle.api
A GradleScriptException is thrown when an exception occurs in the compilation or execution of a script.
GradleScriptException(String, Throwable) - Constructor for exception org.gradle.api.GradleScriptException
 
GradleTask - Interface in org.gradle.tooling.model
Represents a task which is executable by Gradle.
graphPopulated(TaskExecutionGraph) - Method in interface org.gradle.api.execution.TaskExecutionGraphListener
This method is called when the TaskExecutionGraph has been populated, and before any tasks are executed.
graphPopulated(TaskExecutionGraph) - Method in class org.gradle.BuildLogger
 
groovy(Closure) - Method in interface org.gradle.api.tasks.GroovySourceSet
Configures the Groovy source for this set.
GROOVY_RUNTIME_EXTENSION_NAME - Static variable in class org.gradle.api.plugins.GroovyBasePlugin
 
GroovyBasePlugin - Class in org.gradle.api.plugins
Extends JavaBasePlugin to provide support for compiling and documenting Groovy source files.
GroovyBasePlugin(FileResolver) - Constructor for class org.gradle.api.plugins.GroovyBasePlugin
 
GroovyCompile - Class in org.gradle.api.tasks.compile
Compiles Groovy source files, and optionally, Java source files.
GroovyCompile() - Constructor for class org.gradle.api.tasks.compile.GroovyCompile
 
GroovyCompileOptions - Class in org.gradle.api.tasks.compile
Compilation options to be passed to the Groovy compiler.
GroovyCompileOptions() - Constructor for class org.gradle.api.tasks.compile.GroovyCompileOptions
 
Groovydoc - Class in org.gradle.api.tasks.javadoc
Generates HTML API documentation for Groovy source, and optionally, Java source.
Groovydoc() - Constructor for class org.gradle.api.tasks.javadoc.Groovydoc
 
Groovydoc.Link - Class in org.gradle.api.tasks.javadoc
A Link class represent a link between groovydoc/javadoc output and url.
Groovydoc.Link(String, String...) - Constructor for class org.gradle.api.tasks.javadoc.Groovydoc.Link
Constructs a Link.
GROOVYDOC_TASK_NAME - Static variable in class org.gradle.api.plugins.GroovyPlugin
 
GroovyForkOptions - Class in org.gradle.api.tasks.compile
Fork options for Groovy compilation.
GroovyForkOptions() - Constructor for class org.gradle.api.tasks.compile.GroovyForkOptions
 
GroovyMavenDeployer - Interface in org.gradle.api.artifacts.maven
Adds Groovy configuration convenience methods on top of the MavenDeployer.
GroovyPlugin - Class in org.gradle.api.plugins
A Plugin which extends the JavaPlugin to provide support for compiling and documenting Groovy source files.
GroovyPlugin() - Constructor for class org.gradle.api.plugins.GroovyPlugin
 
GroovyRuntime - Class in org.gradle.api.tasks
Provides information related to the Groovy runtime(s) used in a project.
GroovyRuntime(Project) - Constructor for class org.gradle.api.tasks.GroovyRuntime
 
GroovySourceSet - Interface in org.gradle.api.tasks
A GroovySourceSetConvention defines the properties and methods added to a SourceSet by the GroovyPlugin.
group(Map<String, List<String>>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
group(String, List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
group(String, String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
GROUP_KEY - Static variable in interface org.gradle.api.artifacts.ExcludeRule
 
groupsFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
gzip(Object) - Method in interface org.gradle.api.resources.ResourceHandler
Creates resource that points to a gzip compressed file at the given path.

H

has(String) - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
Returns whether or not the extension has a property registered via the given name.
hasBuildDependencies() - Method in interface org.gradle.api.BuildableModelElement
 
hasError() - Method in interface org.gradle.api.artifacts.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 class org.gradle.api.artifacts.maven.Conf2ScopeMapping
 
hashCode() - Method in class org.gradle.api.file.RelativePath
 
hashCode() - Method in class org.gradle.api.Namer.Comparator
 
hashCode() - Method in class org.gradle.api.specs.CompositeSpec
 
hashCode() - Method in class org.gradle.api.tasks.javadoc.Groovydoc.Link
 
hashCode() - Method in class org.gradle.api.tasks.util.PatternSet
 
hashCode() - Method in class org.gradle.StartParameter
 
hasPlugin(String) - Method in interface org.gradle.api.plugins.PluginContainer
Returns true if the container has a plugin with the given id, false otherwise.
hasPlugin(Class<? extends Plugin>) - Method in interface org.gradle.api.plugins.PluginContainer
Returns true if the container has a plugin with the given type, false otherwise.
hasPlugin(String) - Method in interface org.gradle.api.plugins.PluginManager
Returns true if a plugin with the given ID has already been applied, otherwise false.
hasProperty(String) - Method in interface org.gradle.api.Project
Determines if this project has the given property.
hasProperty(String) - Method in interface org.gradle.api.Task
Determines if this task has the given property.
hasTask(String) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Determines whether the given task is included in the execution plan.
hasTask(Task) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Determines whether the given task is included in the execution plan.
header(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
header(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
HeaderExportingSourceSet - Interface in org.gradle.language.nativeplatform
A source set that exposes headers
HELP_GROUP - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
 
helpFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
HelpTasksPlugin - Class in org.gradle.api.plugins
Adds various reporting tasks that provide information about the project.
HelpTasksPlugin() - Constructor for class org.gradle.api.plugins.HelpTasksPlugin
 
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.
HTML_DEPENDENCY_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
HtmlDependencyReportTask - Class in org.gradle.api.reporting.dependencies
Generates an HTML dependency report.
HtmlDependencyReportTask() - Constructor for class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
HttpFileServer - Interface in org.gradle.plugins.javascript.envjs.http
 
HttpFileServerFactory - Interface in org.gradle.plugins.javascript.envjs.http
 

I

id(String) - Method in interface org.gradle.plugin.use.PluginDependenciesSpec
Add a dependency on the plugin with the given id.
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.
IdeaModule - Interface in org.gradle.tooling.model.idea
Represents information about the IDEA module.
IdeaModuleDependency - Interface in org.gradle.tooling.model.idea
Dependency on a module in a project.
IdeaProject - Interface in org.gradle.tooling.model.idea
Represents the information about the IDEA project.
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.
IllegalDependencyNotation - Exception in org.gradle.api
This exceptions is thrown, if a dependency is declared with a illegal notation.
IllegalDependencyNotation() - Constructor for exception org.gradle.api.IllegalDependencyNotation
 
IllegalDependencyNotation(String) - Constructor for exception org.gradle.api.IllegalDependencyNotation
 
IllegalDependencyNotation(String, Throwable) - Constructor for exception org.gradle.api.IllegalDependencyNotation
 
importBuild(Object) - Method in class org.gradle.api.AntBuilder
Imports an Ant build into the associated Gradle project.
importBuild(Object, Transformer<? extends String, ? super String>) - Method in class org.gradle.api.AntBuilder
Imports an Ant build into the associated Gradle project, potentially providing alternative names for Gradle tasks that correspond to Ant targets.
include(String...) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style include pattern.
include(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in interface org.gradle.api.file.CopySpec
Adds an include spec.
include(Closure) - Method in interface org.gradle.api.file.CopySpec
Adds an include spec.
include(String[]) - Method in interface org.gradle.api.initialization.Settings
Adds the given projects to the build.
include(String...) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an ANT style include pattern.
include(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an include spec.
include(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds an include spec.
include(String...) - Method in class org.gradle.api.tasks.SourceTask
Adds an ANT style include pattern.
include(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.SourceTask
Adds an include spec.
include(Closure) - Method in class org.gradle.api.tasks.SourceTask
Adds an include spec.
include(String...) - Method in class org.gradle.api.tasks.testing.Test
Adds include patterns for the files in the test classes directory (e.g.
include(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
Adds include patterns for the files in the test classes directory (e.g.
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.testing.Test
Adds an include spec.
include(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds an include spec.
include(String...) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style include pattern.
include(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an include spec.
include(Closure) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Adds an include spec.
include(String...) - Method in class org.gradle.api.tasks.util.PatternSet
 
include(Iterable) - Method in class org.gradle.api.tasks.util.PatternSet
 
include(Spec<FileTreeElement>) - Method in class org.gradle.api.tasks.util.PatternSet
 
include(Closure) - Method in class org.gradle.api.tasks.util.PatternSet
 
includeFlat(String[]) - Method in interface org.gradle.api.initialization.Settings
Adds the given projects to the build.
includes(Object) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Add directories where the compiler should search for header files.
includes(Object) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
Add directories where the compiler should search for header files.
includeSpecs(Iterable<Spec<FileTreeElement>>) - Method in class org.gradle.api.tasks.util.PatternSet
 
includeTestsMatching(String) - Method in interface org.gradle.api.tasks.testing.TestFilter
Appends a test name pattern to the filter.
IncrementalCompileOptions - Class in org.gradle.api.tasks.scala
Options for incremental compilation of Scala code.
IncrementalCompileOptions() - Constructor for class org.gradle.api.tasks.scala.IncrementalCompileOptions
 
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<File>) - Method in class org.gradle.api.tasks.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<File>) - Method in class org.gradle.api.tasks.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 interface org.gradle.api.logging.Logger
Logs the given message at info log level.
info(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for info level.
initContext(Context) - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
initContext(Context) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.ScopeOperation
 
Input - Annotation Type in org.gradle.api.tasks
Attached to a task property to indicate that the property specifies some input value for the task.
InputDirectory - Annotation Type in org.gradle.api.tasks
Marks a property as specifying an input directory for a task.
InputFile - Annotation Type in org.gradle.api.tasks
Marks a property as specifying an input file for a task.
InputFileDetails - Interface in org.gradle.api.tasks.incremental
A change to an input file.
InputFiles - Annotation Type in org.gradle.api.tasks
Marks a property as specifying the input files for a task.
INSTALL_TASK_NAME - Static variable in class org.gradle.api.plugins.MavenPlugin
 
INSTANCE - Static variable in class org.gradle.api.Named.Namer
 
instruction(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Adds arguments to an instruction.
instructionFirst(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Adds arguments to an instruction.
instructionReplace(String, String...) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Sets the values for an instruction.
instructionValue(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Returns the list of arguments for a particular instruction.
intersect() - Method in class org.gradle.api.tasks.util.PatternSet
 
into(Object) - Method in interface org.gradle.api.file.CopyProcessingSpec
Specifies the destination directory for a copy.
into(Object) - Method in interface org.gradle.api.file.CopySpec
Specifies the destination directory for a copy.
into(Object, Closure) - Method in interface org.gradle.api.file.CopySpec
Creates and configures a child CopySpec with the given destination path.
into(Object) - Method in class org.gradle.api.tasks.AbstractCopyTask
Specifies the destination directory for a copy.
into(Object, Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Creates and configures a child CopySpec with the given destination path.
into(Object) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Specifies the destination directory *inside* the archive for the files.
into(Object, Closure) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Creates and configures a child CopySpec with a destination directory *inside* the archive for the files.
InvalidActionClosureException - Exception in org.gradle.api
Thrown when a Closure is given as an Action implementation, but has the wrong signature.
InvalidActionClosureException(Closure<?>, Object) - Constructor for exception org.gradle.api.InvalidActionClosureException
 
InvalidIvyPublicationException - Exception in org.gradle.api.publish.ivy
Thrown when attempting to publish with an invalid IvyPublication.
InvalidIvyPublicationException(String, String) - Constructor for exception org.gradle.api.publish.ivy.InvalidIvyPublicationException
 
InvalidIvyPublicationException(String, String, Throwable) - Constructor for exception org.gradle.api.publish.ivy.InvalidIvyPublicationException
 
InvalidMavenPublicationException - Exception in org.gradle.api.publish.maven
Thrown when attempting to publish with an invalid MavenPublication.
InvalidMavenPublicationException(String, String) - Constructor for exception org.gradle.api.publish.maven.InvalidMavenPublicationException
 
InvalidMavenPublicationException(String, String, Throwable) - Constructor for exception org.gradle.api.publish.maven.InvalidMavenPublicationException
 
InvalidModelException - Exception in org.gradle.platform.base
Thrown when a component model is declared in an invalid way.
InvalidModelException(String) - Constructor for exception org.gradle.platform.base.InvalidModelException
 
InvalidModelException(String, Exception) - Constructor for exception org.gradle.platform.base.InvalidModelException
 
InvalidModelRuleDeclarationException - Exception in org.gradle.model
Thrown when a model rule, or source of model rules, is declared in an invalid way.
InvalidModelRuleDeclarationException(String) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
 
InvalidModelRuleDeclarationException(String, Throwable) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
 
InvalidModelRuleDeclarationException(ModelRuleDescriptor, Throwable) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
 
InvalidModelRuleDeclarationException(ModelRuleDescriptor, String) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
 
InvalidModelRuleDeclarationException(ModelRuleDescriptor, String, Throwable) - Constructor for exception org.gradle.model.InvalidModelRuleDeclarationException
 
InvalidModelRuleException - Exception in org.gradle.model
Thrown when there is a problem with the usage of a model rule.
InvalidModelRuleException(ModelRuleDescriptor, Throwable) - Constructor for exception org.gradle.model.InvalidModelRuleException
 
InvalidPluginException - Exception in org.gradle.api.plugins
Thrown when a plugin is found to be invalid when it is loaded.
InvalidPluginException(String) - Constructor for exception org.gradle.api.plugins.InvalidPluginException
 
InvalidPluginException(String, Throwable) - Constructor for exception org.gradle.api.plugins.InvalidPluginException
 
InvalidUserCodeException - Exception in org.gradle.api
A InvalidUserCodeException is thrown when user-provided code cannot be executed.
InvalidUserCodeException() - Constructor for exception org.gradle.api.InvalidUserCodeException
 
InvalidUserCodeException(String) - Constructor for exception org.gradle.api.InvalidUserCodeException
 
InvalidUserCodeException(String, Throwable) - Constructor for exception org.gradle.api.InvalidUserCodeException
 
InvalidUserDataException - Exception in org.gradle.api
A InvalidUserDataException is thrown, if a user is providing illegal data for the build.
InvalidUserDataException() - Constructor for exception org.gradle.api.InvalidUserDataException
 
InvalidUserDataException(String) - Constructor for exception org.gradle.api.InvalidUserDataException
 
InvalidUserDataException(String, Throwable) - Constructor for exception org.gradle.api.InvalidUserDataException
 
isAdded() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
Was the file added?
isAuthor() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isBreakIterator() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
isBreakIterator() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
isBuildable() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
isBuildable() - Method in interface org.gradle.platform.base.BinarySpec
Can this binary be built in the current environment?
isBuildProjectDependencies() - Method in class org.gradle.StartParameter
Returns true if project dependencies are to be built, false if they should not be.
isCancellationRequested() - Method in interface org.gradle.tooling.CancellationToken
Gets whether cancellation has been requested for this token.
isCaseSensitive() - Method in interface org.gradle.api.file.CopySpec
Specifies whether case-sensitive pattern matching should be used.
isCaseSensitive() - Method in class org.gradle.api.tasks.AbstractCopyTask
Specifies whether case-sensitive pattern matching should be used.
isCaseSensitive() - Method in class org.gradle.api.tasks.util.PatternSet
 
isChanging() - Method in interface org.gradle.api.artifacts.cache.ModuleResolutionControl
Does the module change content over time?
isChanging() - Method in interface org.gradle.api.artifacts.ComponentMetadata
Tells whether the component is changing or immutable.
isChanging() - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
Returns whether or nor Gradle should always check for a change in the remote repository.
isClosure() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to delete the transitive closure of outdated files or only their direct dependencies.
isComposite() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
Is this test a composite test?
isConfigureOnDemand() - Method in class org.gradle.StartParameter
If the configure-on-demand mode is active
isConflictResolution() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component was selected by conflict resolution.
isContinueOnFailure() - Method in class org.gradle.StartParameter
Specifies whether the build should continue on task failure.
isCurrent() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
Is this the current OS?
isDaemon() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Specifies whether the Jetty server should run in the background.
isDebug() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to include debugging information in the generated class files.
isDeprecation() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to log details of usage of deprecated members or classes.
isDeprecation() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Tells whether to generate deprecation information.
isDeprecation() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Generate deprecation information.
isDetail() - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
isDirectory() - Method in interface org.gradle.api.file.FileTreeElement
Returns true if this element is a directory, or false if this element is a regular file.
isDocFilesSubDirs() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isDryRun() - Method in class org.gradle.StartParameter
 
isDump() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to log dependency information.
isDynamicMode() - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepositoryMetaDataProvider
Returns true if dynamic resolve mode should be used for Ivy modules.
isEmpty() - Method in interface org.gradle.api.file.FileCollection
Returns true if this collection is empty.
isEmpty() - Method in interface org.gradle.model.collection.CollectionBuilder
Returns true if this collection contains no items.
isEnabled(LogLevel) - Method in interface org.gradle.api.logging.Logger
Returns true if the given log level is enabled for this logger.
isEnabled() - Method in interface org.gradle.api.reporting.Report
Whether or not this report should be generated by whatever generates it.
isExpected() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component is the requested selection of all dependency declarations, and was not replaced for some reason, such as conflict resolution.
isFailOnError() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to fail the build when compilation fails.
isFailOnError() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether the compilation task should fail if compile errors occurred.
isFailOnError() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Specifies whether this task should fail when errors are encountered during Javadoc generation.
isFailOnError() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Fail the build on compilation errors.
isFile() - Method in class org.gradle.api.file.RelativePath
 
isForce() - Method in interface org.gradle.api.artifacts.ExternalDependency
Returns whether or not the version of this dependency should be enforced in the case of version conflicts.
isForced() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component was forced.
isFork() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to run the compiler in its own process.
isFork() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether to run the Groovy compiler in a separate process.
isFork() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Whether to run the Scala compiler in a separate process.
isFreeBSD() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
Is it FreeBSD?
isGenerated() - Method in interface org.gradle.tooling.model.idea.IdeaSourceDirectory
Return true if this source directory is generated.
isIgnoreExitValue() - Method in class org.gradle.api.tasks.AbstractExecTask
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - Method in class org.gradle.api.tasks.JavaExec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - Method in interface org.gradle.process.BaseExecSpec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIncludePrivate() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns whether to include all classes and members (i.e.
isIncremental() - Method in class org.gradle.api.tasks.compile.CompileOptions
informs whether to use experimental incremental compilation feature.
isIncremental() - Method in interface org.gradle.api.tasks.incremental.IncrementalTaskInputs
Indicates if it was possible for Gradle to determine which exactly which input files were out of date compared to a previous execution.
isJava5() - Method in enum org.gradle.api.JavaVersion
 
isJava5Compatible() - Method in enum org.gradle.api.JavaVersion
 
isJava6() - Method in enum org.gradle.api.JavaVersion
 
isJava6Compatible() - Method in enum org.gradle.api.JavaVersion
 
isJava7() - Method in enum org.gradle.api.JavaVersion
 
isJava7Compatible() - Method in enum org.gradle.api.JavaVersion
 
isJava8Compatible() - Method in enum org.gradle.api.JavaVersion
 
isJava9Compatible() - Method in enum org.gradle.api.JavaVersion
 
isJavaProject() - Method in class org.gradle.play.tasks.RoutesCompile
 
isKeepStubs() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
isKeyWords() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isLegacyBinary() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
isLifecycleEnabled() - Method in interface org.gradle.api.logging.Logger
Returns true if lifecycle log level is enabled for this logger.
isLinkSource() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isLinux() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
Is it Linux?
isListFiles() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to log the files to be compiled.
isListFiles() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether to print which source files are to be compiled.
isListFiles() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
List files to be compiled.
isMacOsX() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
Is it Mac OS X?
isModified() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
Was the file modified?
isNoComment() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoDeprecated() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoDeprecatedList() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoHelp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoNavBar() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoSince() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoTimestamp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoTree() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isOffline() - Method in class org.gradle.StartParameter
Specifies whether the build should be performed offline (ie without network access).
isOptimize() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Run optimizations.
isOutputPerTestCase() - Method in interface org.gradle.api.tasks.testing.JUnitXmlReport
Should the output be associated with individual test cases instead of at the suite level.
isParallelProjectExecutionEnabled() - Method in class org.gradle.StartParameter
Returns true if parallel project execution is enabled.
isPositionIndependentCode() - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Should the compiler generate position independent code?
isProfile() - Method in class org.gradle.StartParameter
Returns true if a profile report will be generated.
isPublic() - Method in interface org.gradle.tooling.model.Launchable
Returns whether launchable is public or not.
isQuietEnabled() - Method in interface org.gradle.api.logging.Logger
Returns true if quiet log level is enabled for this logger.
isRecompileScripts() - Method in class org.gradle.StartParameter
Specifies whether the build scripts should be recompiled.
isRefreshDependencies() - Method in class org.gradle.StartParameter
Specifies whether the dependencies should be refreshed..
isRelativeToPathVariable() - Method in interface org.gradle.plugins.ide.eclipse.model.FileReference
Returns true if this reference is relative to a path variable.
isRemoved() - Method in interface org.gradle.api.tasks.incremental.InputFileDetails
Was the file removed?
isRerunTasks() - Method in class org.gradle.StartParameter
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
isSatisfiedBy(T) - Method in class org.gradle.api.specs.AndSpec
 
isSatisfiedBy(T) - Method in class org.gradle.api.specs.NotSpec
 
isSatisfiedBy(T) - Method in class org.gradle.api.specs.OrSpec
 
isSatisfiedBy(T) - Method in interface org.gradle.api.specs.Spec
 
isScanForTestClasses() - Method in class org.gradle.api.tasks.testing.Test
Specifies whether test classes should be detected.
isSearchUpwards() - Method in class org.gradle.StartParameter
 
isSelectedByRule() - Method in interface org.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component was selected by the dependency substitution rule.
isSerialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isSkipProject() - Method in class org.gradle.sonar.runner.SonarRunnerExtension
If the project should be excluded from analysis.
isSkipUnmappedConfs() - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns whether unmapped configuration should be skipped or not.
isSolaris() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
Is it Solaris?
isSplitIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isTrace() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Specifies that all rules call traceIn/traceOut.
isTraceLexer() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Specifies that all lexer rules call traceIn/traceOut.
isTraceParser() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Specifies that all parser rules call traceIn/traceOut.
isTraceTreeWalker() - Method in class org.gradle.api.plugins.antlr.AntlrTask
Specifies that all tree walker rules call traceIn/traceOut.
isTransitive() - Method in interface org.gradle.api.artifacts.Configuration
Returns the transitivity of this configuration.
isTransitive() - Method in interface org.gradle.api.artifacts.ModuleDependency
Returns whether this dependency should be resolved including or excluding its transitive dependencies.
isUnchecked() - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Tells whether to generate unchecked information.
isUnchecked() - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
Generate unchecked information.
isUniqueVersion() - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Returns whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
isUploadDescriptor() - Method in class org.gradle.api.tasks.Upload
Specifies whether the dependency descriptor should be uploaded.
isUse() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Returns whether to create class and package usage pages.
isUse() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isUseAnt() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Tells whether to use Ant for compilation.
isUseCache() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to cache dependency information.
isUseCompileDaemon() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
Whether to use the fsc compile daemon.
isUseDepend() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to use the Ant <depend> task.
isUseEmptySettings() - Method in class org.gradle.StartParameter
Returns whether an empty settings script will be used regardless of whether one exists in the default location.
isVerbose() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to produce verbose output.
isVerbose() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether to turn on verbose output.
isVerbose() - Method in class org.gradle.api.tasks.javadoc.Javadoc
Returns whether Javadoc generation is accompanied by verbose output.
isVerbose() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
isVerbose() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
isVersion() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
isVisible() - Method in interface org.gradle.api.artifacts.Configuration
Returns true if this is a visible configuration.
isWarnings() - Method in class org.gradle.api.tasks.compile.CompileOptions
Tells whether to log warning messages.
isWarnOnRmiStubs() - Method in class org.gradle.api.tasks.compile.DependOptions
Tells whether to warn on RMI stubs without source.
isWindows() - Method in interface org.gradle.nativeplatform.platform.OperatingSystem
Is it Windows?
isWithMessages() - Method in interface org.gradle.api.plugins.quality.FindBugsXmlReport
Whether or not FindBugs should generate XML augmented with human-readable messages.
isZip64() - Method in class org.gradle.api.tasks.bundling.Zip
Whether the zip can contain more than 65535 files and/or support files greater than 4GB in size.
ivy(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures an Ivy repository.
ivy(Action<? super IvyArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures an Ivy repository.
ivy(String) - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
Adds an Ivy pattern to define where ivy files are located in this repository.
IVY_ARTIFACT_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
IvyArtifact - Interface in org.gradle.api.publish.ivy
An artifact published as part of a IvyPublication.
IvyArtifactRepository - Interface in org.gradle.api.artifacts.repositories
An artifact repository which uses an Ivy format to store artifacts and meta-data.
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.
IvyDescriptorArtifact - Interface in org.gradle.ivy
An Ivy descriptor artifact.
IvyExtraInfo - Interface in org.gradle.api.artifacts.ivy
Represents the set of "extra" info elements in the Ivy descriptor.
IvyExtraInfoSpec - Interface in org.gradle.api.publish.ivy
Represents a modifiable form of IvyExtraInfo so that "extra" info elements can be configured on an Ivy publication.
IvyModule - Interface in org.gradle.ivy
An Ivy Module component.
IvyModuleDescriptor - Interface in org.gradle.api.artifacts.ivy
The metadata about an Ivy module that acts as an input to a component metadata rule.
IvyModuleDescriptorSpec - Interface in org.gradle.api.publish.ivy
The descriptor of any Ivy publication.
ivyPattern(String) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Adds an independent pattern that will be used to locate ivy files in this repository.
IvyPatternRepositoryLayout - Interface in org.gradle.api.artifacts.repositories
A repository layout that uses user-supplied patterns.
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, ProjectDependencyPublicationResolver) - Constructor for class org.gradle.api.publish.ivy.plugins.IvyPublishPlugin
 

J

JacocoReportsContainer - Interface in org.gradle.testing.jacoco.tasks
The reporting configuration for the JacocoReport task.
Jar - Class in org.gradle.jvm.tasks
Assembles a JAR archive.
Jar() - Constructor for class org.gradle.jvm.tasks.Jar
 
JAR_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
JarBinarySpec - Interface in org.gradle.jvm
Definition of a Jar file binary that is to be built by Gradle.
java(Closure) - Method in interface org.gradle.api.tasks.SourceSet
Configures the Java source for this set.
JavaAppStartScriptGenerationDetails - Interface in org.gradle.jvm.application.scripts
Details for generating Java-based application start scripts.
JavaBasePlugin - Class in org.gradle.api.plugins
A Plugin which compiles and tests Java source, and assembles it into a JAR file.
JavaBasePlugin(Instantiator) - Constructor for class org.gradle.api.plugins.JavaBasePlugin
 
JavaCompile - Class in org.gradle.api.tasks.compile
Compiles Java source files.
JavaCompile() - Constructor for class org.gradle.api.tasks.compile.JavaCompile
 
Javadoc - Class in org.gradle.api.tasks.javadoc
Generates HTML API documentation for Java classes.
Javadoc() - Constructor for class org.gradle.api.tasks.javadoc.Javadoc
 
JAVADOC_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
JavadocArtifact - Interface in org.gradle.language.java.artifact
An artifact containing Javadoc documentation.
JavadocMemberLevel - Enum in org.gradle.external.javadoc
This enum maps to the -public, -protected, -package and -private options of the javadoc executable.
JavadocOfflineLink - Class in org.gradle.external.javadoc
This class is used to hold the information that can be provided to the javadoc executable via the -linkoffline option.
JavadocOfflineLink(String, String) - Constructor for class org.gradle.external.javadoc.JavadocOfflineLink
 
JavadocOptionFileOption<T> - Interface in org.gradle.external.javadoc
Represents a Javadoc command-line option.
JavadocOutputLevel - Enum in org.gradle.external.javadoc
This enum maps to the -verbose and -quiet options of the javadoc executable.
JavaEnvironment - Interface in org.gradle.tooling.model.build
Informs about the Java environment, for example the Java home or the JVM args used.
javaexec(Closure) - Method in interface org.gradle.api.Project
Executes a Java main class.
javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.api.Project
Executes an external Java process.
javaexec(Closure) - Method in interface org.gradle.api.Script
Executes a Java main class.
javaexec(Action<? super JavaExecSpec>) - Method in interface org.gradle.api.Script
Executes a Java main class.
JavaExec - Class in org.gradle.api.tasks
Executes a Java application in a child process.
JavaExec() - Constructor for class org.gradle.api.tasks.JavaExec
 
JavaExecSpec - Interface in org.gradle.process
Specifies the options for executing a Java application.
JavaForkOptions - Interface in org.gradle.process
Specifies the options to use to fork a Java process.
JavaLanguagePlugin - Class in org.gradle.language.java.plugins
Plugin for compiling Java code.
JavaLanguagePlugin() - Constructor for class org.gradle.language.java.plugins.JavaLanguagePlugin
 
JavaPlatform - Interface in org.gradle.jvm.platform
Defines and configures a Java SE runtime environment, consisting of a JVM runtime and a set of class libraries.
JavaPlugin - Class in org.gradle.api.plugins
A Plugin which compiles and tests Java source, and assembles it into a JAR file.
JavaPlugin() - Constructor for class org.gradle.api.plugins.JavaPlugin
 
JavaScriptExtension - Class in org.gradle.plugins.javascript.base
 
JavaScriptExtension() - Constructor for class org.gradle.plugins.javascript.base.JavaScriptExtension
 
JavaScriptMinify - Class in org.gradle.play.tasks
Task to minify JavaScript assets.
JavaScriptMinify() - Constructor for class org.gradle.play.tasks.JavaScriptMinify
 
JavaScriptRepositoriesExtension - Class in org.gradle.plugins.javascript.base
 
JavaScriptRepositoriesExtension(RepositoryHandler) - Constructor for class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
JavaScriptSourceSet - Interface in org.gradle.language.javascript
Represents a source set containing javascript sources.
JavaSourceSet - Interface in org.gradle.language.java
A set of sources passed to the Java compiler.
JavaToolChain - Interface in org.gradle.jvm.toolchain
A set of tools for building from Java source.
JavaToolChainRegistry - Interface in org.gradle.jvm.toolchain
A container for JavaToolChains.
JavaVersion - Enum in org.gradle.api
An enumeration of Java versions.
jcenter(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
jcenter() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
JDependReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the JDepend task.
Jdt - Class in org.gradle.plugins.ide.eclipse.model
Represents the Eclipse JDT settings.
Jdt(PropertiesTransformer) - Constructor for class org.gradle.plugins.ide.eclipse.model.Jdt
 
JETTY_RUN - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
JETTY_RUN_WAR - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
JETTY_STOP - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
JettyPlugin - Class in org.gradle.api.plugins.jetty
A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
JettyPlugin() - Constructor for class org.gradle.api.plugins.jetty.JettyPlugin
 
JettyPluginConvention - Class in org.gradle.api.plugins.jetty
Convention properties and methods added by the JettyPlugin.
JettyPluginConvention() - Constructor for class org.gradle.api.plugins.jetty.JettyPluginConvention
 
JettyRun - Class in org.gradle.api.plugins.jetty
Deploys an exploded web application to an embedded Jetty web container.
JettyRun() - Constructor for class org.gradle.api.plugins.jetty.JettyRun
 
JettyRunWar - Class in org.gradle.api.plugins.jetty
Deploys a WAR to an embedded Jetty web container.
JettyRunWar() - Constructor for class org.gradle.api.plugins.jetty.JettyRunWar
 
JettyStop - Class in org.gradle.api.plugins.jetty
Stops the embedded Jetty web container, if it is running.
JettyStop() - Constructor for class org.gradle.api.plugins.jetty.JettyStop
 
jFlags(String...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
jFlags(String...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
JS_CONFIGURATION_NAME - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
JsHint - Class in org.gradle.plugins.javascript.jshint
 
JsHint() - Constructor for class org.gradle.plugins.javascript.jshint.JsHint
 
JsHintExtension - Class in org.gradle.plugins.javascript.jshint
 
JsHintExtension() - Constructor for class org.gradle.plugins.javascript.jshint.JsHintExtension
 
JUnitXmlReport - Interface in org.gradle.api.tasks.testing
The JUnit XML files, commonly used to communicate results to CI servers.
jvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Object...) - Method in class org.gradle.api.tasks.JavaExec
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.testing.Test
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Object...) - Method in class org.gradle.api.tasks.testing.Test
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Iterable<?>) - Method in interface org.gradle.process.JavaForkOptions
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Object...) - Method in interface org.gradle.process.JavaForkOptions
Adds some arguments to use to launch the JVM for the process.
JvmBinarySpec - Interface in org.gradle.jvm
Represents a binary artifact that is the result of building a jvm component.
JvmBinaryTasks - Interface in org.gradle.jvm
Provides access to key tasks used for building the binary.
JvmByteCode - Class in org.gradle.jvm
LanguageOutputType marking Jvm byte code.
JvmByteCode() - Constructor for class org.gradle.jvm.JvmByteCode
 
JvmClasses - Interface in org.gradle.play
A set of classes and resources that operate together.
JvmComponentExtension - Interface in org.gradle.jvm
The configuration for jvm components created by this build.
JvmComponentPlugin - Class in org.gradle.jvm.plugins
Base plugin for JVM component support.
JvmComponentPlugin() - Constructor for class org.gradle.jvm.plugins.JvmComponentPlugin
 
JvmComponentSpec - Interface in org.gradle.jvm
Definition of a software component that is to be built by Gradle to run a on JVM platform.
JvmLibrary - Interface in org.gradle.jvm
A Library component that runs on the Java Virtual Machine.
JvmLibrarySpec - Interface in org.gradle.jvm
Definition of a JVM library component that is to be built by Gradle.
JvmResources - Class in org.gradle.jvm
LanguageOutputType marking Jvm Resource Output
JvmResources() - Constructor for class org.gradle.jvm.JvmResources
 
JvmResourceSet - Interface in org.gradle.language.jvm
A set of resource files.
JvmResourcesPlugin - Class in org.gradle.language.jvm.plugins
Plugin for packaging JVM resources.
JvmResourcesPlugin() - Constructor for class org.gradle.language.jvm.plugins.JvmResourcesPlugin
 
JvmTestKind - Enum in org.gradle.tooling.events.test
Enumerates the different kinds of JVM tests.
JvmTestOperationDescriptor - Interface in org.gradle.tooling.events.test
Describes a test that runs on the JVM and for which an event has occurred.

K

keySet() - Method in interface org.gradle.model.collection.CollectionBuilder
Returns the names of the items in this collection.
keyWords(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
keyWords() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 

L

LanguageBasePlugin - Class in org.gradle.language.base.plugins
Base plugin for language support.
LanguageBasePlugin(Instantiator, ModelRegistry) - Constructor for class org.gradle.language.base.plugins.LanguageBasePlugin
 
LanguageSourceSet - Interface in org.gradle.language.base
A set of sources for a programming language.
LanguageType - Annotation Type in org.gradle.platform.base
The following example demonstrates how to register a custom language type using a plugin with a LanguageType annotation.
LanguageTypeBuilder<T extends LanguageSourceSet> - Interface in org.gradle.platform.base
Allows a plugin to register a custom language.
Launchable - Interface in org.gradle.tooling.model
Represents an object that can be used to launch a Gradle build, such as a task.
layout(String) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies the layout to use with this repository, based on the root url.
layout(String, Action<? extends RepositoryLayout>) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies how the items of the repository are organized.
layout(String, Closure) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies how the items of the repository are organized.
leftShift(Closure) - Method in interface org.gradle.api.Task
Adds the given closure to the end of this task's action list.
LegacyJavaComponentPlugin - Class in org.gradle.api.plugins
Plugin for compiling Java code.
LegacyJavaComponentPlugin(Instantiator, JavaToolChain, ITaskFactory, ToolResolver) - Constructor for class org.gradle.api.plugins.LegacyJavaComponentPlugin
 
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 interface org.gradle.language.nativeplatform.DependentSourceSet
Adds a library that this source set requires.
lib(Object) - Method in interface org.gradle.nativeplatform.NativeBinarySpec
Adds a library as input to this binary.
libraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>>) - Method in interface org.gradle.nativeplatform.NativeComponentExtension
Configure the NativeLibrarySpec components produced by the build.
Library - Interface in org.gradle.platform.base
A library that can be linked into or depended on by another software element.
LibraryBinarySpec - Interface in org.gradle.platform.base
A binary produced from a `LibrarySpec`.
LibrarySpec - Interface in org.gradle.platform.base
A specification of a Library.
lifecycle(String) - Method in interface org.gradle.api.logging.Logger
Logs the given message at lifecycle log level.
lifecycle(String, Object...) - Method in interface org.gradle.api.logging.Logger
Logs the given message at lifecycle log level.
lifecycle(String, Throwable) - Method in interface org.gradle.api.logging.Logger
Logs the given message at lifecycle log level.
LIFECYCLE - Static variable in class org.gradle.api.logging.Logging
 
lifecycle(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for lifecycle level.
LifecycleBasePlugin - Class in org.gradle.language.base.plugins
A Plugin which defines a basic project lifecycle.
LifecycleBasePlugin() - Constructor for class org.gradle.language.base.plugins.LifecycleBasePlugin
 
link(String, String...) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Add links to groovydoc/javadoc output at the given URL.
links(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksOffline(String, String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksOfflineFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linkSource(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
linkSource() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
load(Properties) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
 
locale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
locale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
localGroovy() - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on the Groovy that is distributed with the current version of Gradle.
log(LogLevel, String) - Method in interface org.gradle.api.logging.Logger
Logs the given message at the given log level.
log(LogLevel, String, Object...) - Method in interface org.gradle.api.logging.Logger
Logs the given message at the given log level.
log(LogLevel, String, Throwable) - Method in interface org.gradle.api.logging.Logger
Logs the given message at the given log level.
Logger - Interface in org.gradle.api.logging
An extension to the SLF4J Logger interface, which adds the quiet and lifecycle log levels.
LOGGER - Static variable in class org.gradle.language.scala.tasks.AbstractScalaCompile
 
Logging - Class in org.gradle.api.logging
The main entry point for Gradle's logging system.
Logging() - Constructor for class org.gradle.api.logging.Logging
 
LoggingManager - Interface in org.gradle.api.logging
A LoggingManager provides access to and control over the Gradle logging system.
LoggingOutput - Interface in org.gradle.api.logging
Provides access to the output of the Gradle logging system.
LogLevel - Enum in org.gradle.api.logging
The log levels supported by Gradle.
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 - Static variable in interface org.gradle.api.tasks.SourceSet
The name of the main source set.
Managed - Annotation Type in org.gradle.model
A managed type is transparent to the model space, and enforces immutability at the appropriate times in the object's lifecycle.
ManagedSet<T> - Interface in org.gradle.model.collection
A set of managed model objects.
Manifest - Interface in org.gradle.api.java.archives
Represents the manifest file of a JAR file.
manifest(Closure<?>) - Method in class org.gradle.jvm.tasks.Jar
Configures the manifest for this JAR archive.
ManifestException - Exception in org.gradle.api.java.archives
Is thrown in the case an operation is applied against a Manifest that violates the Manifest specification.
ManifestException(String) - Constructor for exception org.gradle.api.java.archives.ManifestException
 
ManifestException(String, Throwable) - Constructor for exception org.gradle.api.java.archives.ManifestException
 
ManifestMergeDetails - Interface in org.gradle.api.java.archives
Details of a value being merged from two different manifests.
ManifestMergeSpec - Interface in org.gradle.api.java.archives
Specifies how the entries of multiple manifests should be merged together.
matchesStrictly(ComponentIdentifier) - Method in interface org.gradle.api.artifacts.component.ComponentSelector
Checks if selector matches component identifier.
matchesStrictly(ModuleVersionIdentifier) - Method in interface org.gradle.api.artifacts.ModuleVersionSelector
To match strictly means that the given identifier needs to have equal group, module name and version.
matching(Spec<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - Method in interface org.gradle.api.DomainObjectSet
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - Method in interface org.gradle.api.DomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Closure) - Method in interface org.gradle.api.file.FileTree
Restricts the contents of this tree to those files matching the given filter.
matching(PatternFilterable) - Method in interface org.gradle.api.file.FileTree
Restricts the contents of this tree to those files matching the given filter.
matching(Spec<? super T>) - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - Method in interface org.gradle.api.NamedDomainObjectList
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - Method in interface org.gradle.api.NamedDomainObjectList
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - Method in interface org.gradle.api.NamedDomainObjectSet
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - Method in interface org.gradle.api.NamedDomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - Method in interface org.gradle.api.plugins.PluginCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - Method in interface org.gradle.api.plugins.PluginCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - Method in interface org.gradle.api.tasks.TaskCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
maven(Closure) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures a Maven repository.
maven(Action<? super MavenArtifactRepository>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures a Maven repository.
MAVEN_ARTIFACT_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
MAVEN_CENTRAL_URL - Static variable in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
 
MAVEN_IVY_PATTERN - Static variable in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
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(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the Maven central repository for dependencies.
mavenCentral() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the Maven central repository for dependencies.
MavenDependency - Interface in org.gradle.api.publish.maven
A dependency declared as part of an MavenPublication.
MavenDeployer - Interface in org.gradle.api.artifacts.maven
A resolver that can only be used for uploading artifacts to a Maven repository.
mavenDeployer() - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Closure) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>, Closure) - Method in interface org.gradle.api.plugins.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() - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Closure) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>, Closure) - Method in interface org.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenLocal() - Method in interface org.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the local Maven cache for dependencies.
MavenModule - Interface in org.gradle.maven
A Maven Module component.
MavenPlugin - Class in org.gradle.api.plugins
A Plugin which allows project artifacts to be deployed to a Maven repository, or installed to the local Maven cache.
MavenPlugin(Factory<LoggingManagerInternal>, FileResolver, ProjectPublicationRegistry, ProjectConfigurationActionContainer, MavenSettingsProvider, LocalMavenRepositoryLocator) - Constructor for class org.gradle.api.plugins.MavenPlugin
 
MavenPluginConvention - Class in org.gradle.api.plugins
Properties and methods added by the MavenPlugin.
MavenPluginConvention(ProjectInternal, MavenFactory) - Constructor for class org.gradle.api.plugins.MavenPluginConvention
 
MavenPom - Interface in org.gradle.api.artifacts.maven
Is used for generating a Maven POM file and customizing the generation.
MavenPom - Interface in org.gradle.api.publish.maven
The POM for a Maven publication.
MavenPomArtifact - Interface in org.gradle.maven
A Maven POM artifact.
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, ProjectDependencyPublicationResolver) - Constructor for class org.gradle.api.publish.maven.plugins.MavenPublishPlugin
 
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 interface org.gradle.api.NamedDomainObjectContainer
Looks for an item with the given name, creating and adding it to this container if it does not exist.
maybeCreate(String, Class<U>) - Method in interface org.gradle.api.PolymorphicDomainObjectContainer
Looks for an item with the given name and type, creating and adding it to this container if it does not exist.
metaInf(Closure<?>) - Method in class org.gradle.jvm.tasks.Jar
Adds content to this JAR archive's META-INF directory.
MicrosoftVisualCppPlugin - Class in org.gradle.nativeplatform.toolchain.plugins
A Plugin which makes the Microsoft Visual C++ compiler available to compile C/C++ code.
MicrosoftVisualCppPlugin() - Constructor for class org.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppPlugin
 
MinimalJavadocOptions - Interface in org.gradle.external.javadoc
Provides the core Javadoc options.
minus(FileCollection) - Method in interface org.gradle.api.file.FileCollection
Returns a FileCollection which contains the intersection of this collection and the given collection.
MissingResourceException - Exception in org.gradle.api.resources
Exception thrown when the resource does not exist
MissingResourceException(String) - Constructor for exception org.gradle.api.resources.MissingResourceException
 
mkdir(Object) - Method in interface org.gradle.api.Project
Creates a directory and returns a file pointing to it.
mkdir(Object) - Method in interface org.gradle.api.Script
Creates a directory and returns a file pointing to it.
Model - Annotation Type in org.gradle.model
Denotes that the RuleSource method rule carrying this annotation creates a new top level element in the model space.
Model - Interface in org.gradle.tooling.model
A model that is buildable by the Tooling API.
model(Class<T>) - Method in interface org.gradle.tooling.ProjectConnection
Creates a builder which can be used to query the model of the given type.
MODEL_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
 
ModelBuilder<T> - Interface in org.gradle.tooling
A ModelBuilder allows you to fetch a snapshot of some model for a project or a build.
ModelInstantiationException - Exception in org.gradle.platform.base
Thrown when a model element cannot be instantiated for some reason.
ModelInstantiationException(String) - Constructor for exception org.gradle.platform.base.ModelInstantiationException
 
ModelInstantiationException(String, Throwable) - Constructor for exception org.gradle.platform.base.ModelInstantiationException
 
ModelReport - Class in org.gradle.api.reporting.model
Displays some details about the configuration model of the project.
ModelReport() - Constructor for class org.gradle.api.reporting.model.ModelReport
 
ModelRuleBindingException - Exception in org.gradle.model
Thrown when there is a problem binding the model element references of a model rule.
ModelRuleBindingException(String) - Constructor for exception org.gradle.model.ModelRuleBindingException
 
ModelViewClosedException - Exception in org.gradle.model
Thrown when at attempt is made to mutate a subject of a rule after the rule has completed.
ModelViewClosedException(ModelType<?>, ModelRuleDescriptor) - Constructor for exception org.gradle.model.ModelViewClosedException
 
module(Object, Action<? super ComponentModuleMetadata>) - Method in interface org.gradle.api.artifacts.dsl.ComponentModuleMetadataHandler
Enables configuring component module metadata.
module(Object) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a client module.
module(Object, Closure) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a client module.
Module - Interface in org.gradle.api.artifacts
A Module represents the meta-information about a project which should be used when publishing the module.
module(EarModule, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a module to the deployment descriptor.
module(String, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a module to the deployment descriptor.
MODULE_KEY - Static variable in interface org.gradle.api.artifacts.ExcludeRule
 
ModuleComponentIdentifier - Interface in org.gradle.api.artifacts.component
An identifier for a component instance which is available as a module version.
ModuleComponentSelector - Interface in org.gradle.api.artifacts.component
Criteria for selecting a component instance that is available as a module version.
ModuleDependency - Interface in org.gradle.api.artifacts
A ModuleDependency is a Dependency on a module outside the current project.
ModuleDependencySubstitution - Interface in org.gradle.api.artifacts
Provides means to substitute a different dependency in place of a module dependency.
ModuleIdentifier - Interface in org.gradle.api.artifacts
The identifier of a module.
ModuleResolutionControl - Interface in org.gradle.api.artifacts.cache
Command methods for controlling module resolution via the DSL.
modules(Action<? super ComponentModuleMetadataHandler>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Configures module metadata for this project.
ModuleVersionIdentifier - Interface in org.gradle.api.artifacts
The identifier of a module version.
ModuleVersionSelector - Interface in org.gradle.api.artifacts
Selects a module version
mustRunAfter(Object...) - Method in interface org.gradle.api.Task
Specifies that this task must run after all of the supplied tasks.
Mutate - Annotation Type in org.gradle.model
Denotes that the RuleSource method rule carrying this annotation mutates the rule subject.

N

NAME - Static variable in interface org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
 
NAME - Static variable in interface org.gradle.api.publish.PublishingExtension
The name of this extension when installed by the PublishingPlugin ("publishing").
NAME - Static variable in class org.gradle.api.reporting.ReportingExtension
The name of this extension (""reporting"")
NAME - Static variable in class org.gradle.plugins.javascript.base.JavaScriptExtension
 
NAME - Static variable in class org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
NAME - Static variable in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
NAME - Static variable in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
NAME - Static variable in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
NAME - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
Named - Interface in org.gradle.api
Types can implement this interface and use the embedded Named.Namer implementation, to satisfy API that calls for a namer.
named(String, Action<? super T>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given action to the given item, when the item is required.
named(String, Class<? extends RuleSource>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given rule source class to the given item, when the item is required.
Named.Namer - Class in org.gradle.api
An implementation of the namer interface for objects implementing the named interface.
Named.Namer() - Constructor for class org.gradle.api.Named.Namer
 
NamedDomainObjectCollection<T> - Interface in org.gradle.api
A NamedDomainObjectCollection represents a collection of domain objects that have an inherent, constant, name.
NamedDomainObjectContainer<T> - Interface in org.gradle.api
A named domain object container is a specialisation of NamedDomainObjectSet that adds the ability to create instances of the element type.
NamedDomainObjectFactory<T> - Interface in org.gradle.api
A factory for named objects of type T.
NamedDomainObjectList<T> - Interface in org.gradle.api
A specialisation of NamedDomainObjectCollection that also implements List.
NamedDomainObjectSet<T> - Interface in org.gradle.api
A specialisation of NamedDomainObjectCollection that also implements Set and orders objects by their inherent name.
Namer<T> - Interface in org.gradle.api
A namer is capable of providing a name based on some inherent characteristic of an object.
NAMER - Static variable in interface org.gradle.api.reporting.Report
 
Namer.Comparator<T> - Class in org.gradle.api
A comparator implementation based on the names returned by the given namer.
Namer.Comparator(Namer<? super T>) - Constructor for class org.gradle.api.Namer.Comparator
 
NativeBinariesTestPlugin - Class in org.gradle.nativeplatform.test.plugins
A plugin that sets up the infrastructure for testing native binaries with CUnit.
NativeBinariesTestPlugin() - Constructor for class org.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin
 
NativeBinary - Interface in org.gradle.nativeplatform
Represents a particular binary artifact.
NativeBinarySpec - Interface in org.gradle.nativeplatform
Represents a binary artifact that is the result of building a native component.
NativeComponentExtension - Interface in org.gradle.nativeplatform
The configuration for native components generated by this build.
NativeComponentModelPlugin - Class in org.gradle.nativeplatform.plugins
A plugin that sets up the infrastructure for defining native binaries.
NativeComponentModelPlugin(Instantiator) - Constructor for class org.gradle.nativeplatform.plugins.NativeComponentModelPlugin
 
NativeComponentSpec - Interface in org.gradle.nativeplatform
Definition of a software component that is to be built by Gradle to run a on JVM platform.
NativeDependencySet - Interface in org.gradle.nativeplatform
Models a collection of native type dependencies.
NativeExecutable - Interface in org.gradle.nativeplatform
An executable native component that is built by Gradle.
NativeExecutableBinary - Interface in org.gradle.nativeplatform
A binary artifact for a NativeExecutable, targeted at a particular platform with specific configuration.
NativeExecutableBinarySpec - Interface in org.gradle.nativeplatform
An binary built by Gradle for a native application.
NativeExecutableBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform
Provides access to key tasks used for building the binary.
NativeExecutableSpec - Interface in org.gradle.nativeplatform
Definition of a native executable component that is to be built by Gradle.
NativeLibrary - Interface in org.gradle.nativeplatform
A library component that is built by a gradle project.
NativeLibraryBinary - Interface in org.gradle.nativeplatform
A physical representation of a NativeLibrary component.
NativeLibraryBinarySpec - Interface in org.gradle.nativeplatform
Represents a binary artifact that is the result of building a native library component.
NativeLibraryRequirement - Interface in org.gradle.nativeplatform
A dependency on a native library within the build.
NativeLibrarySpec - Interface in org.gradle.nativeplatform
Definition of a native library component that is to be built by Gradle.
NativePlatform - Interface in org.gradle.nativeplatform.platform
A target platform for building native binaries.
NativePlatformToolChain - Interface in org.gradle.nativeplatform.toolchain
A platform specific configurable tool chain.
NativeResourceSet - Interface in org.gradle.language.nativeplatform
A source set that provides resources.
NativeTestSuiteBinarySpec - Interface in org.gradle.nativeplatform.test
An executable which runs a suite of tests.
NativeTestSuiteBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform.test
Provides access to key tasks used for building the binary.
NativeTestSuiteSpec - Interface in org.gradle.nativeplatform.test
A component representing a suite of tests that will be executed together.
NativeToolChain - Interface in org.gradle.nativeplatform.toolchain
A set of compilers and linkers that are used together to construct a native binary.
NativeToolChainRegistry - Interface in org.gradle.nativeplatform.toolchain
A container for NativeToolChains.
Nested - Annotation Type in org.gradle.api.tasks
Marks a property as specifying a nested bean, whose properties should be checked for annotations.
newBuild() - Method in class org.gradle.StartParameter
Creates the parameters for a new build, using these parameters as a template.
newBuild() - Method in interface org.gradle.tooling.ProjectConnection
Creates a launcher which can be used to execute a build.
newCancellationTokenSource() - Static method in class org.gradle.tooling.GradleConnector
Creates a new CancellationTokenSource that can be used to cancel one or more LongRunningOperation executions.
newConnector() - Static method in class org.gradle.tooling.GradleConnector
Creates a new connector instance.
newInstance() - Method in class org.gradle.StartParameter
Duplicates this StartParameter instance.
noComment(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noComment() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
NonExtensible - Annotation Type in org.gradle.api
Indicates that the type, when DSL enhanced, does not support extensibility.
noQualifier(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noQualifiers(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noSince(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noSince() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
not(Spec<? super T>) - Static method in class org.gradle.api.specs.Specs
 
noTimestamp - Variable in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTimestamp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTimestamp() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTree(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTree() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
NotSpec<T> - Class in org.gradle.api.specs
A Spec implementation which negates another Spec.
NotSpec(Spec<? super T>) - Constructor for class org.gradle.api.specs.NotSpec
 
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
An ObjectConfigurationAction allows you to apply Plugins and scripts to an object or objects.
ObjectFile - Class in org.gradle.nativeplatform
LanguageOutputType marking object file output type.
ObjectFile() - Constructor for class org.gradle.nativeplatform.ObjectFile
 
ObjectFilesToBinary - Interface in org.gradle.nativeplatform.tasks
A task that combines a set of object files into a single binary.
ObjectiveCCompile - Class in org.gradle.language.objectivec.tasks
Compiles Objective-C source files into object files.
ObjectiveCCompile() - Constructor for class org.gradle.language.objectivec.tasks.ObjectiveCCompile
 
ObjectiveCLangPCHPlugin - Class in org.gradle.language.objectivec.plugins
Adds support for compiling Objective C pre-compiled headers.
ObjectiveCLangPCHPlugin() - Constructor for class org.gradle.language.objectivec.plugins.ObjectiveCLangPCHPlugin
 
ObjectiveCLangPlugin - Class in org.gradle.language.objectivec.plugins
Adds core Objective-C language support.
ObjectiveCLangPlugin() - Constructor for class org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
 
ObjectiveCPlugin - Class in org.gradle.language.objectivec.plugins
A plugin for projects wishing to build native binary components from Objective-C sources.
ObjectiveCPlugin() - Constructor for class org.gradle.language.objectivec.plugins.ObjectiveCPlugin
 
ObjectiveCppCompile - Class in org.gradle.language.objectivecpp.tasks
Compiles Objective-C++ source files into object files.
ObjectiveCppCompile() - Constructor for class org.gradle.language.objectivecpp.tasks.ObjectiveCppCompile
 
ObjectiveCppLangPCHPlugin - Class in org.gradle.language.objectivecpp.plugins
Adds support for compiling Objective C++ pre-compiled headers.
ObjectiveCppLangPCHPlugin() - Constructor for class org.gradle.language.objectivecpp.plugins.ObjectiveCppLangPCHPlugin
 
ObjectiveCppLangPlugin - Class in org.gradle.language.objectivecpp.plugins
Adds core Objective-Cpp language support.
ObjectiveCppLangPlugin() - Constructor for class org.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin
 
ObjectiveCppPlugin - Class in org.gradle.language.objectivecpp.plugins
A plugin for projects wishing to build native binary components from Objective-C++ sources.
ObjectiveCppPlugin() - Constructor for class org.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
 
ObjectiveCppPreCompiledHeaderCompile - Class in org.gradle.language.objectivecpp.tasks
Compiles Objective C++ header source files into object files.
ObjectiveCppPreCompiledHeaderCompile() - Constructor for class org.gradle.language.objectivecpp.tasks.ObjectiveCppPreCompiledHeaderCompile
 
ObjectiveCppSourceSet - Interface in org.gradle.language.objectivecpp
A set of Objective-C++ source files.
ObjectiveCPreCompiledHeaderCompile - Class in org.gradle.language.objectivec.tasks
Compiles Objective C header source files into object files.
ObjectiveCPreCompiledHeaderCompile() - Constructor for class org.gradle.language.objectivec.tasks.ObjectiveCPreCompiledHeaderCompile
 
ObjectiveCSourceSet - Interface in org.gradle.language.objectivec
A set of Objective-C source files.
onComplete(T) - Method in interface org.gradle.tooling.ResultHandler
Handles successful completion of the operation.
onFailure(GradleConnectionException) - Method in interface org.gradle.tooling.ResultHandler
Handles a failed operation.
onlyIf(Closure) - Method in interface org.gradle.api.Task
Execute the task only if the given closure returns true.
onlyIf(Spec<? super Task>) - Method in interface org.gradle.api.Task
Execute the task only if the given spec is satisfied.
onOutput(CharSequence) - Method in interface org.gradle.api.logging.StandardOutputListener
Called when some output is written by the logging system.
onOutput(Closure) - Method in class org.gradle.api.tasks.testing.Test
Adds a closure to be notified when output from the test received.
onOutput(TestDescriptor, TestOutputEvent) - Method in interface org.gradle.api.tasks.testing.TestOutputListener
Fired when during test execution anything is printed to standard output or error
open() - Method in interface org.gradle.api.file.FileTreeElement
Opens this file as an input stream.
operatingSystem(String) - Method in interface org.gradle.nativeplatform.platform.NativePlatform
Sets the operating system being targeted.
OperatingSystem - Interface in org.gradle.nativeplatform.platform
A machine operating system.
OperationDescriptor - Interface in org.gradle.tooling.events
Describes an operation for which an event has occurred.
OperationResult - Interface in org.gradle.tooling.events
Describes the result of running an operation.
Optional - Annotation Type in org.gradle.api.tasks
Marks a task property as optional.
optionFiles(File...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
optionFiles(File...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
OptionLessJavadocOptionFileOption<T> - Interface in org.gradle.external.javadoc
Represents a Javadoc option.
optionMap() - Method in class org.gradle.api.tasks.compile.AbstractOptions
 
optionMap() - Method in class org.gradle.api.tasks.compile.CompileOptions
Internal method.
optionMap() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Internal method.
options(Closure<?>) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Convenience method for configuring Javadoc generation options.
options(Closure) - Method in class org.gradle.api.tasks.testing.Test
Configures test framework specific options.
options(Action<CoffeeScriptCompileOptions>) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
options(Closure<?>) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
or(Spec<? super T>...) - Static method in class org.gradle.api.specs.Specs
 
or(Collection<? extends Spec<? super T>>) - Static method in class org.gradle.api.specs.Specs
 
or(boolean, List<? extends Spec<? super T>>) - Static method in class org.gradle.api.specs.Specs
 
org.gradle - package org.gradle
Classes for embedding Gradle.
org.gradle.api - package org.gradle.api
Start Here: Gradle's Project API, which is available from your build files.
org.gradle.api.artifacts - package org.gradle.api.artifacts
Classes for declaring and using artifacts and artifact dependencies.
org.gradle.api.artifacts.cache - package org.gradle.api.artifacts.cache
Classes for controlling dependency resolution.
org.gradle.api.artifacts.component - package org.gradle.api.artifacts.component
Classes that provide meta-data about software components.
org.gradle.api.artifacts.dsl - package org.gradle.api.artifacts.dsl
Classes used in the artifact DSL.
org.gradle.api.artifacts.ivy - package org.gradle.api.artifacts.ivy
Classes for declaring and using Ivy modules.
org.gradle.api.artifacts.maven - package org.gradle.api.artifacts.maven
Maven specific classes for dependency management.
org.gradle.api.artifacts.query - package org.gradle.api.artifacts.query
Classes used for querying the artifacts.
org.gradle.api.artifacts.repositories - package org.gradle.api.artifacts.repositories
Classes for declaring and using artifact repositories.
org.gradle.api.artifacts.result - package org.gradle.api.artifacts.result
Classes that compose the resolution result
org.gradle.api.component - package org.gradle.api.component
Types for declaring and using Software Components.
org.gradle.api.credentials - package org.gradle.api.credentials
general credentials related classes.
org.gradle.api.distribution - package org.gradle.api.distribution
The main interfaces and classes of the distribution plugin.
org.gradle.api.dsl - package org.gradle.api.dsl
dsl related classes.
org.gradle.api.execution - package org.gradle.api.execution
Classes for managing and monitoring build execution.
org.gradle.api.file - package org.gradle.api.file
Classes for working with files.
org.gradle.api.initialization - package org.gradle.api.initialization
Classes for managing and monitoring build initialization.
org.gradle.api.initialization.dsl - package org.gradle.api.initialization.dsl
Classes used in the initialization DSL.
org.gradle.api.invocation - package org.gradle.api.invocation
Classes for invoking and monitoring gradle builds.
org.gradle.api.java.archives - package org.gradle.api.java.archives
Classes for working with JAR manifests.
org.gradle.api.logging - package org.gradle.api.logging
Classes for managing logging in Gradle.
org.gradle.api.plugins - package org.gradle.api.plugins
The standard Plugin implementations.
org.gradle.api.plugins.announce - package org.gradle.api.plugins.announce
A Plugin for generating announcements from your build.
org.gradle.api.plugins.antlr - package org.gradle.api.plugins.antlr
A Plugin for generating parsers from Antlr grammars.
org.gradle.api.plugins.buildcomparison.gradle - package org.gradle.api.plugins.buildcomparison.gradle
Build comparision classes that are specific to Gradle, including comparing Gradle upgrades.
org.gradle.api.plugins.jetty - package org.gradle.api.plugins.jetty
The Jetty Plugin implementation.
org.gradle.api.plugins.osgi - package org.gradle.api.plugins.osgi
The OSGi Plugin implementation.
org.gradle.api.plugins.quality - package org.gradle.api.plugins.quality
Plugins which measure and enforce code quality.
org.gradle.api.publish - package org.gradle.api.publish
Classes that deal with publishing artifacts.
org.gradle.api.publish.ivy - package org.gradle.api.publish.ivy
Types that deal with publishing in the Ivy format.
org.gradle.api.publish.ivy.plugins - package org.gradle.api.publish.ivy.plugins
Plugins for Ivy publishing.
org.gradle.api.publish.ivy.tasks - package org.gradle.api.publish.ivy.tasks
Tasks for Ivy publishing.
org.gradle.api.publish.maven - package org.gradle.api.publish.maven
Types that deal with publishing in the Maven format.
org.gradle.api.publish.maven.plugins - package org.gradle.api.publish.maven.plugins
Plugins for publishing in the Maven format.
org.gradle.api.publish.maven.tasks - package org.gradle.api.publish.maven.tasks
Tasks for publishing in the Maven format.
org.gradle.api.publish.plugins - package org.gradle.api.publish.plugins
Publishing plugins.
org.gradle.api.reporting - package org.gradle.api.reporting
Classes for reporting
org.gradle.api.reporting.components - package org.gradle.api.reporting.components
Component reporting tasks.
org.gradle.api.reporting.dependencies - package org.gradle.api.reporting.dependencies
Types responsible for generating dependency reports.
org.gradle.api.reporting.model - package org.gradle.api.reporting.model
Configuration model reporting tasks.
org.gradle.api.reporting.plugins - package org.gradle.api.reporting.plugins
Plugins for reporting
org.gradle.api.resources - package org.gradle.api.resources
Interfaces and API for the 'Resources' concept.
org.gradle.api.specs - package org.gradle.api.specs
Classes for defining general purpose criteria.
org.gradle.api.tasks - package org.gradle.api.tasks
The standard Task implementations.
org.gradle.api.tasks.ant - package org.gradle.api.tasks.ant
The Ant integration Task implementations.
org.gradle.api.tasks.bundling - package org.gradle.api.tasks.bundling
The archive bundling Task implementations.
org.gradle.api.tasks.compile - package org.gradle.api.tasks.compile
The compilation Task implementations.
org.gradle.api.tasks.diagnostics - package org.gradle.api.tasks.diagnostics
The diagnostic Task implementations.
org.gradle.api.tasks.incremental - package org.gradle.api.tasks.incremental
API classes for implementing incremental tasks.
org.gradle.api.tasks.javadoc - package org.gradle.api.tasks.javadoc
The documentation generation Task implementations.
org.gradle.api.tasks.scala - package org.gradle.api.tasks.scala
Scala Task implementations.
org.gradle.api.tasks.testing - package org.gradle.api.tasks.testing
The unit testing Task implementations.
org.gradle.api.tasks.testing.logging - package org.gradle.api.tasks.testing.logging
Types related to logging of test related information to the console.
org.gradle.api.tasks.util - package org.gradle.api.tasks.util
Utility classes used by the standard task implementations.
org.gradle.api.tasks.wrapper - package org.gradle.api.tasks.wrapper
The Gradle wrapper Task.
org.gradle.buildinit.plugins - package org.gradle.buildinit.plugins
Build init plugins.
org.gradle.external.javadoc - package org.gradle.external.javadoc
Classes to run Javadoc.
org.gradle.ide.visualstudio - package org.gradle.ide.visualstudio
Model classes for visual studio.
org.gradle.ide.visualstudio.plugins - package org.gradle.ide.visualstudio.plugins
Plugins for Visual Studio integration.
org.gradle.ivy - package org.gradle.ivy
Component types for Ivy modules.
org.gradle.jvm - package org.gradle.jvm
Classes for adapting the legacy plugins to the new component model.
org.gradle.jvm.application.scripts - package org.gradle.jvm.application.scripts
Classes that enable JVM application script generation.
org.gradle.jvm.application.tasks - package org.gradle.jvm.application.tasks
Tasks for the JVM application plugin.
org.gradle.jvm.platform - package org.gradle.jvm.platform
Classes for managing platform variance
org.gradle.jvm.plugins - package org.gradle.jvm.plugins
Base plugins that add support for JVM runtime.
org.gradle.jvm.tasks - package org.gradle.jvm.tasks
Tasks that add support for JVM runtime.
org.gradle.jvm.toolchain - package org.gradle.jvm.toolchain
Defines tools that can build things that run on the JVM.
org.gradle.language - package org.gradle.language
Model classes for managing language sources.
org.gradle.language.assembler - package org.gradle.language.assembler
Model classes for building from Assembler language sources.
org.gradle.language.assembler.plugins - package org.gradle.language.assembler.plugins
Plugins for building from Assembler language sources.
org.gradle.language.assembler.tasks - package org.gradle.language.assembler.tasks
Tasks for assembling Assembler sources for a native runtime.
org.gradle.language.base - package org.gradle.language.base
General purpose types for language support.
org.gradle.language.base.artifact - package org.gradle.language.base.artifact
Classes representing artifacts relevant to languages in general.
org.gradle.language.base.plugins - package org.gradle.language.base.plugins
Base plugins for language support.
org.gradle.language.base.sources - package org.gradle.language.base.sources
General purpose types for language sources support.
org.gradle.language.c - package org.gradle.language.c
Model classes for building from C language sources.
org.gradle.language.c.plugins - package org.gradle.language.c.plugins
Plugins for building from C language sources.
org.gradle.language.c.tasks - package org.gradle.language.c.tasks
Tasks for compiling C sources for a native runtime.
org.gradle.language.coffeescript - package org.gradle.language.coffeescript
Language support classes for CoffeeScript
org.gradle.language.cpp - package org.gradle.language.cpp
Model classes for building from C++ language sources.
org.gradle.language.cpp.plugins - package org.gradle.language.cpp.plugins
Plugins for building from C++ language sources.
org.gradle.language.cpp.tasks - package org.gradle.language.cpp.tasks
Tasks for compiling C++ sources for a native runtime.
org.gradle.language.java - package org.gradle.language.java
Types for Java language support.
org.gradle.language.java.artifact - package org.gradle.language.java.artifact
Classes representing artifacts relevant to the Java language.
org.gradle.language.java.plugins - package org.gradle.language.java.plugins
Base plugins that add support for Java language.
org.gradle.language.java.tasks - package org.gradle.language.java.tasks
Tasks that add support for Java language.
org.gradle.language.javascript - package org.gradle.language.javascript
Language support classes for javascript
org.gradle.language.jvm - package org.gradle.language.jvm
Types for support for JVM languages.
org.gradle.language.jvm.plugins - package org.gradle.language.jvm.plugins
Base plugins that add language support for JVM resources.
org.gradle.language.jvm.tasks - package org.gradle.language.jvm.tasks
Tasks for support for JVM languages.
org.gradle.language.nativeplatform - package org.gradle.language.nativeplatform
Model classes for managing language sources.
org.gradle.language.nativeplatform.tasks - package org.gradle.language.nativeplatform.tasks
Base classes for native language compile tasks.
org.gradle.language.objectivec - package org.gradle.language.objectivec
Model classes for building from Objective-C language sources.
org.gradle.language.objectivec.plugins - package org.gradle.language.objectivec.plugins
Plugins for building from Objective-C language sources.
org.gradle.language.objectivec.tasks - package org.gradle.language.objectivec.tasks
Tasks for compiling Objective-C sources for a native runtime.
org.gradle.language.objectivecpp - package org.gradle.language.objectivecpp
Model classes for building from Objective-C++ language sources.
org.gradle.language.objectivecpp.plugins - package org.gradle.language.objectivecpp.plugins
Plugins for building from Objective-C++ language sources.
org.gradle.language.objectivecpp.tasks - package org.gradle.language.objectivecpp.tasks
Tasks for compiling Objective-C++ sources for a native runtime.
org.gradle.language.rc - package org.gradle.language.rc
Model classes for building from Windows Resource scripts.
org.gradle.language.rc.plugins - package org.gradle.language.rc.plugins
Plugins for building from Windows Resource scripts.
org.gradle.language.rc.tasks - package org.gradle.language.rc.tasks
Tasks for compiling Windows resources for a native runtime.
org.gradle.language.routes - package org.gradle.language.routes
Language support classes for routes
org.gradle.language.scala - package org.gradle.language.scala
Types for Scala language support.
org.gradle.language.scala.plugins - package org.gradle.language.scala.plugins
Base plugins that add support for Scala language.
org.gradle.language.scala.tasks - package org.gradle.language.scala.tasks
Tasks that add support for Scala language.
org.gradle.language.scala.toolchain - package org.gradle.language.scala.toolchain
Defines tools that can build scala applications.
org.gradle.language.twirl - package org.gradle.language.twirl
Language support classes for twirl
org.gradle.maven - package org.gradle.maven
Component types for Maven modules.
org.gradle.model - package org.gradle.model
Classes that operate upon the Gradle model.
org.gradle.model.collection - package org.gradle.model.collection
Collection oriented types and utilities.
org.gradle.nativeplatform - package org.gradle.nativeplatform
Classes that model aspects of native component projects.
org.gradle.nativeplatform.platform - package org.gradle.nativeplatform.platform
Classes that allow defining a native binary platform.
org.gradle.nativeplatform.plugins - package org.gradle.nativeplatform.plugins
Plugins for building native component projects.
org.gradle.nativeplatform.tasks - package org.gradle.nativeplatform.tasks
Tasks for building native component projects.
org.gradle.nativeplatform.test - package org.gradle.nativeplatform.test
API classes for testing native binaries.
org.gradle.nativeplatform.test.cunit - package org.gradle.nativeplatform.test.cunit
API classes for cunit integration.
org.gradle.nativeplatform.test.cunit.plugins - package org.gradle.nativeplatform.test.cunit.plugins
Plugins for cunit testing.
org.gradle.nativeplatform.test.cunit.tasks - package org.gradle.nativeplatform.test.cunit.tasks
Tasks for cunit integration.
org.gradle.nativeplatform.test.googletest - package org.gradle.nativeplatform.test.googletest
API classes for Google Test integration.
org.gradle.nativeplatform.test.googletest.plugins - package org.gradle.nativeplatform.test.googletest.plugins
Plugins for Google Test testing.
org.gradle.nativeplatform.test.plugins - package org.gradle.nativeplatform.test.plugins
Plugin classes for generic support for testing native binaries.
org.gradle.nativeplatform.toolchain - package org.gradle.nativeplatform.toolchain
Classes that allow C++ tool chains to be configured.
org.gradle.nativeplatform.toolchain.plugins - package org.gradle.nativeplatform.toolchain.plugins
Built-in tool chain support.
org.gradle.platform.base - package org.gradle.platform.base
General purpose types for runtime support.
org.gradle.platform.base.binary - package org.gradle.platform.base.binary
General purpose types for binary support.
org.gradle.platform.base.component - package org.gradle.platform.base.component
General purpose types for library support.
org.gradle.platform.base.test - package org.gradle.platform.base.test
General purpose types for test suite support.
org.gradle.play - package org.gradle.play
Classes that model aspects of the Play Framework support in Gradle.
org.gradle.play.distribution - package org.gradle.play.distribution
Classes related to creating a Play distribution.
org.gradle.play.platform - package org.gradle.play.platform
Classes for managing play platform
org.gradle.play.plugins - package org.gradle.play.plugins
Plugins that add support for the Play framework.
org.gradle.play.tasks - package org.gradle.play.tasks
Task classes used for the Play Framework support in Gradle.
org.gradle.play.toolchain - package org.gradle.play.toolchain
Defines tools that can build play applications.
org.gradle.plugin.use - package org.gradle.plugin.use
Classes for managing plugin resolution and use.
org.gradle.plugins.ear - package org.gradle.plugins.ear
Support for generating EAR archives in a Gradle build
org.gradle.plugins.ear.descriptor - package org.gradle.plugins.ear.descriptor
Classes for working with EAR deployment descriptors.
org.gradle.plugins.ide.api - package org.gradle.plugins.ide.api
General ide plugin api.
org.gradle.plugins.ide.eclipse.model - package org.gradle.plugins.ide.eclipse.model
Classes for the model used by the EclipsePlugin.
org.gradle.plugins.ide.idea.model - package org.gradle.plugins.ide.idea.model
Classes for the model used by the IdeaPlugin.
org.gradle.plugins.javascript.base - package org.gradle.plugins.javascript.base
 
org.gradle.plugins.javascript.coffeescript - package org.gradle.plugins.javascript.coffeescript
 
org.gradle.plugins.javascript.envjs - package org.gradle.plugins.javascript.envjs
 
org.gradle.plugins.javascript.envjs.browser - package org.gradle.plugins.javascript.envjs.browser
 
org.gradle.plugins.javascript.envjs.http - package org.gradle.plugins.javascript.envjs.http
 
org.gradle.plugins.javascript.envjs.http.simple - package org.gradle.plugins.javascript.envjs.http.simple
 
org.gradle.plugins.javascript.jshint - package org.gradle.plugins.javascript.jshint
 
org.gradle.plugins.javascript.rhino - package org.gradle.plugins.javascript.rhino
 
org.gradle.plugins.javascript.rhino.worker - package org.gradle.plugins.javascript.rhino.worker
 
org.gradle.process - package org.gradle.process
Classes for executing system and Java processes.
org.gradle.sonar.runner - package org.gradle.sonar.runner
Integration with Sonar.
org.gradle.sonar.runner.plugins - package org.gradle.sonar.runner.plugins
Plugins for Sonar Runner integration.
org.gradle.sonar.runner.tasks - package org.gradle.sonar.runner.tasks
Tasks for the Sonar Runner integration.
org.gradle.testfixtures - package org.gradle.testfixtures
Classes and interfaces for testing custom task and plugin implementations.
org.gradle.testing.jacoco.tasks - package org.gradle.testing.jacoco.tasks
Tasks to work with the JaCoCo code coverage library.
org.gradle.tooling - package org.gradle.tooling
The main interfaces and classes of the Gradle tooling API.
org.gradle.tooling.events - package org.gradle.tooling.events
The interfaces and classes related to registering for event notifications and listening to dispatched events.
org.gradle.tooling.events.test - package org.gradle.tooling.events.test
Test execution specific interfaces and classes related to event notifications.
org.gradle.tooling.exceptions - package org.gradle.tooling.exceptions
Exceptions thrown when using the tooling API.
org.gradle.tooling.model - package org.gradle.tooling.model
The general-purpose tooling model types, provided by the tooling API.
org.gradle.tooling.model.build - package org.gradle.tooling.model.build
Tooling models for the build environment, which includes information such as Gradle or Java versions.
org.gradle.tooling.model.eclipse - package org.gradle.tooling.model.eclipse
Eclipse-centric tooling models.
org.gradle.tooling.model.gradle - package org.gradle.tooling.model.gradle
The tooling models for Gradle builds and projects.
org.gradle.tooling.model.idea - package org.gradle.tooling.model.idea
IntelliJ IDEA centric tooling models.
org.gradle.tooling.provider.model - package org.gradle.tooling.provider.model
Interfaces and classes that allow tooling models to be made available to the tooling API client.
OrSpec<T> - Class in org.gradle.api.specs
A CompositeSpec which requires any one of its specs to be true in order to evaluate to true.
OrSpec(Spec<? super T>...) - Constructor for class org.gradle.api.specs.OrSpec
 
OrSpec(Iterable<? extends Spec<? super T>>) - Constructor for class org.gradle.api.specs.OrSpec
 
OsgiManifest - Interface in org.gradle.api.plugins.osgi
Represents a manifest file for a JAR containing an OSGi bundle.
osgiManifest() - Method in class org.gradle.api.plugins.osgi.OsgiPluginConvention
Creates a new instance of OsgiManifest.
osgiManifest(Closure) - Method in class org.gradle.api.plugins.osgi.OsgiPluginConvention
Creates and configures a new instance of an OsgiManifest .
OsgiPluginConvention - Class in org.gradle.api.plugins.osgi
Is mixed in into the project when applying the OsgiPlugin .
OsgiPluginConvention(ProjectInternal) - Constructor for class org.gradle.api.plugins.osgi.OsgiPluginConvention
 
outOfDate(Action<? super InputFileDetails>) - Method in interface org.gradle.api.tasks.incremental.IncrementalTaskInputs
Executes the action for all of the input files that are out-of-date since the previous task execution.
OutputDirectories - Annotation Type in org.gradle.api.tasks
Marks a property as specifying one or more output directories for a task.
OutputDirectory - Annotation Type in org.gradle.api.tasks
Marks a property as specifying an output directory for a task.
OutputFile - Annotation Type in org.gradle.api.tasks
Marks a property as specifying an output file for a task.
OutputFiles - Annotation Type in org.gradle.api.tasks
Marks a property as specifying one or more output files for a task.
overview(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
Fluent setter for the overview option.
overview(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 

P

ParallelizableTask - Annotation Type in org.gradle.api.tasks
Declares that the associated task can be safely executed in parallel with other tasks.
parse(boolean, String) - Static method in class org.gradle.api.file.RelativePath
 
parse(boolean, RelativePath, String) - Static method in class org.gradle.api.file.RelativePath
 
parse(File, String) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
parse(File, String, Action<Context>) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
parseRhino(File, RhinoWorkerUtils.ScopeOperation<T>) - Static method in class org.gradle.plugins.javascript.rhino.worker.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 - Annotation Type in org.gradle.model
Specifies a model path on a parameter
path(Object...) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Append an entry or entries to the tool chain path.
PATH_SEPARATOR - Static variable in interface org.gradle.api.Project
The hierarchy separator for project and task path names.
PathValidation - Enum in org.gradle.api
An enumeration for describing validation policies for file paths.
PatternFilterable - Interface in org.gradle.api.tasks.util
A PatternFilterable represents some file container which Ant-style include and exclude patterns or specs can be applied to.
PatternSet - Class in org.gradle.api.tasks.util
Standalone implementation of PatternFilterable.
PatternSet() - Constructor for class org.gradle.api.tasks.util.PatternSet
 
Platform - Interface in org.gradle.platform.base
The platform or runtime that a binary is designed to run on.
platform(Object) - Method in interface org.gradle.play.PlayApplicationSpec
 
PLATFORM_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
 
PlatformAwareComponentSpec - Interface in org.gradle.platform.base
Defines Platform specific operations for ComponentSpecs
PlatformContainer - Interface in org.gradle.platform.base
A container of Platforms.
PlatformJavaCompile - Class in org.gradle.language.java.tasks
A platform-aware Java compile task.
PlatformJavaCompile() - Constructor for class org.gradle.language.java.tasks.PlatformJavaCompile
 
PlatformScalaCompile - Class in org.gradle.language.scala.tasks
A platform-aware Scala compile task.
PlatformScalaCompile() - Constructor for class org.gradle.language.scala.tasks.PlatformScalaCompile
 
PlayApplicationBinarySpec - Interface in org.gradle.play
Represents a binary artifact that is the result of building a play component.
PlayApplicationPlugin - Class in org.gradle.play.plugins
Plugin for Play Framework component support.
PlayApplicationPlugin() - Constructor for class org.gradle.play.plugins.PlayApplicationPlugin
 
PlayApplicationSpec - Interface in org.gradle.play
Definition of a play framework software component that is built by Gradle.
PlayCoffeeScriptCompile - Class in org.gradle.play.tasks
Task for compiling CoffeeScript sources
PlayCoffeeScriptCompile() - Constructor for class org.gradle.play.tasks.PlayCoffeeScriptCompile
 
PlayCoffeeScriptPlugin - Class in org.gradle.play.plugins
Plugin for adding coffeescript compilation to a Play application.
PlayCoffeeScriptPlugin() - Constructor for class org.gradle.play.plugins.PlayCoffeeScriptPlugin
 
PlayDistribution - Interface in org.gradle.play.distribution
Represents a Play distribution package
PlayDistributionContainer - Interface in org.gradle.play.distribution
Manages a set of Distribution objects.
PlayDistributionPlugin - Class in org.gradle.play.plugins
A plugin that adds a distribution zip to a Play application build.
PlayDistributionPlugin() - Constructor for class org.gradle.play.plugins.PlayDistributionPlugin
 
PlayJavaScriptPlugin - Class in org.gradle.play.plugins
Plugin for adding javascript processing to a Play application.
PlayJavaScriptPlugin() - Constructor for class org.gradle.play.plugins.PlayJavaScriptPlugin
 
PlayPlatform - Interface in org.gradle.play.platform
Defines and configures a Play Framework environment including versions of Play, Scala and Java.
PlayPlugin - Class in org.gradle.play.plugins
Plugin for Play Framework component support.
PlayPlugin() - Constructor for class org.gradle.play.plugins.PlayPlugin
 
PlayPluginConfigurations - Class in org.gradle.play.plugins
Conventional locations and names for play plugins.
PlayPluginConfigurations(ConfigurationContainer, DependencyHandler) - Constructor for class org.gradle.play.plugins.PlayPluginConfigurations
 
PlayRun - Class in org.gradle.play.tasks
A Task to run a play application.
PlayRun() - Constructor for class org.gradle.play.tasks.PlayRun
 
PlayTestPlugin - Class in org.gradle.play.plugins
Plugin for executing tests from a Play Framework application.
PlayTestPlugin() - Constructor for class org.gradle.play.plugins.PlayTestPlugin
 
PlayToolChain - Interface in org.gradle.play.toolchain
A set of tools for building applications using the Play Framework.
Plugin<T> - Interface in org.gradle.api
A Plugin represents an extension to Gradle.
plugin(Class<? extends Plugin>) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Adds a Plugin to use to configure the target objects.
plugin(String) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Adds a Plugin to use to configure the target objects.
PluginAware - Interface in org.gradle.api.plugins
Something that can have plugins applied to it.
PluginCollection<T extends Plugin> - Interface in org.gradle.api.plugins
A PluginCollection represents a collection of Plugin instances.
PluginContainer - Interface in org.gradle.api.plugins
A PluginContainer is used to manage a set of Plugin instances applied to a particular project.
PluginDependenciesSpec - Interface in org.gradle.plugin.use
The DSL for declaring plugins to use in a script.
PluginDependencySpec - Interface in org.gradle.plugin.use
A mutable specification of a dependency on a plugin.
PluginInstantiationException - Exception in org.gradle.api.plugins
A PluginInstantiationException is thrown when a plugin cannot be instantiated.
PluginInstantiationException(String) - Constructor for exception org.gradle.api.plugins.PluginInstantiationException
 
PluginInstantiationException(String, Throwable) - Constructor for exception org.gradle.api.plugins.PluginInstantiationException
 
PluginManager - Interface in org.gradle.api.plugins
Facilitates applying plugins and determining which plugins have been applied to a PluginAware object.
plus(FileCollection) - Method in interface org.gradle.api.file.FileCollection
Returns a FileCollection which contains the union of this collection and the given collection.
plus(FileTree) - Method in interface org.gradle.api.file.FileTree
Returns a FileTree which contains the union of this tree and the given tree.
plus(RelativePath) - Method in class org.gradle.api.file.RelativePath
Appends the given path to the end of this path.
PmdReports - Interface in org.gradle.api.plugins.quality
The reporting configuration for the Pmd task.
PolymorphicDomainObjectContainer<T> - Interface in org.gradle.api
A NamedDomainObjectContainer that allows to create domain objects with different types.
pom(String) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
pom(String, Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Configures a POM by a closure.
pom(Closure) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Configures the default POM by a closure.
pom() - Method in class org.gradle.api.plugins.MavenPluginConvention
Creates a new MavenPom.
pom(Closure) - Method in class org.gradle.api.plugins.MavenPluginConvention
Creates and configures a new MavenPom.
pom(Action<? super MavenPom>) - Method in interface org.gradle.api.publish.maven.MavenPublication
Configures the POM that will be published.
POM_FILE_ENCODING - Static variable in interface org.gradle.api.artifacts.maven.MavenPom
 
PomFilterContainer - Interface in org.gradle.api.artifacts.maven
Manages a set of MavenPom instances and their associated PublishFilter instances.
PORT_SYSPROPERTY - Static variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
PrebuiltLibraries - Interface in org.gradle.nativeplatform
A container of PrebuiltLibrary instances.
PrebuiltLibrary - Interface in org.gradle.nativeplatform
A library component that is not built by gradle.
PrebuiltSharedLibraryBinary - Interface in org.gradle.nativeplatform
A shared library that exists at a known location on the filesystem.
PrebuiltStaticLibraryBinary - Interface in org.gradle.nativeplatform
A static library that exists at a known location on the filesystem.
preCompiledHeader(String) - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
Adds a pre-compiled header to be used when compiling sources in this source set.
preCompiledHeaderInclude(Object) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Set the pre-compiled header the compiler should use.
PrefixHeaderFileGenerateTask - Class in org.gradle.nativeplatform.tasks
Generates a prefix header file from a list of headers to be precompiled.
PrefixHeaderFileGenerateTask() - Constructor for class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
 
prepareNewBuild(StartParameter) - Method in class org.gradle.StartParameter
 
prepareNewInstance(StartParameter) - Method in class org.gradle.StartParameter
 
prepend(String...) - Method in class org.gradle.api.file.RelativePath
Prepends the given names to the start of this path.
PreprocessingTool - Interface in org.gradle.language
A tool that permits configuration of the C preprocessor.
process(P) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorker
 
process(P) - Method in interface org.gradle.plugins.javascript.rhino.worker.RhinoWorkerHandle
 
PROCESS_RESOURCES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
PROCESS_TEST_RESOURCES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
ProcessForkOptions - Interface in org.gradle.process
Specifies the options to use to fork a process.
ProcessResources - Class in org.gradle.language.jvm.tasks
Copies resources from their source to their target directory, potentially processing them.
ProcessResources() - Constructor for class org.gradle.language.jvm.tasks.ProcessResources
 
ProgressEvent - Interface in org.gradle.tooling.events
Root interface for all events that signal progress while executing an operation.
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(Map<String, ?>) - Method in interface org.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a project.
project(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Provides a builder for the Maven POM for adding or modifying properties of the Maven MavenPom.getModel().
project(String) - Method in interface org.gradle.api.initialization.Settings
Returns the project with the given path.
project(File) - Method in interface org.gradle.api.initialization.Settings
Returns the project with the given project directory.
Project - Interface in org.gradle.api
This interface is the main API you use to interact with Gradle from your build file.
project(String) - Method in interface org.gradle.api.Project
Locates a project by path.
project(String, Closure) - Method in interface org.gradle.api.Project
Locates a project by path and configures it using the given closure.
PROJECT_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
ProjectBuilder - Class in org.gradle.testfixtures
Creates dummy instances of Project which you can use in testing custom task and plugin implementations.
ProjectBuilder() - Constructor for class org.gradle.testfixtures.ProjectBuilder
 
ProjectComponentIdentifier - Interface in org.gradle.api.artifacts.component
An identifier for a component instance that is built as part of the current build.
ProjectComponentSelector - Interface in org.gradle.api.artifacts.component
Criteria for selecting a component instance that is built as part of the current build.
ProjectConfigurationException - Exception in org.gradle.api
Indicates a problem that occurs during project configuration (evaluation) phase.
ProjectConfigurationException(String, Throwable) - Constructor for exception org.gradle.api.ProjectConfigurationException
 
ProjectConnection - Interface in org.gradle.tooling
Represents a long-lived connection to a Gradle project.
ProjectDependency - Interface in org.gradle.api.artifacts
A ProjectDependency is a Dependency on another project in the current project hierarchy.
ProjectDependency - Interface in org.gradle.tooling.model
Represents a dependency on another project.
ProjectDependencySubstitution - Interface in org.gradle.api.artifacts
Provides means to substitute a different dependency in place of a project dependency.
ProjectDescriptor - Interface in org.gradle.api.initialization
A ProjectDescriptor declares the configuration required to create and evaluate a Project.
ProjectEvaluationListener - Interface in org.gradle.api
An ProjectEvaluationListener is notified when a project is evaluated.
ProjectPublications - Interface in org.gradle.tooling.model.gradle
A model providing information about the publications of a Gradle project.
ProjectReportsPlugin - Class in org.gradle.api.plugins
A Plugin which adds some project visualization report tasks to a project.
ProjectReportsPlugin() - Constructor for class org.gradle.api.plugins.ProjectReportsPlugin
 
ProjectReportTask - Class in org.gradle.api.tasks.diagnostics
Displays a list of projects in the build.
ProjectReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.ProjectReportTask
 
projectsEvaluated(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when all projects for the build have been evaluated.
projectsEvaluated(Gradle) - Method in class org.gradle.BuildAdapter
 
projectsEvaluated(Gradle) - Method in interface org.gradle.BuildListener
Called when all projects for the build have been evaluated.
projectsEvaluated(Gradle) - Method in class org.gradle.BuildLogger
 
projectsLoaded(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when the projects for the build have been created from the settings.
projectsLoaded(Gradle) - Method in class org.gradle.BuildAdapter
 
projectsLoaded(Gradle) - Method in interface org.gradle.BuildListener
Called when the projects for the build have been created from the settings.
projectsLoaded(Gradle) - Method in class org.gradle.BuildLogger
 
ProjectSourceSet - Interface in org.gradle.language.base
A container of LanguageSourceSets.
ProjectState - Interface in org.gradle.api
ProjectState provides information about the execution state of a project.
properties(Map<String, ?>) - Method in interface org.gradle.api.tasks.TaskInputs
Registers a set of input properties for this task.
properties(Map<String, ?>) - Method in class org.gradle.sonar.runner.SonarProperties
Convenience method for setting multiple properties.
PROPERTIES_TASK - Static variable in class org.gradle.api.plugins.HelpTasksPlugin
 
PropertiesGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> - 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 for class org.gradle.plugins.ide.api.PropertiesGeneratorTask
 
property(String) - Method in interface org.gradle.api.Project
Returns the value of the given property.
property(String) - Method in interface org.gradle.api.Task
Returns the value of the given property of this task.
property(String, Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers an input property for this task.
property(String, Object) - Method in class org.gradle.sonar.runner.SonarProperties
Convenience method for setting a single property.
PROPERTY_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
PropertyReportTask - Class in org.gradle.api.tasks.diagnostics
Displays the properties of a project.
PropertyReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.PropertyReportTask
 
PROVIDED - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
PROVIDED_COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
 
PROVIDED_COMPILE_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 
PROVIDED_RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
 
PROVIDED_RUNTIME_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 
PublicAssets - Interface in org.gradle.play
A set of public assets added to a binary.
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<? super PublicationContainer>) - Method in interface org.gradle.api.publish.PublishingExtension
Configures the publications of this project.
publish() - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
 
publish() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
publish() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
 
PUBLISH_LIFECYCLE_TASK_NAME - Static variable in class org.gradle.api.publish.plugins.PublishingPlugin
 
PUBLISH_LOCAL_LIFECYCLE_TASK_NAME - Static variable in class org.gradle.api.publish.maven.plugins.MavenPublishPlugin
 
PUBLISH_TASK_GROUP - Static variable in class org.gradle.api.publish.plugins.PublishingPlugin
 
PublishArtifact - Interface in org.gradle.api.artifacts
A PublishArtifact is an artifact produced by a project.
PublishArtifactSet - Interface in org.gradle.api.artifacts
A set of artifacts to be published.
PublishException - Exception in org.gradle.api.artifacts
A PublishException is thrown when a dependency configuration cannot be published for some reason.
PublishException(String, Throwable) - Constructor for exception org.gradle.api.artifacts.PublishException
 
PublishException(String) - Constructor for exception org.gradle.api.artifacts.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 "publishing".
PublishingPlugin(ArtifactPublicationServices, Instantiator) - Constructor for class org.gradle.api.publish.plugins.PublishingPlugin
 
PublishToIvyRepository - Class in org.gradle.api.publish.ivy.tasks
Publishes an IvyPublication to an IvyArtifactRepository.
PublishToIvyRepository() - Constructor for class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
 
PublishToMavenLocal - Class in org.gradle.api.publish.maven.tasks
Publishes a MavenPublication to the Maven Local repository.
PublishToMavenLocal() - Constructor for class org.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
PublishToMavenRepository - Class in org.gradle.api.publish.maven.tasks
PublishToMavenRepository() - Constructor for class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
 

Q

quiet(String) - Method in interface org.gradle.api.logging.Logger
Logs the given message at quiet log level.
quiet(String, Object...) - Method in interface org.gradle.api.logging.Logger
Logs the given message at quiet log level.
quiet(String, Throwable) - Method in interface org.gradle.api.logging.Logger
Logs the given message at quiet log level.
QUIET - Static variable in class org.gradle.api.logging.Logging
 
quiet(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for quiet level.
quiet() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
quiet() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 

R

read() - Method in interface org.gradle.api.resources.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) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
readFrom(Reader) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Reads the deployment descriptor from a reader.
readFrom(Object) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Reads the deployment descriptor from a file.
refresh() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
States that any cached value should be ignored, forcing a fresh resolve.
register(ToolingModelBuilder) - Method in interface org.gradle.tooling.provider.model.ToolingModelBuilderRegistry
 
registerBinding(Class<U>, Class<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a binding from the specified "public" domain object type to the specified implementation type.
registerFactory(Class<U>, NamedDomainObjectFactory<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a factory for creating elements of the specified type.
registerFactory(Class<U>, Closure<? extends U>) - Method in interface org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a factory for creating elements of the specified type.
registerPlatformResolver(PlatformResolvers) - Method in class org.gradle.jvm.plugins.JvmComponentPlugin
 
reject(String) - Method in interface org.gradle.api.artifacts.ComponentSelection
Rejects the candidate for the resolution.
RelativePath - Class in org.gradle.api.file
Represents a relative path from some base directory to a file.
RelativePath(boolean, String...) - Constructor for class org.gradle.api.file.RelativePath
Creates a RelativePath.
relativePath(Object) - Method in interface org.gradle.api.Project
Returns the relative path from the project directory to the given path.
relativePath(Object) - Method in interface org.gradle.api.Script
Returns the relative path from the directory containing this script to the given path.
relativeProjectPath(String) - Method in interface org.gradle.api.Project
Converts a name to a project path relative to this project.
reload - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
RELOAD_AUTOMATIC - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
RELOAD_MANUAL - Static variable in class org.gradle.api.plugins.jetty.JettyPlugin
 
removed(Action<? super InputFileDetails>) - Method in interface org.gradle.api.tasks.incremental.IncrementalTaskInputs
Executes the action for all of the input files that were removed since the previous task execution.
removeListener(Object) - Method in interface org.gradle.api.invocation.Gradle
Removes the given listener from this build.
removeProjectEvaluationListener(ProjectEvaluationListener) - Method in interface org.gradle.api.invocation.Gradle
Removes the given listener from this build.
removeStandardErrorListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
Removes a listener from standard error.
removeStandardOutputListener(StandardOutputListener) - Method in interface org.gradle.api.logging.LoggingOutput
Removes a listener from standard output.
removeTaskExecutionGraphListener(TaskExecutionGraphListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Remove a listener from this graph.
removeTaskExecutionListener(TaskExecutionListener) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Remove a listener from this graph.
removeTestListener(TestListener) - Method in class org.gradle.api.tasks.testing.Test
Unregisters a test listener with this task.
removeTestOutputListener(TestOutputListener) - Method in class org.gradle.api.tasks.testing.Test
Unregisters a test output listener with this task.
rename(Closure) - Method in interface org.gradle.api.file.CopyProcessingSpec
Renames a source file to a different relative location under the target directory.
rename(String, String) - Method in interface org.gradle.api.file.CopyProcessingSpec
Renames files based on a regular expression.
rename(Pattern, String) - Method in interface org.gradle.api.file.CopyProcessingSpec
Renames files based on a regular expression.
rename(Closure) - Method in interface org.gradle.api.file.CopySpec
Renames a source file to a different relative location under the target directory.
rename(String, String) - Method in interface org.gradle.api.file.CopySpec
Renames files based on a regular expression.
rename(Pattern, String) - Method in interface org.gradle.api.file.CopySpec
Renames files based on a regular expression.
rename(Closure) - Method in class org.gradle.api.tasks.AbstractCopyTask
Renames a source file to a different relative location under the target directory.
rename(String, String) - Method in class org.gradle.api.tasks.AbstractCopyTask
Renames files based on a regular expression.
rename(Pattern, String) - Method in class org.gradle.api.tasks.AbstractCopyTask
Renames files based on a regular expression.
replace(String) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name and adds it to this container, replacing any existing task with the same name.
replace(String, Class<T>) - Method in interface org.gradle.api.tasks.TaskContainer
Creates a Task with the given name and type, and adds it to this container, replacing any existing task of the same name.
replacedBy(Object) - Method in interface org.gradle.api.artifacts.ComponentModuleMetadataDetails
Configures a replacement module for this module.
replaceLastName(String) - Method in class org.gradle.api.file.RelativePath
Returns a copy of this path, with the last name replaced with the given name.
report() - Method in class org.gradle.api.reporting.components.ComponentReport
 
report() - Method in class org.gradle.api.reporting.model.ModelReport
 
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
ReportContainer<T extends Report> - Interface in org.gradle.api.reporting
A container of Report objects, that represent potential reports.
ReportContainer.ImmutableViolationException - Exception in org.gradle.api.reporting
The exception thrown when any of this container's mutation methods are called.
ReportContainer.ImmutableViolationException() - Constructor for exception org.gradle.api.reporting.ReportContainer.ImmutableViolationException
 
Reporting<T extends ReportContainer> - Interface in org.gradle.api.reporting
An object that provides reporting options.
ReportingBasePlugin - Class in org.gradle.api.plugins
A Plugin which provides the basic skeleton for reporting.
ReportingBasePlugin() - Constructor for class org.gradle.api.plugins.ReportingBasePlugin
 
ReportingExtension - Class in org.gradle.api.reporting
A project extension named "reporting" that provides basic reporting settings and utilities.
ReportingExtension(Project) - Constructor for class org.gradle.api.reporting.ReportingExtension
 
reportOn(Object...) - Method in class org.gradle.api.tasks.testing.TestReport
Adds some results to include in the report.
reports(Closure) - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
reports(Closure) - Method in class org.gradle.api.reporting.GenerateBuildDashboard
Configures the reports to be generated by this task.
reports(Closure) - Method in interface org.gradle.api.reporting.Reporting
Allow configuration of the report container by closure.
reports(Closure) - Method in class org.gradle.api.tasks.testing.Test
Configures the reports that this task potentially produces.
repositories(Closure) - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
Configures the repositories for the script dependencies.
repositories(Closure) - Method in interface org.gradle.api.Project
Configures the repositories for this project.
repositories(Action<? super RepositoryHandler>) - Method in interface org.gradle.api.publish.PublishingExtension
Configures the container of possible repositories to publish to.
repositories(Closure) - Method in class org.gradle.api.tasks.Upload
Configures the set of repositories to upload to.
Repositories - Interface in org.gradle.nativeplatform
The repositories that Gradle will search for prebuilt libraries.
RepositoryHandler - Interface in org.gradle.api.artifacts.dsl
A RepositoryHandler manages a set of repositories, allowing repositories to be defined and queried.
RepositoryLayout - Interface in org.gradle.api.artifacts.repositories
Represents the directory structure for a repository.
ResolutionControl<A,B> - 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 result of dependency resolution.
ResolutionRules - Interface in org.gradle.api.artifacts.cache
Represents a set of rules/actions that can be applied during dependency resolution.
resolutionStrategy(Closure) - Method in interface org.gradle.api.artifacts.Configuration
The resolution strategy provides extra details on how to resolve this configuration.
ResolutionStrategy - Interface in org.gradle.api.artifacts
Defines the strategies around dependency resolution.
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 interface org.gradle.api.artifacts.Configuration
Resolves this configuration.
resolve() - Method in interface org.gradle.api.artifacts.SelfResolvingDependency
Resolves this dependency.
resolve(boolean) - Method in interface org.gradle.api.artifacts.SelfResolvingDependency
Resolves this dependency by specifying the transitive mode.
ResolvedArtifact - Interface in org.gradle.api.artifacts
Information about a resolved artifact.
ResolvedArtifactResult - Interface in org.gradle.api.artifacts.result
The result of successfully downloading an artifact.
ResolvedComponentResult - Interface in org.gradle.api.artifacts.result
Represents a component instance in the resolved dependency graph.
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.
ResolvedModuleVersion - Interface in org.gradle.api.artifacts
Represents meta-data about a resolved module version.
ResolveException - Exception in org.gradle.api.artifacts
A ResolveException is thrown when a dependency configuration cannot be resolved for some reason.
ResolveException(Configuration, Throwable) - Constructor for exception org.gradle.api.artifacts.ResolveException
 
ResolveException(Configuration, Iterable<? extends Throwable>) - Constructor for exception org.gradle.api.artifacts.ResolveException
 
resolveLibrary(String) - Method in interface org.gradle.nativeplatform.PrebuiltLibraries
 
Resource - Interface in org.gradle.api.resources
A generic resource of some kind.
ResourceException - Exception in org.gradle.api.resources
Generic resource exception that all other resource-related exceptions inherit from.
ResourceException() - Constructor for exception org.gradle.api.resources.ResourceException
 
ResourceException(String) - Constructor for exception org.gradle.api.resources.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception org.gradle.api.resources.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 interface org.gradle.api.tasks.SourceSet
Configures the non-Java resources for this set.
restartWebApp(boolean) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
restartWebApp(boolean) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
restartWebApp(boolean) - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
ResultHandler<T> - Interface in org.gradle.tooling
A handler for an asynchronous operation which returns an object of type T.
rethrowFailure() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
A resolve of a configuration that is not successful does not automatically throws an exception.
rethrowFailure() - Method in interface org.gradle.api.ProjectState
Throws the project failure, if any.
rethrowFailure() - Method in interface org.gradle.api.tasks.TaskState
Throws the task failure, if any.
rethrowFailure() - Method in class org.gradle.BuildResult
Rethrows the build failure.
rethrowFailure() - Method in interface org.gradle.process.ExecResult
Re-throws any failure executing this process.
RHINO_SHELL_MAIN - Static variable in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
RhinoExtension - Class in org.gradle.plugins.javascript.rhino
 
RhinoExtension() - Constructor for class org.gradle.plugins.javascript.rhino.RhinoExtension
 
rhinoOptions(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
RhinoShellExec - Class in org.gradle.plugins.javascript.rhino
 
RhinoShellExec() - Constructor for class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
RhinoWorker<R extends Serializable,P extends Serializable> - Interface in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerHandle<R extends Serializable,P extends Serializable> - Interface in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerHandleFactory - Interface in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerSpec<R extends Serializable,P extends Serializable> - Class in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerSpec(Class<R>, Class<P>, Class<? extends RhinoWorker<R, P>>) - Constructor for class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
RhinoWorkerUtils - Class in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerUtils() - Constructor for class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
RhinoWorkerUtils.DefaultScopeOperation<T> - Class in org.gradle.plugins.javascript.rhino.worker
 
RhinoWorkerUtils.DefaultScopeOperation() - Constructor for class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
RhinoWorkerUtils.ScopeOperation<T> - Interface in org.gradle.plugins.javascript.rhino.worker
 
rootProject(Action<? super Project>) - Method in interface org.gradle.api.invocation.Gradle
Adds an action to execute against the root project of this build.
RoutesCompile - Class in org.gradle.play.tasks
Task for compiling routes templates
RoutesCompile() - Constructor for class org.gradle.play.tasks.RoutesCompile
 
RoutesSourceSet - Interface in org.gradle.language.routes
Represents a source set containing routes files
Rule - Interface in org.gradle.api
A Rule represents some action to perform when an unknown domain object is referenced.
RuleSource - Class in org.gradle.model
A marker type for a class that is a collection of rules.
RuleSource() - Constructor for class org.gradle.model.RuleSource
 
run() - Method in class org.gradle.play.tasks.PlayRun
 
run() - Method in class org.gradle.sonar.runner.tasks.SonarRunner
 
run() - Method in interface org.gradle.tooling.BuildActionExecuter
Runs the action, blocking until its result is available.
run(ResultHandler<? super T>) - Method in interface org.gradle.tooling.BuildActionExecuter
Starts executing the action, passing the result to the given handler when complete.
run() - Method in interface org.gradle.tooling.BuildLauncher
Executes the build, blocking until it is complete.
run(ResultHandler<? super Void>) - Method in interface org.gradle.tooling.BuildLauncher
Launches the build.
RUN_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
 
RUNTIME - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
RUNTIME_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 

S

SATISFIES_ALL - Static variable in class org.gradle.api.specs.Specs
 
SATISFIES_NONE - Static variable in class org.gradle.api.specs.Specs
 
satisfyAll() - Static method in class org.gradle.api.specs.Specs
 
satisfyNone() - Static method in class org.gradle.api.specs.Specs
 
scala(Closure) - Method in interface org.gradle.api.tasks.ScalaSourceSet
Configures the Scala source for this set.
ScalaCompile - Class in org.gradle.api.tasks.scala
Compiles Scala source files, and optionally, Java source files.
ScalaCompile() - Constructor for class org.gradle.api.tasks.scala.ScalaCompile
 
ScalaCompileOptions - Class in org.gradle.api.tasks.scala
Options for Scala compilation, including the use of the Ant-backed compiler.
ScalaCompileOptions() - Constructor for class org.gradle.api.tasks.scala.ScalaCompileOptions
 
ScalaDoc - Class in org.gradle.api.tasks.scala
Generates HTML API documentation for Scala source files.
ScalaDoc() - Constructor for class org.gradle.api.tasks.scala.ScalaDoc
 
ScalaDocOptions - Class in org.gradle.api.tasks.scala
Options for the ScalaDoc tool.
ScalaDocOptions() - Constructor for class org.gradle.api.tasks.scala.ScalaDocOptions
 
ScalaForkOptions - Class in org.gradle.api.tasks.scala
Fork options for Scala compilation.
ScalaForkOptions() - Constructor for class org.gradle.api.tasks.scala.ScalaForkOptions
 
ScalaLanguagePlugin - Class in org.gradle.language.scala.plugins
Plugin for compiling Scala code.
ScalaLanguagePlugin() - Constructor for class org.gradle.language.scala.plugins.ScalaLanguagePlugin
 
ScalaLanguageSourceSet - Interface in org.gradle.language.scala
A set of sources passed to the Scala compiler.
ScalaPlatform - Interface in org.gradle.language.scala
Defines and configures a Scala Platform.
ScalaRuntime - Class in org.gradle.api.tasks
Provides information related to the Scala runtime(s) used in a project.
ScalaRuntime(Project) - Constructor for class org.gradle.api.tasks.ScalaRuntime
 
ScalaSourceSet - Interface in org.gradle.api.tasks
A ScalaSourceSetConvention defines the properties and methods added to a SourceSet by the ScalaPlugin.
ScalaToolChain - Interface in org.gradle.language.scala.toolchain
A set of tools for building Scala applications
scannerListeners - Variable in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
List of Listeners for the scanner.
ScanTargetPattern - Class in org.gradle.api.plugins.jetty
Patterns for scanning for file changes.
ScanTargetPattern() - Constructor for class org.gradle.api.plugins.jetty.ScanTargetPattern
 
Script - Interface in org.gradle.api
This interface is implemented by all Gradle scripts to add in some Gradle-specific methods.
scriptArgs(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
ScriptGenerator - Interface in org.gradle.jvm.application.scripts
Generates a script to start a JVM application.
ScriptHandler - Interface in org.gradle.api.initialization.dsl
A ScriptHandler allows you to manage the compilation and execution of a build script.
securityRole(EarSecurityRole) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a security role to the deployment descriptor.
securityRole(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a security role to the deployment descriptor.
securityRole(Action<? extends EarSecurityRole>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a security role to the deployment descriptor after configuring it with the given action.
segmentIterator() - Method in class org.gradle.api.file.RelativePath
 
SelfResolvingDependency - Interface in org.gradle.api.artifacts
A SelfResolvingDependency is a Dependency which is able to resolve itself, independent of a repository.
send(String, String) - Method in interface org.gradle.api.plugins.announce.Announcer
 
serialWarn(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
serialWarn() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
set(String, Object) - Method in interface org.gradle.api.plugins.ExtraPropertiesExtension
Updates the value for, or creates, the registered property with the given name to the given value.
setAccessKey(String) - Method in interface org.gradle.api.credentials.AwsCredentials
Sets the access key to use to authenticate with AWS.
setActions(List<Action<? super Task>>) - Method in interface org.gradle.api.Task
Sets the sequence of Action objects which will be executed by this task.
setAdditionalImports(List<String>) - Method in class org.gradle.play.tasks.RoutesCompile
Returns the additional imports of the Play Routes compiler.
setAdditionalParameters(List<String>) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the additional parameters passed to the compiler.
setAdditionalParameters(List<String>) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setAdditionalRuntimeJars(Iterable<File>) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setAllJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
Sets the full set of arguments to use to launch the JVM for the process.
setAllJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.testing.Test
Sets the full set of arguments to use to launch the JVM for the process.
setAllJvmArgs(Iterable<?>) - Method in interface org.gradle.process.JavaForkOptions
Sets the full set of arguments to use to launch the JVM for the process.
setAltDeployDescriptor(String) - Method in interface org.gradle.plugins.ear.descriptor.EarModule
 
setAnalysisFile(File) - Method in class org.gradle.api.tasks.scala.IncrementalCompileOptions
Sets the file path where results of code analysis are to be stored.
setAntGroovydoc(AntGroovydoc) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
 
setAntlrClasspath(FileCollection) - Method in class org.gradle.api.plugins.antlr.AntlrTask
Specifies the classpath containing the Ant ANTLR task implementation.
setAppendix(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setApplicationJar(File) - Method in class org.gradle.play.tasks.PlayRun
 
setApplicationName(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setApplicationName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setArchiveBase(Wrapper.PathBase) - Method in class org.gradle.api.tasks.wrapper.Wrapper
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
setArchiveName(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
Sets the archive name.
setArchivePath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Set's the path where the gradle distributions archive should be saved (i.e.
setArgs(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the arguments for the command to be executed.
setArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
Sets the args for the main class to be executed.
setArgs(Iterable<?>) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
setArgs(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
Sets the arguments for the command to be executed.
setArgs(Iterable<?>) - Method in interface org.gradle.process.JavaExecSpec
Sets the args for the main class to be executed.
setArguments(List<String>) - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
setArguments(Iterable<String>) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the command line arguments (excluding tasks) to invoke the build with.
setArtifactId(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the artifact id for this POM.
setArtifactId(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
Sets the artifactId for this publication.
setArtifacts(Iterable<?>) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Sets the artifacts for this publication.
setArtifacts(Iterable<?>) - Method in interface org.gradle.api.publish.maven.MavenPublication
Clears any previously added artifacts from MavenPublication.getArtifacts() and creates artifacts from the specified sources.
setArtifactUrls(Iterable<?>) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
Sets the additional URLs to use to find artifact files.
setAssemblerArgs(List<String>) - Method in class org.gradle.language.assembler.tasks.Assemble
 
setAssetsJar(File) - Method in class org.gradle.play.tasks.PlayRun
 
setAuthor(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setBaseDir(Object) - Method in class org.gradle.api.reporting.ReportingExtension
Sets the base directory to use for all reports
setBaseDir(File) - Method in class org.gradle.api.tasks.ant.AntTarget
Sets the Ant project base directory to use when executing the target.
setBaseName(String) - Method in interface org.gradle.api.distribution.Distribution
The baseName of the distribution.
setBaseName(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setBaseName(String) - Method in interface org.gradle.nativeplatform.NativeComponentSpec
Sets the name that is used to construct the output file names when building this component.
setBinarySources(FunctionalSourceSet) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
setBinResultsDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the test results in internal binary format.
setBootClasspath(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets the bootstrap classpath to be used for the compiler process.
setBootClasspath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setBootClasspath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setBootstrapClasspath(FileCollection) - Method in class org.gradle.api.tasks.JavaExec
Sets the bootstrap classpath to use for the process.
setBootstrapClasspath(FileCollection) - Method in class org.gradle.api.tasks.testing.Test
Sets the bootstrap classpath to use for the process.
setBootstrapClasspath(FileCollection) - Method in interface org.gradle.process.JavaForkOptions
Sets the bootstrap classpath to use for the process.
setBottom(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the bottom text for each page.
setBottom(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setBranch(String) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Sets the branch for this publication
setBreakIterator(boolean) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setBreakIterator(boolean) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setBuildable(boolean) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
setBuildDir(Object) - Method in interface org.gradle.api.Project
Sets the build directory of this project.
setBuildFile(Object) - Method in class org.gradle.api.tasks.GradleBuild
Sets the build file that should be used for this build.
setBuildFile(File) - Method in class org.gradle.StartParameter
Sets the build file to use to select the default project.
setBuildFileName(String) - Method in interface org.gradle.api.initialization.ProjectDescriptor
Sets the name of the build file.
setBuildProjectDependencies(boolean) - Method in class org.gradle.StartParameter
Specifies whether project dependencies should be built.
setBuildTask(Task) - Method in interface org.gradle.api.BuildableModelElement
Associates a 'lifecycle' task with the construction of this element.
setBuiltBy(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileCollection
Sets the tasks which build the files of this collection.
setBuiltBy(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileTree
Sets the tasks which build the files of this collection.
setCaseSensitive(boolean) - Method in interface org.gradle.api.file.CopySpec
Specifies whether case-sensitive pattern matching should be used for this CopySpec.
setCaseSensitive(boolean) - Method in class org.gradle.api.tasks.AbstractCopyTask
Specifies whether case-sensitive pattern matching should be used for this CopySpec.
setCaseSensitive(boolean) - Method in class org.gradle.api.tasks.util.PatternSet
 
setChanging(boolean) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Sets whether the component is changing or immutable.
setChanging(boolean) - Method in interface org.gradle.api.artifacts.ExternalModuleDependency
Sets whether or nor Gradle should always check for a change in the remote repository.
setCharSet(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setClassesDir(File) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
Sets the classes dir.
setClassesDir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Sets the directory to assemble the compiled classes into.
setClassesDir(File) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the classes directory for this binary.
setClassesDir(File) - Method in interface org.gradle.play.JvmClasses
Sets the classes directory for this binary.
setClassifier(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the classifier of this artifact.
setClassifier(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
Sets the classifier used to publish the artifact file.
setClassifier(String) - Method in interface org.gradle.api.publish.maven.MavenArtifact
Sets the classifier used to publish the artifact file.
setClassifier(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setClasspath(FileCollection) - Method in class org.gradle.api.plugins.jetty.JettyRun
Set the classpath for the web application.
setClasspath(FileCollection) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Classpath instruction.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the classpath to use to compile the source files.
setClasspath(String) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets the compile classpath for which dependencies should also be checked.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the classpath used to locate classes referenced by the documented sources.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the classpath to use to resolve type references in this source code.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.JavaExec
Sets the classpath for executing the main class.
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setClasspath(FileCollection) - Method in class org.gradle.api.tasks.testing.Test
 
setClasspath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setClasspath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setClasspath(FileCollection) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setClasspath(FileCollection) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
setClasspath(FileCollection) - Method in interface org.gradle.process.JavaExecSpec
Sets the classpath for executing the main class.
setClassPathFiles(List<File>) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setClosure(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to delete the transitive closure of outdated files or only their direct dependencies.
setCoffeeScriptJs(Object) - Method in class org.gradle.play.tasks.PlayCoffeeScriptCompile
 
setCoffeeScriptJs(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setCoffeeScriptJs(File) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setCoffeeScriptJsNotation(String) - Method in class org.gradle.play.tasks.PlayCoffeeScriptCompile
 
setColorOutput(boolean) - Method in interface org.gradle.tooling.BuildActionExecuter
Specifies whether to generate colored (ANSI encoded) output for logging.
setColorOutput(boolean) - Method in interface org.gradle.tooling.BuildLauncher
Specifies whether to generate colored (ANSI encoded) output for logging.
setColorOutput(boolean) - Method in interface org.gradle.tooling.LongRunningOperation
Specifies whether to generate colored (ANSI encoded) output for logging.
setColorOutput(boolean) - Method in interface org.gradle.tooling.ModelBuilder
Specifies whether to generate colored (ANSI encoded) output for logging.
setCommandLine(Iterable<?>) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
setCommandLine(Object...) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
setCommandLine(Object...) - Method in interface org.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
setCommandLine(Iterable<?>) - Method in interface org.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
setCompileClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
Sets the classpath used to compile this source.
setCompiler(Compiler<GroovyJavaJointCompileSpec>) - Method in class org.gradle.api.tasks.compile.GroovyCompile
 
setCompiler(Compiler<ScalaJavaJointCompileSpec>) - Method in class org.gradle.api.tasks.scala.ScalaCompile
For testing only.
setCompilerArgs(List<String>) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets any additional arguments to be passed to the compiler.
setCompilerArgs(List<String>) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setCompilerArgs(List<String>) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
setCompilerTool(ResolvedTool<Compiler<JavaScriptCompileSpec>>) - Method in class org.gradle.play.tasks.JavaScriptMinify
 
setCompilerTool(ResolvedTool<Compiler<RoutesCompileSpec>>) - Method in class org.gradle.play.tasks.RoutesCompile
 
setCompilerTool(ResolvedTool<Compiler<TwirlCompileSpec>>) - Method in class org.gradle.play.tasks.TwirlCompile
 
setCompression(Compression) - Method in class org.gradle.api.tasks.bundling.Tar
Configures the compressor based on passed in compression.
setConf(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
Sets a comma separated list of public configurations in which this artifact is published.
setConf2ScopeMappings(Conf2ScopeMappingContainer) - Method in class org.gradle.api.plugins.MavenPluginConvention
 
setConfiguration(String) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Sets the single configuration (by name) to generate the report for.
setConfiguration(Configuration) - Method in class org.gradle.api.tasks.Upload
 
setConfigurations(ConfigurationContainer) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the configuration container used for mapping configurations to Maven scopes.
setConfigurations(Set<Configuration>) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Sets the configurations to generate the report for.
setConfigurationScript(File) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets the path to the groovy configuration file.
setConfigureOnDemand(boolean) - Method in class org.gradle.StartParameter
 
setConnectors(Connector[]) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setContent(Object) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setContextHandlers(ContextHandler[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setContextPath(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setContextRoot(String) - Method in interface org.gradle.plugins.ear.descriptor.EarWebModule
 
setContinueOnFailure(boolean) - Method in class org.gradle.StartParameter
Specifies whether the build should continue on task failure.
setCurrentDir(File) - Method in class org.gradle.StartParameter
Sets the directory to use to select the default project, and to search for the settings file.
setDaemon(boolean) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setDaemonServer(String) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setDebug(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to include debugging information in the generated class files.
setDebug(boolean) - Method in class org.gradle.api.tasks.JavaExec
Enable or disable debugging for the process.
setDebug(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for debug level.
setDebug(boolean) - Method in class org.gradle.api.tasks.testing.Test
Enable or disable debugging for the process.
setDebug(boolean) - Method in interface org.gradle.process.JavaForkOptions
Enable or disable debugging for the process.
setDebugLevel(String) - Method in class org.gradle.api.tasks.compile.DebugOptions
Sets which debug information is to be generated.
setDebugLevel(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setDebugOptions(DebugOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets options for generating debugging information.
setDefaultCharacterEncoding(String) - Method in class org.gradle.api.tasks.JavaExec
Sets the default character encoding to use.
setDefaultCharacterEncoding(String) - Method in class org.gradle.api.tasks.testing.Test
Sets the default character encoding to use.
setDefaultCharacterEncoding(String) - Method in interface org.gradle.process.JavaForkOptions
Sets the default character encoding to use.
setDefaultJvmOpts(Iterable<String>) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setDefaultTasks(List<String>) - Method in interface org.gradle.api.Project
Sets the names of the default tasks of this project.
setDelete(Object) - Method in class org.gradle.api.tasks.Delete
Sets the files to be deleted by this task.
setDependencies(List<?>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the dependencies for this POM.
setDependencyCacheDir(File) - Method in class org.gradle.api.tasks.compile.JavaCompile
 
setDependencyNotation(Object) - Method in class org.gradle.play.tasks.TwirlCompile
 
setDependOptions(DependOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets options for using the Ant <depend> task.
setDependsOn(Iterable<?>) - Method in interface org.gradle.api.Task
Sets the dependencies of this task.
setDeprecation(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to log details of usage of deprecated members or classes.
setDeprecation(boolean) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets whether to generate deprecation information.
setDeprecation(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setDescription(String) - Method in interface org.gradle.api.artifacts.Configuration
Sets the description for this configuration.
setDescription(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Description instruction.
setDescription(String) - Method in interface org.gradle.api.Project
Sets a description for this project.
setDescription(String) - Method in interface org.gradle.api.Task
Sets a description for this task.
setDescription(String) - Method in class org.gradle.api.tasks.ant.AntTarget
Sets a description for this task.
setDescription(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setDescription(String) - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
 
setDescriptor(IvyModuleDescriptorSpec) - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
setDescriptorDestination(File) - Method in class org.gradle.api.tasks.Upload
 
setDestination(Object) - Method in class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
Sets the destination the descriptor will be written to.
setDestination(Object) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
Sets the destination the descriptor will be written to.
setDestination(Object) - Method in interface org.gradle.api.reporting.ConfigurableReport
Sets the destination for the report.
setDestinationDir(File) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setDestinationDir(File) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the directory to generate the .class files into.
setDestinationDir(File) - Method in class org.gradle.api.tasks.Copy
Sets the directory to copy files into.
setDestinationDir(File) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the directory to generate the documentation into.
setDestinationDir(File) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the directory to generate the documentation into.
setDestinationDir(File) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setDestinationDir(File) - Method in class org.gradle.api.tasks.Sync
Sets the directory to copy files into.
setDestinationDir(File) - Method in class org.gradle.api.tasks.testing.TestReport
Sets the directory to write the HTML report to.
setDestinationDir(File) - Method in class org.gradle.play.tasks.JavaScriptMinify
Sets the output directory where processed javascript should be written.
setDestinationDir(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setDestinationDir(File) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setDestinationDirectory(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setDestinationDirectory(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDidWork(boolean) - Method in interface org.gradle.api.Task
Sets whether the task actually did any work.
setDir(Object) - Method in interface org.gradle.api.file.ConfigurableFileTree
Specifies base directory for this file tree using the given path.
setDir(Object) - Method in class org.gradle.api.tasks.GradleBuild
Sets the project directory for the build.
setDirectory(File) - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
setDirMode(Integer) - Method in interface org.gradle.api.file.CopyProcessingSpec
Sets the Unix permissions to use for the target directories.
setDirMode(Integer) - Method in class org.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target directories.
setDirs(Iterable<?>) - Method in interface org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Sets the directories where this repository will look for artifacts.
setDisplayGranularity(int) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the display granularity of the events to be logged.
setDisplayName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setDistributionBase(Wrapper.PathBase) - Method in class org.gradle.api.tasks.wrapper.Wrapper
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
setDistributionPath(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
Sets the path where the gradle distributions needed by the wrapper are unzipped.
setDistributionUrl(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setDocEncoding(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDocFilesSubDirs(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDoclet(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setDoclet(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setDocletpath(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setDocletpath(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setDocTitle(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets title for the package index(first) page (optional).
setDocTitle(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the main frame title.
setDocTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDocURL(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-DocURL instruction.
setDryRun(boolean) - Method in class org.gradle.StartParameter
 
setDump(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to log dependency information.
setDuplicatesStrategy(DuplicatesStrategy) - Method in interface org.gradle.api.file.CopySpec
The strategy to use when trying to copy more than one file to the same destination.
setDuplicatesStrategy(DuplicatesStrategy) - Method in interface org.gradle.api.file.FileCopyDetails
The strategy to use if there is already a file at this file's destination.
setDuplicatesStrategy(DuplicatesStrategy) - Method in class org.gradle.api.tasks.AbstractCopyTask
The strategy to use when trying to copy more than one file to the same destination.
setDynamicMode(boolean) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepositoryMetaDataProvider
Specifies whether dynamic resolve mode should be used for Ivy modules.
setEnableAssertions(boolean) - Method in class org.gradle.api.tasks.JavaExec
Enable or disable assertions for the process.
setEnableAssertions(boolean) - Method in class org.gradle.api.tasks.testing.Test
Enable or disable assertions for the process.
setEnableAssertions(boolean) - Method in interface org.gradle.process.JavaForkOptions
Enable or disable assertions for the process.
setEnabled(boolean) - Method in interface org.gradle.api.reporting.Report
Whether or not this report should be generated by whatever generates it.
setEnabled(boolean) - Method in interface org.gradle.api.Task
Set the enabled state of a task.
setEncoding(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets the character encoding to be used when reading source files.
setEncoding(String) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets the source encoding.
setEncoding(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setEncoding(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setEncoding(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setEncoding(String) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
 
setEncoding(String) - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
setEntryCompression(ZipEntryCompression) - Method in class org.gradle.api.tasks.bundling.Zip
Sets the compression level of the entries of the archive.
setEnvironment(Map<String, ?>) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the environment variable to use for the process.
setEnvironment(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
Sets the environment variable to use for the process.
setEnvironment(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
Sets the environment variable to use for the process.
setEnvironment(Map<String, ?>) - Method in interface org.gradle.process.ProcessForkOptions
Sets the environment variable to use for the process.
setError(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for error level.
setErrorOutput(OutputStream) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the output stream to consume standard error from the process executing the command.
setErrorOutput(OutputStream) - Method in class org.gradle.api.tasks.JavaExec
Sets the output stream to consume standard error from the process executing the command.
setErrorOutput(OutputStream) - Method in interface org.gradle.process.BaseExecSpec
Sets the output stream to consume standard error from the process executing the command.
setEvaluator(BrowserEvaluator) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setEvents(Iterable<?>) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the events to be logged.
setExceptionFormat(Object) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the format to be used for logging test exceptions.
setExcludeDocFilesSubDir(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setExcludedTaskNames(Iterable<String>) - Method in class org.gradle.StartParameter
Sets the tasks to exclude from this build.
setExcludes(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
Set the allowable exclude patterns.
setExcludes(List<String>) - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
Sets the exclude patterns for test execution.
setExcludes(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - Method in class org.gradle.api.tasks.util.PatternSet
 
setExecutable(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the name of the executable to use.
setExecutable(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
Sets the compiler executable to be used.
setExecutable(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
setExecutable(Object) - Method in class org.gradle.api.tasks.JavaExec
Sets the name of the executable to use.
setExecutable(Object) - Method in class org.gradle.api.tasks.testing.Test
Sets the name of the executable to use.
setExecutable(String) - Method in interface org.gradle.nativeplatform.toolchain.GccCommandLineToolConfiguration
Set the name of the executable file for this tool.
setExecutable(Object) - Method in interface org.gradle.process.ProcessForkOptions
Sets the name of the executable to use.
setExecutableFile(File) - Method in interface org.gradle.nativeplatform.NativeExecutableBinarySpec
The executable file.
setExecutableFile(File) - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The executable file.
setExitEnvironmentVar(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setExtDirs(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setExtDirs(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setExtendsFrom(Iterable<Configuration>) - Method in interface org.gradle.api.artifacts.Configuration
Sets the configurations which this configuration extends from.
setExtension(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the extension of this artifact.
setExtension(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
Sets the extension used to publish the artifact file.
setExtension(String) - Method in interface org.gradle.api.publish.maven.MavenArtifact
Sets the extension used to publish the artifact file.
setExtension(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setExtensionDirs(String) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets the extension dirs to be used for the compiler process.
setExtraScanTargets(Iterable<File>) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setFailOnError(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to fail the build when compilation fails.
setFailOnError(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether the compilation task should fail if compile errors occurred.
setFailOnError(boolean) - Method in class org.gradle.api.tasks.javadoc.Javadoc
 
setFailOnError(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setFileExtensions(List<String>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets the list of acceptable source file extensions.
setFileMode(Integer) - Method in interface org.gradle.api.file.CopyProcessingSpec
Sets the Unix permissions to use for the target files.
setFileMode(Integer) - Method in class org.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target files.
setFileName(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setFilter(PublishFilter) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default filter to be used.
setFinalizedBy(Iterable<?>) - Method in interface org.gradle.api.Task
Specifies the set of finalizer tasks for this task.
setFooter(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets footer text for each page (optional).
setFooter(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the footer for each page.
setFooter(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setForce(boolean) - Method in interface org.gradle.api.artifacts.ExternalDependency
Sets whether or not the version of this dependency should be enforced in the case of version conflicts.
setForce(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setForcedModules(Object...) - Method in interface org.gradle.api.artifacts.ResolutionStrategy
Allows forcing certain versions of dependencies, including transitive dependencies.
setFork(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to run the compiler in its own process.
setFork(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether to run the Groovy compiler in a separate process.
setFork(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setForkEvery(Long) - Method in class org.gradle.api.tasks.testing.Test
Sets the maximum number of test classes to execute in a forked test process.
setForkOptions(ForkOptions) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets options for running the compiler in a child process.
setForkOptions(GroovyForkOptions) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets options for running the Groovy compiler in a separate process.
setForkOptions(ScalaForkOptions) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setForkOptions(JavaForkOptions) - Method in class org.gradle.sonar.runner.SonarRunnerRootExtension
 
setFrom(Iterable<?>) - Method in interface org.gradle.api.file.ConfigurableFileCollection
Sets the source paths for this collection.
setFrom(Object...) - Method in interface org.gradle.api.file.ConfigurableFileCollection
Sets the source paths for this collection.
setGradleUserHomeDir(File) - Method in class org.gradle.StartParameter
Sets the directory to use as the user home directory.
setGradleVersion(String) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the Gradle version to run the build with.
setGradleVersion(String) - Method in class org.gradle.api.tasks.wrapper.Wrapper
The version of the gradle distribution required by the wrapper.
setGroovyClasspath(FileCollection) - Method in class org.gradle.api.tasks.compile.GroovyCompile
Sets the classpath containing the version of Groovy to use for compilation.
setGroovyClasspath(FileCollection) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the classpath containing the Groovy library to be used.
setGroup(Object) - Method in interface org.gradle.api.Project
Sets the group of this project.
setGroup(String) - Method in interface org.gradle.api.Task
Sets the task group which this task belongs to.
setGroupId(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the group id for this POM.
setGroupId(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
Sets the groupId for this publication.
setGroups(Map<String, List<String>>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHeader(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets header text for each page (optional).
setHeader(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the header for each page.
setHeader(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setHeader(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHeaderDir(File) - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
setHeaders(Set<String>) - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
 
setHelpFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHttpPort(Integer) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setHttpPort(Integer) - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
setHttpPort(int) - Method in class org.gradle.play.tasks.PlayRun
 
setIgnoreExitValue(boolean) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreExitValue(boolean) - Method in class org.gradle.api.tasks.JavaExec
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreExitValue(boolean) - Method in interface org.gradle.process.BaseExecSpec
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreFailures(boolean) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Sets whether a comparison between non identical builds will fail the task execution.
setIgnoreFailures(boolean) - Method in class org.gradle.api.tasks.testing.Test
Specifies whether the build should break when the verifications performed by this task fail.
setIgnoreFailures(boolean) - Method in interface org.gradle.api.tasks.VerificationTask
Specifies whether the build should break when the verifications performed by this task fail.
setIncludeEmptyDirs(boolean) - Method in interface org.gradle.api.file.CopySpec
Controls if empty target directories should be included in the copy.
setIncludeEmptyDirs(boolean) - Method in class org.gradle.api.tasks.AbstractCopyTask
Controls if empty target directories should be included in the copy.
setIncludePatterns(String...) - Method in interface org.gradle.api.tasks.testing.TestFilter
Sets the test name patterns to be included in the filter.
setIncludePrivate(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets whether to include all classes and members (i.e.
setIncludes(Iterable<String>) - Method in interface org.gradle.api.file.CopySpec
Set the allowable include patterns.
setIncludes(List<String>) - Method in class org.gradle.api.plugins.jetty.ScanTargetPattern
 
setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.AbstractCopyTask
Set the allowable include patterns.
setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.SourceTask
Set the allowable include patterns.
setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.testing.Test
Sets the include patterns for test execution.
setIncludes(Iterable<String>) - Method in interface org.gradle.api.tasks.util.PatternFilterable
Set the allowable include patterns.
setIncludes(Iterable<String>) - Method in class org.gradle.api.tasks.util.PatternSet
 
setIncremental(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
 
setIncrementalOptions(IncrementalCompileOptions) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setInfo(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for info level.
setInitializeInOrder(Boolean) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setInitScripts(List<File>) - Method in class org.gradle.StartParameter
Sets the list of init scripts to be run before the build starts.
setInputFile(File) - Method in class org.gradle.plugins.ide.api.GeneratorTask
Sets the input file to load the initial configuration from.
setInstallDir(Object) - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
The directory where Visual Studio or Visual C++ is installed.
setJarFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setJarFile(File) - Method in interface org.gradle.jvm.JarBinarySpec
Sets the jar file output for this binary.
setJavaHome(File) - Method in interface org.gradle.tooling.BuildActionExecuter
Specifies the Java home directory to use for this operation.
setJavaHome(File) - Method in interface org.gradle.tooling.BuildLauncher
Specifies the Java home directory to use for this operation.
setJavaHome(File) - Method in interface org.gradle.tooling.LongRunningOperation
Specifies the Java home directory to use for this operation.
setJavaHome(File) - Method in interface org.gradle.tooling.ModelBuilder
Specifies the Java home directory to use for this operation.
setJettyConfig(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setJettyEnvXml(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setJettyEnvXmlFile(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setJFlags(List<String>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setJFlags(List<String>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setJs(FileCollection) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
setJs(FileCollection) - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
setJs(FileCollection) - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
setJsHint(Object) - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
setJsonReport(Object) - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
setJvmArgs(List<String>) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Sets any additional JVM arguments for the compiler process.
setJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.JavaExec
Sets the extra arguments to use to launch the JVM for the process.
setJvmArgs(Iterable<?>) - Method in class org.gradle.api.tasks.testing.Test
Sets the extra arguments to use to launch the JVM for the process.
setJvmArgs(Iterable<?>) - Method in interface org.gradle.process.JavaForkOptions
Sets the extra arguments to use to launch the JVM for the process.
setJvmArguments(String...) - Method in interface org.gradle.tooling.BuildActionExecuter
Specifies the Java VM arguments to use for this operation.
setJvmArguments(String...) - Method in interface org.gradle.tooling.BuildLauncher
Specifies the Java VM arguments to use for this operation.
setJvmArguments(String...) - Method in interface org.gradle.tooling.LongRunningOperation
Specifies the Java VM arguments to use for this operation.
setJvmArguments(String...) - Method in interface org.gradle.tooling.ModelBuilder
Specifies the Java VM arguments to use for this operation.
setKeepStubs(boolean) - Method in class org.gradle.api.tasks.compile.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 class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLanguageName(String) - Method in interface org.gradle.platform.base.LanguageTypeBuilder
 
setLevel(LogLevel) - Method in interface org.gradle.api.logging.LoggingManager
Sets the minimum logging level.
setLibraryDirectory(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setLicense(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-License instruction.
setLifecycle(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for lifecycle level.
setLinks(Set<Groovydoc.Link>) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets links to groovydoc/javadoc output at the given URL.
setLinks(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLinksOffline(List<JavadocOfflineLink>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLinkSource(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setListFiles(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to log the files to be compiled.
setListFiles(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether to print which source files are to be compiled.
setListFiles(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setLocale(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setLocale(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setLocation(Object) - Method in interface org.gradle.ide.visualstudio.ConfigFile
Specify the location where this file will be generated.
setLoggingLevel(String) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setLoggingPhases(List<String>) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setM2compatible(boolean) - Method in interface org.gradle.api.artifacts.repositories.IvyPatternRepositoryLayout
Sets whether a Maven style layout is to be used for the 'organisation' part, replacing any dots with forward slashes.
setMacros(Map<String, String>) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setMacros(Map<String, String>) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
setMain(String) - Method in class org.gradle.api.tasks.JavaExec
Sets the fully qualified name of the main class to be executed.
setMain(String) - Method in interface org.gradle.process.JavaExecSpec
Sets the fully qualified name of the main class to be executed.
setMainClassName(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setManifest(Manifest) - Method in class org.gradle.jvm.tasks.Jar
Sets the manifest for this JAR archive.
setMavenPomDir(Object) - Method in class org.gradle.api.plugins.MavenPluginConvention
Sets the directory to generate Maven POMs into.
setMaxGranularity(int) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Returns the maximum granularity of the events to be logged.
setMaxHeapSize(String) - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
setMaxHeapSize(String) - Method in class org.gradle.api.tasks.JavaExec
Sets the maximum heap size for the process.
setMaxHeapSize(String) - Method in class org.gradle.api.tasks.testing.Test
Sets the maximum heap size for the process.
setMaxHeapSize(String) - Method in interface org.gradle.process.JavaForkOptions
Sets the maximum heap size for the process.
setMaxMemory(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the amount of memory allocated to this task.
setMaxParallelForks(int) - Method in class org.gradle.api.tasks.testing.Test
Sets the maximum number of forked test processes to execute in parallel.
setMaxWorkerCount(int) - Method in class org.gradle.StartParameter
Specifies the maximum number of concurrent workers used for underlying build operations.
setMemberLevel(JavadocMemberLevel) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setMemberLevel(JavadocMemberLevel) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setMemoryInitialSize(String) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Sets the initial heap size for the compiler process.
setMemoryMaximumSize(String) - Method in class org.gradle.api.tasks.compile.BaseForkOptions
Sets the maximum heap size for the compiler process.
setMinGranularity(int) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the minimum granularity of the events to be logged.
setMinHeapSize(String) - Method in class org.gradle.api.tasks.JavaExec
Sets the minimum heap size for the process.
setMinHeapSize(String) - Method in class org.gradle.api.tasks.testing.Test
Sets the minimum heap size for the process.
setMinHeapSize(String) - Method in interface org.gradle.process.JavaForkOptions
Sets the minimum heap size for the process.
setMode(int) - Method in interface org.gradle.api.file.FileCopyDetails
Sets the Unix permissions of this file.
setModel(Object) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the underlying native Maven Model object.
setModule(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Sets the module for this publication.
setModules(Set<? extends EarModule>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setModuleTypeMappings(Map<String, String>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setMustRunAfter(Iterable<?>) - Method in interface org.gradle.api.Task
Specifies the set of tasks that this task must run after.
setName(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the name of this artifact.
setName(String) - Method in interface org.gradle.api.artifacts.repositories.ArtifactRepository
Sets the name for this repository.
setName(String) - Method in interface org.gradle.api.file.FileCopyDetails
Sets the destination name of this file.
setName(String) - Method in interface org.gradle.api.initialization.ProjectDescriptor
Sets the name of this project.
setName(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Name instruction.
setName(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
Sets the name used to publish the artifact file.
setNoComment(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoDeprecated(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoDeprecatedList(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoHelp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoNavBar(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoQualifiers(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoSince(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoTimestamp(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoTree(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setObjectFileDir(File) - Method in class org.gradle.language.assembler.tasks.Assemble
 
setObjectFileDir(File) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setOffline(boolean) - Method in class org.gradle.StartParameter
Specifies whether the build should be performed offline (ie without network access).
setOnlyIf(Closure) - Method in interface org.gradle.api.Task
Execute the task only if the given closure returns true.
setOnlyIf(Spec<? super Task>) - Method in interface org.gradle.api.Task
Execute the task only if the given spec is satisfied.
setOptimizationOptions(Map<String, Boolean>) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets optimization options for the Groovy compiler.
setOptimize(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setOptionFiles(List<File>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setOptionFiles(List<File>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setOptions(MinimalJavadocOptions) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the Javadoc generation options.
setOptions(CoffeeScriptCompileOptions) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setOptsEnvironmentVar(String) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setOrganisation(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Sets the organisation for this publication.
setOutputDir(File) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setOutputDir(File) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
setOutputDirectory(File) - Method in class org.gradle.api.plugins.antlr.AntlrTask
Specifies the directory to generate the parser source files into.
setOutputDirectory(File) - Method in class org.gradle.play.tasks.RoutesCompile
Specifies the directory to generate the parser source files into.
setOutputDirectory(File) - Method in class org.gradle.play.tasks.TwirlCompile
Specifies the directory to generate the parser source files into.
setOutputFile(File) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Sets the file which the report will be written to.
setOutputFile(File) - Method in class org.gradle.plugins.ide.api.GeneratorTask
Sets the output file to write the final configuration to.
setOutputLevel(JavadocOutputLevel) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setOutputLevel(JavadocOutputLevel) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setOutputPerTestCase(boolean) - Method in interface org.gradle.api.tasks.testing.JUnitXmlReport
Should the output be associated with individual test cases instead of at the suite level.
setOverrideWebXml(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setOverview(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets a HTML file to be used for overview documentation (optional).
setOverview(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setOverview(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setPackaging(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the packaging for this POM.
setPackaging(String) - Method in interface org.gradle.api.publish.maven.MavenPom
Sets the packaging for this publication.
setParallelProjectExecutionEnabled(boolean) - Method in class org.gradle.StartParameter
Enables/disables parallel project execution.
setParallelThreadCount(int) - Method in class org.gradle.StartParameter
Deprecated.
setPassword(String) - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
Sets the password to use when authenticating to this repository.
setPath(String) - Method in interface org.gradle.api.file.FileCopyDetails
Sets the destination path of this file.
setPath(String) - Method in interface org.gradle.plugins.ear.descriptor.EarModule
 
setPlatform(JavaPlatform) - Method in class org.gradle.language.java.tasks.PlatformJavaCompile
 
setPlatform(ScalaPlatform) - Method in class org.gradle.language.scala.tasks.PlatformScalaCompile
 
setPlayApplicationRunnerTool(ResolvedTool<PlayApplicationRunner>) - Method in class org.gradle.play.tasks.PlayRun
 
setPom(MavenPom) - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
Sets the default POM to be used.
setPom(MavenPom) - Method in class org.gradle.api.publish.maven.tasks.GenerateMavenPom
 
setPositionIndependentCode(boolean) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setPreCompiledHeaders(Set<String>) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setPrefixHeaderFile(File) - Method in interface org.gradle.language.nativeplatform.DependentSourceSet
 
setPrefixHeaderFile(File) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setPrefixHeaderFile(File) - Method in class org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask
 
setProfile(boolean) - Method in class org.gradle.StartParameter
Specifies if a profile report should be generated.
setProjectCacheDir(File) - Method in class org.gradle.StartParameter
Sets the project's cache location.
setProjectDir(File) - Method in interface org.gradle.api.initialization.ProjectDescriptor
Sets the project directory of this project.
setProjectDir(Object) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the “root” directory of the build.
setProjectDir(File) - Method in class org.gradle.StartParameter
Sets the project directory to use to select the default project.
setProjectProperties(Map<String, String>) - Method in class org.gradle.StartParameter
 
setProjects(Set<Project>) - Method in class org.gradle.api.reporting.dependencies.HtmlDependencyReportTask
Specifies the set of projects to generate this report for.
setProjects(Set<Project>) - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
Specifies the set of projects to generate this report for.
setProperty(String, Object) - Method in interface org.gradle.api.Project
Sets a property of this project.
setProperty(String, Object) - Method in interface org.gradle.api.Task
Sets a property of this task.
setPublication(IvyPublication) - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
Sets the publication to be published.
setPublication(MavenPublication) - Method in class org.gradle.api.publish.maven.tasks.AbstractPublishToMaven
Sets the publication to be published.
setPublishedCode(File) - Method in class org.gradle.api.tasks.scala.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 interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for quiet level.
setRecompileScripts(boolean) - Method in class org.gradle.StartParameter
Specifies whether the build scripts should be recompiled.
setRefreshDependencies(boolean) - Method in class org.gradle.StartParameter
Specifies whether the dependencies should be refreshed..
setRelativePath(RelativePath) - Method in interface org.gradle.api.file.FileCopyDetails
Sets the destination path of this file.
setReload(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Sets the reload mode, which is either "automatic" or "manual".
setRenderer(DependencyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.DependencyReportTask
Set the renderer to use to build a report.
setRenderer(PropertyReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.PropertyReportTask
 
setRenderer(TaskReportRenderer) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
setReportDir(Object) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Sets the directory that will contain the HTML comparison report and any other report files.
setRepository(Object) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Sets the repository to be used for uploading artifacts.
setRepository(IvyArtifactRepository) - Method in class org.gradle.api.publish.ivy.tasks.PublishToIvyRepository
Sets the repository to publish to.
setRepository(MavenArtifactRepository) - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
Sets the repository to publish to.
setRequestLog(RequestLog) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setRerunTasks(boolean) - Method in class org.gradle.StartParameter
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
setResource(Object) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setResourcesDir(Object) - Method in interface org.gradle.api.tasks.SourceSetOutput
Sets the output directory for resources
setResourcesDir(File) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the resources directory for this binary.
setResult(Object) - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setRevision(String) - Method in interface org.gradle.api.publish.ivy.IvyPublication
Sets the revision for this publication.
setRhinoClasspath(Object) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setRhinoClasspath(Object) - Method in class org.gradle.plugins.javascript.jshint.JsHint
 
setRhinoClasspathNotation(String) - Method in class org.gradle.play.tasks.PlayCoffeeScriptCompile
 
setRhinoOptions(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
setRoleName(String) - Method in interface org.gradle.plugins.ear.descriptor.EarSecurityRole
 
setRuntimeClasspath(FileCollection) - Method in interface org.gradle.api.tasks.SourceSet
Sets the classpath used to execute this source.
setRuntimeClasspath(FileCollection) - Method in class org.gradle.play.tasks.PlayRun
 
setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
setScalaClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setScalaDocOptions(ScalaDocOptions) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setScanForTestClasses(boolean) - Method in class org.gradle.api.tasks.testing.Test
 
setScanIntervalSeconds(int) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Sets the interval in seconds between scanning the web app for file changes.
setScannerListeners(List<Scanner.Listener>) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setScanTargetPatterns(ScanTargetPattern[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setScanTargets(File[]) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setScript(Object) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
setScriptArgs(Object...) - Method in class org.gradle.plugins.javascript.rhino.RhinoShellExec
 
setScriptFile(Object) - Method in class org.gradle.api.tasks.wrapper.Wrapper
 
setSearchUpwards(boolean) - Method in class org.gradle.StartParameter
 
setSecretKey(String) - Method in interface org.gradle.api.credentials.AwsCredentials
Sets the secret key to use to authenticate with AWS.
setSecurityRoles(Set<? extends EarSecurityRole>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setSerialWarn(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setServer(JettyPluginServer) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setSettingsFile(File) - Method in class org.gradle.StartParameter
Sets the settings file to use for the build.
setSharedLibraryFile(File) - Method in interface org.gradle.nativeplatform.PrebuiltSharedLibraryBinary
The shared library file.
setSharedLibraryFile(File) - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library file.
setSharedLibraryLinkFile(File) - Method in interface org.gradle.nativeplatform.PrebuiltSharedLibraryBinary
The shared library link file.
setSharedLibraryLinkFile(File) - Method in interface org.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library link file.
setShouldRunAfter(Iterable<?>) - Method in interface org.gradle.api.Task
Specifies the set of tasks that this task should run after.
setShowCauses(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets whether causes of exceptions that occur during test execution will be logged.
setShowDetail(boolean) - Method in class org.gradle.api.tasks.diagnostics.TaskReportTask
 
setShowExceptions(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets whether exceptions that occur during test execution will be logged.
setShowStackTraces(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets whether stack traces of exceptions that occur during test execution will be logged.
setShowStandardStreams(boolean) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets whether output on standard out and standard error will be logged.
setSkipProject(boolean) - Method in class org.gradle.sonar.runner.SonarRunnerExtension
 
setSkipUnmappedConfs(boolean) - Method in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Sets, whether unmapped configuration should be skipped or not.
setSnapshotRepository(Object) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Sets the repository to be used for uploading snapshot artifacts.
setSource(Object) - Method in class org.gradle.api.tasks.SourceTask
Sets the source for this task.
setSource(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setSource(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setSource(FileCollection) - Method in interface org.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setSourceCompatibility(String) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the Java language level to use to compile the source files.
setSourceCompatibility(JavaVersion) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
Sets the source compatibility for the compiler.
setSourceDir(File) - Method in class org.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
setSourceNames(List<String>) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
setSourceNames(List<String>) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setSourcepath(FileCollection) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets the source path to use for the compilation.
setSplitIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setSrcDirs(Iterable<?>) - Method in interface org.gradle.api.file.SourceDirectorySet
Sets the source directories for this set.
setStackTraceFilters(Iterable<?>) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
Sets the set of filters to be used for sanitizing test stack traces.
setStandardError(OutputStream) - Method in interface org.gradle.tooling.BuildActionExecuter
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardError(OutputStream) - Method in interface org.gradle.tooling.BuildLauncher
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardError(OutputStream) - Method in interface org.gradle.tooling.LongRunningOperation
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardError(OutputStream) - Method in interface org.gradle.tooling.ModelBuilder
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardInput(InputStream) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - Method in class org.gradle.api.tasks.JavaExec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - Method in interface org.gradle.process.BaseExecSpec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - Method in interface org.gradle.tooling.BuildActionExecuter
Sets the InputStream that will be used as standard input for this operation.
setStandardInput(InputStream) - Method in interface org.gradle.tooling.BuildLauncher
Sets the InputStream that will be used as standard input for this operation.
setStandardInput(InputStream) - Method in interface org.gradle.tooling.LongRunningOperation
Sets the InputStream that will be used as standard input for this operation.
setStandardInput(InputStream) - Method in interface org.gradle.tooling.ModelBuilder
Sets the InputStream that will be used as standard input for this operation.
setStandardOutput(OutputStream) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - Method in class org.gradle.api.tasks.JavaExec
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - Method in interface org.gradle.process.BaseExecSpec
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.BuildActionExecuter
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.BuildLauncher
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.LongRunningOperation
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStandardOutput(OutputStream) - Method in interface org.gradle.tooling.ModelBuilder
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStartParameter(StartParameter) - Method in class org.gradle.api.tasks.GradleBuild
Sets the full set of parameters that will be used to execute the build.
setStaticLibraryFile(File) - Method in interface org.gradle.nativeplatform.PrebuiltStaticLibraryBinary
The static library binary file.
setStaticLibraryFile(File) - Method in interface org.gradle.nativeplatform.StaticLibraryBinarySpec
The static library binary file.
setStatus(String) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Sets the status of the component.
setStatus(Object) - Method in interface org.gradle.api.Project
Sets the status of this project.
setStatus(String) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Sets the status for this publication.
setStatusScheme(List<String>) - Method in interface org.gradle.api.artifacts.ComponentMetadataDetails
Sets the status scheme of the component.
setStopKey(String) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setStopKey(String) - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
setStopKey(String) - Method in class org.gradle.api.plugins.jetty.JettyStop
Sets key to provide when stopping jetty.
setStopPort(Integer) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setStopPort(Integer) - Method in class org.gradle.api.plugins.jetty.JettyPluginConvention
 
setStopPort(Integer) - Method in class org.gradle.api.plugins.jetty.JettyStop
Sets the TCP port to use to send stop command.
setStubDir(File) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
setStyleSheet(File) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the style sheet to override default style.
setStylesheetFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setSymbolicName(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-SymbolicName instruction.
setSystemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
Sets the system properties to use for the process.
setSystemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
Sets the system properties to use for the process.
setSystemProperties(Map<String, ?>) - Method in interface org.gradle.process.JavaForkOptions
Sets the system properties to use for the process.
setSystemPropertiesArgs(Map<String, String>) - Method in class org.gradle.StartParameter
 
setTagletPath(List<File>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setTaglets(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setTags(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setTarget(Target) - Method in class org.gradle.api.tasks.ant.AntTarget
Sets the Ant target to execute.
setTargetCompatibility(String) - Method in class org.gradle.api.tasks.compile.AbstractCompile
Sets the target JVM to generate the .class files for.
setTargetCompatibility(JavaVersion) - Method in interface org.gradle.jvm.platform.JavaPlatform
 
setTargetCompatibility(JavaVersion) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
Sets the target compatibility for the compiler.
setTargetPlatform(JavaPlatform) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the target platform for this binary.
setTargetPlatform(NativePlatform) - Method in class org.gradle.language.assembler.tasks.Assemble
 
setTargetPlatform(NativePlatform) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setTargetPlatform(NativePlatform) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
setTaskNames(Iterable<String>) - Method in class org.gradle.StartParameter
Sets the tasks to execute in this build.
setTaskRequests(Iterable<? extends TaskExecutionRequest>) - Method in class org.gradle.StartParameter
Sets the task parameters to execute in this build.
setTasks(Iterable<String>) - Method in interface org.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the tasks to execute.
setTasks(Collection<String>) - Method in class org.gradle.api.tasks.GradleBuild
Sets the tasks that should be executed for this build.
setTempDir(String) - Method in class org.gradle.api.tasks.compile.ForkOptions
Sets the directory used for temporary files that may be created to pass command line arguments to the compiler process.
setTemplate(TextResource) - Method in interface org.gradle.jvm.application.scripts.TemplateBasedScriptGenerator
Sets the template text resource used for generating script.
setTestClassesDir(File) - Method in class org.gradle.api.tasks.testing.Test
Sets the root folder for the compiled test sources.
setTestedComponent(NativeComponentSpec) - Method in interface org.gradle.nativeplatform.test.NativeTestSuiteSpec
 
setTestNameIncludePattern(String) - Method in class org.gradle.api.tasks.testing.Test
Sets the test name patterns to be included in execution.
setTestResultDirs(Iterable<File>) - Method in class org.gradle.api.tasks.testing.TestReport
Sets the binary test results to use to include in the report.
setTestSrcDirs(List<File>) - Method in class org.gradle.api.tasks.testing.Test
 
setText(String) - Method in interface org.gradle.ide.visualstudio.TextProvider
Replace the content.
Settings - Interface in org.gradle.api.initialization
Declares the configuration required to instantiate and configure the hierarchy of Project instances which are to participate in a build.
settingsEvaluated(Closure) - Method in interface org.gradle.api.invocation.Gradle
Adds a closure to be called when the build settings have been loaded and evaluated.
settingsEvaluated(Settings) - Method in class org.gradle.BuildAdapter
 
settingsEvaluated(Settings) - Method in interface org.gradle.BuildListener
Called when the build settings have been loaded and evaluated.
settingsEvaluated(Settings) - Method in class org.gradle.BuildLogger
 
setTitle(String) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the title for the generated documentation.
setTitle(String) - Method in class org.gradle.api.tasks.scala.ScalaDoc
 
setToolChain(JavaToolChain) - Method in interface org.gradle.jvm.JvmBinarySpec
Sets the JavaToolChain that will be used to build this binary.
setToolChain(NativeToolChain) - Method in class org.gradle.language.assembler.tasks.Assemble
 
setToolChain(NativeToolChain) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
 
setToolChain(NativeToolChain) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
 
setToolResolver(ToolResolver) - Method in class org.gradle.api.tasks.compile.JavaCompile
Sets the tool resolver that should be used to find the tool to compile the Java source.
setToolResolver(ToolResolver) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets the tool resolver which will be used to find the tool to generate the Javadoc.
setToolResolver(ToolResolver) - Method in interface org.gradle.jvm.JvmBinarySpec
 
setToolVersion(String) - Method in class org.gradle.sonar.runner.SonarRunnerRootExtension
 
setTop(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the top text for each page.
setTrace(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
setTraceLexer(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
setTraceParser(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
setTraceTreeWalker(boolean) - Method in class org.gradle.api.plugins.antlr.AntlrTask
 
setTransitive(boolean) - Method in interface org.gradle.api.artifacts.Configuration
Sets the transitivity of this configuration.
setTransitive(boolean) - Method in interface org.gradle.api.artifacts.ModuleDependency
Sets whether this dependency should be resolved including or excluding its transitive dependencies.
setType(String) - Method in interface org.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the type of this artifact.
setType(String) - Method in interface org.gradle.api.publish.ivy.IvyArtifact
Sets the type used to publish the artifact file.
setUnchecked(boolean) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets whether to generate unchecked information.
setUnchecked(boolean) - Method in class org.gradle.language.scala.tasks.BaseScalaCompileOptions
 
setUniqueVersion(boolean) - Method in interface org.gradle.api.artifacts.maven.MavenDeployer
Sets whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
setUnixStartScriptGenerator(ScriptGenerator) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setUploadDescriptor(boolean) - Method in class org.gradle.api.tasks.Upload
 
setUrl(Object) - Method in interface org.gradle.api.artifacts.repositories.IvyArtifactRepository
Sets the base URL of this repository.
setUrl(Object) - Method in interface org.gradle.api.artifacts.repositories.MavenArtifactRepository
Sets the base URL of this repository.
setUse(boolean) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets whether to create class and package usage pages.
setUse(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setUseAnt(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setUseCache(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to cache dependency information.
setUseCompileDaemon(boolean) - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
 
setUseDepend(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to use the Ant <depend> task.
setUsername(String) - Method in interface org.gradle.api.artifacts.repositories.PasswordCredentials
Sets the user name to use when authenticating to this repository.
setUserRealms(UserRealm[]) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setValue(String) - Method in interface org.gradle.api.java.archives.ManifestMergeDetails
Set's the value for the key of the manifest after the merge takes place.
setValue(T) - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
setVendor(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Vendor instruction.
setVerbose(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to produce verbose output.
setVerbose(boolean) - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether to turn on verbose output.
setVerbose(boolean) - Method in class org.gradle.api.tasks.javadoc.Javadoc
Sets whether Javadoc generation is accompanied by verbose output or not.
setVersion(String) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Sets the version for this POM.
setVersion(String) - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Version instruction.
setVersion(Object) - Method in interface org.gradle.api.Project
Sets the version of this project.
setVersion(String) - Method in interface org.gradle.api.publish.maven.MavenPublication
Sets the version for this publication.
setVersion(String) - Method in class org.gradle.api.tasks.bundling.AbstractArchiveTask
 
setVersion(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setVersion(String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setVersion(String) - Method in class org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
setVersion(String) - Method in class org.gradle.plugins.javascript.envjs.EnvJsExtension
 
setVersion(String) - Method in class org.gradle.plugins.javascript.jshint.JsHintExtension
 
setVersion(String) - Method in class org.gradle.plugins.javascript.rhino.RhinoExtension
 
setVisible(boolean) - Method in interface org.gradle.api.artifacts.Configuration
Sets the visibility of this configuration.
setWarn(TestLogging) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for warn level.
setWarnings(boolean) - Method in class org.gradle.api.tasks.compile.CompileOptions
Sets whether to log warning messages.
setWarnOnRmiStubs(boolean) - Method in class org.gradle.api.tasks.compile.DependOptions
Sets whether to warn on RMI stubs without source.
setWebApp(File) - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
setWebAppConfig(JettyPluginWebAppContext) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setWebAppSourceDirectory(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setWebDefaultXml(File) - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setWebXml(File) - Method in class org.gradle.api.plugins.jetty.JettyRun
 
setWindowsSdkDir(Object) - Method in interface org.gradle.nativeplatform.toolchain.VisualCpp
The directory where Windows SDK is installed.
setWindowsStartScriptGenerator(ScriptGenerator) - Method in class org.gradle.jvm.application.tasks.CreateStartScripts
 
setWindowTitle(String) - Method in class org.gradle.api.tasks.javadoc.Groovydoc
Sets the browser window title for the documentation.
setWindowTitle(String) - Method in class org.gradle.api.tasks.scala.ScalaDocOptions
Sets the text to appear in the window title.
setWindowTitle(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
setWindowTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
setWithMessages(boolean) - Method in interface org.gradle.api.plugins.quality.FindBugsXmlReport
Whether or not FindBugs should generate XML augmented with human-readable messages.
setWorkingDir(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the working directory for the process.
setWorkingDir(Object) - Method in class org.gradle.api.tasks.JavaExec
Sets the working directory for the process.
setWorkingDir(Object) - Method in class org.gradle.api.tasks.testing.Test
Sets the working directory for the process.
setWorkingDir(Object) - Method in interface org.gradle.process.ProcessForkOptions
Sets the working directory for the process.
setZincClasspath(FileCollection) - Method in class org.gradle.api.tasks.scala.ScalaCompile
 
setZip64(boolean) - Method in class org.gradle.api.tasks.bundling.Zip
Enables building zips with more than 65535 files or bigger than 4GB.
SharedLibraryBinary - Interface in org.gradle.nativeplatform
A NativeLibrary that has been compiled and linked as a shared library.
SharedLibraryBinarySpec - Interface in org.gradle.nativeplatform
A shared library binary built by Gradle for a native library.
SharedLibraryBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform
Provides access to key tasks used for building the binary.
shouldRunAfter(Object...) - Method in interface org.gradle.api.Task
Specifies that this task should run after all of the supplied tasks.
showAll() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
showAll() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
showFromPackage() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
showFromPackage() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
showFromPrivate() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
showFromPrivate() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
showFromProtected() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
showFromProtected() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
showFromPublic() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
showFromPublic() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
SimpleHttpFileServer - Class in org.gradle.plugins.javascript.envjs.http.simple
 
SimpleHttpFileServer(File, int, Stoppable) - Constructor for class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
SimpleHttpFileServerFactory - Class in org.gradle.plugins.javascript.envjs.http.simple
 
SimpleHttpFileServerFactory() - Constructor for class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServerFactory
 
SingleFileReport - Interface in org.gradle.api.reporting
A report that is a single file.
size() - Method in interface org.gradle.model.collection.CollectionBuilder
Returns the number of items in this collection.
SkippedResult - Interface in org.gradle.tooling.events
Describes how an operation was skipped.
SkipWhenEmpty - Annotation Type in org.gradle.api.tasks
Attached to a task property to indicate that the task should be skipped when the value of the property is an empty FileCollection or directory.
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.
SONAR_RUNNER_CONFIGURATION_NAME - Static variable in class org.gradle.sonar.runner.SonarRunnerExtension
 
SONAR_RUNNER_EXTENSION_NAME - Static variable in class org.gradle.sonar.runner.SonarRunnerExtension
 
SONAR_RUNNER_TASK_NAME - Static variable in class org.gradle.sonar.runner.SonarRunnerExtension
 
SonarProperties - Class in org.gradle.sonar.runner
The Sonar properties for the current Gradle project that are to be passed to the Sonar Runner.
SonarProperties(Map<String, Object>) - Constructor for class org.gradle.sonar.runner.SonarProperties
 
sonarProperties(Action<? super SonarProperties>) - Method in class org.gradle.sonar.runner.SonarRunnerExtension
Adds an action that configures Sonar properties for the associated Gradle project.
SonarRunner - Class in org.gradle.sonar.runner.tasks
Analyses one or more projects with the Sonar Runner.
SonarRunner() - Constructor for class org.gradle.sonar.runner.tasks.SonarRunner
 
SonarRunnerExtension - Class in org.gradle.sonar.runner
An extension for configuring the Sonar Runner integration.
SonarRunnerExtension(ActionBroadcast<SonarProperties>) - Constructor for class org.gradle.sonar.runner.SonarRunnerExtension
 
SonarRunnerPlugin - Class in org.gradle.sonar.runner.plugins
A plugin for analyzing projects with the Sonar Runner.
SonarRunnerPlugin() - Constructor for class org.gradle.sonar.runner.plugins.SonarRunnerPlugin
 
SonarRunnerRootExtension - Class in org.gradle.sonar.runner
Specialization of SonarRunnerExtension that is used for the root of the project tree being analyzed.
SonarRunnerRootExtension(ActionBroadcast<SonarProperties>) - Constructor for class org.gradle.sonar.runner.SonarRunnerRootExtension
 
source(SourceDirectorySet) - Method in interface org.gradle.api.file.SourceDirectorySet
Adds the given source to this set.
source - Variable in class org.gradle.api.tasks.SourceTask
 
source(Object...) - Method in class org.gradle.api.tasks.SourceTask
Adds some source to this task.
source(Object...) - Method in interface org.gradle.api.tasks.TaskInputs
Registers some source files for this task.
source(Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers some source files for this task.
source(String) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
source(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
source(Object) - Method in class org.gradle.language.assembler.tasks.Assemble
Adds a set of assembler sources files to be translated.
source(Action<? super SourceDirectorySet>) - Method in interface org.gradle.language.base.LanguageSourceSet
Configure the sources
source(Action<? super SourceDirectorySet>) - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
source(Object) - Method in class org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask
Adds a set of source files to be compiled.
source(Object) - Method in class org.gradle.language.rc.tasks.WindowsResourceCompile
Adds a set of source files to be compiled.
source(Object) - Method in interface org.gradle.nativeplatform.tasks.ObjectFilesToBinary
Adds a set of object files to be combined into the file binary.
source(Object) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
source(Object) - Method in interface org.gradle.platform.base.BinarySpec
Adds one or more LanguageSourceSets that are used to compile this binary.
sourceBuild(Action<GradleBuildInvocationSpec>) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the source build.
sourceDir(Object) - Method in interface org.gradle.api.tasks.TaskInputs
Registers a source directory for this task.
SourceDirectory - Interface in org.gradle.tooling.model
Represents a source directory.
SourceDirectorySet - Interface in org.gradle.api.file
A SourceDirectorySet represents a set of source files composed from a set of source directories, along with associated include and exclude patterns.
sourceNames(String...) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
sourceNames(String...) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
sources(Action<? super PolymorphicDomainObjectContainer<LanguageSourceSet>>) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
sources(Action<? super PolymorphicDomainObjectContainer<LanguageSourceSet>>) - Method in interface org.gradle.platform.base.BinarySpec
Configures the source sets used to build this binary.
sources(Action<? super PolymorphicDomainObjectContainer<LanguageSourceSet>>) - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
sources(Action<? super PolymorphicDomainObjectContainer<LanguageSourceSet>>) - Method in interface org.gradle.platform.base.ComponentSpec
Configures the source sets used to build this component.
SourcesArtifact - Interface in org.gradle.language.base.artifact
An artifact containing sources for a software component.
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.
SourceTask - Class in org.gradle.api.tasks
A SourceTask performs some operation on source files.
SourceTask() - Constructor for class org.gradle.api.tasks.SourceTask
 
SourceTransformationException - Exception in org.gradle.plugins.javascript.base
Thrown when a source code transformation fails.
SourceTransformationException(String, Throwable) - Constructor for exception org.gradle.plugins.javascript.base.SourceTransformationException
 
Spec<T> - Interface in org.gradle.api.specs
Represents some predicate against objects of type T.
Specs - Class in org.gradle.api.specs
Provides a number of Spec implementations.
Specs() - Constructor for class org.gradle.api.specs.Specs
 
splitIndex(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
splitIndex() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
srcDir(Object) - Method in interface org.gradle.api.file.SourceDirectorySet
Adds the given source directory to this set.
srcDirs(Object...) - Method in interface org.gradle.api.file.SourceDirectorySet
Adds the given source directories to this set.
stackTraceFilters(Object...) - Method in interface org.gradle.api.tasks.testing.logging.TestLogging
StandardJavadocDocletOptions - Class in org.gradle.external.javadoc
Provides the options for the standard Javadoc doclet.
StandardJavadocDocletOptions() - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
StandardJavadocDocletOptions(JavadocOptionFile) - Constructor for class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
StandardOutputListener - Interface in org.gradle.api.logging
A StandardOutputListener receives text written by Gradle's logging system to standard output or error.
start() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
start(File, int) - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServerFactory
 
start(File, int) - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServerFactory
 
startConsoleScanner() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
Run a thread that monitors the console input to detect ENTER hits.
StartEvent - Interface in org.gradle.tooling.events
An event that informs about an operation having started its execution.
startJetty() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
startJettyInternal() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
StartParameter - Class in org.gradle
StartParameter defines the configuration used by a Gradle instance to execute a build.
StartParameter() - Constructor for class org.gradle.StartParameter
Creates a StartParameter with default values.
StaticLibraryBinary - Interface in org.gradle.nativeplatform
A NativeLibrary that has been compiled and archived into a static library.
StaticLibraryBinarySpec - Interface in org.gradle.nativeplatform
A static library binary built by Gradle for a native library.
StaticLibraryBinarySpec.TasksCollection - Interface in org.gradle.nativeplatform
Provides access to key tasks used for building the binary.
statusChanged(TestProgressEvent) - Method in interface org.gradle.tooling.events.test.TestProgressListener
Called when the test execution progresses.
statusChanged(ProgressEvent) - Method in interface org.gradle.tooling.ProgressListener
Called when the progress status changes.
stop() - Method in class org.gradle.api.plugins.jetty.JettyStop
 
stop() - Method in interface org.gradle.plugins.javascript.envjs.http.HttpFileServer
 
stop() - Method in class org.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
StopActionException - Exception in org.gradle.api.tasks
A StopActionException is be thrown by a task Action or task action closure to stop its own execution and to start execution of the task's next action.
StopActionException() - Constructor for exception org.gradle.api.tasks.StopActionException
 
StopActionException(String) - Constructor for exception org.gradle.api.tasks.StopActionException
 
StopExecutionException - Exception in org.gradle.api.tasks
A StopExecutionException is thrown by a Action or task action closure to stop execution of the current task and start execution of the next task.
StopExecutionException() - Constructor for exception org.gradle.api.tasks.StopExecutionException
 
StopExecutionException(String) - Constructor for exception org.gradle.api.tasks.StopExecutionException
 
stopExecutionIfEmpty() - Method in interface org.gradle.api.file.FileCollection
Throws a StopExecutionException if this collection is empty.
stopVisiting() - Method in interface org.gradle.api.file.FileVisitDetails
Requests that file visiting terminate after the current file.
store(Properties) - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
 
stylesheetFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
subprojects(Action<? super Project>) - Method in interface org.gradle.api.Project
Configures the sub-projects of this project
subprojects(Closure) - Method in interface org.gradle.api.Project
Configures the sub-projects of this project.
SuccessResult - Interface in org.gradle.tooling.events
Describes how an operation finished successfully.
Sync - Class in org.gradle.api.tasks
Synchronises the contents of a destination directory with some source directories and files.
Sync() - Constructor for class org.gradle.api.tasks.Sync
 
SYSTEM_PROP_PREFIX - Static variable in interface org.gradle.api.Project
 
systemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.JavaExec
Adds some system properties to use for the process.
systemProperties(Map<String, ?>) - Method in class org.gradle.api.tasks.testing.Test
Adds some system properties to use for the process.
systemProperties(Map<String, ?>) - Method in interface org.gradle.process.JavaForkOptions
Adds some system properties to use for the process.
systemProperty(String, Object) - Method in class org.gradle.api.tasks.JavaExec
Adds a system property to use for the process.
systemProperty(String, Object) - Method in class org.gradle.api.tasks.testing.Test
Adds a system property to use for the process.
systemProperty(String, Object) - Method in interface org.gradle.process.JavaForkOptions
Adds a system property to use for the process.

T

tagletPath(List<File>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
tagletPath(File...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
taglets(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
taglets(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
tags(List<String>) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
tags(String...) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
tagsFile(File) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
Tar - Class in org.gradle.api.tasks.bundling
Assembles a TAR archive.
Tar() - Constructor for class org.gradle.api.tasks.bundling.Tar
 
target(String) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Add support for target platform specified by name.
target(String, Action<? super GccPlatformToolChain>) - Method in interface org.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Add configuration for a target platform specified by name with additional configuration action.
targetBuild(Action<GradleBuildInvocationSpec>) - Method in class org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the target build.
targetBuildTypes(String...) - Method in interface org.gradle.nativeplatform.TargetedNativeComponent
Specifies the names of one or more BuildTypes that this component should be built for.
TargetedNativeComponent - Interface in org.gradle.nativeplatform
A native component that can be configured to target certain variant dimensions.
targetFlavors(String...) - Method in interface org.gradle.nativeplatform.TargetedNativeComponent
Specifies the names of one or more Flavors that this component should be built for.
TargetJdk - Enum in org.gradle.api.plugins.quality
Represents the PMD targetjdk property available for PMD < 5.0
targetPlatform(String) - Method in interface org.gradle.platform.base.PlatformAwareComponentSpec
Specifies a platform that this component should be built be for.
tarTree(Object) - Method in interface org.gradle.api.Project
Creates a new FileTree which contains the contents of the given TAR file.
tarTree(Object) - Method in interface org.gradle.api.Script
Creates a new FileTree which contains the contents of the given TAR file.
task(String) - Method in interface org.gradle.api.Project
Creates a Task with the given name and adds it to this project.
task(Map<String, ?>, String) - Method in interface org.gradle.api.Project
Creates a Task with the given name and adds it to this project.
task(Map<String, ?>, String, Closure) - Method in interface org.gradle.api.Project
Creates a Task with the given name and adds it to this project.
task(String, Closure) - Method in interface org.gradle.api.Project
Creates a Task with the given name and adds it to this project.
Task - Interface in org.gradle.api
A Task represents a single atomic piece of work for a build, such as compiling classes or generating javadoc.
Task - Interface in org.gradle.tooling.model
Represents a task which is executable by Gradle.
Task.Namer - Class in org.gradle.api
A Namer namer for tasks that returns Task.getName().
Task.Namer() - Constructor for class org.gradle.api.Task.Namer
 
TASK_ACTION - Static variable in interface org.gradle.api.Task
 
TASK_DEPENDS_ON - Static variable in interface org.gradle.api.Task
 
TASK_DESCRIPTION - Static variable in interface org.gradle.api.Task
 
TASK_GROUP - Static variable in interface org.gradle.api.Task
 
TASK_NAME - Static variable in interface org.gradle.api.Task
 
TASK_OVERWRITE - Static variable in interface org.gradle.api.Task
 
TASK_REPORT - Static variable in class org.gradle.api.plugins.ProjectReportsPlugin
 
TASK_TYPE - Static variable in interface org.gradle.api.Task
 
TaskAction - Annotation Type in org.gradle.api.tasks
Marks a method as the action to run when the task is executed.
TaskActionListener - Interface in org.gradle.api.execution
A TaskWorkListener is notified of the actions that a task performs.
TaskCollection<T extends Task> - Interface in org.gradle.api.tasks
A TaskCollection contains a set of Task instances, and provides a number of query methods.
TaskContainer - Interface in org.gradle.api.tasks
A TaskContainer is responsible for managing a set of Task instances.
TaskDependency - Interface in org.gradle.api.tasks
A TaskDependency represents an unordered set of tasks which a Task depends on.
TaskExecutionAdapter - Class in org.gradle.api.execution
A TaskExecutionListener adapter class for receiving task execution events.
TaskExecutionAdapter() - Constructor for class org.gradle.api.execution.TaskExecutionAdapter
 
TaskExecutionException - Exception in org.gradle.api.tasks
A TaskExecutionException is thrown when a task fails to execute successfully.
TaskExecutionException(Task, Throwable) - Constructor for exception org.gradle.api.tasks.TaskExecutionException
 
TaskExecutionGraph - Interface in org.gradle.api.execution
A TaskExecutionGraph is responsible for managing the execution of the Task instances which are part of the build.
TaskExecutionGraphListener - Interface in org.gradle.api.execution
A TaskExecutionGraphListener is notified when the TaskExecutionGraph has been populated.
TaskExecutionListener - Interface in org.gradle.api.execution
A TaskExecutionListener is notified of the execution of the tasks in a build.
TaskExecutionLogger - Class in org.gradle
A listener which logs the execution of tasks.
TaskExecutionLogger(ProgressLoggerFactory, LoggerProvider) - Constructor for class org.gradle.TaskExecutionLogger
 
TaskExecutionRequest - Interface in org.gradle
A request to execute some tasks, along with an optional project path context to provide information necessary to select the tasks
TaskInputs - Interface in org.gradle.api.tasks
A TaskInputs represents the inputs for a task.
TaskInstantiationException - Exception in org.gradle.api.tasks
A TaskInstantiationException is thrown when a task cannot be instantiated for some reason.
TaskInstantiationException(String) - Constructor for exception org.gradle.api.tasks.TaskInstantiationException
 
TaskInstantiationException(String, Throwable) - Constructor for exception org.gradle.api.tasks.TaskInstantiationException
 
TaskOutputs - Interface in org.gradle.api.tasks
A TaskOutputs represents the outputs of a task.
TaskReportTask - Class in org.gradle.api.tasks.diagnostics
Displays a list of tasks in the project.
TaskReportTask() - Constructor for class org.gradle.api.tasks.diagnostics.TaskReportTask
 
tasks(Action<? super BinaryTasksCollection>) - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
tasks(Action<? super BinaryTasksCollection>) - Method in interface org.gradle.platform.base.BinarySpec
Configures the tasks that build this binary.
TaskSelector - Interface in org.gradle.tooling.model
Represents a Launchable that uses task name to select tasks executed from a given project and its sub-projects.
TaskState - Interface in org.gradle.api.tasks
TaskState provides information about the execution state of a Task.
TaskValidationException - Exception in org.gradle.api.tasks
A TaskValidationException is thrown when there is some validation problem with a task.
TaskValidationException(String, List<InvalidUserDataException>) - Constructor for exception org.gradle.api.tasks.TaskValidationException
 
TemplateBasedScriptGenerator - Interface in org.gradle.jvm.application.scripts
Interface for generating scripts with the provided details based on a provided template.
TEST - Static variable in interface org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
Test - Class in org.gradle.api.tasks.testing
Executes JUnit (3.8.x or 4.x) or TestNG tests.
Test() - Constructor for class org.gradle.api.tasks.testing.Test
 
TEST_CLASSES_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
TEST_COMPILE_CONFIGURATION - Static variable in class org.gradle.play.plugins.PlayPluginConfigurations
 
TEST_COMPILE_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
TEST_COMPILE_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 
TEST_RUNTIME_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
TEST_RUNTIME_PRIORITY - Static variable in class org.gradle.api.plugins.MavenPlugin
 
TEST_SOURCE_SET_NAME - Static variable in interface org.gradle.api.tasks.SourceSet
The name of the test source set.
TEST_TASK_NAME - Static variable in class org.gradle.api.plugins.JavaPlugin
 
TestDescriptor - Interface in org.gradle.api.tasks.testing
Describes a test.
TestExceptionFormat - Enum in org.gradle.api.tasks.testing.logging
Determines how exceptions are formatted in test logging.
TestFailureResult - Interface in org.gradle.tooling.events.test
Describes how a test operation finished with failures.
TestFilter - Interface in org.gradle.api.tasks.testing
Allows filtering tests for execution.
TestFinishEvent - Interface in org.gradle.tooling.events.test
An event that informs about a test having finished its execution.
testFramework(Closure) - Method in class org.gradle.api.tasks.testing.Test
 
TestFrameworkOptions - Class in org.gradle.api.tasks.testing
The base class for any test framework specific options.
TestFrameworkOptions() - Constructor for class org.gradle.api.tasks.testing.TestFrameworkOptions
 
TestListener - Interface in org.gradle.api.tasks.testing
Interface for listening to test execution.
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 class org.gradle.api.tasks.testing.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.
TestOperationDescriptor - Interface in org.gradle.tooling.events.test
Describes a test operation for which an event has occurred.
TestOperationResult - Interface in org.gradle.tooling.events.test
Describes the result of running a test operation.
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
TestProgressEvent - Interface in org.gradle.tooling.events.test
Root interface for all events that signal progress while executing a test or test suite.
TestProgressListener - Interface in org.gradle.tooling.events.test
A listener which is notified when the tests that are executed as part of running a build make progress.
TestReport - Class in org.gradle.api.tasks.testing
Generates an HTML test report from the results of one or more Test tasks.
TestReport() - Constructor for class org.gradle.api.tasks.testing.TestReport
 
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.
TestSkippedResult - Interface in org.gradle.tooling.events.test
Describes how a test operation was skipped.
TestStackTraceFilter - Enum in org.gradle.api.tasks.testing.logging
Stack trace filters for test logging.
TestStartEvent - Interface in org.gradle.tooling.events.test
An event that informs about a test having started its execution.
TestSuccessResult - Interface in org.gradle.tooling.events.test
Describes how a test operation finished successfully.
TestSuiteBinarySpec - Interface in org.gradle.platform.base.test
A binary which runs a suite of tests.
TestSuiteContainer - Interface in org.gradle.platform.base.test
A container of TestSuiteSpec instances.
TestSuiteSpec - Interface in org.gradle.platform.base.test
A component representing a suite of tests that will be executed together.
TestTaskReports - Interface in org.gradle.api.tasks.testing
The reports produced by the Test task.
TextConfigFile - Interface in org.gradle.ide.visualstudio
A plain text config file generated for Visual Studio.
TextProvider - Interface in org.gradle.ide.visualstudio
Provides access to the content of a generated text file.
TextResource - Interface in org.gradle.api.resources
A read-only body of text backed by a string, file, archive entry, or other source.
TextResourceFactory - Interface in org.gradle.api.resources
Creates TextResources backed by sources such as strings, files, and archive entries.
to(Object...) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Specifies some target objects to be configured.
toJavaValue(Object) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
token() - Method in interface org.gradle.tooling.CancellationTokenSource
Returns a token associated with this CancellationTokenSource.
toMap(Scriptable) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
Tool - Interface in org.gradle.nativeplatform
Configuration of the arguments of a ToolChain executable.
ToolChain - Interface in org.gradle.platform.base
A set of compilers that are used together to construct binaries.
ToolChainRegistry<P extends Platform,T extends ToolChain> - Interface in org.gradle.platform.base
A Provider of 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 class org.gradle.api.file.RelativePath
 
toString() - Method in enum org.gradle.api.JavaVersion
 
toString() - Method in enum org.gradle.api.plugins.quality.TargetJdk
 
toString() - Method in class org.gradle.external.javadoc.JavadocOfflineLink
 
toString() - Method in class org.gradle.language.base.sources.BaseLanguageSourceSet
 
toString() - Method in class org.gradle.platform.base.binary.BaseBinarySpec
 
toString() - Method in class org.gradle.platform.base.component.BaseComponentSpec
 
toString() - Method in class org.gradle.StartParameter
 
toVersion(Object) - Static method in enum org.gradle.api.JavaVersion
Converts the given object into a JavaVersion.
toVersion(Object) - Static method in enum org.gradle.api.plugins.quality.TargetJdk
Converts the given object into a TargetJdk.
toXmlNode(Node, Object) - Method in interface org.gradle.plugins.ear.descriptor.EarModule
Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null).
transform(IN) - Method in interface org.gradle.api.Transformer
Transforms the given object, and returns the transformed value.
TransformationFileType - Interface in org.gradle.platform.base
The type of a file of a transformation
Transformer<OUT,IN> - Interface in org.gradle.api
A Transformer transforms objects of type.
TwirlCompile - Class in org.gradle.play.tasks
Task for compiling twirl templates
TwirlCompile() - Constructor for class org.gradle.play.tasks.TwirlCompile
 
TwirlSourceSet - Interface in org.gradle.language.twirl
Represents a source set containing twirl templates
type(Class<?>) - Method in interface org.gradle.api.plugins.ObjectConfigurationAction
Adds the plugin implemented by the given class to the target.
TypeBuilder<C> - Interface in org.gradle.platform.base
A TypeBuilder to configure read the implementation class of a type.

U

UnableToDeleteFileException - Exception in org.gradle.api.file
Thrown by Gradle when it is unable to delete a file.
UnableToDeleteFileException(File) - Constructor for exception org.gradle.api.file.UnableToDeleteFileException
 
UncheckedIOException - Exception in org.gradle.api
UncheckedIOException is used to wrap an IOException into an unchecked exception.
UncheckedIOException() - Constructor for exception org.gradle.api.UncheckedIOException
 
UncheckedIOException(String) - Constructor for exception org.gradle.api.UncheckedIOException
 
UncheckedIOException(String, Throwable) - Constructor for exception org.gradle.api.UncheckedIOException
 
UncheckedIOException(Throwable) - Constructor for exception org.gradle.api.UncheckedIOException
 
UnknownConfigurationException - Exception in org.gradle.api.artifacts
An UnknownConfigurationException is thrown when a configuration referenced by name cannot be found.
UnknownConfigurationException(String) - Constructor for exception org.gradle.api.artifacts.UnknownConfigurationException
 
UnknownDomainObjectException - Exception in org.gradle.api
A UnknownDomainObjectException is the super class of all exceptions thrown when a given domain object cannot be located.
UnknownDomainObjectException(String) - Constructor for exception org.gradle.api.UnknownDomainObjectException
 
UnknownDomainObjectException(String, Throwable) - Constructor for exception org.gradle.api.UnknownDomainObjectException
 
UnknownModelException - Exception in org.gradle.tooling.provider.model
Thrown when an unknown tooling model is requested.
UnknownModelException(String) - Constructor for exception org.gradle.tooling.provider.model.UnknownModelException
 
UnknownModelException - Exception in org.gradle.tooling
Thrown when the client is trying to acquire a model that is unknown to the Tooling API.
UnknownModelException(String) - Constructor for exception org.gradle.tooling.UnknownModelException
 
UnknownModelException(String, Throwable) - Constructor for exception org.gradle.tooling.UnknownModelException
 
UnknownPluginException - Exception in org.gradle.api.plugins
A UnknownPluginException is thrown when an unknown plugin id is provided.
UnknownPluginException(String) - Constructor for exception org.gradle.api.plugins.UnknownPluginException
 
UnknownProjectException - Exception in org.gradle.api
An UnknownProjectException is thrown when a project referenced by path cannot be found.
UnknownProjectException(String) - Constructor for exception org.gradle.api.UnknownProjectException
 
UnknownProjectException(String, Throwable) - Constructor for exception org.gradle.api.UnknownProjectException
 
UnknownRepositoryException - Exception in org.gradle.api.artifacts
An UnknownRepositoryException is thrown when a repository referenced by name cannot be found.
UnknownRepositoryException(String) - Constructor for exception org.gradle.api.artifacts.UnknownRepositoryException
 
UnknownTaskException - Exception in org.gradle.api
An UnknownTaskException is thrown when a task referenced by path cannot be found.
UnknownTaskException(String) - Constructor for exception org.gradle.api.UnknownTaskException
 
UnknownTaskException(String, Throwable) - Constructor for exception org.gradle.api.UnknownTaskException
 
Unmanaged - Annotation Type in org.gradle.model
Indicates that a property of a managed model element is explicitly of an unmanaged type.
UnresolvedArtifactResult - Interface in org.gradle.api.artifacts.result
An artifact the could not be resolved.
UnresolvedComponentResult - Interface in org.gradle.api.artifacts.result
A component that could not be resolved.
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 - Exception in org.gradle.tooling.exceptions
Thrown when the LongRunningOperation has been configured with unsupported build arguments.
UnsupportedBuildArgumentException(String) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedBuildArgumentException
 
UnsupportedBuildArgumentException(String, Throwable) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedBuildArgumentException
 
UnsupportedMethodException - Exception 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) - Constructor for exception org.gradle.tooling.model.UnsupportedMethodException
 
UnsupportedMethodException(String, Throwable) - Constructor for exception org.gradle.tooling.model.UnsupportedMethodException
 
UnsupportedOperationConfigurationException - Exception in org.gradle.tooling.exceptions
Thrown when a LongRunningOperation has been configured with unsupported settings.
UnsupportedOperationConfigurationException(String) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
 
UnsupportedOperationConfigurationException(String, Throwable) - Constructor for exception org.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
 
UnsupportedVersionException - Exception in org.gradle.tooling
Thrown when the target Gradle version does not support a particular feature.
UnsupportedVersionException(String) - Constructor for exception org.gradle.tooling.UnsupportedVersionException
 
UnsupportedVersionException(String, Throwable) - Constructor for exception org.gradle.tooling.UnsupportedVersionException
 
Upload - Class in org.gradle.api.tasks
Uploads the artifacts of a Configuration to a set of repositories.
Upload() - Constructor for class org.gradle.api.tasks.Upload
 
upload() - Method in class org.gradle.api.tasks.Upload
 
UPLOAD_ARCHIVES_TASK_NAME - Static variable in class org.gradle.api.plugins.BasePlugin
 
UPLOAD_GROUP - Static variable in class org.gradle.api.plugins.BasePlugin
 
upToDateWhen(Closure) - Method in interface org.gradle.api.tasks.TaskOutputs
Adds a predicate to determine whether the outputs of this task are up-to-date.
upToDateWhen(Spec<? super Task>) - Method in interface org.gradle.api.tasks.TaskOutputs
Adds a predicate to determine whether the outputs of this task are up-to-date.
uri(Object) - Method in interface org.gradle.api.Project
Resolves a file path to a URI, relative to the project directory of this project.
uri(Object) - Method in interface org.gradle.api.Script
Resolves a file path to a URI, relative to the directory containing this script.
use(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
use() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
useBuildDistribution() - Method in class org.gradle.tooling.GradleConnector
Specifies to use the Gradle distribution defined by the target Gradle build.
useCachedResult() - Method in interface org.gradle.api.artifacts.cache.ResolutionControl
States that the cached value should be used regardless of age.
useDistribution(URI) - Method in class org.gradle.tooling.GradleConnector
Specifies which Gradle distribution to use.
useEmptySettings() - Method in class org.gradle.StartParameter
Specifies that an empty settings script should be used.
useGradleUserHomeDir(File) - Method in class org.gradle.tooling.GradleConnector
Specifies the user's Gradle home directory to use.
useGradleVersion(String) - Method in class org.gradle.tooling.GradleConnector
Specifies which Gradle version to use.
useInstallation(File) - Method in class org.gradle.tooling.GradleConnector
Specifies which Gradle installation to use.
useJUnit() - Method in class org.gradle.api.tasks.testing.Test
Specifies that JUnit should be used to execute the tests.
useJUnit(Closure) - Method in class org.gradle.api.tasks.testing.Test
Specifies that JUnit should be used to execute the tests, configuring JUnit specific options.
useLogger(Object) - Method in interface org.gradle.api.invocation.Gradle
Uses the given object as a logger.
useTarget(Object) - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
Allows to override the details of the dependency (see DependencyResolveDetails.getTarget()) when it is resolved (see DependencyResolveDetails.getRequested()).
useTarget(Object) - Method in interface org.gradle.api.artifacts.DependencySubstitution
This method can be used to replace a dependency before it is resolved, e.g.
useTestNG() - Method in class org.gradle.api.tasks.testing.Test
Specifies that TestNG should be used to execute the tests.
useTestNG(Closure) - Method in class org.gradle.api.tasks.testing.Test
Specifies that TestNG should be used to execute the tests, configuring TestNG specific options.
useVersion(String) - Method in interface org.gradle.api.artifacts.DependencyResolveDetails
Allows to override the version when the dependency DependencyResolveDetails.getRequested() is resolved.
useVersion(String) - Method in interface org.gradle.api.artifacts.ModuleDependencySubstitution
Allows to override the version when the dependency DependencySubstitution.getRequested() is resolved.

V

Validate - Annotation Type in org.gradle.model
Denotes that the RuleSource method rule carrying this annotation validates the rule subject.
validateConfiguration() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
validateConfiguration() - Method in class org.gradle.api.plugins.jetty.JettyRun
 
validateConfiguration() - Method in class org.gradle.api.plugins.jetty.JettyRunWar
 
valueOf(String) - Static method in enum org.gradle.api.artifacts.Configuration.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.file.DuplicatesStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.file.FileCollection.AntType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.JavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.PathValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.plugins.quality.TargetJdk
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.reporting.Report.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.bundling.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.bundling.ZipEntryCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.testing.logging.TestExceptionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.testing.logging.TestLogEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.testing.logging.TestStackTraceFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.testing.TestOutputEvent.Destination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.testing.TestResult.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.api.tasks.wrapper.Wrapper.PathBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.external.javadoc.JavadocMemberLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.external.javadoc.JavadocOutputLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradle.tooling.events.test.JvmTestKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gradle.api.artifacts.Configuration.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.file.DuplicatesStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.file.FileCollection.AntType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.PathValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.plugins.quality.TargetJdk
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.reporting.Report.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.bundling.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.bundling.ZipEntryCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.testing.logging.TestExceptionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.testing.logging.TestLogEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.testing.logging.TestStackTraceFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.testing.TestOutputEvent.Destination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.testing.TestResult.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.api.tasks.wrapper.Wrapper.PathBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.external.javadoc.JavadocMemberLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.external.javadoc.JavadocOutputLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradle.tooling.events.test.JvmTestKind
Returns an array containing the constants of this enum type, in the order they are declared.
verbose() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
verbose() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
VERIFICATION_GROUP - Static variable in class org.gradle.api.plugins.JavaBasePlugin
 
VERIFICATION_GROUP - Static variable in class org.gradle.language.base.plugins.LifecycleBasePlugin
 
VerificationTask - Interface in org.gradle.api.tasks
A VerificationTask is a task which performs some verification of the artifacts produced by a build.
version(boolean) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
version() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
version(String) - Method in interface org.gradle.plugin.use.PluginDependencySpec
Specify the version of the plugin to depend on.
visit(FileVisitor) - Method in interface org.gradle.api.file.FileTree
Visits the files and directories in this file tree.
visit(Closure) - Method in interface org.gradle.api.file.FileTree
Visits the files and directories in this file tree.
visitDir(FileVisitDetails) - Method in class org.gradle.api.file.EmptyFileVisitor
 
visitDir(FileVisitDetails) - Method in interface org.gradle.api.file.FileVisitor
Visits a directory.
visitFile(FileVisitDetails) - Method in class org.gradle.api.file.EmptyFileVisitor
 
visitFile(FileVisitDetails) - Method in interface org.gradle.api.file.FileVisitor
Visits a file.
VisualCpp - Interface in org.gradle.nativeplatform.toolchain
The Visual C++ tool chain.
VisualCppPlatformToolChain - Interface in org.gradle.nativeplatform.toolchain
Visual C++ specific settings for the tools used to build for a particular platform.
VisualStudioExtension - Interface in org.gradle.ide.visualstudio
The configuration for mapping a set of NativeComponentSpecs to a Visual Studio project.
VisualStudioPlugin - Class in org.gradle.ide.visualstudio.plugins
A plugin for creating a Visual Studio solution for a gradle project.
VisualStudioPlugin() - Constructor for class org.gradle.ide.visualstudio.plugins.VisualStudioPlugin
 
VisualStudioProject - Interface in org.gradle.ide.visualstudio
A visual studio project, created from one or more NativeBinary instances.
VisualStudioSolution - Interface in org.gradle.ide.visualstudio
A visual studio solution, representing one or more NativeBinarySpec instances from the same NativeComponentSpec.

W

WAR_TASK_NAME - Static variable in class org.gradle.api.plugins.WarPlugin
 
warn(Action<TestLogging>) - Method in interface org.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for warn level.
WarPlugin - Class in org.gradle.api.plugins
A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.
WarPlugin() - Constructor for class org.gradle.api.plugins.WarPlugin
 
WEB_APP_GROUP - Static variable in class org.gradle.api.plugins.WarPlugin
 
webModule(String, String) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a web module to the deployment descriptor.
whenConfigured(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds a closure to be called when the POM has been configured.
whenConfigured(Action<MavenPom>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds an action to be called when the POM has been configured.
whenObjectAdded(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
Adds an Action to be executed when an object is added to this collection.
whenObjectAdded(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Adds a closure to be called when an object is added to this collection.
whenObjectRemoved(Action<? super T>) - Method in interface org.gradle.api.DomainObjectCollection
Adds an Action to be executed when an object is removed from this collection.
whenObjectRemoved(Closure) - Method in interface org.gradle.api.DomainObjectCollection
Adds a closure to be called when an object is removed from this collection.
whenPluginAdded(Action<? super T>) - Method in interface org.gradle.api.plugins.PluginCollection
Adds an Action to be executed when a plugin is added to this collection.
whenPluginAdded(Closure) - Method in interface org.gradle.api.plugins.PluginCollection
Adds a closure to be called when a plugin is added to this collection.
whenReady(Closure) - Method in interface org.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called when this graph has been populated.
whenTaskAdded(Action<? super T>) - Method in interface org.gradle.api.tasks.TaskCollection
Adds an Action to be executed when a task is added to this collection.
whenTaskAdded(Closure) - Method in interface org.gradle.api.tasks.TaskCollection
Adds a closure to be called when a task is added to this collection.
WindowsResourceCompile - Class in org.gradle.language.rc.tasks
Compiles Windows Resource scripts into .res files.
WindowsResourceCompile() - Constructor for class org.gradle.language.rc.tasks.WindowsResourceCompile
 
WindowsResourceScriptPlugin - Class in org.gradle.language.rc.plugins
Adds core language support for Windows resource script files.
WindowsResourceScriptPlugin() - Constructor for class org.gradle.language.rc.plugins.WindowsResourceScriptPlugin
 
WindowsResourceSet - Interface in org.gradle.language.rc
A set of Windows Resource definition files.
WindowsResourcesPlugin - Class in org.gradle.language.rc.plugins
A plugin for projects wishing to build native binary components from Windows Resource sources.
WindowsResourcesPlugin() - Constructor for class org.gradle.language.rc.plugins.WindowsResourcesPlugin
 
windowTitle(String) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
windowTitle(String) - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
 
with(CopySpec...) - Method in interface org.gradle.api.file.CopySpec
Adds the given specs as a child of this spec.
with(CopySpec...) - Method in class org.gradle.api.tasks.AbstractCopyTask
Adds the given specs as a child of this spec.
withArguments(Action<? super List<String>>) - Method in interface org.gradle.nativeplatform.toolchain.CommandLineToolConfiguration
Adds an action that will be applied to the command-line arguments prior to execution.
withArguments(String...) - Method in interface org.gradle.tooling.BuildActionExecuter
Specify the command line build arguments.
withArguments(String...) - Method in interface org.gradle.tooling.BuildLauncher
Specify the command line build arguments.
withArguments(String...) - Method in interface org.gradle.tooling.LongRunningOperation
Specify the command line build arguments.
withArguments(String...) - Method in interface org.gradle.tooling.ModelBuilder
Specify the command line build arguments.
withArtifacts(Class<? extends Component>, Class<? extends Artifact>...) - Method in interface org.gradle.api.artifacts.query.ArtifactResolutionQuery
Defines the type of component that is expected in the result, and the artifacts to retrieve for components of this type.
withCancellationToken(CancellationToken) - Method in interface org.gradle.tooling.BuildActionExecuter
Sets the cancellation token to use to cancel the operation if required.
withCancellationToken(CancellationToken) - Method in interface org.gradle.tooling.BuildLauncher
Sets the cancellation token to use to cancel the operation if required.
withCancellationToken(CancellationToken) - Method in interface org.gradle.tooling.LongRunningOperation
Sets the cancellation token to use to cancel the operation if required.
withCancellationToken(CancellationToken) - Method in interface org.gradle.tooling.ModelBuilder
Sets the cancellation token to use to cancel the operation if required.
withContent(Action<? super TextProvider>) - Method in interface org.gradle.ide.visualstudio.TextConfigFile
Add an action that can manipulate the generated file content.
withId(String, Action<? super Plugin>) - Method in interface org.gradle.api.plugins.PluginContainer
Executes or registers an action for a plugin with given id.
withModule(Object, Action<? super ComponentSelection>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
Adds a component selection rule that will apply to the specified module.
withModule(Object, Closure<?>) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
Adds a component selection rule that will apply to the specified module.
withModule(Object, Object) - Method in interface org.gradle.api.artifacts.ComponentSelectionRules
Adds a rule-source backed component selection rule that will apply to the specified module.
withModule(Object, Action<? super ModuleDependencySubstitution>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for a given module dependency (including transitive) when the configuration is being resolved.
withModule(Object, Closure<?>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for a given module dependency (including transitive) when the configuration is being resolved.
withModule(Object, Action<? super ComponentMetadataDetails>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
withModule(Object, Closure<?>) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
withModule(Object, Object) - Method in interface org.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
withName(String) - Method in class org.gradle.testfixtures.ProjectBuilder
Specifies the name for the project
withParent(Project) - Method in class org.gradle.testfixtures.ProjectBuilder
Specifies the parent project.
withPlugin(String, Action<? super AppliedPlugin>) - Method in interface org.gradle.api.plugins.PluginManager
Executes the given action when the specified plugin is applied.
withProject(Object, Action<? super ProjectDependencySubstitution>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for a given project dependency (including transitive) when the configuration is being resolved.
withProject(Object, Closure<?>) - Method in interface org.gradle.api.artifacts.DependencySubstitutions
Adds a dependency substitution rule that is triggered for a given project dependency (including transitive) when the configuration is being resolved.
withProjectDir(File) - Method in class org.gradle.testfixtures.ProjectBuilder
Specifies the project directory for the project to build.
withType(Class<S>) - Method in interface org.gradle.api.DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>, Action<? super S>) - Method in interface org.gradle.api.DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>, Closure) - Method in interface org.gradle.api.DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.api.DomainObjectSet
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.api.NamedDomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.api.NamedDomainObjectList
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.api.NamedDomainObjectSet
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.api.plugins.PluginCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.api.tasks.TaskCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - Method in interface org.gradle.model.collection.CollectionBuilder
Returns a collection containing the items from this collection which are of the specified type.
withType(Class<S>, Action<? super S>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given action to each item of the given type in the collection, as each item is required.
withType(Class<S>, Class<? extends RuleSource>) - Method in interface org.gradle.model.collection.CollectionBuilder
Applies the given rules to all items of the collection of the given type.
withXml(Closure) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds a closure to be called when the POM XML has been created.
withXml(Action<XmlProvider>) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Adds an action to be called when the POM XML has been created.
withXml(Action<? super XmlProvider>) - Method in interface org.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Allow configuration of the descriptor, after it has been generated according to the input data.
withXml(Action<? super XmlProvider>) - Method in interface org.gradle.api.publish.maven.MavenPom
Allows configuration of the POM, after it has been generated according to the input data.
withXml(Action<? super XmlProvider>) - Method in interface org.gradle.ide.visualstudio.XmlConfigFile
Add an action that can manipulate the generated file content.
withXml(Closure) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Adds a closure to be called when the XML document has been created.
withXml(Action<? super XmlProvider>) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Adds an action to be called when the XML document has been created.
workingDir(Object) - Method in class org.gradle.api.tasks.AbstractExecTask
Sets the working directory for the process.
workingDir(Object) - Method in class org.gradle.api.tasks.JavaExec
Sets the working directory for the process.
workingDir(Object) - Method in class org.gradle.api.tasks.testing.Test
Sets the working directory for the process.
workingDir(Object) - Method in interface org.gradle.process.ProcessForkOptions
Sets the working directory for the process.
WorkResult - Interface in org.gradle.api.tasks
Provides information about some work which was performed.
Wrapper - Class in org.gradle.api.tasks.wrapper
Generates scripts (for *nix and windows) which allow you to build your project with Gradle, without having to install Gradle.
Wrapper() - Constructor for class org.gradle.api.tasks.wrapper.Wrapper
 
Wrapper.PathBase - Enum in org.gradle.api.tasks.wrapper
Specifies how the wrapper path should be interpreted.
WrapperPlugin - Class in org.gradle.buildinit.plugins
The wrapper plugin.
WrapperPlugin() - Constructor for class org.gradle.buildinit.plugins.WrapperPlugin
 
write(File) - Method in class org.gradle.external.javadoc.CoreJavadocOptions
 
write(File) - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
 
write(JavadocOptionFileWriterContext) - Method in interface org.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
writeFile(String, File, String) - Static method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
WriteOnlyModelViewException - Exception in org.gradle.model
Thrown when an attempt is made to read the value of a model element that is not readable at the time.
WriteOnlyModelViewException(ModelType<?>, ModelRuleDescriptor) - Constructor for exception org.gradle.model.WriteOnlyModelViewException
 
writeTo(Writer) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Writes the MavenPom.getEffectivePom() XML to a writer while applying the MavenPom.withXml(org.gradle.api.Action) actions.
writeTo(Object) - Method in interface org.gradle.api.artifacts.maven.MavenPom
Writes the MavenPom.getEffectivePom() XML to a file while applying the MavenPom.withXml(org.gradle.api.Action) actions.
writeTo(Writer) - Method in interface org.gradle.api.java.archives.Manifest
Writes the manifest into a writer.
writeTo(Object) - Method in interface org.gradle.api.java.archives.Manifest
Writes the manifest into a file.
writeTo(Writer) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Writes the deployment descriptor into a writer.
writeTo(Object) - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
Writes the deployment descriptor into a file.

X

XmlConfigFile - Interface in org.gradle.ide.visualstudio
An XML config file generated for Visual Studio.
XmlGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> - 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 for class org.gradle.plugins.ide.api.XmlGeneratorTask
 
XmlProvider - Interface in org.gradle.api
Provides various ways to access the content of an XML document.

Z

Zip - Class in org.gradle.api.tasks.bundling
Assembles a ZIP archive.
Zip() - Constructor for class org.gradle.api.tasks.bundling.Zip
 
Zip.ZipCopyActionImpl - Class in org.gradle.api.tasks.bundling
Deprecated.
Zip.ZipCopyActionImpl() - Constructor for class org.gradle.api.tasks.bundling.Zip.ZipCopyActionImpl
Deprecated.
 
ZIP_EXTENSION - Static variable in class org.gradle.api.tasks.bundling.Zip
 
ZipEntryCompression - Enum in org.gradle.api.tasks.bundling
Specifies the compression level of an archives contents.
zipTree(Object) - Method in interface org.gradle.api.Project
Creates a new FileTree which contains the contents of the given ZIP file.
zipTree(Object) - Method in interface org.gradle.api.Script
Creates a new FileTree which contains the contents of the given ZIP file.
A B C D E F G H I J K L M N O P Q R S T U V W X Z