Package com.atlassian.bamboo.v2.build.timing

Interface Summary
BuildContextTimingPoint  
BuildTimingPoint  
TimingPoint Base interface for sending timing point events between agent and server using TimingPointService Implementations should be lightweight as possible as in case of remote agents these would be wired through JMS.
TimingPointService Service providing means for sending timing point events between agent and server.
 

Class Summary
AbstractBuildContextTimingPoint  
AbstractBuildTimingPoint  
BuildTimingPoints  
BuildTimingPoints.AgentAssigned Not using @AsynchronousPreferred on this type to avoid async execution
BuildTimingPoints.ExecutionCancelled Not using @AsynchronousPreferred on this type to avoid async execution
BuildTimingPoints.ExecutionFinished Not using @AsynchronousPreferred on this type to avoid async execution
BuildTimingPoints.ExecutionStarted Not using @AsynchronousPreferred on this type to avoid async execution
BuildTimingPoints.Queued Not using @AsynchronousPreferred on this type to avoid async execution
BuildTimingPoints.VcsSyncStarted Not using @AsynchronousPreferred on this type to avoid async execution
TimingPointServiceImpl  
 

Enum Summary
TimingPoints The various points where you can signal that a build has started
 



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