Class MultipleChainsDeletedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.MultipleChainsDeletedEvent
All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class MultipleChainsDeletedEvent extends BambooEvent
Event triggered when lots of Chain are deleted
See Also:
  • Constructor Details

    • MultipleChainsDeletedEvent

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

    • getPlanKeys

      @NotNull public @NotNull Iterable<PlanKey> getPlanKeys()
    • getIdsAndPlanKeys

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

      public Set<String> getAffectedJiraIssues()