public class HookScheduleResponse extends Object
A description of when a hook’s task will be created, and the next scheduled time
See http://schemas.taskcluster.net/hooks/v1/hook-schedule.json#
| Modifier and Type | Field and Description |
|---|---|
Date |
nextScheduledDate
The next time this hook’s task is scheduled to be created.
|
String[] |
schedule |
| Constructor and Description |
|---|
HookScheduleResponse() |
Copyright © 2014–2015 Mozilla. All rights reserved.