-
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-89396 || EPMRPP-89397 || EPMRPP-89395 || Change batch endpoint #1928
Conversation
* @param user User | ||
* @return DeleteLaunchesRS | ||
*/ | ||
DeleteBulkRS deleteLaunches(List<Long> ids, |
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.
interface implementation class should be updated accordingly
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.
DeleteBulkRS - response of api don't change
# Conflicts: # src/main/java/com/epam/ta/reportportal/core/launch/DeleteLaunchHandler.java
@@ -123,14 +124,14 @@ public OperationCompletionRS deleteLaunch(Long launchId, | |||
return new OperationCompletionRS("Launch with ID = '" + launchId + "' successfully deleted."); | |||
} | |||
|
|||
public DeleteBulkRS deleteLaunches(DeleteBulkRQ deleteBulkRQ, | |||
public DeleteBulkRS deleteLaunches(List<Long> ids, |
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.
Missing a Javadoc comment.
No description provided.