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 ofIvyArtifact
s to be included in anIvyPublication
.IvyConfiguration A configuration included in anIvyPublication
, which will be published in the ivy descriptor file generated.IvyConfigurationContainer The set ofIvyConfiguration
s that will be included in theIvyPublication
.IvyDependency Deprecated. This type is not referenced by any other public API classes.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 AnIvyPublication
is 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
.