%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags" %>
id | plan id | name | description | status | duration | failure | result description | result value | ||
---|---|---|---|---|---|---|---|---|---|---|
Currently runnning:<%=current.getName() %> | ||||||||||
<%=result.getName() %> | <%=result.getDetails()!=null?result.getDetails().planId:"" %> | <%=StringUtil.html(result.getDetails()!=null?result.getDetails().name:"" )%> | <%=StringUtil.html(result.getDetails()!=null?result.getDetails().description:"") %> | <%if(result.getEndTime()>0){ %>"><%=result.isSuccess()?"success":"failure" %> | <%} else { %>running | <%} %><%=StringUtil.formatTime((result.getEndTime()>0?result.getEndTime():System.currentTimeMillis())-result.getStartTime())%> | <%if(result.isSuccess()){ %><%} else { %> | <%=StringUtil.firstLine(result.getFailure().getTrace(),100) %>... | <%} %><%=StringUtil.html(result.getResultDescription()) %> | <%=StringUtil.html(result.getResultValue()) %> |
<%=test%> | ||||||||||
<%=StringUtil.html(results.getDetails().name )%> | <%=StringUtil.html(results.getDetails().description) %> | <%=results.getFailedCount()==0?"success":"failure: "+results.getFailedCount() %> | <%=StringUtil.formatTime(results.getEndTime()-results.getStartTime()) %> | |||||||
<%=result.getName() %> | <%=result.getDetails().planId %> | <%=StringUtil.html(result.getDetails()!=null?result.getDetails().name:"" )%> | <%=StringUtil.html(result.getDetails()!=null?result.getDetails().description:"") %> | "> <%=result.isSuccess()?"success":"failure" %> | <%=StringUtil.formatTime(result.getEndTime()-result.getStartTime()) %> | <%if(result.isSuccess()){ %><%} else { %> | <%=StringUtil.firstLine(result.getFailure().getTrace(),100) %>... | <%} %><%=StringUtil.html(result.getResultDescription()) %> | <%=StringUtil.html(result.getResultValue()) %> |