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 class
AntBuildTrigger
Triggers an ant build on an event occurrence.class
AntCallTrigger
Triggers 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. triggers
Methods 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 void
IvySettings. addConfigured(Trigger trigger)
void
IvySettings. 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 class
AbstractTrigger
Base class for easy trigger implementation.class
LogTrigger
A trigger performing logging.
-