Interface ILoggingManager


public interface ILoggingManager

This is the interface used by the Logging Managers to get test information from the active managers.

Author:
Richard Somers
  • Method Details

    • getTestTooling

      String getTestTooling()
      Overrides Galasa test tooling in logging. Return null if not used
      Returns:
      test tooling name
    • getTestType

      String getTestType()
      Overrides Galasa test type in logging Return null if not used
      Returns:
      test type name
    • getTestingEnvironment

      String getTestingEnvironment()
      Set Testing Environment string for logging Return null if not used
      Returns:
      testing environment name
    • getProductRelease

      String getProductRelease()
      Set Product Release string for logging Return null if not used
      Returns:
      product release name
    • getBuildLevel

      String getBuildLevel()
      Set Build Level string for logging Return null if not used
      Returns:
      build level name
    • getCustomBuild

      String getCustomBuild()
      Set Custom Build string for logging Return null if not used
      Returns:
      custom build name
    • getTestingAreas

      List<String> getTestingAreas()
      Add list of Testing Areas to test for logging Return null if not used
      Returns:
      list of testing areas
    • getTags

      List<String> getTags()
      Add list of tags to test for logging Return null if not used
      Returns:
      list of testing tags