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:
  • Constructor Details

    • ExecutableQueueUpdate

      public ExecutableQueueUpdate(String reason)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setAffectedAgentIds

      public void setAffectedAgentIds(@NotNull @NotNull Iterable<Long> affectedAgentIds)
    • getAffectedAgentIds

      @NotNull public @NotNull Iterable<Long> getAffectedAgentIds()
    • appliesToEphemeralAgents

      public boolean appliesToEphemeralAgents()
      Specified by:
      appliesToEphemeralAgents in interface RemoteBroadcastEvent
      Returns:
      true if event should be sent to ephemeral agents