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.SentToAgent
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(@NotNull PlanResultKey planResultKey,
@NotNull Date date,
long agentId) |
static BuildTimingPoints.ExecutionCancelled |
executionCancelled(@NotNull PlanResultKey planResultKey,
@NotNull Date date,
boolean buildActuallyCancelled) |
static BuildTimingPoints.ExecutionFinished |
executionFinished(@NotNull PlanResultKey planResultKey,
@NotNull Date date) |
static BuildTimingPoints.ExecutionStarted |
executionStarted(@NotNull PlanResultKey planResultKey,
@NotNull Date date) |
static BuildTimingPoints.Queued |
queued(@NotNull BuildContext buildContext,
@NotNull Date date) |
static BuildTimingPoints.SentToAgent |
sentToAgent(@NotNull PlanResultKey planResultKey,
@NotNull Date date,
long agentId) |
static BuildTimingPoints.VcsSyncStarted |
vcsSyncStarted(@NotNull PlanResultKey planResultKey,
@NotNull Date date) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPlanResultKey
getDate
public static BuildTimingPoints.Queued queued(@NotNull @NotNull BuildContext buildContext, @NotNull @NotNull Date date)
public static BuildTimingPoints.AgentAssigned agentAssigned(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date, long agentId)
public static BuildTimingPoints.SentToAgent sentToAgent(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date, long agentId)
public static BuildTimingPoints.VcsSyncStarted vcsSyncStarted(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date)
public static BuildTimingPoints.ExecutionStarted executionStarted(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date)
public static BuildTimingPoints.ExecutionCancelled executionCancelled(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date, boolean buildActuallyCancelled)
public static BuildTimingPoints.ExecutionFinished executionFinished(@NotNull @NotNull PlanResultKey planResultKey, @NotNull @NotNull Date date)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.