Class StdOutEventReporter

java.lang.Object
com.microsoft.appcenter.event.EventReporter
com.microsoft.appcenter.event.StdOutEventReporter

public class StdOutEventReporter
extends EventReporter
  • Constructor Summary

    Constructors
    Constructor Description
    StdOutEventReporter()  
  • Method Summary

    Modifier and Type Method Description
    protected void commit​(Event event)  

    Methods inherited from class com.microsoft.appcenter.event.EventReporter

    reportJunit, reportLabel, reportScreenshot

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StdOutEventReporter

      public StdOutEventReporter()
  • Method Details

    • commit

      protected void commit​(Event event) throws java.io.IOException
      Specified by:
      commit in class EventReporter
      Throws:
      java.io.IOException