com.atlassian.bamboo.event
Class AgentConfigurationUpdatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.AgentConfigurationUpdatedEvent
- All Implemented Interfaces:
- java.io.Serializable
@AsynchronousPreferred
public class AgentConfigurationUpdatedEvent
- extends com.atlassian.event.Event
Occurs when a specific agent is updated (e.g the agent has been create or disabled)
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AgentConfigurationUpdatedEvent
public AgentConfigurationUpdatedEvent(java.lang.Object o,
BuildAgent buildAgent)
getBuildAgent
public BuildAgent getBuildAgent()
Copyright © 2011 Atlassian. All Rights Reserved.