Uses of Class
com.atlassian.confluence.event.events.label.LabelEvent
-
Packages that use LabelEvent Package Description com.atlassian.confluence.event.events.label com.atlassian.confluence.internal.webhooks -
-
Uses of LabelEvent in com.atlassian.confluence.event.events.label
Subclasses of LabelEvent in com.atlassian.confluence.event.events.label Modifier and Type Class Description classLabelAddEventThrown when an existing label is associated with piece of content (as opposed to be newly created).classLabelCreateEventThrown when a label is created and comes into existance.classLabelDeleteEventThrown when a label itself is removed (as opposed to being disassociated from a piece of content).classLabelRemoveEventThrown when a label is disassociated from a piece of content (as opposed to itself being removed). -
Uses of LabelEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type LabelEvent Modifier and Type Method Description Map<String,Object>WebhookJsonEventFactory. build(com.atlassian.webhooks.WebhookEvent webhookEvent, LabelEvent event)
-