public abstract class

AbstractSummary

extends Object
java.lang.Object
   ↳ com.atlassian.stash.util.AbstractSummary
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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.

Summary

Nested Classes
class AbstractSummary.AbstractBuilder<B extends AbstractBuilder<B, S extends AbstractSummary>, S>  
Protected Constructors
AbstractSummary(AbstractBuilder<?, ?> builder)
Public Methods
@Nonnull CommandResult getResult()
Retrieves the result of the operation.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AbstractSummary (AbstractBuilder<?, ?> builder)

Public Methods

@Nonnull public CommandResult getResult ()

Retrieves the result of the operation.

Returns
  • the operation result