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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description ExecutableQueueUpdate(String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesToEphemeralAgents()@NotNull Iterable<Long>getAffectedAgentIds()voidsetAffectedAgentIds(@NotNull Iterable<Long> affectedAgentIds)StringtoString()
-
-
-
Constructor Detail
-
ExecutableQueueUpdate
public ExecutableQueueUpdate(String reason)
-
-
Method Detail
-
setAffectedAgentIds
public void setAffectedAgentIds(@NotNull @NotNull Iterable<Long> affectedAgentIds)
-
appliesToEphemeralAgents
public boolean appliesToEphemeralAgents()
- Specified by:
appliesToEphemeralAgentsin interfaceRemoteBroadcastEvent- Returns:
- true if event should be sent to ephemeral agents
-
-