java.lang.Object | |
↳ | com.atlassian.bitbucket.util.AbstractSummary |
Known Direct Subclasses |
Known Indirect Subclasses |
A base class for building summary objects that can be provided to callbacks when operations complete. This base
class provides a result
, indicating whether the operation succeeded, failed or was canceled.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractSummary.AbstractBuilder<B extends AbstractBuilder<B, S extends AbstractSummary>, S> |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the
result of the operation. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Retrieves the result
of the operation.