public class HookDefinition.Metadata extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description
Long-form of the hook’s purpose and behavior
|
boolean |
emailOnError
Whether to email the owner on an error creating the task.
|
String |
name
Human readable name of the hook
|
String |
owner
Email of the person or group responsible for this hook.
|
| Constructor and Description |
|---|
Metadata() |
public String description
Long-form of the hook’s purpose and behavior
public boolean emailOnError
Whether to email the owner on an error creating the task.
public String name
Human readable name of the hook
public String owner
Email of the person or group responsible for this hook.
Copyright © 2014–2015 Mozilla. All rights reserved.