org.apache.ivy.ant
public class IvyPublish extends IvyTask
| Nested Class Summary | |
|---|---|
| static class | IvyPublish.ArtifactsPattern |
| class | IvyPublish.PublishArtifact |
| Method Summary | |
|---|---|
| void | addArtifactspattern(String artifactsPattern) |
| void | addConfiguredArtifacts(IvyPublish.ArtifactsPattern p) |
| IvyPublish.PublishArtifact | createArtifact() |
| void | doExecute() |
| String | getArtifactspattern() |
| String | getDeliverivypattern() |
| String | getModule() |
| String | getOrganisation() |
| String | getPubbranch() |
| String | getPubdate() |
| String | getPubrevision() |
| String | getResolver() |
| String | getRevision() |
| String | getSrcivypattern() |
| String | getStatus() |
| boolean | isForcedeliver() |
| boolean | isHaltonmissing() |
| boolean | isOverwrite() |
| boolean | isPublishivy() |
| boolean | isReplacedynamicrev() |
| boolean | isUpdate() |
| boolean | isWarnonmissing() |
| void | setArtifactspattern(String artifactsPattern) |
| void | setCache(File cache) |
| void | setConf(String conf) |
| void | setDeliverivypattern(String destivypattern) |
| void | setDelivertarget(String deliverTarget) |
| void | setDeliveryList(File deliveryList) |
| void | setForcedeliver(boolean b) |
| void | setHaltonmissing(boolean haltonmissing) |
| void | setModule(String module) |
| void | setOrganisation(String organisation) |
| void | setOverwrite(boolean overwrite) |
| void | setPubbranch(String pubBranch) |
| void | setPubdate(String pubdate) |
| void | setPublishivy(boolean publishivy) |
| void | setPubrevision(String pubRevision) |
| void | setReplacedynamicrev(boolean replacedynamicrev) |
| void | setResolver(String publishResolverName) |
| void | setRevision(String revision) |
| void | setSrcivypattern(String destivypattern) |
| void | setStatus(String status) |
| void | setUpdate(boolean update) |
| void | setWarnonmissing(boolean warnonmissing) |
Deprecated: use getSrcivypattern instead.
Deprecated: use setSrcivypattern instead.