Class SubJobConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<SubJobConfig>
org.jenkinsci.plugins.sonargerrit.sonar.preview_mode_analysis.SubJobConfig
- All Implemented Interfaces:
Describable<SubJobConfig>
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 02.12.2015 12:11
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAutoMatch
(boolean autoMatch) void
setProjectPath
(String projectPath) void
setSonarReportPath
(String sonarReportPath)
-
Constructor Details
-
SubJobConfig
-
SubJobConfig
@DataBoundConstructor public SubJobConfig()
-
-
Method Details
-
getProjectPath
-
getSonarReportPath
-
isAutoMatch
public boolean isAutoMatch() -
setAutoMatch
@DataBoundSetter public void setAutoMatch(boolean autoMatch) -
setProjectPath
-
setSonarReportPath
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<SubJobConfig>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<SubJobConfig>
-