Interface AnalysisMonitor
-
- All Known Implementing Classes:
DirectAnalysisMonitor,GitJobAnalysisMonitor
public interface AnalysisMonitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringwaitForFinish(CodeDxClient client)intwaitForStart(CodeDxClient client)
-
-
-
Method Detail
-
waitForStart
int waitForStart(CodeDxClient client) throws IOException, InterruptedException, CodeDxClientException
-
waitForFinish
String waitForFinish(CodeDxClient client) throws IOException, InterruptedException, CodeDxClientException
-
-