com.atlassian.bamboo.v2.build
Class BuildCancelledDetails

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

@Immutable
@ThreadSafe
public class BuildCancelledDetails
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BuildCancelledDetails()
           
BuildCancelledDetails(boolean abandonResult, Date cancellationDate)
          Deprecated. since 5.6
BuildCancelledDetails(boolean abandonResult, Date cancellationDate, boolean forcedCancellation)
          Deprecated. since 5.6
BuildCancelledDetails(Date cancellationDate)
           
BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation)
           
 
Method Summary
 boolean equals(Object o)
           
 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(Date cancellationDate)

BuildCancelledDetails

public BuildCancelledDetails(Date cancellationDate,
                             boolean forcedCancellation)

BuildCancelledDetails

@Deprecated
public BuildCancelledDetails(boolean abandonResult,
                                        Date cancellationDate)
Deprecated. since 5.6


BuildCancelledDetails

@Deprecated
public BuildCancelledDetails(boolean abandonResult,
                                        Date cancellationDate,
                                        boolean forcedCancellation)
Deprecated. since 5.6

Method Detail

isAbandonResult

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

Returns:
always false

getCancellationDate

public Date getCancellationDate()

isForcedCancellation

public boolean isForcedCancellation()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.