Package com.atlassian.bamboo.event
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
Occurs when a specific agent is updated (e.g the agent has been created or disabled)
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.agent.AgentEvent
buildAgentFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAgentConfigurationUpdatedEvent(Object source, @NotNull BuildAgent buildAgent) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.agent.AgentEvent
getBuildAgent, toStringMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
AgentConfigurationUpdatedEvent
-