Package | Description |
---|---|
org.mozilla.taskcluster.client.hooks |
Modifier and Type | Method and Description |
---|---|
CallSummary<HookCreationRequest,HookDefinition> |
Hooks.createHook(String hookGroupId,
String hookId,
HookCreationRequest payload)
This endpoint will create a new hook.
|
CallSummary<HookCreationRequest,HookDefinition> |
Hooks.updateHook(String hookGroupId,
String hookId,
HookCreationRequest payload)
This endpoint will update an existing hook.
|
Modifier and Type | Method and Description |
---|---|
CallSummary<HookCreationRequest,HookDefinition> |
Hooks.createHook(String hookGroupId,
String hookId,
HookCreationRequest payload)
This endpoint will create a new hook.
|
CallSummary<HookCreationRequest,HookDefinition> |
Hooks.updateHook(String hookGroupId,
String hookId,
HookCreationRequest payload)
This endpoint will update an existing hook.
|
Copyright © 2014–2018 Mozilla. All rights reserved.