Class Inspection
- All Implemented Interfaces:
Describable<Inspection>
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 07.12.2017 13:45 $Id$
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionanalyse
(Run<?, ?> run, TaskListener listener, Revision revision, FilePath workspace) Deprecated.Deprecated.Deprecated.UsePreviewModeAnalysisStrategy
insteadDeprecated.Moved toPreviewModeAnalysisStrategy
getType()
Deprecated.Moved toPreviewModeAnalysisStrategy
boolean
Deprecated.Moved toPreviewModeAnalysisStrategy
protected Object
void
setAnalysisStrategy
(AnalysisStrategy analysisStrategy) void
setAutoMatch
(boolean autoMatch) Deprecated.Moved toPreviewModeAnalysisStrategy
void
setBaseConfig
(SubJobConfig baseConfig) Deprecated.Moved toPreviewModeAnalysisStrategy
void
setServerURL
(String serverURL) Deprecated.void
Deprecated.UsePreviewModeAnalysisStrategy
insteadvoid
setSubJobConfigs
(Collection<SubJobConfig> subJobConfigs) Deprecated.Moved toPreviewModeAnalysisStrategy
void
Deprecated.Moved toPreviewModeAnalysisStrategy
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
Inspection
@DataBoundConstructor public Inspection()
-
-
Method Details
-
readResolve
-
analyse
public InspectionReport analyse(Run<?, ?> run, TaskListener listener, Revision revision, FilePath workspace) throws IOException, InterruptedException- Throws:
IOException
InterruptedException
-
getAnalysisStrategy
-
setAnalysisStrategy
-
getSonarQubeInstallationName
Deprecated.UsePreviewModeAnalysisStrategy
instead -
setSonarQubeInstallationName
Deprecated.UsePreviewModeAnalysisStrategy
instead -
getServerURL
Deprecated. -
setServerURL
Deprecated. -
getBaseConfig
Deprecated.Moved toPreviewModeAnalysisStrategy
-
setBaseConfig
Deprecated.Moved toPreviewModeAnalysisStrategy
-
getSubJobConfigs
Deprecated.Moved toPreviewModeAnalysisStrategy
-
setSubJobConfigs
Deprecated.Moved toPreviewModeAnalysisStrategy
-
setType
Deprecated.Moved toPreviewModeAnalysisStrategy
-
getType
Deprecated.Moved toPreviewModeAnalysisStrategy
-
isAutoMatch
Deprecated.Moved toPreviewModeAnalysisStrategy
-
setAutoMatch
Deprecated.Moved toPreviewModeAnalysisStrategy
-
PreviewModeAnalysisStrategy