Class RoslynReport
- java.lang.Object
-
- org.sonarsource.dotnet.shared.plugins.RoslynReport
-
public class RoslynReport extends Object
-
-
Constructor Summary
Constructors Constructor Description RoslynReport(org.sonar.api.scanner.fs.InputProject project, Path reportPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
org.sonar.api.scanner.fs.InputProject
getProject()
Path
getReportPath()
int
hashCode()
-
-
-
Constructor Detail
-
RoslynReport
public RoslynReport(org.sonar.api.scanner.fs.InputProject project, Path reportPath)
-
-