Modifier and Type | Class and Description |
---|---|
class |
UserRespAddedEvent |
class |
UserResponsibilityEvent |
class |
UserRespRemovedEvent |
Modifier and Type | Class and Description |
---|---|
class |
ChainMovedEvent
Synchronous event sent when Chain is being moved allowing plugins and Bamboo components to react on Chain key change.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlanResultEvent
Provides a common interface for both build and chain events that contain a result
|
Modifier and Type | Class and Description |
---|---|
class |
BuildCanceledEvent
Fired when Build is canceled through the
StopBuildManager |
class |
BuildCommentDeletedEvent
Occurs when a comment on
ResultsSummary has been removed |
class |
BuildCommentedEvent
Occurs when a
ResultsSummary has been commented on |
class |
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 |
class |
BuildConfigurationUpdatedEvent
An event that occurs when the the build configuration is changed
|
class |
BuildDeletedEvent
Event triggered when a build or Job is deleted
|
class |
BuildEvent
Generic base event for
Event s that captures a Plan . |
class |
BuildFinishedEvent
Fired when
BuildExecutionManager.finishBuild(PlanResultKey) is called
Note that that a corresponding BuildResultsSummary might not be available
See BuildCompletedEvent and PostBuildCompletedEvent |
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 a
Requirement has changed |
class |
BuildResultDeletedEvent
Triggered when a build result is removed
|
class |
BuildResultEvent
Base class for build result related events
|
class |
BuildStateResultEvent
BuildResultEvent that is aware of BuildState |
class |
ChainCompletedEvent
Event that gets triggered after a chain completes
|
class |
ChainCreatedEvent |
class |
ChainDeletedEvent |
class |
ChainEvent |
class |
ChainResultDeletedEvent |
class |
ChainResultEvent
Base class for chain result related events
|
class |
ChainStartedEvent
Published when jobs from chain are added to queue.
|
class |
ChainUpdatedEvent |
class |
FailedStageRestartEvent
Event that gets triggered before a failed stage is restarted
|
class |
JobCompletedEvent
Event that gets triggered when a build is completed
A
BuildResultsSummary corresponding to this event should be available via BuildResultsSummaryManager
See PostBuildCompletedEvent and BuildFinishedEvent |
class |
ManualStageResumedEvent
Event that gets triggered before a manual stage is resumed
|
class |
PlanFavouriteAddedEvent
Fired when a user favourites a
Plan |
class |
PlanFavouriteEvent |
class |
PlanFavouriteRemovedEvent
Fired when a user removes a favourite from a
Plan |
class |
PlanSuspensionRequestedEvent
An event that requests for a plan to be suspended
|
class |
ResultLabelAddedEvent
Fired when a
Label is added to a ResultsSummary |
class |
ResultLabelEvent |
class |
ResultLabelRemovedEvent
Fired when a
Label is removed from a ResultsSummary |
class |
ResultsSummaryUpdatedEvent
Occurs when a
ResultsSummary has been updated |
class |
StageCompletedEvent
Event that gets triggered after a stage completes
|
class |
StoppedOnManualStageEvent
Event that gets triggered after a chain stops on manual stage
This event will be triggered after any
StageCompletedEvent and before any ChainCompletedEvent related to the same build. |
Modifier and Type | Class and Description |
---|---|
class |
PlanArtifactDefinitionAddedEvent
Event sent when ArtifactDefinition is added.
|
class |
PlanArtifactDefinitionEvent |
class |
PlanArtifactDefinitionUpdatedEvent
Event sent when ArtifactDefinition is updated.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildContextEvent
A
BuildContextEvent is an event that occurs within the build workflow context |
class |
BuildQueuedEvent |
class |
BuildTriggeredEvent |
class |
PostBuildCompletedEvent
Fired after the build has been completed
A
ResultsSummary corresponding to this event should be available via ResultsSummaryManager
See BuildCompletedEvent and BuildFinishedEvent |
Modifier and Type | Class and Description |
---|---|
class |
BuildCreatedEvent
Occurs when a Job or Build has been created
|
class |
ChangeDetectionRequiredEvent
Event which signifies that Bamboo should check repositories for changes
|
class |
InitialBuildRequiredEvent |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.