public class HookStatusResponse extends Object
A snapshot of the current status of a hook.
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#
| Modifier and Type | Field and Description |
|---|---|
Object |
lastFire
Information about the last time this hook fired.
|
Date |
nextScheduledDate
The next time this hook’s task is scheduled to be created.
|
| Constructor and Description |
|---|
HookStatusResponse() |
public Object lastFire
Information about the last time this hook fired. This property is only present if the hook has fired at least once.
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.
Copyright © 2014–2016 Mozilla. All rights reserved.