Uses of Interface
com.atlassian.bamboo.event.ContextEvent
-
Packages that use ContextEvent Package Description com.atlassian.bamboo.deployments.events com.atlassian.bamboo.event com.atlassian.bamboo.v2.build.events -
-
Uses of ContextEvent in com.atlassian.bamboo.deployments.events
Classes in com.atlassian.bamboo.deployments.events that implement ContextEvent Modifier and Type Class Description class
DeploymentContextEvent
class
DeploymentQueuedEvent
class
DeploymentTriggeredEvent
-
Uses of ContextEvent in com.atlassian.bamboo.event
Classes in com.atlassian.bamboo.event that implement ContextEvent Modifier and Type Class Description class
ChainCompletedEvent
Event that gets triggered after a chain completes -
Uses of ContextEvent in com.atlassian.bamboo.v2.build.events
Classes in com.atlassian.bamboo.v2.build.events that implement ContextEvent Modifier and Type Class Description class
BuildContextEvent
ABuildContextEvent
is an event that occurs within the build workflow contextclass
BuildQueuedEvent
class
BuildTriggeredEvent
class
PostBuildCompletedEvent
Synchronous event fired after the build has been completed.
-