Uses of Class
jenkins.plugins.office365connector.Webhook
-
Packages that use Webhook Package Description jenkins.plugins.office365connector -
-
Uses of Webhook in jenkins.plugins.office365connector
Methods in jenkins.plugins.office365connector that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>
WebhookJobProperty. getWebhooks()
Methods in jenkins.plugins.office365connector with parameters of type Webhook Modifier and Type Method Description boolean
DecisionMaker. isAtLeastOneRuleMatched(Webhook webhook)
Iterates over each macro for passed webhook and checks if at least one template matches to expected value.boolean
DecisionMaker. isStatusMatched(Webhook webhook)
Checks if notification should be passed by comparing current status and webhook configurationMethod parameters in jenkins.plugins.office365connector with type arguments of type Webhook Modifier and Type Method Description void
WebhookJobPropertyDescriptor. setWebhooks(List<Webhook> webhooks)
Constructor parameters in jenkins.plugins.office365connector with type arguments of type Webhook Constructor Description WebhookJobProperty(List<Webhook> webhooks)
-