Package org.gradle.api.publish.ivy
Interface IvyConfiguration
- All Superinterfaces:
- Named
A configuration included in an 
IvyPublication, which will be published in the ivy descriptor file generated.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd the name of a configuration that this configuration extends.The set of names of extended configurations, added viaextend(String).
- 
Method Details- 
extendAdd the name of a configuration that this configuration extends. The extend value can use the following wildcards:- * - all other configurations
- *(public) - all other public configurations
- *(private) - all other private configurations
 - Parameters:
- configuration- The extended configuration name
 
- 
getExtendsThe set of names of extended configurations, added viaextend(String).- Returns:
- The names of extended configurations.
 
 
-