public class JobTrigger
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JobTrigger.ExecutionWindowTrigger
ExecutionWindow represents a Job trigger that becomes eligible once
the current elapsed time exceeds the scheduled time + the
windowStart
value. |
static class |
JobTrigger.ImmediateTrigger
ImmediateTrigger is a Trigger that's immediately available.
|
| Constructor and Description |
|---|
JobTrigger() |