jetbrains.buildServer.configs.kotlin.v10.buildFeatures / InvestigationsAutoAssigner

InvestigationsAutoAssigner

open class InvestigationsAutoAssigner : BuildFeature

A build feature assigning investigations of build failures automatically based on heuristics

See Also

investigationsAutoAssigner

Constructors

<init>

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

Properties

assignOnSecondFailure

var assignOnSecondFailure: Boolean?

Whether investigations auto-assigner should use "on second failure" strategy.

defaultAssignee

var defaultAssignee: String?

Username of a user to whom an investigation is assigned if no other possible investigator is found.

excludeUsers

var excludeUsers: String?

The newline-separated list of usernames to exclude from investigation auto-assignment.

ignoreCompilationProblems

var ignoreCompilationProblems: String?

When 'true', compilation build problems are ignored.

ignoreExitCodeProblems

var ignoreExitCodeProblems: String?

When 'true', exit code build problems are ignored.

Inherited Properties

enabled

var enabled: Boolean

Specifies whether the feature is enabled

id

var id: String?

Build feature id, if not specified will be generated

type

var type: String

Build feature type