Warning

This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

galaxy.webhooks package

This module manages loading of Galaxy webhooks.

class galaxy.webhooks.Webhook(id, type, activate, weight, path)[source]

Bases: object

__init__(id, type, activate, weight, path)[source]
to_dict()[source]
class galaxy.webhooks.WebhooksRegistry(webhooks_dirs)[source]

Bases: object

__init__(webhooks_dirs)[source]
load_webhooks()[source]
load_webhook_from_config(webhook_dir, config_file_path)[source]