agent/src/main/kotlin/com/jetbrains/teamcity/plugins/unrealengine/agent/automation/commands/RunAutomationCommandWorkflowCreator.kt [28:39]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - context(_: Raise, context: UnrealBuildContext) override suspend fun create() = Workflow(getCommands()) context(_: Raise, context: UnrealBuildContext) private suspend fun getCommands(): List = listOf( run(), ) context(_: Raise, context: UnrealBuildContext) private suspend fun run(): UnrealEngineCommandExecution { val command = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - agent/src/main/kotlin/com/jetbrains/teamcity/plugins/unrealengine/agent/commandlets/CommandletWorkflowCreator.kt [28:39]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - context(_: Raise, context: UnrealBuildContext) override suspend fun create() = Workflow(getCommands()) context(_: Raise, context: UnrealBuildContext) private suspend fun getCommands(): List = listOf( run(), ) context(_: Raise, context: UnrealBuildContext) private suspend fun run(): UnrealEngineCommandExecution { val command = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -