Companion

object Companion

Functions

Link copied to clipboard
fun buildStepDuration(stepId: String): CustomChart.SeriesKey

The duration of specified step.

Properties

Link copied to clipboard
val ARTIFACT_SIZE: CustomChart.SeriesKey

The sum of all artifact file sizes in the artifact directory in Bytes

Link copied to clipboard

The duration of the artifact publishing step in the build in Milliseconds

Link copied to clipboard
val BLOCK_LEVEL_COVERAGE: CustomChart.SeriesKey

Block-level code coverage in percents

Link copied to clipboard
val BLOCKS: CustomChart.SeriesKey

The total number of blocks

Link copied to clipboard
val BRANCH_COVERAGE: CustomChart.SeriesKey

Branch coverage in percents

Link copied to clipboard
val BRANCHES: CustomChart.SeriesKey

The total number of branches

Link copied to clipboard
val BUILD_DURATION: CustomChart.SeriesKey

The build duration (all build stages) in Milliseconds

Link copied to clipboard
val BUILD_STEPS_DURATION: CustomChart.SeriesKey

The build steps' duration (excluding the checkout, artifact publishing time, and so on) in Milliseconds

Link copied to clipboard
val CLASS_LEVEL_COVERAGE: CustomChart.SeriesKey

Class-level code coverage in percents

Link copied to clipboard
val CLASSES: CustomChart.SeriesKey

The total number of classes

Link copied to clipboard
val COVERED_BLOCKS: CustomChart.SeriesKey

The number of covered blocks

Link copied to clipboard
val COVERED_BRANCHES: CustomChart.SeriesKey

The number of covered branches

Link copied to clipboard
val COVERED_CLASSES: CustomChart.SeriesKey

The number of covered classes

Link copied to clipboard
val COVERED_LINES: CustomChart.SeriesKey

The number of covered lines

Link copied to clipboard
val COVERED_METHODS: CustomChart.SeriesKey

The number of covered methods

Link copied to clipboard
val COVERED_STATEMENTS: CustomChart.SeriesKey

The number of covered statements

Link copied to clipboard

The duration of resolving dependencies of the build in Milliseconds

Link copied to clipboard
val DUPLICATES: CustomChart.SeriesKey

The number of code duplicates found

Link copied to clipboard
val FAILED_TESTS: CustomChart.SeriesKey

The number of failed tests in the build

Link copied to clipboard
val IGNORED_TESTS: CustomChart.SeriesKey

The number of ignored tests in the build

Link copied to clipboard
val INSPECTION_ERRORS: CustomChart.SeriesKey

The number of inspection errors in the build

Link copied to clipboard
val INSPECTION_WARNINGS: CustomChart.SeriesKey

The number of inspection warnings in the build

Link copied to clipboard
val LINE_LEVEL_COVERAGE: CustomChart.SeriesKey

Line-level code coverage in percents

Link copied to clipboard
val LINES: CustomChart.SeriesKey

The total number of lines

Link copied to clipboard
val METHOD_LEVEL_COVERAGE: CustomChart.SeriesKey

Method-level code coverage in percents

Link copied to clipboard
val METHODS: CustomChart.SeriesKey

The total number of methods

Link copied to clipboard
val PASSED_TESTS: CustomChart.SeriesKey

The number of successfully passed tests in the build

Link copied to clipboard
val QUEUE_TIME: CustomChart.SeriesKey

For how long the build was staying in the queue in Milliseconds

Link copied to clipboard
val SOURCES_UPDATE_DURATION: CustomChart.SeriesKey

The duration of the source checkout step in Milliseconds

Link copied to clipboard
val STATEMENT_COVERAGE: CustomChart.SeriesKey

Statement coverage in percents

Link copied to clipboard
val STATEMENTS: CustomChart.SeriesKey

The total number of statements

Link copied to clipboard
val SUCCESS_RATE: CustomChart.SeriesKey

An indicator whether the build was successful. 0 - failed, 1 - successful

Link copied to clipboard
val TESTS: CustomChart.SeriesKey

The total number of tests in the build

Link copied to clipboard
val VISIBLE_ARTIFACTS_SIZE: CustomChart.SeriesKey

The sum of all artifact file sizes excluding hidden artifacts (those placed under the .teamcity directory) in Bytes