in teamcity-rest-client-api/src/main/kotlin/org/jetbrains/teamcity/rest/api.kt [447:458]
fun fetchTriggeredInfo(): TriggeredInfo?
@Deprecated(message = "use buildConfigurationId", replaceWith = ReplaceWith("buildConfigurationId"))
val buildTypeId: BuildConfigurationId
@Deprecated(message = "use queuedDateTime", replaceWith = ReplaceWith("queuedDateTime?.toInstant()?.let { Date.from(it) }"))
val queuedDate: Date?
@Deprecated(message = "use startDateTime", replaceWith = ReplaceWith("startDateTime?.toInstant()?.let { Date.from(it) }"))
val startDate: Date?
@Deprecated(message = "use finishDateTime", replaceWith = ReplaceWith("finishDateTime?.toInstant()?.let { Date.from(it) }"))
val finishDate: Date?
}
interface Issue {