|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.Namedorg.gradle.api.publish.ivy.IvyConfiguration
@Incubating public interface IvyConfiguration extends Named
A configuration included in an IvyPublication, which will be published in the ivy descriptor file generated.
| Method Summary | |
|---|---|
void
|
extend(String configuration)
Add the name of a configuration that this configuration extends. |
Set
|
getExtends()
The set of names of extended configurations, added via extend(String). |
| Methods inherited from interface Named | |
|---|---|
| getName |
| Method Detail |
|---|
public void extend(String configuration)
configuration - The extended configuration name
public Set getExtends()
Gradle API 1.5