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() |
public Date nextScheduledDate
The next time this hook’s task is scheduled to be created. This property is only present if there is a scheduled next time. Some hooks don’t have any schedules.
See http://schemas.taskcluster.net/hooks/v1/hook-schedule.json#/properties/nextScheduledDate
public String[] schedule
Copyright © 2014–2017 Mozilla. All rights reserved.