public class ArtifactoryBuildInfoTrigger
extends java.lang.Object
implements org.apache.ivy.plugins.trigger.Trigger
post-resolve event. After which the event gives a list of
dependencies via the ResolveReport with file locations and configurations.| Constructor and Description |
|---|
ArtifactoryBuildInfoTrigger(java.lang.String eventName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ivy.util.filter.Filter |
getEventFilter() |
void |
progress(org.apache.ivy.core.event.IvyEvent event) |
void |
setIvyBuildContext(BuildContext ctx) |
public ArtifactoryBuildInfoTrigger(java.lang.String eventName)
public void setIvyBuildContext(BuildContext ctx)
public org.apache.ivy.util.filter.Filter getEventFilter()
getEventFilter in interface org.apache.ivy.plugins.trigger.Triggerpublic void progress(org.apache.ivy.core.event.IvyEvent event)
progress in interface org.apache.ivy.core.event.IvyListener