Uses of Interface
com.almworks.jira.structure.api.error.StructureError
Packages that use StructureError
Package
Description
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
-
Uses of StructureError in com.almworks.jira.structure.api
Methods in com.almworks.jira.structure.api that return StructureErrorModifier and TypeMethodDescriptiondefault StructureErrorStructurePluginHelper.getIssueError(Issue issue, boolean checkEdit) Convenience method to check issue access for the current user.default StructureErrorStructurePluginHelper.getIssueError(Issue issue, boolean checkEdit, boolean checkProjectEnabledForStructure) Convenience method to check issue access for the current user.StructurePluginHelper.getIssueError(Issue issue, boolean checkEdit, boolean checkProjectEnabledForStructure, ApplicationUser user) Checks user access to the issue for viewing or editing.default StructureErrorStructurePluginHelper.getIssueError(Long issue, boolean checkEdit) Convenience method to check issue access for the current user.StructurePluginHelper.getIssueError(Long issue, boolean checkEdit, ApplicationUser user) Checks user access to the issue for viewing or editing. -
Uses of StructureError in com.almworks.jira.structure.api.error
Classes in com.almworks.jira.structure.api.error that implement StructureErrorModifier and TypeClassDescriptionenumStructureErrorsis a enumeration of all public Structure errors.Methods in com.almworks.jira.structure.api.error that return StructureErrorModifier and TypeMethodDescriptionStructureException.getError()Returns the error value associated with the exception.Methods in com.almworks.jira.structure.api.error with parameters of type StructureErrorModifier and TypeMethodDescriptiondefault booleanStructureError.isOneOf(StructureError... errors) Checks if the error is actually one of the provided variants.Constructors in com.almworks.jira.structure.api.error with parameters of type StructureErrorModifierConstructorDescriptionBuilder(StructureError error) StructureException(StructureError error) Constructs an instance of exception.StructureException(StructureError error, Long structure) Constructs an instance of exception.StructureException(StructureError error, Long structure, Long row) Constructs an instance of exception.StructureException(StructureError error, Long structure, Long row, Long view) Constructs an instance of exception.StructureException(StructureError error, Long structure, Long row, Long view, String message) Constructs an instance of exception.StructureException(StructureError error, Long structure, Long row, String message) Constructs an instance of exception.StructureException(StructureError error, Long structure, Long row, String message, Throwable cause) Constructs an instance of exception.StructureException(StructureError error, String message) Constructs an instance of exception.protectedStructureException(StructureError error, Throwable cause, Long structure, Long view, Long row, ItemIdentity item, String message, String messageKey, Object... messageParameters) Constructs an instance of this exception.