Constructor and Description |
---|
TestAutomationResource() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorsSince(String since)
Returns the info log error messages since the given date time.
|
String |
getLastInfoLogMessageDate()
Returns the last info log message's date time as a string.
|
String |
getTestsRunningStatus() |
@Path(value="/log/info/messages/last/dateTime") @GET public String getLastInfoLogMessageDate() throws Exception
Exception
@Path(value="/log/info/messages/errors") @GET public String getErrorsSince(@NotNull @Size(min=23,max=23) @QueryParam(value="since") String since) throws Exception
since
- the last date time as string (obtained via getLastInfoLogMessageDate()
.Exception
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.