Publishes an IvyPublication to an IvyArtifactRepository.
| Constructor and description |
|---|
PublishToIvyRepository
() |
| Type | Name and description |
|---|---|
protected IvyPublisher |
getIvyPublisher() |
IvyPublication |
getPublication()The publication to be published. |
IvyArtifactRepository |
getRepository()The repository to publish to. |
void |
publish() |
void |
setPublication(IvyPublication publication)Sets the publication to be published. |
void |
setRepository(IvyArtifactRepository repository)Sets the repository to publish to. |
The publication to be published.
The repository to publish to.
Sets the publication to be published.
publication - The publication to be publishedSets the repository to publish to.
repository - The repository to publish toGradle API 2.2-20140924021627+0000