Package com.atlassian.bamboo.event
Class MultipleJobsDeletedEvent
java.lang.Object
com.atlassian.bamboo.event.MultipleJobsDeletedEvent
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
@AsynchronousPreferred
public class MultipleJobsDeletedEvent
extends Object
implements RemoteBroadcastEvent
Event triggered when lots of Jobs are deleted
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
MultipleJobsDeletedEvent
-
-
Method Details
-
getPlanKeys
-
appliesToEphemeralAgents
public boolean appliesToEphemeralAgents()- Specified by:
appliesToEphemeralAgents
in interfaceRemoteBroadcastEvent
- Returns:
- true if event should be sent to ephemeral agents
-