Class BuildCancelledDetails

java.lang.Object
com.atlassian.bamboo.v2.build.BuildCancelledDetails
All Implemented Interfaces:
Serializable

@Immutable @ThreadSafe public class BuildCancelledDetails extends Object implements Serializable
See Also:
  • Constructor Details

    • BuildCancelledDetails

      public BuildCancelledDetails()
    • BuildCancelledDetails

      public BuildCancelledDetails(Date cancellationDate)
    • BuildCancelledDetails

      public BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation)
    • BuildCancelledDetails

      public BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation, BuildCancelledDetails.ActionSource source)
  • Method Details