public abstract class BuildTimingPoints extends Object implements BuildTimingPoint
Modifier and Type | Class and Description |
---|---|
static class |
BuildTimingPoints.AgentAssigned
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.ExecutionCancelled
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.ExecutionFinished
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.ExecutionStarted
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.Queued
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.VcsSyncStarted
Not using @AsynchronousPreferred on this type to avoid async execution
|
Modifier and Type | Method and Description |
---|---|
static BuildTimingPoints.AgentAssigned |
agentAssigned(PlanResultKey planResultKey,
Date date,
long agentId) |
static BuildTimingPoints.ExecutionCancelled |
executionCancelled(PlanResultKey planResultKey,
Date date,
boolean buildActuallyCancelled) |
static BuildTimingPoints.ExecutionFinished |
executionFinished(PlanResultKey planResultKey,
Date date) |
static BuildTimingPoints.ExecutionStarted |
executionStarted(PlanResultKey planResultKey,
Date date) |
static BuildTimingPoints.Queued |
queued(BuildContext buildContext,
Date date) |
static BuildTimingPoints.VcsSyncStarted |
vcsSyncStarted(PlanResultKey planResultKey,
Date date) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPlanResultKey
getDate
public static BuildTimingPoints.Queued queued(@NotNull BuildContext buildContext, @NotNull Date date)
public static BuildTimingPoints.AgentAssigned agentAssigned(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId)
public static BuildTimingPoints.VcsSyncStarted vcsSyncStarted(@NotNull PlanResultKey planResultKey, @NotNull Date date)
public static BuildTimingPoints.ExecutionStarted executionStarted(@NotNull PlanResultKey planResultKey, @NotNull Date date)
public static BuildTimingPoints.ExecutionCancelled executionCancelled(@NotNull PlanResultKey planResultKey, @NotNull Date date, boolean buildActuallyCancelled)
public static BuildTimingPoints.ExecutionFinished executionFinished(@NotNull PlanResultKey planResultKey, @NotNull Date date)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.