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:
  • Constructor Details

    • AgentAuthorisationEvent

      public AgentAuthorisationEvent(Object source, boolean authorized)
  • Method Details

    • isAuthorized

      public boolean isAuthorized()
    • setAuthorized

      public void setAuthorized(boolean authorized)
    • getEventName

      public String getEventName()