Class BuildTimingPoints
java.lang.Object
com.atlassian.bamboo.v2.build.timing.BuildTimingPoints
- All Implemented Interfaces:
BuildTimingPoint
,TimingPoint
,Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Deprecated.since 9.3 not really related to actual VCS operations -
Method Summary
Modifier and TypeMethodDescriptionagentAssigned
(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId) executionCancelled
(@NotNull PlanResultKey planResultKey, @NotNull Date date, boolean buildActuallyCancelled) executionFinished
(@NotNull PlanResultKey planResultKey, @NotNull Date date) executionStarted
(@NotNull PlanResultKey planResultKey, @NotNull Date date) static BuildTimingPoints.Queued
queued
(@NotNull BuildContext buildContext, @NotNull Date date) sentToAgent
(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId) vcsSyncStarted
(@NotNull PlanResultKey planResultKey, @NotNull Date date) Deprecated.since 9.3 not really related to actual VCS operationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.v2.build.timing.BuildTimingPoint
getPlanResultKey
Methods inherited from interface com.atlassian.bamboo.v2.build.timing.TimingPoint
getDate
-
Method Details
-
queued
public static BuildTimingPoints.Queued queued(@NotNull @NotNull BuildContext buildContext, @NotNull @NotNull Date date) -
agentAssigned
public static BuildTimingPoints.AgentAssigned agentAssigned(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date, long agentId) -
sentToAgent
public static BuildTimingPoints.SentToAgent sentToAgent(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date, long agentId) -
vcsSyncStarted
@Deprecated public static BuildTimingPoints.VcsSyncStarted vcsSyncStarted(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date) Deprecated.since 9.3 not really related to actual VCS operations -
executionStarted
public static BuildTimingPoints.ExecutionStarted executionStarted(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date) -
executionCancelled
public static BuildTimingPoints.ExecutionCancelled executionCancelled(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date, boolean buildActuallyCancelled) -
executionFinished
public static BuildTimingPoints.ExecutionFinished executionFinished(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date)
-