Class AuthorsSheet
- java.lang.Object
-
- tech.grasshopper.excel.report.sheets.Sheet
-
- tech.grasshopper.excel.report.sheets.attributes.AttributesSheet
-
- tech.grasshopper.excel.report.sheets.attributes.AuthorsSheet
-
public class AuthorsSheet extends AttributesSheet
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.excel.report.sheets.Sheet
AUTHORS_SHEET, DASHBOARD_DATA_SHEET, DASHBOARD_SHEET, DEVICES_SHEET, EXCEPTIONS_SHEET, EXECUTION_SHEET, FEATURES_SHEET, FREEZE_PANE_ROW, reportData, SCENARIOS_SHEET, sheet, TAGS_SHEET, workbook
-
-
Constructor Summary
Constructors Constructor Description AuthorsSheet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAttributeChartName()protected List<SheetData.AttributeCountData>getAttributeCountData()protected StringgetAttributeSheetName()protected Map<String,List<Feature>>getFeatureScenarioAttributeData()-
Methods inherited from class tech.grasshopper.excel.report.sheets.attributes.AttributesSheet
updateSheet
-
Methods inherited from class tech.grasshopper.excel.report.sheets.Sheet
deleteSheet, lockSheet
-
-
-
-
Method Detail
-
getAttributeCountData
protected List<SheetData.AttributeCountData> getAttributeCountData()
- Specified by:
getAttributeCountDatain classAttributesSheet
-
getAttributeSheetName
protected String getAttributeSheetName()
- Specified by:
getAttributeSheetNamein classAttributesSheet
-
getAttributeChartName
protected String getAttributeChartName()
- Specified by:
getAttributeChartNamein classAttributesSheet
-
getFeatureScenarioAttributeData
protected Map<String,List<Feature>> getFeatureScenarioAttributeData()
- Specified by:
getFeatureScenarioAttributeDatain classAttributesSheet
-
-