Uses of Class
com.atlassian.bamboo.deployments.execution.events.DeploymentTimingPoints
-
Packages that use DeploymentTimingPoints Package Description com.atlassian.bamboo.deployments.execution.events -
-
Uses of DeploymentTimingPoints in com.atlassian.bamboo.deployments.execution.events
Subclasses of DeploymentTimingPoints in com.atlassian.bamboo.deployments.execution.events Modifier and Type Class Description static class
DeploymentTimingPoints.AgentAssigned
Deployment was received by agentstatic class
DeploymentTimingPoints.ExecutionCancelled
Deployment execution was cancelled on agentstatic class
DeploymentTimingPoints.ExecutionFinished
Deployment execution was finished on agentstatic class
DeploymentTimingPoints.ExecutionStarted
Deployment execution was started on agentstatic class
DeploymentTimingPoints.Queued
Deployment was put to the queuestatic class
DeploymentTimingPoints.SentToAgent
Deployment was picked up from the queue by agentstatic class
OutOfBandDeploymentTimingPoints.AgentAssigned
static class
OutOfBandDeploymentTimingPoints.ExecutionFinished
static class
OutOfBandDeploymentTimingPoints.ExecutionStarted
static class
OutOfBandDeploymentTimingPoints.Queued
static class
OutOfBandDeploymentTimingPoints.SentToAgent
-