Class DefaultMessageHandlerContext

java.lang.Object
com.atlassian.jira.service.util.handler.DefaultMessageHandlerContext
All Implemented Interfaces:
MessageHandlerContext

@Internal public class DefaultMessageHandlerContext extends Object implements MessageHandlerContext
This class has been made public only to allow easy unit testing by tests from other packages. This is the standard implementation which dispatches calls to appropriate JIRA managers. This implementation respects the character limit. In case issue description/environment or comment length is too long the text is trimmed to match the size and original text is added as issue attachment, however, if attachments are off or the file with extracted text exceeds the size limit the attachment won't be added and info will be issued in the monitor.
Since:
v5.0