Package com.atlassian.bamboo.event.agent
Class AgentAuthorisationEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.bamboo.event.agent.AgentAuthorisationEvent
-
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred public class AgentAuthorisationEvent extends org.springframework.context.ApplicationEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AgentAuthorisationEvent(Object source, boolean authorized)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventName()
boolean
isAuthorized()
void
setAuthorized(boolean authorized)
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-