Index

A C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

add(CountSummary) - Method in record class win.dailypickle.report.model.CountSummary
 
ambiguous() - Method in record class win.dailypickle.report.model.CountSummary
Returns the value of the ambiguous record component.
AMBIGUOUS - Enum constant in enum class win.dailypickle.report.model.Status
 
Attachment - Record Class in win.dailypickle.report.model
An attachment captured from a scenario.attach() call during step or hook execution.
Attachment(String, String, String, String, long) - Constructor for record class win.dailypickle.report.model.Attachment
Creates an instance of a Attachment record class.
attachments() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the attachments record component.
attachments() - Method in record class win.dailypickle.report.model.Step
Returns the value of the attachments record component.

C

content() - Method in record class win.dailypickle.report.model.DocString
Returns the value of the content record component.
CountSummary - Record Class in win.dailypickle.report.model
 
CountSummary(int, int, int, int, int, int, int) - Constructor for record class win.dailypickle.report.model.CountSummary
Creates an instance of a CountSummary record class.
cssVariables() - Method in record class win.dailypickle.report.html.ReportConfig
Returns the value of the cssVariables record component.
CucumberReportPlugin - Class in win.dailypickle.report.plugin
 
CucumberReportPlugin() - Constructor for class win.dailypickle.report.plugin.CucumberReportPlugin
 
CucumberReportPlugin(String) - Constructor for class win.dailypickle.report.plugin.CucumberReportPlugin
Called by Cucumber when the plugin is specified as win.dailypickle.report.plugin.CucumberReportPlugin:path/to/report.json or win.dailypickle.report.plugin.CucumberReportPlugin:path/to/report.json:<theme>.
CucumberReportPlugin(String, ReportConfig) - Constructor for class win.dailypickle.report.plugin.CucumberReportPlugin
 
CucumberRun - Record Class in win.dailypickle.report.model
 
CucumberRun(String, long, CountSummary, List<Feature>) - Constructor for record class win.dailypickle.report.model.CucumberRun
Creates an instance of a CucumberRun record class.

D

data() - Method in record class win.dailypickle.report.model.Attachment
Returns the value of the data record component.
dataTable() - Method in record class win.dailypickle.report.model.Step
Returns the value of the dataTable record component.
DataTable - Record Class in win.dailypickle.report.model
 
DataTable(List<List<String>>) - Constructor for record class win.dailypickle.report.model.DataTable
Creates an instance of a DataTable record class.
defaults() - Static method in record class win.dailypickle.report.html.ReportConfig
 
derive(Status, Status) - Static method in enum class win.dailypickle.report.model.Status
 
description() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the description record component.
displayName() - Method in record class win.dailypickle.report.model.Attachment
Name when provided, MIME type otherwise — what reports show as the attachment's label.
docString() - Method in record class win.dailypickle.report.model.Step
Returns the value of the docString record component.
DocString - Record Class in win.dailypickle.report.model
 
DocString(String, String) - Constructor for record class win.dailypickle.report.model.DocString
Creates an instance of a DocString record class.
durationMs() - Method in record class win.dailypickle.report.model.CucumberRun
Returns the value of the durationMs record component.
durationMs() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the durationMs record component.
durationMs() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the durationMs record component.
durationMs() - Method in record class win.dailypickle.report.model.Step
Returns the value of the durationMs record component.

E

EMBED_LIMIT_PROPERTY - Static variable in class win.dailypickle.report.html.HtmlReportGenerator
 
ENV_PROPERTY - Static variable in class win.dailypickle.report.plugin.CucumberReportPlugin
 
equals(Object) - Method in record class win.dailypickle.report.html.ReportConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.Attachment
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.CountSummary
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.CucumberRun
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.DataTable
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.DocString
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.Feature
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.Scenario
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.Step
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class win.dailypickle.report.model.StepError
Indicates whether some other object is "equal to" this one.
error() - Method in record class win.dailypickle.report.model.Step
Returns the value of the error record component.
external(String, String, String, long) - Static method in record class win.dailypickle.report.model.Attachment
Creates an external attachment stored on disk at path relative to the report dir.
extraCss() - Method in record class win.dailypickle.report.html.ReportConfig
Returns the value of the extraCss record component.

F

failed() - Method in record class win.dailypickle.report.model.CountSummary
Returns the value of the failed record component.
FAILED - Enum constant in enum class win.dailypickle.report.model.Status
 
Feature - Record Class in win.dailypickle.report.model
 
Feature(String, String, String, List<String>, Status, long, CountSummary, List<Scenario>) - Constructor for record class win.dailypickle.report.model.Feature
Creates an instance of a Feature record class.
features() - Method in record class win.dailypickle.report.model.CucumberRun
Returns the value of the features record component.
featureSummary() - Method in record class win.dailypickle.report.model.CucumberRun
Returns the value of the featureSummary record component.
FILE_NAME - Static variable in class win.dailypickle.report.html.ReportProperties
 

G

generate(CucumberRun, Path) - Method in class win.dailypickle.report.html.HtmlReportGenerator
 
generate(CucumberRun, Path) - Method in class win.dailypickle.report.text.MdReportGenerator
 
generated() - Method in record class win.dailypickle.report.model.CucumberRun
Returns the value of the generated record component.
get(String) - Static method in class win.dailypickle.report.html.ReportProperties
System property if set, else the properties file value, else null.
get(String, String) - Static method in class win.dailypickle.report.html.ReportProperties
 
getBoolean(String) - Static method in class win.dailypickle.report.html.ReportProperties
true only when the resolved value is the string "true" (case-insensitive).
getLong(String, long) - Static method in class win.dailypickle.report.html.ReportProperties
 

H

hashCode() - Method in record class win.dailypickle.report.html.ReportConfig
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.Attachment
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.CountSummary
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.CucumberRun
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.DataTable
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.DocString
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.Feature
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.Scenario
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.Step
Returns a hash code value for this object.
hashCode() - Method in record class win.dailypickle.report.model.StepError
Returns a hash code value for this object.
HtmlReportGenerator - Class in win.dailypickle.report.html
 
HtmlReportGenerator(ReportConfig) - Constructor for class win.dailypickle.report.html.HtmlReportGenerator
 

I

inline(String, String, String, long) - Static method in record class win.dailypickle.report.model.Attachment
Creates an inline attachment whose Base64 content is carried in the report model.
INLINE_LIMIT_PROPERTY - Static variable in class win.dailypickle.report.plugin.CucumberReportPlugin
 
isExternal() - Method in record class win.dailypickle.report.model.Attachment
True when the payload lives on disk rather than in the report model.
isFilePath(String) - Static method in class win.dailypickle.report.html.ThemeLoader
Returns true when s looks like a file path rather than a bare theme name.

K

keyNames() - Static method in class win.dailypickle.report.html.ReportProperties
Union of file and system property names, for prefix scans like dailypickle.meta.*.
keyword() - Method in record class win.dailypickle.report.model.Step
Returns the value of the keyword record component.

L

line() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the line record component.
load(String) - Static method in class win.dailypickle.report.html.ThemeLoader
 

M

MdReportGenerator - Class in win.dailypickle.report.text
 
MdReportGenerator() - Constructor for class win.dailypickle.report.text.MdReportGenerator
 
mediaType() - Method in record class win.dailypickle.report.model.DocString
Returns the value of the mediaType record component.
message() - Method in record class win.dailypickle.report.model.StepError
Returns the value of the message record component.
metadata() - Method in record class win.dailypickle.report.html.ReportConfig
Returns the value of the metadata record component.
mimeToLanguage(String) - Static method in class win.dailypickle.report.html.Text
 
mimeType() - Method in record class win.dailypickle.report.model.Attachment
Returns the value of the mimeType record component.

N

name() - Method in record class win.dailypickle.report.model.Attachment
Returns the value of the name record component.
name() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the name record component.
name() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the name record component.
name() - Method in record class win.dailypickle.report.model.Step
Returns the value of the name record component.

O

OUTPUT_PROPERTY - Static variable in class win.dailypickle.report.plugin.CucumberReportPlugin
 

P

passed() - Method in record class win.dailypickle.report.model.CountSummary
Returns the value of the passed record component.
PASSED - Enum constant in enum class win.dailypickle.report.model.Status
 
path() - Method in record class win.dailypickle.report.model.Attachment
Returns the value of the path record component.
pending() - Method in record class win.dailypickle.report.model.CountSummary
Returns the value of the pending record component.
PENDING - Enum constant in enum class win.dailypickle.report.model.Status
 
prettyPrint(String, String) - Static method in class win.dailypickle.report.html.Text
Best-effort pretty-printer.

R

ReportConfig - Record Class in win.dailypickle.report.html
 
ReportConfig(String, Map<String, String>, Map<String, String>, String) - Constructor for record class win.dailypickle.report.html.ReportConfig
 
ReportConfig(String, Map<String, String>, Map<String, String>, String, String) - Constructor for record class win.dailypickle.report.html.ReportConfig
Creates an instance of a ReportConfig record class.
ReportProperties - Class in win.dailypickle.report.html
Merged view of dailypickle configuration: an optional dailypickle.properties file in the consuming project's working directory (falling back to a classpath-root resource of the same name, e.g.
rows() - Method in record class win.dailypickle.report.model.DataTable
Returns the value of the rows record component.

S

Scenario - Record Class in win.dailypickle.report.model
 
Scenario(String, int, List<String>, Status, long, CountSummary, List<Step>, List<Attachment>) - Constructor for record class win.dailypickle.report.model.Scenario
Creates an instance of a Scenario record class.
scenarios() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the scenarios record component.
scenarioSummary() - Method in record class win.dailypickle.report.model.CucumberRun
 
scenarioSummary() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the scenarioSummary record component.
setEventPublisher(EventPublisher) - Method in class win.dailypickle.report.plugin.CucumberReportPlugin
 
sizeBytes() - Method in record class win.dailypickle.report.model.Attachment
Returns the value of the sizeBytes record component.
skipped() - Method in record class win.dailypickle.report.model.CountSummary
Returns the value of the skipped record component.
SKIPPED - Enum constant in enum class win.dailypickle.report.model.Status
 
stackTrace() - Method in record class win.dailypickle.report.model.StepError
Returns the value of the stackTrace record component.
status() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the status record component.
status() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the status record component.
status() - Method in record class win.dailypickle.report.model.Step
Returns the value of the status record component.
Status - Enum Class in win.dailypickle.report.model
 
Step - Record Class in win.dailypickle.report.model
 
Step(String, String, Status, long, StepError, DataTable, DocString, List<Attachment>) - Constructor for record class win.dailypickle.report.model.Step
Creates an instance of a Step record class.
StepError - Record Class in win.dailypickle.report.model
 
StepError(String, String) - Constructor for record class win.dailypickle.report.model.StepError
Creates an instance of a StepError record class.
steps() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the steps record component.
stepSummary() - Method in record class win.dailypickle.report.model.CucumberRun
 
stepSummary() - Method in record class win.dailypickle.report.model.Feature
 
stepSummary() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the stepSummary record component.

T

TAG_LINKS_ENABLED_PROPERTY - Static variable in class win.dailypickle.report.plugin.CucumberReportPlugin
 
TAG_LINKS_URL_PROPERTY - Static variable in class win.dailypickle.report.plugin.CucumberReportPlugin
 
tagLinkUrl() - Method in record class win.dailypickle.report.html.ReportConfig
Returns the value of the tagLinkUrl record component.
tags() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the tags record component.
tags() - Method in record class win.dailypickle.report.model.Scenario
Returns the value of the tags record component.
Text - Class in win.dailypickle.report.html
Escaping, pretty-printing, and formatting helpers for report output.
THEME_PROPERTY - Static variable in class win.dailypickle.report.plugin.CucumberReportPlugin
 
ThemeLoader - Class in win.dailypickle.report.html
 
title() - Method in record class win.dailypickle.report.html.ReportConfig
Returns the value of the title record component.
TITLE_PROPERTY - Static variable in class win.dailypickle.report.plugin.CucumberReportPlugin
 
toString() - Method in record class win.dailypickle.report.html.ReportConfig
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.Attachment
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.CountSummary
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.CucumberRun
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.DataTable
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.DocString
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.Feature
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.Scenario
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.Step
Returns a string representation of this record class.
toString() - Method in record class win.dailypickle.report.model.StepError
Returns a string representation of this record class.
total() - Method in record class win.dailypickle.report.model.CountSummary
Returns the value of the total record component.

U

undefined() - Method in record class win.dailypickle.report.model.CountSummary
Returns the value of the undefined record component.
UNDEFINED - Enum constant in enum class win.dailypickle.report.model.Status
 
uri() - Method in record class win.dailypickle.report.model.Feature
Returns the value of the uri record component.

V

valueOf(String) - Static method in enum class win.dailypickle.report.model.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class win.dailypickle.report.model.Status
Returns an array containing the constants of this enum class, in the order they are declared.

W

win.dailypickle.report.html - package win.dailypickle.report.html
 
win.dailypickle.report.model - package win.dailypickle.report.model
 
win.dailypickle.report.plugin - package win.dailypickle.report.plugin
 
win.dailypickle.report.text - package win.dailypickle.report.text
 

Z

ZERO - Static variable in record class win.dailypickle.report.model.CountSummary
 
A C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values