org.sonar.runner.api
Interface ProcessMonitor


public interface ProcessMonitor

To be used with ForkedRunner

Since:
2.3

Method Summary
 boolean stop()
          ForkedRunner will poll this method periodically and if true is returned then forked SonarQube Runner process will be killed.
 

Method Detail

stop

boolean stop()
ForkedRunner will poll this method periodically and if true is returned then forked SonarQube Runner process will be killed.



Copyright © 2011-2014 SonarSource. All Rights Reserved.