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
buildAgent
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionAgentConfigurationUpdatedEvent
(Object source, @NotNull BuildAgent buildAgent) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.agent.AgentEvent
getBuildAgent, toString
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
AgentConfigurationUpdatedEvent
-