public class SonarQubeRepairConfig extends Object
| Constructor and Description |
|---|
SonarQubeRepairConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuleNumbers(int ruleNumber) |
String |
getGitRepoPath() |
OutputStrategy |
getOutputStrategy() |
PrettyPrintingStrategy |
getPrettyPrintingStrategy() |
String |
getProjectKey() |
String |
getRepairPath() |
List<Integer> |
getRuleNumbers() |
String |
getWorkSpace() |
void |
setGitRepoPath(String gitRepoPath) |
void |
setOutputStrategy(OutputStrategy outputStrategy) |
void |
setPrettyPrintingStrategy(PrettyPrintingStrategy prettyPrintingStrategy) |
void |
setProjectKey(String projectKey) |
void |
setRepairPath(String repairPath) |
void |
setWorkSpace(String workspace) |
public void setProjectKey(String projectKey)
public String getProjectKey()
public void addRuleNumbers(int ruleNumber)
public void setPrettyPrintingStrategy(PrettyPrintingStrategy prettyPrintingStrategy)
public PrettyPrintingStrategy getPrettyPrintingStrategy()
public void setOutputStrategy(OutputStrategy outputStrategy)
public OutputStrategy getOutputStrategy()
public void setRepairPath(String repairPath)
public String getRepairPath()
public void setWorkSpace(String workspace)
public String getWorkSpace()
public void setGitRepoPath(String gitRepoPath)
public String getGitRepoPath()
Copyright © 2020. All rights reserved.