public interface

AttachmentHealth

com.atlassian.jira.issue.attachment.AttachmentHealth
Known Indirect Subclasses

Class Overview

Classes that implement this can report a health status.

Summary

Public Methods
@Nonnull Option<ErrorCollection> errors()
Health status for this component.

Public Methods

@Nonnull public Option<ErrorCollection> errors ()

Health status for this component. Specifically the errors that cause the attachment subsystem to fail.

Returns
  • An option of an error collection that contains error messages if there are any issues. The option will be none if there are no errors.