open class BuildReportTab : ProjectFeature
Project feature defining a custom tab to be shown for all builds of the current project
See Also
BuildReportTab(init: BuildReportTab.() -> Unit = {}, base: BuildReportTab? = null) |
var startPage: String?
Relative path to an artifact within build artifacts which should be used as a start page (eg, path to index.html) |
|
var title: String?
Report tab title |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |