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 a TimingPoint
See Also:
  • Constructor Details

    • OutOfBandTimingPointWrapper

      public OutOfBandTimingPointWrapper(@NotNull @NotNull TimingPoint delegate)
  • Method Details

    • getDate

      @NotNull public @NotNull Date getDate()
      Specified by:
      getDate in interface TimingPoint
    • getTimingPoint

      @NotNull public @NotNull TimingPoint getTimingPoint()