open class InvestigationsAutoAssigner : BuildFeature
A build feature assigning investigations of build failures automatically based on heuristics
See Also
InvestigationsAutoAssigner(init: InvestigationsAutoAssigner.() -> Unit = {}, base: InvestigationsAutoAssigner? = null) |
var assignOnSecondFailure: Boolean?
Whether investigations auto-assigner should use "on second failure" strategy. |
|
var defaultAssignee: String?
Username of a user to whom an investigation is assigned if no other possible investigator is found. |
|
var excludeUsers: String?
The newline-separated list of usernames to exclude from investigation auto-assignment. |
|
var ignoreCompilationProblems: String?
When 'true', compilation build problems are ignored. |
|
var ignoreExitCodeProblems: String?
When 'true', exit code build problems are ignored. |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |