- generate() - Method in class org.gradle.api.plugins.antlr.AntlrTask
-
- 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
-
- GenerateBuildDashboard - Class in org.gradle.api.reporting
-
Generates build dashboard report.
- GenerateBuildDashboard(Instantiator) - Constructor for class org.gradle.api.reporting.GenerateBuildDashboard
-
- GenerateIvyDescriptor - Class in org.gradle.api.publish.ivy.tasks
-
Generates an Ivy XML Module Descriptor file.
- GenerateIvyDescriptor(FileResolver) - Constructor for class org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
-
- GenerateMavenPom - Class in org.gradle.api.publish.maven.tasks
-
Generates an Ivy XML Module Descriptor file.
- GenerateMavenPom(FileResolver) - Constructor for class org.gradle.api.publish.maven.tasks.GenerateMavenPom
-
- 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.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() - 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.
- 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
-
- getAdditionalParameters() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
-
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.
- 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.
- getAllModuleVersions() - Method in interface org.gradle.api.artifacts.result.ResolutionResult
-
- 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.
- 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
-
- 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
-
- getAntScalaDoc() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
- getApiDocTitle() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
-
- 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.
- getApplicationName() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The application name.
- 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.bundling.Zip.ZipCopyActionImpl
-
- 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.Exec
-
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 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.
- getArgument() - Method in exception org.gradle.api.InvalidActionClosureException
-
The argument the action was executed with.
- 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.
- 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() - 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
-
Returns 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
-
- 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.
- 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 module version 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
This value can be changed, so any files derived from this should be calculated on demand.
- 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
-
Returns the baseName of the distribution.
- 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.
- 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.
- 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.external.javadoc.StandardJavadocDocletOptions
-
- getBuildAnalysis() - Method in class org.gradle.GradleLauncher
-
Evaluates the settings and all the projects.
- getBuildAndRunAnalysis() - Method in class org.gradle.GradleLauncher
-
Evaluates the settings and all the projects.
- getBuildDependencies() - Method in interface org.gradle.api.artifacts.Configuration
-
Returns a TaskDependency object containing all required dependencies to build the internal dependencies
(e.g.
- getBuildDependencies() - Method in interface org.gradle.api.Buildable
-
Returns a dependency which contains the tasks which build this artifact.
- getBuildDir() - Method in interface org.gradle.api.Project
-
Returns the build directory of this project.
- 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.
- 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.
- 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.
- getCacheUsage() - Method in class org.gradle.StartParameter
-
- getCandidateClassFiles() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the classes files to scan for test classes.
- 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.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.
- 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.
- 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 dependency artifact.
- 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.
- getClassName() - Method in interface org.gradle.api.tasks.testing.TestDescriptor
-
Returns the test class name for this test, 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 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
-
- 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.Exec
-
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.
- 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.CompileOptions
-
Deprecated.
use CompileOptions.forkOptions.executable instead
- getCompiler() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
- getCompilerArgs() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Returns any additional arguments to be passed 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.
- getComponents() - Method in interface org.gradle.api.Project
-
Returns the software components produced by this project.
- 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.ZipCopyActionImpl
-
- 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.
- 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
-
- getConvention() - Method in interface org.gradle.api.Task
-
- getCopyAction() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
- getCopyAction() - Method in class org.gradle.api.tasks.bundling.Tar
-
- getCopyAction() - Method in class org.gradle.api.tasks.bundling.Zip
-
- getCopyAction() - Method in class org.gradle.api.tasks.Copy
-
- getCopyAction() - Method in class org.gradle.api.tasks.Sync
-
- getCredentials() - Method in interface org.gradle.api.artifacts.repositories.AuthenticationSupported
-
Provides the Credentials used to authenticate to 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.compile.CompileOptions
-
Tells whether to include debugging information in the generated class files.
- 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.api.tasks.scala.ScalaCompileOptions
-
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.
- getDefaultCompiler() - Method in interface org.gradle.plugins.binaries.model.CompilerRegistry
-
Somehow picks what the default compiler to use is.
- getDefaultExtension() - Method in enum org.gradle.api.tasks.bundling.Compression
-
- getDefaultResourceName() - Method in class org.gradle.plugins.ide.eclipse.model.Jdt
-
- getDefaultSource() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
Deprecated.
Use getSource() instead.
- getDefaultSource() - Method in class org.gradle.api.tasks.SourceTask
-
Deprecated.
Use getSource() instead.
- 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.ResolvedModuleVersionResult
-
Returns the dependencies of the resolved module.
- 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.Compile
-
Deprecated.
- getDependencyModule() - Method in interface org.gradle.tooling.model.idea.IdeaModuleDependency
-
returns dependency module
- 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.ResolvedModuleVersionResult
-
Returns the dependents of the resolved module.
- 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.
- getDependsOnProjects() - Method in interface org.gradle.api.Project
-
Returns the set of projects which this project depends on.
- 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.ModuleVersionSelectionReason
-
Describes 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.model.Element
-
Returns the description of the element, 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.
- 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.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 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.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.plugins.ear.descriptor.DeploymentDescriptor
-
The application display name.
- 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.external.javadoc.StandardJavadocDocletOptions
-
- getDocURL() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
-
Returns the docURL value.
- 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
-
- 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 reports.
- 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.api.tasks.scala.ScalaCompileOptions
-
Encoding of source files.
- getEncoding() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
- getEncoding() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
-
- 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.
- 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.Exec
-
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.Exec
-
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.
- 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.
- getExcludeArgs() - Method in interface org.gradle.api.artifacts.ExcludeRule
-
- getExcludeDirectories() - Method in interface org.gradle.tooling.model.idea.IdeaContentRoot
-
exclude dirs
- 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
-
- getExecResult() - Method in class org.gradle.api.tasks.Exec
-
Returns the result for the command run by this task.
- 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.Exec
-
Returns the name of the executable to use.
- 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.process.ProcessForkOptions
-
Returns the name of the executable to use.
- 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.
- 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.
- getExportedHeaders() - Method in interface org.gradle.plugins.binaries.model.HeaderExportingSourceSet
-
- getExportedHeaders() - Method in interface org.gradle.plugins.cpp.CppSourceSet
-
The headers.
- 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
-
- 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 dependency 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.
- getExtension() - Method in enum org.gradle.api.tasks.bundling.Compression
-
- 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.
- 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
-
- getFactory() - Static method in class org.gradle.GradleLauncher
-
- getFailedTestCount() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the number of failed atomic tests executed for this test.
- getFailOnError() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Tells whether to fail the build when compilation fails.
- 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
-
- getFile() - Method in interface org.gradle.api.artifacts.PublishArtifact
-
Returns the file of this artifact.
- getFile() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
-
- getFile() - Method in interface org.gradle.api.file.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.
- 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"
- 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
-
- 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.plugins.binaries.model.NativeDependencySet
-
- getFilter() - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
-
Returns the default filter being used.
- getFilter() - Method in interface org.gradle.api.file.SourceDirectorySet
-
Returns the filter used to select the source from the source directories.
- getFirstLevelModuleDependencies(Spec<? super Dependency>) - Method in interface org.gradle.api.artifacts.LenientConfiguration
-
Returns successfully resolved dependencies.
- getFirstLevelModuleDependencies() - Method in interface org.gradle.api.artifacts.ResolvedConfiguration
-
- 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.
- getFooter() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the HTML footer for each page.
- getFooter() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
- getForce() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
-
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.api.tasks.scala.ScalaCompileOptions
-
Options for running the Scala compiler in a separate process.
- 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.
- 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.
- 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.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.
- 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 interface org.gradle.external.javadoc.MinimalJavadocOptions
-
- getHeader() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
- getHeaders() - Method in interface org.gradle.plugins.binaries.model.Library
-
- 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.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.
- getId() - Method in interface org.gradle.api.artifacts.ClientModule
-
Returns the id of the client 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.ResolvedModuleVersionResult
-
Returns the identifier of the resolved module.
- getId() - Method in interface org.gradle.api.artifacts.UnresolvedDependency
-
Deprecated.
- 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.
- 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.
- getIncludeJavaRuntime() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Deprecated.
No replacement
- getIncludeRoots() - Method in interface org.gradle.plugins.binaries.model.NativeDependencySet
-
- 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
-
- 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.
- getIncrementalOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
-
- 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.
- getInputReportsFiles() - Method in class org.gradle.api.reporting.GenerateBuildDashboard
-
A set of report files that will be aggregated by the generated report.
- getInputs() - Method in interface org.gradle.api.Task
-
Returns the inputs of this task.
- getInstallName() - Method in interface org.gradle.plugins.binaries.model.LibraryCompileSpec
-
Returns the install name for the library.
- getInstructions() - Method in interface org.gradle.api.plugins.osgi.OsgiManifest
-
Returns all existing instruction.
- getJarFile() - Method in class org.gradle.api.tasks.wrapper.Wrapper
-
Returns the file to write the wrapper jar file to.
- getJarTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the Jar task for this source set, if such a task exists.
- 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.
- getJavaCompiler() - Method in class org.gradle.api.tasks.compile.Compile
-
Deprecated.
- 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).
- 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
-
- 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).
- 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
-
- 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
- getLibraryDirectory() - Method in interface org.gradle.plugins.ear.descriptor.DeploymentDescriptor
-
The name of the directory to look for libraries in.
- getLibs() - Method in interface org.gradle.plugins.cpp.CppSourceSet
-
Libs this source set requires
- 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.
- getLinkedResources() - Method in interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
-
Returns the linked resources for this project.
- 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
-
- getLocale() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
- getLocale() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
-
- 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.api.tasks.scala.ScalaCompileOptions
-
Specifies the amount of logging.
- getLoggingPhases() - Method in class org.gradle.api.tasks.scala.ScalaCompileOptions
-
Phases of the compiler to log.
- 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.
- getMainSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
- 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.
- 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.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.
- 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.
- getMergedSystemProperties() - Method in class org.gradle.StartParameter
-
Deprecated.
- 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
- 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.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.
- 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
-
- getModule() - Method in interface org.gradle.api.artifacts.ResolvedDependency
-
Returns the module which this resolved dependency belongs to.
- 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.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.
- 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 the dependency 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.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.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 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.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.
- getNamer() - Method in interface org.gradle.api.NamedDomainObjectCollection
-
An object that represents the naming strategy used to name objects of this collection.
- getNativeDependencySets() - Method in interface org.gradle.plugins.binaries.model.NativeDependencyCapableSourceSet
-
- getNoQualifiers() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
- getOptimizationOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompileOptions
-
Returns optimization options for the Groovy compiler.
- getOptimize() - Method in class org.gradle.api.tasks.compile.CompileOptions
-
Deprecated.
No replacement
- 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.Compile
-
Deprecated.
Returns the compilation options.
- getOptions() - Method in class org.gradle.api.tasks.compile.GroovyCompile
-
Returns the options for Java compilation.
- getOptions() - Method in class org.gradle.api.tasks.javadoc.Javadoc
-
Returns the Javadoc generation options.
- getOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompile
-
Returns the Java compilation options.
- getOptions() - Method in class org.gradle.api.tasks.testing.Test
-
Returns test framework specific 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
-
- 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 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.
- getOutputFile() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Returns the file which the report will be written to.
- getOutputFile() - Method in interface org.gradle.plugins.binaries.model.CompileSpec
-
The ultimate output of the compilation.
- 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
-
- 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.
- getParallelThreadCount() - Method in class org.gradle.StartParameter
-
Returns the number of parallel threads to use for build execution.
- 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.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.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.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.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.GradleProject
-
Returns Gradle path.
- 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
-
- 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.
- 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
-
Returns the plugins container for this object.
- getPlugins() - Method in interface org.gradle.api.Project
-
Returns the plugins container for this project.
- getPom() - Method in interface org.gradle.api.artifacts.maven.PomFilterContainer
-
Returns the POM property of the custom filter.
- 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
-
- 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
- getProcessResourcesTaskName() - Method in interface org.gradle.api.tasks.SourceSet
-
Returns the name of the resource process task for this source set.
- getProject() - Method in interface org.gradle.api.Project
-
Returns this project.
- getProject() - Method in interface org.gradle.api.Task
-
Returns the
Project which this task belongs to.
- getProject() - Method in interface org.gradle.plugins.binaries.model.Binary
-
Deprecated.
No replacement
- getProject() - Method in interface org.gradle.tooling.model.eclipse.EclipseTask
-
Deprecated.
Returns the element 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
-
Returns the element which this task belongs to.
- 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.
- getProjectProperties() - Method in class org.gradle.StartParameter
-
- getProjects() - Method in class org.gradle.api.tasks.diagnostics.AbstractReportTask
-
Returns the set of project to generate this report for.
- 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.
- 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.PublishToMavenRepository
-
The publication to be published.
- getPublications() - Method in interface org.gradle.api.publish.PublishingExtension
-
The publications of the project.
- 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.
- getReferences() - Method in class org.gradle.api.AntBuilder
-
Returns the references of the Ant project.
- getRefreshOptions() - Method in class org.gradle.StartParameter
-
- getRelativePath() - Method in interface org.gradle.api.file.FileTreeElement
-
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
-
- 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
-
- 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.GenerateBuildDashboard
-
The reports to be generated by this task.
- getReports() - Method in interface org.gradle.api.reporting.Reporting
-
Returns the report container.
- getReportsDir() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
-
- getReportsDirName() - Method in class org.gradle.api.plugins.ReportingBasePluginConvention
-
- 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.PublishToMavenLocal
-
- getRepository() - Method in class org.gradle.api.publish.maven.tasks.PublishToMavenRepository
-
The repository to publish to.
- 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.result.DependencyResult
-
Returns the requested module version.
- 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.
- getResolvedConfiguration() - Method in interface org.gradle.api.artifacts.Configuration
-
Resolves this configuration.
- getResolvedDependency() - Method in interface org.gradle.api.artifacts.ResolvedArtifact
-
- getResolvers() - Method in interface org.gradle.api.artifacts.ArtifactRepositoryContainer
-
Deprecated.
No replacement.
- getResource() - Method in class org.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
-
- 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
- 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
-
- 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
-
- 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 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
-
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.
- getRootSpec() - Method in class org.gradle.api.tasks.AbstractCopyTask
-
- 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.
- 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.
- 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.
- getScalaCompileOptions() - Method in class org.gradle.api.tasks.scala.ScalaCompile
-
Returns the Scala compilation options.
- getScalaDocOptions() - Method in class org.gradle.api.tasks.scala.ScalaDoc
-
Returns the ScalaDoc generation options.
- getScanIntervalSeconds() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
-
- getScanner() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
-
- getScannerListeners() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
-
- getScanTargetPatterns() - Method in class org.gradle.api.plugins.jetty.JettyRun
-
- getScanTargets() - Method in class org.gradle.api.plugins.jetty.JettyRun
-
- getScope() - Method in class org.gradle.api.artifacts.maven.Conf2ScopeMapping
-
Returns the Maven scope name.
- 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.
- 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 module version.
- getSelectionReason() - Method in interface org.gradle.api.artifacts.result.ResolvedModuleVersionResult
-
Returns the reason for selecting the module.
- 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.
- 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.
- getShowStandardStreams() - Method in interface org.gradle.api.tasks.testing.TestLogging
-
Deprecated.
Whether to show eagerly the standard stream events.
- 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.
- 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 interface org.gradle.plugins.cpp.CppSourceSet
-
The source.
- 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.
- 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
-
source dirs.
- getSourceFile() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns the file containing the source for the script, if any.
- getSourceFiles() - Method in interface org.gradle.api.tasks.TaskInputs
-
Returns the set of source files for this task.
- getSourceNames() - Method in class org.gradle.external.javadoc.CoreJavadocOptions
-
- getSourceNames() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
-
- getSourceSets() - Method in interface org.gradle.plugins.binaries.model.Binary
-
- getSourceSets() - Method in class org.gradle.plugins.cpp.CppExtension
-
- getSourceURI() - Method in interface org.gradle.api.initialization.dsl.ScriptHandler
-
Returns the URI for the script source, if any.
- getSpec() - Method in interface org.gradle.plugins.binaries.model.Binary
-
- getSpec() - Method in interface org.gradle.plugins.binaries.model.Library
-
- 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.Exec
-
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.Exec
-
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
-
- getStartParameter() - Method in class org.gradle.api.tasks.GradleBuild
-
Returns the full set of parameters that will be used to execute the build.
- getStartParameter() - Method in class org.gradle.GradleLauncher
-
- getStartTime() - Method in interface org.gradle.api.tasks.testing.TestResult
-
Returns the time when this test started 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.
- getStatus() - Method in interface org.gradle.api.artifacts.Module
-
- getStatus() - Method in interface org.gradle.api.Project
-
Returns the status of this project.
- getStopKey() - Method in class org.gradle.api.plugins.jetty.AbstractJettyRunTask
-
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.
- 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.
- 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 class org.gradle.api.tasks.scala.ScalaCompileOptions
-
- getTargetFiles() - Method in class org.gradle.api.tasks.Delete
-
Returns the resolved set of files which will be deleted by this task.
- 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
-
- 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.
- 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.tooling.model.BuildableElement
-
Returns the tasks of this project.
- 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.
- 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.
- 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
-
test dirs.
- 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.
- getTestReportDir() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the root folder for the test reports.
- getTestResultDirs() - Method in class org.gradle.api.tasks.testing.TestReport
-
Returns the set of binary test results to include in the report.
- getTestResultsDir() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the root folder for the test results in XML format.
- getTestSrcDirs() - Method in class org.gradle.api.tasks.testing.Test
-
Returns the directories containing the test source.
- getText() - Method in interface org.gradle.api.plugins.quality.CodeNarcReports
-
The codenarc text report
- getText() - Method in interface org.gradle.api.plugins.quality.JDependReports
-
The jdepend text report
- 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.
- getTransformer() - Method in class org.gradle.plugins.ide.api.PropertiesGeneratorTask
-
- getType() - Method in interface org.gradle.api.artifacts.ArtifactIdentifier
-
Returns the type of the dependency 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.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.
- 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.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 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'.
- 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.
- getWindowTitle() - Method in class org.gradle.api.tasks.javadoc.Groovydoc
-
Returns the browser window title for the documentation.
- getWindowTitle() - Method in interface org.gradle.external.javadoc.MinimalJavadocOptions
-
- getWindowTitle() - Method in class org.gradle.external.javadoc.StandardJavadocDocletOptions
-
- getWorkerType() - Method in class org.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
-
- getWorkingDir() - Method in class org.gradle.api.tasks.Exec
-
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
-
- 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
-
- 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
-
- GradleLauncher - Class in org.gradle
-
GradleLauncher is mildly deprecated.
- GradleLauncher() - Constructor for class org.gradle.GradleLauncher
-
- GradleModuleVersion - Interface in org.gradle.tooling.model
-
Informs about a module version, i.e.
- GradleProject - Interface in org.gradle.tooling.model
-
Gradle project.
- 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_CONFIGURATION_NAME - Static variable in class org.gradle.api.plugins.GroovyBasePlugin
-
Deprecated.
Typically, usages of groovy can simply be replaced with compile.
In some cases, it may be necessary to additionally configure the groovyClasspath property
of GroovyCompile and Groovydoc tasks.
- 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
-
- 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.