org.apache.ivy.ant
public class IvyDeliver extends IvyTask
| Method Summary | |
|---|---|
| void | doExecute() |
| String | getConf() |
| String | getDeliverpattern() |
| String | getModule() |
| String | getOrganisation() |
| String | getPubbranch() |
| String | getPubdate() |
| String | getPubrevision() |
| String | getResolveId() |
| String | getRevision() |
| String | getStatus() |
| boolean | isGenerateRevConstraint() |
| boolean | isReplacedynamicrev() |
| void | setCache(File cache) |
| void | setConf(String confs) |
| void | setDeliverpattern(String destivypattern) |
| void | setDelivertarget(String deliverTarget) |
| void | setDeliveryList(File deliveryList) |
| void | setGenerateRevConstraint(boolean generateRevConstraint) |
| void | setModule(String module) |
| void | setOrganisation(String organisation) |
| void | setPubbranch(String pubBranch) |
| void | setPubdate(String pubdate) |
| void | setPubrevision(String pubRevision) |
| void | setReplacedynamicrev(boolean replacedynamicrev) |
| void | setResolveId(String resolveId) |
| void | setRevision(String revision) |
| void | setStatus(String status) |