plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/types/AzureTemplateHandler.kt [15:21]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Suppress("UselessCallOnNotNull") override suspend fun checkImage(image: AzureCloudImage) = coroutineScope { val exceptions = ArrayList() val details = image.imageDetails details.checkSourceId(exceptions) details.checkRegion(exceptions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/types/AzureVhdHandler.kt [17:23]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Suppress("UselessCallOnNotNull") override suspend fun checkImage(image: AzureCloudImage) = coroutineScope { val exceptions = ArrayList() val details = image.imageDetails details.checkSourceId(exceptions) details.checkRegion(exceptions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -