public abstract class DeploymentTimingPoints extends Object implements DeploymentTimingPoint
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentTimingPoints.AgentAssigned
Deployment was picked up from the queue 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
|
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) |
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.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 TimingPoint
public long getDeploymentResultId()
getDeploymentResultId
in interface DeploymentTimingPoint
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.