Uses of Interface
com.atlassian.bamboo.v2.build.timing.TimingPoint
Package
Description
-
Uses of TimingPoint in com.atlassian.bamboo.deployments.execution.events
Modifier and TypeClassDescriptionclass
static class
Deployment was received by agentstatic class
Deployment execution was cancelled on agentstatic class
Deployment execution was finished on agentstatic class
Deployment execution was started on agentstatic class
Deployment was put to the queuestatic class
Deployment was picked up from the queue by agentstatic class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionstatic @Nullable Class<? extends OutOfBandTimingPoint>
OutOfBandDeploymentTimingPoints.getOobClassForTimingPoint
(TimingPoint timingPoint) -
Uses of TimingPoint in com.atlassian.bamboo.v2.build.agent.messages
-
Uses of TimingPoint in com.atlassian.bamboo.v2.build.agent.remote
Modifier and TypeMethodDescriptionvoid
RemoteTimingPointServiceImpl.publish
(@NotNull TimingPoint timingPoint) void
RemoteTimingPointServiceImpl.publish
(TimingPoint timingPoint, boolean isOutOfBand) -
Uses of TimingPoint in com.atlassian.bamboo.v2.build.timing
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
static class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Not using @AsynchronousPreferred on this type to avoid async executionstatic class
Deprecated.since 9.3 not really related to actual VCS operationsstatic class
static class
static class
static class
Deprecated.since 8.0 useOutOfBandBuildTimingPoints.AgentAssigned
static class
static class
Deprecated.since 9.3 not really related to actual VCS operationsclass
Asynchronous event broadcast upon receiving aTimingPoint
Modifier and TypeMethodDescription@NotNull TimingPoint
OutOfBandTimingPointWrapper.getTimingPoint()
Modifier and TypeMethodDescriptionstatic @Nullable Class<? extends OutOfBandTimingPoint>
OutOfBandBuildTimingPoints.getOobClassForTimingPoint
(TimingPoint timingPoint) static @Nullable Class<? extends OutOfBandTimingPoint>
OutOfBandTimingPoints.getOobClassForTimingPoint
(Class<?> outOfBandBuildTimingPointsClass, TimingPoint timingPoint) Deprecated.since 6.9 without replacementstatic OutOfBandTimingPoint
OutOfBandTimingPoints.oobTimingPointFor
(org.apache.log4j.Logger log, Class<? extends OutOfBandTimingPoint> oobTimingPoint, TimingPoint timingPoint) void
TimingPointService.publish
(@NotNull TimingPoint timingPoint) This method will publish two timing points: the in-band and the out-of-band versionvoid
TimingPointService.publish
(TimingPoint timingPoint, boolean isOutOfBand) void
TimingPointServiceImpl.publish
(@NotNull TimingPoint timingPoint) void
TimingPointServiceImpl.publish
(TimingPoint timingPoint, boolean isOutOfBand)