Class MultipleChainsDeletedEvent

  • All Implemented Interfaces:
    Serializable

    @AsynchronousPreferred
    public class MultipleChainsDeletedEvent
    extends com.atlassian.event.Event
    Event triggered when lots of Chain are deleted
    See Also:
    Serialized Form
    • Constructor Detail

      • MultipleChainsDeletedEvent

        public MultipleChainsDeletedEvent​(@NotNull
                                          @NotNull Map<Long,​PlanKey> idsAndPlanKeys,
                                          Set<String> affectedJiraIssues)
    • Method Detail

      • getIdsAndPlanKeys

        @NotNull
        public @NotNull Map<Long,​PlanKey> getIdsAndPlanKeys()
      • getAffectedJiraIssues

        public Set<String> getAffectedJiraIssues()