Class PullRequestAnalysisStrategy
java.lang.Object
hudson.model.AbstractDescribableImpl<PullRequestAnalysisStrategy>
org.jenkinsci.plugins.sonargerrit.sonar.pull_request_analysis.PullRequestAnalysisStrategy
- All Implemented Interfaces:
Describable<PullRequestAnalysisStrategy>
,AnalysisStrategy
public class PullRequestAnalysisStrategy
extends AbstractDescribableImpl<PullRequestAnalysisStrategy>
implements AnalysisStrategy
- Author:
- RĂ©da Housni Alaoui
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionanalyse
(Run<?, ?> run, TaskListener listener, Revision revision, FilePath workspace) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
PullRequestAnalysisStrategy
@DataBoundConstructor public PullRequestAnalysisStrategy()
-
-
Method Details
-
analyse
public InspectionReport analyse(Run<?, ?> run, TaskListener listener, Revision revision, FilePath workspace) throws InterruptedException- Specified by:
analyse
in interfaceAnalysisStrategy
- Throws:
InterruptedException
-