@Immutable @ThreadSafe public class BuildCancelledDetails extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BuildCancelledDetails.ActionSource |
Constructor and Description |
---|
BuildCancelledDetails() |
BuildCancelledDetails(Date cancellationDate) |
BuildCancelledDetails(Date cancellationDate,
boolean forcedCancellation) |
BuildCancelledDetails(Date cancellationDate,
boolean forcedCancellation,
BuildCancelledDetails.ActionSource source) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BuildCancelledDetails.ActionSource |
getActionSource() |
Date |
getCancellationDate() |
int |
hashCode() |
boolean |
isForcedCancellation() |
public BuildCancelledDetails()
public BuildCancelledDetails(Date cancellationDate)
public BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation)
public BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation, BuildCancelledDetails.ActionSource source)
public Date getCancellationDate()
public boolean isForcedCancellation()
public BuildCancelledDetails.ActionSource getActionSource()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.