Uses of Class
com.atlassian.bamboo.v2.build.timing.AbstractBuildTimingPoint
-
Packages that use AbstractBuildTimingPoint Package Description com.atlassian.bamboo.v2.build.timing -
-
Uses of AbstractBuildTimingPoint in com.atlassian.bamboo.v2.build.timing
Subclasses of AbstractBuildTimingPoint in com.atlassian.bamboo.v2.build.timing Modifier and Type Class Description class
AbstractBuildContextTimingPoint
static class
BuildTimingPoints.AgentAssigned
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
BuildTimingPoints.ExecutionCancelled
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
BuildTimingPoints.ExecutionFinished
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
BuildTimingPoints.ExecutionStarted
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
BuildTimingPoints.Queued
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
BuildTimingPoints.SentToAgent
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
BuildTimingPoints.VcsSyncStarted
Deprecated.since 9.3 not really related to actual VCS operationsstatic class
OutOfBandBuildTimingPoints.AgentAssigned
static class
OutOfBandBuildTimingPoints.ExecutionFinished
static class
OutOfBandBuildTimingPoints.ExecutionStarted
static class
OutOfBandBuildTimingPoints.OutOfBandAgentAssigned
Deprecated.since 8.0 useOutOfBandBuildTimingPoints.AgentAssigned
static class
OutOfBandBuildTimingPoints.SentToAgent
static class
OutOfBandBuildTimingPoints.VcsSyncStarted
Deprecated.since 9.3 not really related to actual VCS operations
-