| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| AbstractBuildContextTimingPoint | |
| AbstractBuildTimingPoint | |
| AsynchronousTimingPoint |
Asynchronous event broadcasted on receiving a
TimingPoint |
| 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
|
| Enum | Description |
|---|---|
| TimingPoints |
The various points where you can signal that a build has started
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.