org.apache.ivy.ant
public class AntCallTrigger extends AbstractTrigger implements Trigger
This trigger only works when ivy is called from an ant build file, otherwise the trigger only log a failure.
Example of use in an ivysettings file:
<ant-call-trigger event="post-download-artifact" filter="type=zip" target="unzip"/>Triggers a call to the target "unzip" for any downloaded artifact of type zip
Since: 1.4
See Also: AntBuildTrigger
Method Summary | |
---|---|
String | getPrefix() |
String | getTarget() |
boolean | isOnlyonce() |
void | progress(IvyEvent event) |
void | setOnlyonce(boolean onlyonce) |
void | setPrefix(String prefix) |
void | setTarget(String target) |