@Immutable @ThreadSafe public class BuildCancelledDetails extends Object implements Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Date |
getCancellationDate() |
int |
hashCode() |
boolean |
isAbandonResult()
Deprecated.
since 5.6 without replacement. Not used since Bamboo 2.7.
|
boolean |
isForcedCancellation() |
public BuildCancelledDetails()
public BuildCancelledDetails(Date cancellationDate)
public BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation)
@Deprecated public BuildCancelledDetails(boolean abandonResult, Date cancellationDate)
@Deprecated public BuildCancelledDetails(boolean abandonResult, Date cancellationDate, boolean forcedCancellation)
@Deprecated public boolean isAbandonResult()
public Date getCancellationDate()
public boolean isForcedCancellation()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.