wolfboys commented on code in PR #3687:
URL: 
https://github.com/apache/incubator-streampark/pull/3687#discussion_r1585147912


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/ProjectService.java:
##########
@@ -57,4 +57,11 @@ public interface ProjectService extends IService<Project> {
   List<Application> getApplications(Project project);
 
   boolean checkExists(Project project);
+
+  /**
+   * Gets current running build project data
+   *
+   * @return build number
+   */
+  Long selectCurrentBuildCount();

Review Comment:
   How about change the method name to getBuildingCount?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@streampark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to