Extension class to add report of test tasks
With this extension you can define
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
EXTENSION_NAME |
Name of the variable that will be created into project |
| Type | Name and description |
|---|---|
java.lang.String[] |
bccMailsBCC mails |
java.lang.String[] |
ccMailsCC mails |
long |
errorsNumber of errors |
java.lang.String |
fromMailFrom mail |
java.lang.String |
mailMessageMessage of the mail |
java.lang.String |
mailServerNameServer name of the mail |
java.lang.Object |
projectsDefinition of projects |
java.io.File |
reportDirectoryResult of the report |
long |
skippedNumber of skipped |
java.lang.String |
subjectOfMailSubject of mail |
long |
successNumber of success |
java.lang.String[] |
toMailsTo mails |
java.io.File |
zipReportFile to create report as zip |
| Constructor and description |
|---|
BookassistTestReportExtension
(org.gradle.api.Project project)Creates a new extension to make reporting on the project for unit testing |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static BookassistTestReportExtension |
registerExtension(org.gradle.api.Project project)Register extension and return it |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Name of the variable that will be created into project
BCC mails
CC mails
Number of errors
From mail
Message of the mail
Server name of the mail
Definition of projects
Result of the report
Number of skipped
Subject of mail
Number of success
To mails
File to create report as zip
Creates a new extension to make reporting on the project for unit testing
project - Project to add this extensionRegister extension and return it
project - Project where register the extensionGroovy Documentation