Package org.gradle.api.publish.ivy
Interface IvyExtraInfoSpec
- All Superinterfaces:
- IvyExtraInfo
Represents a modifiable form of IvyExtraInfo so that "extra" info elements
 can be configured on an Ivy publication.
- 
Method SummaryMethods inherited from interface org.gradle.api.artifacts.ivy.IvyExtraInfoasMap, get, get
- 
Method Details- 
addPuts the specified extra element into the list of extra info elements.- Parameters:
- namespace- The namespace of the element to add
- name- The name of the element to add
- value- The value of the element to add
 
 
-