Class TestAutomationResource


  • @Path("/lumis/service/portalmanagement/testautomation")
    public class TestAutomationResource
    extends Object
    Test automation resource.
    Since:
    10.4.0
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
    • Constructor Detail

      • TestAutomationResource

        public TestAutomationResource()
    • Method Detail

      • getLastInfoLogMessageDate

        @Path("/log/info/messages/last/dateTime")
        @GET
        public String getLastInfoLogMessageDate()
                                         throws Exception
        Returns the last info log message's date time as a string.
        Returns:
        the last info log message's date time as a string.
        Throws:
        Exception
        Since:
        10.4.0