Class LogControl

    • Method Detail

      • log

        public void log​(String message)
        Log message on server side
        Parameters:
        message - message to be logged
      • getBuildLog

        public String getBuildLog​(PlanKey planKey,
                                  String jobKeyStr,
                                  int buildNumber)
                           throws Exception
        Returns build log for job result (should be used to analyse failing tasks within tests)
        Throws:
        Exception