Interface AnalysisStrategy
- All Known Implementing Classes:
PreviewModeAnalysisStrategy
,PullRequestAnalysisStrategy
public interface AnalysisStrategy
- Author:
- Réda Housni Alaoui
-
Method Summary
Modifier and TypeMethodDescriptionanalyse
(Run<?, ?> run, TaskListener listener, Revision revision, FilePath workspace)
-
Method Details
-
analyse
InspectionReport analyse(Run<?, ?> run, TaskListener listener, Revision revision, FilePath workspace) throws IOException, InterruptedException- Throws:
IOException
InterruptedException
-