Class BuildLogger

java.lang.Object
kth.soffgrupp.se.BuildLogger

public class BuildLogger
extends Object
This class holds all build information
  • Field Details

    • sha

      private String sha
    • branch

      private String branch
    • start_time

      private String start_time
    • compile_success

      private boolean compile_success
    • test_success

      private boolean test_success
    • tests_run

      private int tests_run
    • tests_failed

      private int tests_failed
    • tests_errors

      private int tests_errors
    • errors_list

      private ArrayList<String> errors_list
  • Constructor Details

    • BuildLogger

      public BuildLogger()
  • Method Details

    • getSha

      public String getSha()
    • setSha

      public void setSha​(String sha)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch​(String branch)
    • getStart_time

      public String getStart_time()
    • setTime

      public void setTime()
    • setStart_time

      public void setStart_time​(String start_time)
    • isCompile_success

      public boolean isCompile_success()
    • setCompile_success

      public void setCompile_success​(boolean compile_success)
    • isTest_success

      public boolean isTest_success()
    • setTest_success

      public void setTest_success​(boolean test_success)
    • getTests_run

      public int getTests_run()
    • setTests_run

      public void setTests_run​(int tests_run)
    • getTests_failed

      public int getTests_failed()
    • setTests_failed

      public void setTests_failed​(int tests_failed)
    • getTests_errors

      public int getTests_errors()
    • setTests_errors

      public void setTests_errors​(int tests_errors)
    • getErrors_list

      public ArrayList<String> getErrors_list()
    • setErrors_list

      public void setErrors_list​(ArrayList<String> errors_list)