Cookie Notice
This site uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. To change your preferences, click Cookie Settings. Otherwise, clicking on the the website, closing the banner, or clicking Accept all Cookies indicates you agree to our use of cookies on your device. Atlassian Cookies and Tracking Notice
Privacy Preference Centre
Always Active
com.atlassian.bitbucket.scm.CommandErrorHandler |
Describes an OutputHandler
which processes the standard error stream from a Command
. Unlike a
CommandOutputHandler
, error handlers are not expected to perform parsing which results in an object graph.
As a result, the contract of this interface does not mandate a method for retrieving output.
Note: Providing an error handler to a Command
prevents the CommandExitHandler
from receiving output
written to standard error when the command exits or is canceled. When using an error handler, it is required
that all processing related to the standard error stream be performed in the error handler.
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |