Class IssueEventMatcher
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.event.IssueEventMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasFieldChange(IssueWebhookBean webhookBean, String field) static booleanisTransitionTrigger(String eventKey, String issueEvent) booleanmatches(AutomationEvent event, String configuredEventKey, String configuredIssueEvent)
-
Constructor Details
-
IssueEventMatcher
public IssueEventMatcher()
-
-
Method Details
-
matches
public boolean matches(AutomationEvent event, String configuredEventKey, String configuredIssueEvent) -
hasFieldChange
-
isTransitionTrigger
-