-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add displayName method for Action Execution enum #6056
Add displayName method for Action Execution enum #6056
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6056 +/- ##
=========================================
Coverage 40.24% 40.25%
- Complexity 14338 14340 +2
=========================================
Files 1746 1746
Lines 118245 118269 +24
Branches 19220 19225 +5
=========================================
+ Hits 47590 47604 +14
- Misses 63338 63346 +8
- Partials 7317 7319 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
public String getDisplayName() { | ||
|
||
return Action.ActionTypes.valueOf(this.value).getDisplayName(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need this string instance variable right ? why not just use this.name()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in 7628689
Quality Gate passedIssues Measures |
Proposed changes in this PR
This PR adds a displayName method for ActionType enum in action execution component
Related Issues
process-action-response
action id in diagnostics logs product-is#21474