src/main/kotlin/org/jetbrains/teamcity/rest/apis/BuildApi.kt [170:185]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - buildLocator: String, body: Tags? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : MultipleOperationResult { var localBody = "" if (body != null) { val gson = GsonBuilder().create() localBody = gson.toJson(body) } val localQuery: MutableMap> = HashMap() fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/teamcity/rest/apis/BuildApi.kt [1332:1347]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - buildLocator: String, body: Tags? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : MultipleOperationResult { var localBody = "" if (body != null) { val gson = GsonBuilder().create() localBody = gson.toJson(body) } val localQuery: MutableMap> = HashMap() fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -