com.atlassian.bamboo.v2.build
Class BuildCancelledDetails
java.lang.Object
com.atlassian.bamboo.v2.build.BuildCancelledDetails
@ThreadSafe
public class BuildCancelledDetails
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BuildCancelledDetails
public BuildCancelledDetails()
BuildCancelledDetails
public BuildCancelledDetails(boolean abandonResult,
java.util.Date cancellationDate)
BuildCancelledDetails
public BuildCancelledDetails(boolean abandonResult,
java.util.Date cancellationDate,
boolean forcedCancellation)
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 © 2010 Atlassian. All Rights Reserved.