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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description MultipleJobsDeletedEvent(Iterable<PlanKey> planKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
appliesToEphemeralAgents()
Iterable<PlanKey>
getPlanKeys()
-
-
-
Method Detail
-
appliesToEphemeralAgents
public boolean appliesToEphemeralAgents()
- Specified by:
appliesToEphemeralAgents
in interfaceRemoteBroadcastEvent
- Returns:
- true if event should be sent to ephemeral agents
-
-