%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
| Job id: | <%=job.getId() %> |
|---|---|
| Job title: | <%=job.getTitle() %> |
| Job properties: | <%=StringUtil.html(job.getProperties())%> |
| Case id: | <%=results.getId() %> |
| Case name: | <%=StringUtil.html(results.getDetails().name) %> |
| Case description: | <%=StringUtil.html(results.getDetails().description) %> |
| Method id: | <%=result.getName() %> |
| Method name: | <%=StringUtil.html(result.getDetails().name) %> |
| Method description: | <%=StringUtil.html(result.getDetails().description) %> |
| Status | "><%=result.getStatus() %> |
| Failure: | <%=StringUtil.html(failure.getMessage()) %> |
| Exception: | <%=StringUtil.html(failure.getTrace()) %> |
| Result info: | <%=StringUtil.html(result.getResultDescription()) %> |
| Result: | <%=StringUtil.html(result.getResultValue().toString()) %> |