Uses of Interface
com.atlassian.bamboo.v2.build.timing.TimingPoint

Packages that use TimingPoint
com.atlassian.bamboo.build   
com.atlassian.bamboo.deployments.execution.events   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.timing   
 

Uses of TimingPoint in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type TimingPoint
 void BuildExecutionUpdateManager.setBuildFinish(BuildContext buildContext, TimingPoint timingPoint)
          Deprecated. 
 void DefaultBuildExecutionManager.setBuildFinish(BuildContext buildContext, TimingPoint timingPoint)
          Deprecated. 
 void BuildExecutionUpdateManager.setBuildStart(BuildContext buildContext, TimingPoint timingPoint)
          Deprecated. 
 void DefaultBuildExecutionManager.setBuildStart(BuildContext buildContext, TimingPoint timingPoint)
          Deprecated. 
 

Uses of TimingPoint in com.atlassian.bamboo.deployments.execution.events
 

Subinterfaces of TimingPoint in com.atlassian.bamboo.deployments.execution.events
 interface DeploymentTimingPoint
           
 

Classes in com.atlassian.bamboo.deployments.execution.events that implement TimingPoint
 class DeploymentTimingPoints
           
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
 

Uses of TimingPoint in com.atlassian.bamboo.v2.build.agent.messages
 

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type TimingPoint
TimingPointMessage(TimingPoint timingPoint)
           
 

Uses of TimingPoint in com.atlassian.bamboo.v2.build.agent.remote
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type TimingPoint
 void RemoteTimingPointServiceImpl.publish(TimingPoint timingPoint)
           
 void RemoteBuildLoggerManager.setBuildFinish(BuildContext buildContext, TimingPoint timingPoint)
           
 void RemoteBuildLoggerManager.setBuildStart(BuildContext buildContext, TimingPoint timingPoint)
           
 

Uses of TimingPoint in com.atlassian.bamboo.v2.build.timing
 

Subinterfaces of TimingPoint in com.atlassian.bamboo.v2.build.timing
 interface BuildContextTimingPoint
           
 interface BuildTimingPoint
           
 

Classes in com.atlassian.bamboo.v2.build.timing that implement TimingPoint
 class AbstractBuildContextTimingPoint
           
 class AbstractBuildTimingPoint
           
 class BuildTimingPoints
           
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
 class TimingPoints
          The various points where you can signal that a build has started
 

Methods in com.atlassian.bamboo.v2.build.timing with parameters of type TimingPoint
 void TimingPointService.publish(TimingPoint timingPoint)
           
 void TimingPointServiceImpl.publish(TimingPoint timingPoint)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.