Package-level declarations
Types that deal with publishing in the Ivy format.
Since
1.3
Types
Link copied to clipboard
Thrown when attempting to publish with an invalid IvyPublication.
Link copied to clipboard
An artifact published as part of a IvyPublication.
Link copied to clipboard
A Collection of IvyArtifacts to be included in an IvyPublication.
Link copied to clipboard
A configuration included in an IvyPublication, which will be published in the ivy descriptor file generated.
Link copied to clipboard
The set of IvyConfigurations that will be included in the IvyPublication.
Link copied to clipboard
interface IvyDependency
A module dependency declared in an ivy dependency descriptor published as part of an IvyPublication.
Link copied to clipboard
Represents a modifiable form of IvyExtraInfo so that "extra" info elements can be configured on an Ivy publication.
Link copied to clipboard
interface IvyModuleDescriptorAuthor
An author of an Ivy publication.
Link copied to clipboard
interface IvyModuleDescriptorDescription
The description of an Ivy publication.
Link copied to clipboard
interface IvyModuleDescriptorLicense
A license of an Ivy publication.
Link copied to clipboard
interface IvyModuleDescriptorSpec
The descriptor of any Ivy publication.
Link copied to clipboard
An
IvyPublication
is the representation/configuration of how Gradle should publish something in Ivy format, to an Ivy repository.