jetbrains.buildServer.configs.kotlin.v10.projectFeatures / BuildReportTab

BuildReportTab

open class BuildReportTab : ProjectFeature

Project feature defining a custom tab to be shown for all builds of the current project

See Also

buildReportTab

Constructors

<init>

BuildReportTab(init: BuildReportTab.() -> Unit = {}, base: BuildReportTab? = null)

Properties

startPage

var startPage: String?

Relative path to an artifact within build artifacts which should be used as a start page (eg, path to index.html)

title

var title: String?

Report tab title

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type