com.atlassian.bamboo.v2.build.timing
Class BuildTimingPoints

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.timing.BuildTimingPoints
All Implemented Interfaces:
BuildTimingPoint, TimingPoint, java.io.Serializable

public abstract class BuildTimingPoints
extends java.lang.Object
implements BuildTimingPoint

See Also:
Serialized Form

Nested Class Summary
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
 
Method Summary
static BuildTimingPoints.AgentAssigned agentAssigned(PlanResultKey planResultKey, java.util.Date date, long agentId)
           
static BuildTimingPoints.ExecutionCancelled executionCancelled(PlanResultKey planResultKey, java.util.Date date, boolean buildActuallyCancelled)
           
static BuildTimingPoints.ExecutionFinished executionFinished(PlanResultKey planResultKey, java.util.Date date)
           
static BuildTimingPoints.ExecutionStarted executionStarted(BuildContext buildContext, java.util.Date date)
           
static BuildTimingPoints.Queued queued(BuildContext buildContext, java.util.Date date)
           
static BuildTimingPoints.VcsSyncStarted vcsSyncStarted(BuildContext buildContext, java.util.Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.v2.build.timing.BuildTimingPoint
getPlanResultKey
 
Methods inherited from interface com.atlassian.bamboo.v2.build.timing.TimingPoint
getDate
 

Method Detail

queued

public static BuildTimingPoints.Queued queued(@NotNull
                                              BuildContext buildContext,
                                              @NotNull
                                              java.util.Date date)

agentAssigned

public static BuildTimingPoints.AgentAssigned agentAssigned(@NotNull
                                                            PlanResultKey planResultKey,
                                                            @NotNull
                                                            java.util.Date date,
                                                            long agentId)

vcsSyncStarted

public static BuildTimingPoints.VcsSyncStarted vcsSyncStarted(@NotNull
                                                              BuildContext buildContext,
                                                              @NotNull
                                                              java.util.Date date)

executionStarted

public static BuildTimingPoints.ExecutionStarted executionStarted(@NotNull
                                                                  BuildContext buildContext,
                                                                  @NotNull
                                                                  java.util.Date date)

executionCancelled

public static BuildTimingPoints.ExecutionCancelled executionCancelled(@NotNull
                                                                      PlanResultKey planResultKey,
                                                                      @NotNull
                                                                      java.util.Date date,
                                                                      boolean buildActuallyCancelled)

executionFinished

public static BuildTimingPoints.ExecutionFinished executionFinished(@NotNull
                                                                    PlanResultKey planResultKey,
                                                                    @NotNull
                                                                    java.util.Date date)


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