Class Util

java.lang.Object
com.testoptimal.exec.mscript.Util

public class Util extends Object
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • sendMail

      public static void sendMail(String fromAddress, String toAddress, String subject, String messageText) throws Exception
      send mail. Requires javaMail setup in system config (mail.*) for javaMail prop (see https://docs.genesys.com/Documentation/ESEmail/latest/Admin/EmSJavaMail)
      Parameters:
      fromAddress - from address, if blank passed, it will use the license email address
      toAddress - to address
      subject - subject text
      messageText - message body text
      Throws:
      Exception
    • getAdminEmail

      public static String getAdminEmail()
      returns the admin login email
      Returns:
    • getServerName

      public static String getServerName()
      returns current TestOptimal server host name
      Returns:
    • getOsName

      public static String getOsName()
      returns OS name of this TestOptimal server.
      Returns:
    • getVersionJava

      public static String getVersionJava()
      returns java version number.
      Returns:
    • getVersionTO

      public static String getVersionTO()
      returns version number of TestOptimal release build.
      Returns:
    • getPort

      public static int getPort()
      returns the port number used by this TestOptimal server.
      Returns: