teamcity-rest-client-api/src/main/kotlin/org/jetbrains/teamcity/rest/api.kt [533:550]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - interface ChangeFile { val fileRevisionBeforeChange: String? val fileRevisionAfterChange: String? val changeType: ChangeType /** * Full file path, may include VCS URL */ val filePath: String? /** * File path relative to VCS root directory. */ val relativeFilePath: String? } interface User { val id: UserId - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - teamcity-rest-client-api/src/main/kotlin/org/jetbrains/teamcity/rest/coroutines/api.kt [393:410]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - interface ChangeFile { val fileRevisionBeforeChange: String? val fileRevisionAfterChange: String? val changeType: ChangeType /** * Full file path, may include VCS URL */ val filePath: String? /** * File path relative to VCS root directory. */ val relativeFilePath: String? } interface User { val id: UserId - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -