public class HookCreationRequest.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
Max length: 32768
public boolean emailOnError
Whether to email the owner on an error creating the task.
Default: true
public String name
Human readable name of the hook
Max length: 255
public String owner
Email of the person or group responsible for this hook.
Max length: 255
Copyright © 2014–2017 Mozilla. All rights reserved.