Uses of Interface
org.apache.ivy.plugins.trigger.Trigger
-
Packages that use Trigger Package Description org.apache.ivy.ant org.apache.ivy.core.settings org.apache.ivy.plugins.trigger -
-
Uses of Trigger in org.apache.ivy.ant
Classes in org.apache.ivy.ant that implement Trigger Modifier and Type Class Description classAntBuildTriggerTriggers an ant build on an event occurrence.classAntCallTriggerTriggers an call to an ant target on an event occurrence. -
Uses of Trigger in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings with type parameters of type Trigger Modifier and Type Field Description private java.util.List<Trigger>IvySettings. triggersMethods in org.apache.ivy.core.settings that return types with arguments of type Trigger Modifier and Type Method Description java.util.List<Trigger>IvySettings. getTriggers()Methods in org.apache.ivy.core.settings with parameters of type Trigger Modifier and Type Method Description voidIvySettings. addConfigured(Trigger trigger)voidIvySettings. addTrigger(Trigger trigger) -
Uses of Trigger in org.apache.ivy.plugins.trigger
Classes in org.apache.ivy.plugins.trigger that implement Trigger Modifier and Type Class Description classAbstractTriggerBase class for easy trigger implementation.classLogTriggerA trigger performing logging.
-