Class DocsConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.docs.DocsConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExcel()Gets the excel.getHtml()Gets the html.voidsetExcel(ExcelDocConfiguration excel) Sets the excel.voidsetHtml(HtmlDocConfiguration html) Sets the html.
-
Constructor Details
-
DocsConfiguration
public DocsConfiguration()
-
-
Method Details
-
getExcel
Gets the excel.- Returns:
-
setExcel
Sets the excel.- Parameters:
excel-
-
getHtml
Gets the html.- Returns:
-
setHtml
Sets the html.- Parameters:
html-
-