com.atlassian.bamboo.v2.build
Class BuildCancelledDetails

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.BuildCancelledDetails

@ThreadSafe
public class BuildCancelledDetails
extends java.lang.Object


Constructor Summary
BuildCancelledDetails()
           
BuildCancelledDetails(boolean abandonResult, java.util.Date cancellationDate)
          Deprecated. 
BuildCancelledDetails(boolean abandonResult, java.util.Date cancellationDate, boolean forcedCancellation)
          Deprecated. 
BuildCancelledDetails(java.util.Date cancellationDate)
           
BuildCancelledDetails(java.util.Date cancellationDate, boolean forcedCancellation)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object o)
           
 java.util.Date getCancellationDate()
           
 int hashCode()
           
 boolean isAbandonResult()
          Deprecated. since 5.6 without replacement. Not used since Bamboo 2.7.
 boolean isForcedCancellation()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCancelledDetails

public BuildCancelledDetails()

BuildCancelledDetails

public BuildCancelledDetails(java.util.Date cancellationDate)

BuildCancelledDetails

public BuildCancelledDetails(java.util.Date cancellationDate,
                             boolean forcedCancellation)

BuildCancelledDetails

@Deprecated
public BuildCancelledDetails(boolean abandonResult,
                                        java.util.Date cancellationDate)
Deprecated. 


BuildCancelledDetails

@Deprecated
public BuildCancelledDetails(boolean abandonResult,
                                        java.util.Date cancellationDate,
                                        boolean forcedCancellation)
Deprecated. 

Method Detail

isAbandonResult

@Deprecated
public boolean isAbandonResult()
Deprecated. since 5.6 without replacement. Not used since Bamboo 2.7.

Returns:
always false

getCancellationDate

public java.util.Date getCancellationDate()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Object obj)

isForcedCancellation

public boolean isForcedCancellation()


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.