Uses of Class
com.atlassian.bamboo.event.BuildEvent
-
Packages that use BuildEvent Package Description com.atlassian.bamboo.brokenbuildtracker.notifications com.atlassian.bamboo.event com.atlassian.bamboo.v2.events -
-
Uses of BuildEvent in com.atlassian.bamboo.brokenbuildtracker.notifications
Subclasses of BuildEvent in com.atlassian.bamboo.brokenbuildtracker.notifications Modifier and Type Class Description class
UserRespAddedEvent
class
UserResponsibilityEvent
class
UserRespRemovedEvent
-
Uses of BuildEvent in com.atlassian.bamboo.event
Subclasses of BuildEvent in com.atlassian.bamboo.event Modifier and Type Class Description class
BuildCanceledEvent
Fired when Build is canceled through theStopBuildManager
class
BuildCommentDeletedEvent
Occurs when a comment onResultsSummary
has been removedclass
BuildCommentedEvent
Occurs when aResultsSummary
has been commented onclass
BuildCompletedEvent
Event that gets triggered when a build is completed AResultsSummary
corresponding to this event should be available viaResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
BuildConfigurationUpdatedEvent
An event that occurs when the the build configuration is changedclass
BuildDeletedEvent
Event triggered when a build or Job is deletedclass
BuildFinishedEvent
Fired whenBuildExecutionManager#finishBuild(PlanResultKey)
is called Note that that a correspondingBuildResultsSummary
might not be available SeeBuildCompletedEvent
andPostBuildCompletedEvent
class
BuildHungEvent
An event that is thrown if the build has been detected to have hung based on certain criteria.class
BuildQueueTimeoutEvent
class
BuildRequirementUpdatedEvent
Occurs when aRequirement
has changedclass
BuildResultDeletedEvent
Triggered when a build result is removedclass
BuildResultEvent
Base class for build result related eventsclass
BuildStateResultEvent
BuildResultEvent
that is aware ofBuildState
class
JobCompletedEvent
Event that gets triggered when a build is completed ABuildResultsSummary
corresponding to this event should be available viaBuildResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
ResultLabelAddedEvent
Fired when aLabel
is added to aResultsSummary
class
ResultLabelEvent
class
ResultLabelRemovedEvent
Fired when aLabel
is removed from aResultsSummary
-
Uses of BuildEvent in com.atlassian.bamboo.v2.events
Subclasses of BuildEvent in com.atlassian.bamboo.v2.events Modifier and Type Class Description class
BuildCreatedEvent
Occurs when a Job or Build has been createdclass
ChangeDetectionRequiredEvent
Event which signifies that Bamboo should check repositories for changesclass
InitialBuildRequiredEvent
-