Class ExecutableQueueUpdate
java.lang.Object
com.atlassian.bamboo.v2.build.events.ExecutableQueueUpdate
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
@AsynchronousPreferred
public class ExecutableQueueUpdate
extends Object
implements RemoteBroadcastEvent
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAffectedAgentIds
(@NotNull Iterable<Long> affectedAgentIds) toString()
-
Constructor Details
-
ExecutableQueueUpdate
-
-
Method Details
-
toString
-
setAffectedAgentIds
-
getAffectedAgentIds
-
appliesToEphemeralAgents
public boolean appliesToEphemeralAgents()- Specified by:
appliesToEphemeralAgents
in interfaceRemoteBroadcastEvent
- Returns:
- true if event should be sent to ephemeral agents
-