Class OutOfBandTimingPointWrapper
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.timing.OutOfBandTimingPointWrapper
-
- All Implemented Interfaces:
OutOfBandTimingPoint
,TimingPoint
,Serializable
public class OutOfBandTimingPointWrapper extends Object implements OutOfBandTimingPoint
Asynchronous event broadcast upon receiving aTimingPoint
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutOfBandTimingPointWrapper(@NotNull TimingPoint delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Date
getDate()
@NotNull TimingPoint
getTimingPoint()
-
-
-
Constructor Detail
-
OutOfBandTimingPointWrapper
public OutOfBandTimingPointWrapper(@NotNull @NotNull TimingPoint delegate)
-
-
Method Detail
-
getDate
@NotNull public @NotNull Date getDate()
- Specified by:
getDate
in interfaceTimingPoint
-
getTimingPoint
@NotNull public @NotNull TimingPoint getTimingPoint()
-
-