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.
See Also: