public interface TriggerAware
abstract Unit
trigger(Function1<TriggerBuilder, Unit> init)
trigger(Trigger trigger)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit trigger(Function1<TriggerBuilder, Unit> init)
Configure the trigger for this job via its builder.
abstract Unit trigger(Trigger trigger)
Set the trigger for this job. Can be used to reset the trigger.