public interface

InvocationResult

com.atlassian.bitbucket.webhook.history.InvocationResult
Known Indirect Subclasses

Class Overview

Information on the result of past invocation

Summary

Public Methods
@Nonnull String getDescription()
@Nonnull InvocationOutcome getOutcome()

Public Methods

@Nonnull public String getDescription ()

Returns
  • a concise description of the invocation's result e.g. "200 OK" or "400 BAD REQUEST" or "NullPointerException: foo must not be null"

@Nonnull public InvocationOutcome getOutcome ()

Returns