Class BuildFinishedEvent

All Implemented Interfaces:
PlanEvent, PlanResultEvent, Serializable

@AsynchronousPreferred public class BuildFinishedEvent extends BuildStateResultEvent
Fired when BuildExecutionManager#finishBuild(PlanResultKey) is called Note that that a corresponding BuildResultsSummary might not be available See BuildCompletedEvent and PostBuildCompletedEvent
See Also:
  • Constructor Details

  • Method Details

    • getBuildContext

      @Nullable public @Nullable BuildContext getBuildContext()
      Build context is only available if build finished 'cleanly' (i.e. not killed, orphaned or otherwise abnormally terminated)
    • getBuildCompletionTimestamp

      @NotNull public @NotNull Timestamp getBuildCompletionTimestamp()
    • toString

      public String toString()
      Overrides:
      toString in class BuildResultEvent