Class GitJobAnalysisMonitor
- java.lang.Object
-
- org.jenkinsci.plugins.codedx.monitor.GitJobAnalysisMonitor
-
- All Implemented Interfaces:
AnalysisMonitor
public class GitJobAnalysisMonitor extends Object implements AnalysisMonitor
-
-
Constructor Summary
Constructors Constructor Description GitJobAnalysisMonitor(StartAnalysisResponse originalAnalysisResponse, PrintStream logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
waitForFinish(CodeDxClient client)
int
waitForStart(CodeDxClient client)
-
-
-
Constructor Detail
-
GitJobAnalysisMonitor
public GitJobAnalysisMonitor(StartAnalysisResponse originalAnalysisResponse, PrintStream logger)
-
-
Method Detail
-
waitForStart
public int waitForStart(CodeDxClient client) throws InterruptedException, IOException, CodeDxClientException
- Specified by:
waitForStart
in interfaceAnalysisMonitor
- Throws:
InterruptedException
IOException
CodeDxClientException
-
waitForFinish
public String waitForFinish(CodeDxClient client) throws IOException, InterruptedException, CodeDxClientException
- Specified by:
waitForFinish
in interfaceAnalysisMonitor
- Throws:
IOException
InterruptedException
CodeDxClientException
-
-