Package 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildCancelledDetails.ActionSource
-
Constructor Summary
Constructors Constructor Description BuildCancelledDetails()
BuildCancelledDetails(Date cancellationDate)
BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation)
BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation, BuildCancelledDetails.ActionSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BuildCancelledDetails.ActionSource
getActionSource()
Date
getCancellationDate()
int
hashCode()
boolean
isForcedCancellation()
-
-
-
Constructor Detail
-
BuildCancelledDetails
public BuildCancelledDetails()
-
BuildCancelledDetails
public BuildCancelledDetails(Date cancellationDate)
-
BuildCancelledDetails
public BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation)
-
BuildCancelledDetails
public BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation, BuildCancelledDetails.ActionSource source)
-
-
Method Detail
-
getCancellationDate
public Date getCancellationDate()
-
isForcedCancellation
public boolean isForcedCancellation()
-
getActionSource
public BuildCancelledDetails.ActionSource getActionSource()
-
-