Package org.gradle.api.plugins
Class BasePluginConvention
java.lang.Object
org.gradle.api.plugins.BasePluginConvention
Deprecated.
A Convention used for the BasePlugin.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract StringDeprecated.The base name to use for archive files.abstract DirectoryPropertyDeprecated.Returns the directory to generate TAR and ZIP archives into.abstract StringDeprecated.The name for the distributions directory.abstract DirectoryPropertyDeprecated.Returns the directory to generate JAR and WAR archives into.abstract StringDeprecated.The name for the libs directory.abstract voidsetArchivesBaseName(String archivesBaseName) Deprecated.abstract voidsetDistsDirName(String distsDirName) Deprecated.abstract voidsetLibsDirName(String libsDirName) Deprecated.
- 
Constructor Details- 
BasePluginConventionpublic BasePluginConvention()Deprecated.
 
- 
- 
Method Details- 
getDistsDirectoryDeprecated.Returns the directory to generate TAR and ZIP archives into.- Returns:
- The directory. Never returns null.
- Since:
- 6.0
 
- 
getLibsDirectoryDeprecated.Returns the directory to generate JAR and WAR archives into.- Returns:
- The directory. Never returns null.
- Since:
- 6.0
 
- 
getDistsDirNameDeprecated.The name for the distributions directory. This in interpreted relative to the project' build directory.
- 
setDistsDirNameDeprecated.
- 
getLibsDirNameDeprecated.The name for the libs directory. This in interpreted relative to the project' build directory.
- 
setLibsDirNameDeprecated.
- 
getArchivesBaseNameDeprecated.The base name to use for archive files.
- 
setArchivesBaseNameDeprecated.
 
- 
BasePluginExtensioninstead. This class is scheduled for removal in Gradle 9.0.