Uses of Package
com.atlassian.bamboo.event

Packages that use com.atlassian.bamboo.event
com.atlassian.bamboo.agent.elastic.aws   
com.atlassian.bamboo.brokenbuildtracker   
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.build.configuration   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.events   
com.atlassian.bamboo.db   
com.atlassian.bamboo.deployments.events   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.event   
com.atlassian.bamboo.event.artifact   
com.atlassian.bamboo.index   
com.atlassian.bamboo.license   
com.atlassian.bamboo.mail   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.builderror   
com.atlassian.bamboo.notification.buildhung   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.notification.buildqueuetimeout   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.plugin.events   
com.atlassian.bamboo.plugins.maven.dependencies.events   
com.atlassian.bamboo.v2.build.agent.remote.event   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.events   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.xmpp   
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.agent.elastic.aws
ElasticConfigUpdatedEvent
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.brokenbuildtracker
ChainDeletedEvent
           
ChainResultDeletedEvent
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.brokenbuildtracker.notifications
BuildEvent
          Generic base event for Events that captures a Plan.
PlanEvent
          Provides a common interface for both build and chain events
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.build.configuration
PlanSuspensionRequestedEvent
          An event that requests for a plan to be suspended
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.build.creation
ChainCreatedEvent
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.buildqueue.manager
AgentConfigurationUpdatedEventFactory
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.caching
InlineEventListener
          A marker interface to denote an event listener that should always be run inline (ie not async)
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.chains
BuildFinishedEvent
          Fired when BuildExecutionManager.finishBuild(PlanResultKey) is called Note that that a corresponding BuildResultsSummary might not be available See BuildCompletedEvent and PostBuildCompletedEvent
HibernateEventListenerAspect
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.chains.events
ChainEvent
           
ChainUpdatedEvent
           
PlanEvent
          Provides a common interface for both build and chain events
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.db
ServerStartingEvent
          An event that indicates that the server is starting
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.deployments.events
ContextEvent
           
ResultEvent
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.deployments.execution.triggering
ChainCompletedEvent
          Event that gets triggered after a chain completes
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.event
AgentConfigurationUpdatedEvent
          Occurs when a specific agent is updated (e.g the agent has been create or disabled)
BuildEvent
          Generic base event for Events that captures a Plan.
BuildResultEvent
          Base class for build result related events
BuildStateResultEvent
          BuildResultEvent that is aware of BuildState
ChainEvent
           
ChainResultEvent
          Base class for chain result related events
FingerprintEvent
          An event that publishes the server's fingerprint
PlanEvent
          Provides a common interface for both build and chain events
PlanFavouriteEvent
           
PlanResultEvent
          Provides a common interface for both build and chain events that contain a result
RemoteBroadcastEvent
          An event that will be broadcasted to all agents that are listening
ResultEvent
           
ResultLabelEvent
           
ServerStartedEvent
          An event indicating that Bamboo has started
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.event.artifact
ChainEvent
           
PlanEvent
          Provides a common interface for both build and chain events
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.index
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
InlineEventListener
          A marker interface to denote an event listener that should always be run inline (ie not async)
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.license
ServerStartedEvent
          An event indicating that Bamboo has started
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.mail
EmailEvent
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification.buildcommented
BuildCommentedEvent
          Occurs when a ResultsSummary has been commented on
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification.buildcompleted
BuildStateResultEvent
          BuildResultEvent that is aware of BuildState
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification.builderror
BambooErrorEvent
          Represents an Error thrown in Bamboo, these can either be system errors or build errors.
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification.buildhung
BuildHungEvent
          An event that is thrown if the build has been detected to have hung based on certain criteria.
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification.buildmissingcapableagent
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification.buildqueuetimeout
BuildQueueTimeoutEvent
           
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.notification.chain
ChainCompletedEvent
          Event that gets triggered after a chain completes
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.plugin.events
RemoteBroadcastEvent
          An event that will be broadcasted to all agents that are listening
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.plugins.maven.dependencies.events
BuildConfigurationUpdatedEvent
          An event that occurs when the the build configuration is changed
ChainCompletedEvent
          Event that gets triggered after a chain completes
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.v2.build.agent.remote.event
InlineEventListener
          A marker interface to denote an event listener that should always be run inline (ie not async)
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.v2.build.events
BuildCompletedEvent
          Event that gets triggered when a build is completed A ResultsSummary corresponding to this event should be available via ResultsSummaryManager See PostBuildCompletedEvent and BuildFinishedEvent
ContextEvent
           
PlanEvent
          Provides a common interface for both build and chain events
PlanResultEvent
          Provides a common interface for both build and chain events that contain a result
ResultEvent
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.v2.build.queue
AgentConfigurationUpdatedEvent
          Occurs when a specific agent is updated (e.g the agent has been create or disabled)
AllAgentsUpdatedEvent
          Occurs if there is an update that will effect all agents e.g.
BuildRequirementUpdatedEvent
          Occurs when a Requirement has changed
ElasticConfigUpdatedEvent
           
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.v2.events
BuildEvent
          Generic base event for Events that captures a Plan.
DeletionFinishedEvent
          An event that gets fired after the deletion action has finished
PlanEvent
          Provides a common interface for both build and chain events
ServerStartedEvent
          An event indicating that Bamboo has started
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.v2.trigger
ChainCompletedEvent
          Event that gets triggered after a chain completes
HibernateEventListener
          An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor
 

Classes in com.atlassian.bamboo.event used by com.atlassian.bamboo.xmpp
IMEvent
          Deprecated. 
ServerStartingEvent
          An event that indicates that the server is starting
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.