WebhooksApi class
Jira Cloud platform REST API documentation
Constructors
- WebhooksApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteWebhookById(
{required ContainerForWebhookIDs body}) → Future< void> - Removes webhooks by ID. Only webhooks registered by the calling app are removed. If webhooks created by other apps are specified, they are ignored.
-
getDynamicWebhooksForApp(
{int? startAt, int? maxResults}) → Future< PageBeanWebhook> - Returns a paginated list of the webhooks registered by the calling app.
-
getFailedWebhooks(
{int? maxResults, int? after}) → Future< FailedWebhooks> - Returns webhooks that have recently failed to be delivered to the requesting app after the maximum number of retries.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshWebhooks(
{required ContainerForWebhookIDs body}) → Future< WebhooksExpirationDate> - Extends the life of webhook. Webhooks registered through the REST API expire after 30 days. Call this operation to keep them alive.
-
registerDynamicWebhooks(
{required WebhookRegistrationDetails body}) → Future< ContainerForRegisteredWebhooks> - Registers webhooks.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited