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)
           
BuildCancelledDetails(boolean abandonResult, 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()
           
 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(boolean abandonResult,
                             java.util.Date cancellationDate)

BuildCancelledDetails

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

isAbandonResult

public boolean isAbandonResult()

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 © 2011 Atlassian. All Rights Reserved.