| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting.types.retrospective |
| Modifier and Type | Field and Description |
|---|---|
private RetrospectiveOrderBy |
RetrospectiveModel.orderBy |
| Modifier and Type | Method and Description |
|---|---|
RetrospectiveOrderBy |
RetrospectiveModel.getOrderBy() |
static RetrospectiveOrderBy |
RetrospectiveOrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetrospectiveOrderBy[] |
RetrospectiveOrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RetrospectiveModel(String reportSuffixValue,
String titleValue,
String maskValue,
RetrospectiveOrderBy orderByValue) |
RetrospectiveModel(String reportSuffixValue,
String titleValue,
String maskValue,
RetrospectiveOrderBy orderByValue,
int widthValue,
int heightValue) |
RetrospectiveModel(String reportSuffixValue,
String titleValue,
String maskValue,
RetrospectiveOrderBy orderByValue,
String redirectToValue,
int refreshTimeoutValue) |
RetrospectiveModel(String reportSuffixValue,
String titleValue,
String maskValue,
RetrospectiveOrderBy orderByValue,
String redirectToValue,
int refreshTimeoutValue,
int widthValue,
int heightValue) |
Copyright © 2013-2016. All Rights Reserved.