File tree Expand file tree Collapse file tree
common/src/main/kotlin/com/cosmotech/common/events
run/src/main/kotlin/com/cosmotech/run/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33package com.cosmotech.common.events
44
55enum class RunType (val value : String ) {
6- Run (" run" ),
7- Delete (" delete" ),
6+ Run (" run" ),
7+ Delete (" delete" ),
88}
99
1010class RunStart (publisher : Any , val runnerData : Any , val runType : RunType ) :
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import com.cosmotech.common.CsmPhoenixService
66import com.cosmotech.common.events.RunDeleted
77import com.cosmotech.common.events.RunStart
88import com.cosmotech.common.events.RunStop
9- import com.cosmotech.common.events.RunType
109import com.cosmotech.common.events.RunnerDeleted
1110import com.cosmotech.common.events.UpdateRunnerStatus
1211import com.cosmotech.common.exceptions.CsmResourceNotFoundException
You can’t perform that action at this time.
0 commit comments