Skip to content

Commit

Permalink
Forgot adding GHTStatusEventStage
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager committed Apr 29, 2019
1 parent a3011ef commit 148fe70
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ object GHTEventStages {
"evt.deployment.insert",
sideOutput)

class GHTStatusEventStage(stageName: String = "ght_status",
sideOutput: SideOutput = SideOutput())
extends GHTAbstractEventStage[StatusEvent](stageName,
"evt.status.insert",
sideOutput)

class GHTDeploymentStatusEventStage(
stageName: String = "ght_deploymentstatus",
sideOutput: SideOutput = SideOutput())
Expand Down

0 comments on commit 148fe70

Please sign in to comment.