allura.model.webhook

class allura.model.webhook.Webhook
__json__()

Return a JSON-encodable dict representation of this Artifact.

enforce_limit()

Returns False if limit is reached, otherwise True

url()

Return the URL for this Artifact.

Subclasses must implement this.