Uses of Interface
com.atlassian.bamboo.v2.build.timing.BuildTimingPoint
-
Packages that use BuildTimingPoint Package Description com.atlassian.bamboo.utils com.atlassian.bamboo.v2.build.timing -
-
Uses of BuildTimingPoint in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type BuildTimingPoint Modifier and Type Method Description static void
DebugUtils. logTimingPoint(String label, BuildTimingPoint event, org.apache.logging.log4j.Logger log1)
-
Uses of BuildTimingPoint in com.atlassian.bamboo.v2.build.timing
Subinterfaces of BuildTimingPoint in com.atlassian.bamboo.v2.build.timing Modifier and Type Interface Description interface
BuildContextTimingPoint
Classes in com.atlassian.bamboo.v2.build.timing that implement BuildTimingPoint Modifier and Type Class Description class
AbstractBuildContextTimingPoint
class
AbstractBuildTimingPoint
class
BuildTimingPoints
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
-