Package de.dagere.peass.ci.logs.rts
Class RTSLogData
- java.lang.Object
-
- de.dagere.peass.ci.logs.rts.RTSLogData
-
public class RTSLogData extends Object
-
-
Constructor Summary
Constructors Constructor Description RTSLogData(String commit, File methodFile, File cleanFile, boolean success, boolean isParameterizedWithoutIndex, boolean ignored, boolean removed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getCleanFile()
String
getCommit()
File
getMethodFile()
String
getShortCommit()
boolean
isIgnored()
boolean
isParameterizedWithoutIndex()
boolean
isRemoved()
boolean
isSuccess()
-
-
-
Method Detail
-
getCommit
public String getCommit()
-
getShortCommit
public String getShortCommit()
-
getMethodFile
public File getMethodFile()
-
getCleanFile
public File getCleanFile()
-
isSuccess
public boolean isSuccess()
-
isParameterizedWithoutIndex
public boolean isParameterizedWithoutIndex()
-
isIgnored
public boolean isIgnored()
-
isRemoved
public boolean isRemoved()
-
-