Interface | Description |
---|---|
BuildContextTimingPoint | |
BuildTimingPoint | |
OutOfBandTimingPoint | |
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 | Description |
---|---|
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
|
OutOfBandBuildTimingPoints | |
OutOfBandBuildTimingPoints.ExecutionStarted | |
OutOfBandBuildTimingPoints.OutOfBandAgentAssigned | |
OutOfBandBuildTimingPoints.VcsSyncStarted | |
OutOfBandTimingPoints | |
OutOfBandTimingPointWrapper |
Asynchronous event broadcast upon receiving a
TimingPoint |
TimingPointServiceImpl |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.