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 Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add the name of a configuration that this configuration extends.The set of names of extended configurations, added viaextend(String)
.
-
Method Details
-
extend
Add 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
-
getExtends
The set of names of extended configurations, added viaextend(String)
.- Returns:
- The names of extended configurations.
-