Package io.codemodder.codetf
Class CodeTFRun
- java.lang.Object
-
- io.codemodder.codetf.CodeTFRun
-
public final class CodeTFRun extends Object
Describes the "run" section of a report.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommandLine()
String
getDirectory()
Long
getElapsed()
List<CodeTFSarifInput>
getSarifs()
String
getTool()
String
getVendor()
String
getVersion()
-