-
Notifications
You must be signed in to change notification settings - Fork 66
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
EPMRPP-90342 || Email notifications. Broken links are displayed in finish launch email in case launch has status 'stopped' #2010
Conversation
…nish launch email in case launch has status 'stopped'
@Override | ||
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, | ||
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user) { | ||
@Override |
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.
Line contains a tab character.
@Override | ||
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, | ||
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user) { | ||
@Override |
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.
'method def modifier' has incorrect indentation level 8, expected level should be 2.
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, | ||
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user) { | ||
@Override | ||
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, |
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.
Line contains a tab character.
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, | ||
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user) { | ||
@Override | ||
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, |
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.
Abbreviation in name 'finishLaunchRQ' must contain no more than '1' consecutive capital letters.
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user) { | ||
@Override | ||
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, | ||
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user, String baseUrl) { |
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.
Line is longer than 100 characters (found 112).
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user) { | ||
@Override | ||
public OperationCompletionRS stopLaunch(Long launchId, FinishExecutionRQ finishLaunchRQ, | ||
ReportPortalUser.ProjectDetails projectDetails, ReportPortalUser user, String baseUrl) { |
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.
Line contains a tab character.
…nish launch email in case launch has status 'stopped'
…nish launch email in case launch has status 'stopped'