Skip to content

Commit

Permalink
EPMRPP-96944 || Add instance activity constants
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Nov 22, 2024
1 parent 88d05af commit e25b121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ public enum ActivityAction {
CREATE_PROJECT("createProject"),
DELETE_PROJECT("deleteProject"),
BULK_DELETE_PROJECT("bulkDeleteProject"),
UPDATE_PATTERN_ANALYZER("updatePatternAnalysisSettings");
UPDATE_PATTERN_ANALYZER("updatePatternAnalysisSettings"),

UPDATE_INSTANCE("updateInstance");

private final String value;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

public enum EventObject {

INSTANCE("instance"),
LAUNCH("launch"),
DASHBOARD("dashboard"),
DEFECT_TYPE("defectType"),
Expand Down

0 comments on commit e25b121

Please sign in to comment.