public abstract class DeploymentTimingPoints extends Object implements DeploymentTimingPoint
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentTimingPoints.AgentAssigned
Deployment was received by agent
|
static class |
DeploymentTimingPoints.ExecutionCancelled
Deployment execution was cancelled on agent
|
static class |
DeploymentTimingPoints.ExecutionFinished
Deployment execution was finished on agent
|
static class |
DeploymentTimingPoints.ExecutionStarted
Deployment execution was started on agent
|
static class |
DeploymentTimingPoints.Queued
Deployment was put to the queue
|
static class |
DeploymentTimingPoints.SentToAgent
Deployment was picked up from the queue by agent
|
| Modifier | Constructor and Description |
|---|---|
protected |
DeploymentTimingPoints(long deploymentResultId,
Date date) |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentTimingPoints.AgentAssigned |
agentAssigned(DeploymentContext context,
Date date,
long agentId) |
static DeploymentTimingPoints.ExecutionCancelled |
executionCancelled(Long deploymentResultId,
Date date,
boolean buildActuallyCancelled) |
static DeploymentTimingPoints.ExecutionFinished |
executionFinished(DeploymentContext context,
Date date) |
static DeploymentTimingPoints.ExecutionStarted |
executionStarted(DeploymentContext context,
Date date) |
Date |
getDate() |
long |
getDeploymentResultId() |
static DeploymentTimingPoints.Queued |
queued(DeploymentContext context,
Date date) |
static DeploymentTimingPoints.SentToAgent |
sentToAgent(DeploymentContext context,
Date date,
long agentId) |
protected DeploymentTimingPoints(long deploymentResultId,
@NotNull
Date date)
public static DeploymentTimingPoints.ExecutionCancelled executionCancelled(@NotNull Long deploymentResultId, @NotNull Date date, boolean buildActuallyCancelled)
public static DeploymentTimingPoints.Queued queued(@NotNull DeploymentContext context, @NotNull Date date)
public static DeploymentTimingPoints.SentToAgent sentToAgent(@NotNull DeploymentContext context, @NotNull Date date, long agentId)
public static DeploymentTimingPoints.AgentAssigned agentAssigned(@NotNull DeploymentContext context, @NotNull Date date, long agentId)
public static DeploymentTimingPoints.ExecutionStarted executionStarted(@NotNull DeploymentContext context, @NotNull Date date)
public static DeploymentTimingPoints.ExecutionFinished executionFinished(@NotNull DeploymentContext context, @NotNull Date date)
@NotNull public Date getDate()
getDate in interface TimingPointpublic long getDeploymentResultId()
getDeploymentResultId in interface DeploymentTimingPointCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.