Package org.gradle.api.publish.ivy
Types that deal with publishing in the Ivy format.
- Since:
- 1.3
-
Interface Summary Interface Description IvyArtifact An artifact published as part of aIvyPublication.IvyArtifactSet A Collection ofIvyArtifacts to be included in anIvyPublication.IvyConfiguration A configuration included in anIvyPublication, which will be published in the ivy descriptor file generated.IvyConfigurationContainer The set ofIvyConfigurations that will be included in theIvyPublication.IvyDependency A module dependency declared in an ivy dependency descriptor published as part of anIvyPublication.IvyExtraInfoSpec Represents a modifiable form of IvyExtraInfo so that "extra" info elements can be configured on an Ivy publication.IvyModuleDescriptorAuthor An author of an Ivy publication.IvyModuleDescriptorDescription The description of an Ivy publication.IvyModuleDescriptorLicense A license of an Ivy publication.IvyModuleDescriptorSpec The descriptor of any Ivy publication.IvyPublication AIvyPublicationis the representation/configuration of how Gradle should publish something in Ivy format, to an Ivy repository. -
Exception Summary Exception Description InvalidIvyPublicationException Thrown when attempting to publish with an invalidIvyPublication.