Groovy Documentation

Deprecated API


Interfaces
ConventionValue
      A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task.

Classes
CodeQualityPlugin
      A plugin which measures and enforces code quality for Java and Groovy projects.
Directory
      Creates a directory.
RefreshOptions
      The options supplied by a user to refresh dependencies and other external resources.
ReportingBasePluginConvention
     
SigningPluginConvention
      @deprecated Use SigningExtension

Enums
CacheUsage
     

Methods
AbstractCopyTask#getDefaultSource()
      Returns the default source for this task.
ArtifactRepositoryContainer#addLast(Object userDescription)
      Adds a repository to this container, at the end of the repository sequence.
ArtifactRepositoryContainer#addLast(Object userDescription, Closure configureClosure)
      Adds a resolver to this container, at the end of the resolver sequence.
Binary#getProject()
      Returns the project that this binary is built by.
CacheUsage#fromString(String usagestr)
     
Checkstyle#getProperties()
      The properties available for use in the configuration file.
Checkstyle#getResultFile()
      Returns the destination file for the XML report.
Checkstyle#setProperties(Map properties)
      The properties available for use in the configuration file.
Checkstyle#setResultFile(File file)
      @deprecated Use reports.xml.destination instead.
CodeNarc#getReportFile()
      The file to write the report to.
CodeNarc#getReportFormat()
      The format type of the CodeNarc report.
CodeNarc#setReportFile(File reportFile)
      @deprecated Use {@code reports.
CodeNarc#setReportFormat(String reportFormat)
      @deprecated Use {@code reports.
CompileSpec#compile()
      Do the compile.
Compression#getExtension()
     
ExcludeRule#getExcludeArgs()
      Returns the arguments of an exclude rule.
ExtensionContainer#add(String name, Class type, Object constructionArguments)
      Deprecated.
GppCompileSpec#compile()
      @deprecated No replacement
GppCompileSpec#getExtension()
      @deprecated No replacement
GppCompileSpec#getTask()
      @deprecated No replacement
GppCompileSpec#setBinary(Binary binary)
      @deprecated No replacement
GppCompileSpec#setExtension(String extension)
      @deprecated No replacement
GppCompileSpec#setTask(Compile task)
      @deprecated No replacement
GppCompileSpec#sharedLibrary()
      @deprecated No replacement
Project#childrenDependOnMe()
     
Project#dependsOn(String path)
     
Project#dependsOn(String path, boolean evaluateDependsOnProject)
     
Project#dependsOnChildren()
     
Project#dependsOnChildren(boolean evaluateDependsOnProject)
     
Project#fileTree(Object baseDir)
     
ReportingBasePluginConvention#getApiDocTitle()
      Returns the title for API documentation for the project.
ReportingBasePluginConvention#getReportsDir()
      Returns the directory containing all reports for this project.
ReportingBasePluginConvention#getReportsDirName()
      Returns the name of the reports directory, relative to the project's build directory.
ReportingBasePluginConvention#setReportsDirName(String reportsDirName)
      Sets the name of the reports directory, relative to the project's build directory.
ResolvedArtifact#getResolvedDependency()
      Returns one of the dependencies which this artifact belongs to.
Script#fileTree(Closure closure)
     
SigningPluginConvention#sign(PublishArtifact publishArtifacts)
      @deprecated Use SigningExtension.sign
SigningPluginConvention#sign(File files)
      @deprecated Use SigningExtension.sign
SigningPluginConvention#sign(String classifier, File files)
      @deprecated Use SigningExtension.sign
SigningPluginConvention#sign(Closure closure)
      @deprecated Use SigningExtension#sign(Closure)#sign(Closure) }
SigningPluginConvention#signPom(MavenDeployment mavenDeployment, Closure closure = null)
      @deprecated Use SigningExtension#signPom()#signPom()
SourceTask#getDefaultSource()
      Returns the default source for this task, if any.
StartParameter#getCacheUsage()
      Returns the configured CacheUsage.
StartParameter#getRefreshOptions()
      Returns the refresh options used for the build.
StartParameter#isNoOpt()
      Returns task optimization disabled flag.
StartParameter#setCacheUsage(CacheUsage cacheUsage)
      Sets the Cache usage.
StartParameter#setNoOpt(boolean noOpt)
      Get task optimization disabled.
StartParameter#setRefreshOptions(RefreshOptions refreshOptions)
      Supplies the refresh options to use for the build.
StartParameter#useEmptySettingsScript()
      Deprecated.


Gradle API 1.0