All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.mail.html Maven / Gradle / Ivy

There is a newer version: 1.14.2
Show newest version



    
    Spectrum Notification


    

Spectrum Notification

<#if event.context??> <#if event.result??> <#switch event.result> <#case "FAILED"> <#assign color = "#dc3545" > <#break> <#case "SUCCESSFUL"> <#assign color = "#28a745" > <#break> <#case "DISABLED"> <#assign color = "#ffc107" > <#break> <#case "ABORTED"> <#assign color = "#dc3545" > <#break> <#default> <#assign color = "transparent" > <#break> <#if event.context?? && event.context.executionException.isPresent()>
Class Name: ${event.context.parent.get().displayName}
Test Name: ${event.context.displayName}
Reason: ${event.reason}
Result: ${event.result}
Exception: ${event.context.executionException.get()}
Tags: ${event.tags?join(", ")}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy