Interface PluggableAttachmentValidator
- All Known Subinterfaces:
AfterUploadAttachmentValidator
,BeforeUploadAttachmentValidator
- All Known Implementing Classes:
AttachmentFileExtensionValidator
@ExperimentalApi
public interface PluggableAttachmentValidator
Performs custom validation of an attachment, at one or many of lifecycle stages of attaching a file to an issue.
Validation logic is provided by extending more specific validator interfaces.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Information about the file being attached.