public class JobTrigger
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JobTrigger.ContentUriTrigger
A trigger that will be triggered on content update for any of provided uris.
|
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() |