Class RTSLogData


  • public class RTSLogData
    extends Object
    • Constructor Detail

      • RTSLogData

        public RTSLogData​(String commit,
                          File methodFile,
                          File cleanFile,
                          boolean success,
                          boolean isParameterizedWithoutIndex,
                          boolean ignored,
                          boolean removed)
    • 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()