Class AgentConfigurationUpdatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.agent.AgentEvent
com.atlassian.bamboo.event.AgentConfigurationUpdatedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentDisabledOrEnabledEvent

@AsynchronousPreferred public class AgentConfigurationUpdatedEvent extends AgentEvent
Occurs when a specific agent is updated (e.g the agent has been created or disabled)
See Also:
  • Constructor Details

    • AgentConfigurationUpdatedEvent

      public AgentConfigurationUpdatedEvent(Object source, @NotNull @NotNull BuildAgent buildAgent)