teamcity-rest-client-api/src/main/kotlin/org/jetbrains/teamcity/rest/api.kt [562:578]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun getHomeUrl(): String } interface AssignedRole { val id: RoleId val scope: RoleScope } interface BuildArtifact { /** Artifact name without path. e.g. my.jar */ val name: String /** Artifact name with path. e.g. directory/my.jar */ val fullName: String val size: Long? val modificationDateTime: ZonedDateTime val build: Build - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - teamcity-rest-client-api/src/main/kotlin/org/jetbrains/teamcity/rest/coroutines/api.kt [422:438]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun getHomeUrl(): String } interface AssignedRole { val id: RoleId val scope: RoleScope } interface BuildArtifact { /** Artifact name without path. e.g. my.jar */ val name: String /** Artifact name with path. e.g. directory/my.jar */ val fullName: String val size: Long? val modificationDateTime: ZonedDateTime val build: Build - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -