com.atlassian.bamboo.v2.build
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:
- Serialized Form
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
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.