public class SuccessfulFire extends Object
Information about a successful firing of the hook
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[0]
String
result
taskId
Date
time
SuccessfulFire()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String result
Possible values: * “success”
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[0]/properties/result
public String taskId
The task created
Syntax: ^[A-Za-z0-9_-]{8}[Q-T][A-Za-z0-9_-][CGKOSWaeimquy26-][A-Za-z0-9_-]{10}[AQgw]$
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[0]/properties/taskId
public Date time
The time the task was created. This will not necessarily match task.created.
task.created
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[0]/properties/time
public SuccessfulFire()
Copyright © 2014–2016 Mozilla. All rights reserved.