public class SonarQubeRepairConfig extends Object
| Constructor and Description |
|---|
SonarQubeRepairConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuleNumbers(int ruleNumber) |
PrettyPrintingStrategy |
getPrettyPrintingStrategy() |
String |
getProjectKey() |
String |
getRepairPath() |
List<Integer> |
getRuleNumbers() |
String |
getWorkSpace() |
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 setRepairPath(String repairPath)
public String getRepairPath()
public void setWorkSpace(String workspace)
public String getWorkSpace()
Copyright © 2020. All rights reserved.