Uses of Class
com.atlassian.bamboo.v2.build.events.BuildQueuedEvent
-
Packages that use BuildQueuedEvent Package Description com.atlassian.bamboo.analytics com.atlassian.bamboo.clover.analytics com.atlassian.bamboo.notification.buildmissingcapableagent -
-
Uses of BuildQueuedEvent in com.atlassian.bamboo.analytics
Methods in com.atlassian.bamboo.analytics with parameters of type BuildQueuedEvent Modifier and Type Method Description void
MauBuildDeployEventListener. onBuildQueued(BuildQueuedEvent buildQueuedEvent)
void
BuildTaskAnalytics. onBuildQueuedEvent(@NotNull BuildQueuedEvent event)
-
Uses of BuildQueuedEvent in com.atlassian.bamboo.clover.analytics
Methods in com.atlassian.bamboo.clover.analytics with parameters of type BuildQueuedEvent Modifier and Type Method Description void
BuildQueuedEventCodeQualityAnalytics. onBuildQueuedEvent(@NotNull BuildQueuedEvent event)
-
Uses of BuildQueuedEvent in com.atlassian.bamboo.notification.buildmissingcapableagent
Methods in com.atlassian.bamboo.notification.buildmissingcapableagent that return BuildQueuedEvent Modifier and Type Method Description BuildQueuedEvent
BuildMissingCapableAgentNotification. getEvent()
Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type BuildQueuedEvent Modifier and Type Method Description void
BuildMissingCapableAgentNotificationListener. handleEvent(@NotNull BuildQueuedEvent event, @NotNull ImmutablePlan plan)
-