|
|
@@ -1,5 +1,6 @@
|
|
|
package cn.reghao.bnt.web.devops.app.db.query;
|
|
|
|
|
|
+import cn.reghao.bnt.web.devops.app.model.po.AppBuilding;
|
|
|
import cn.reghao.bnt.web.devops.app.model.po.config.AppConfig;
|
|
|
import cn.reghao.bnt.web.devops.app.model.po.log.BuildLog;
|
|
|
import cn.reghao.bnt.web.devops.app.model.vo.AppBuildingVO;
|
|
|
@@ -32,6 +33,7 @@ public interface AppBuildQuery {
|
|
|
Page<AppBuildingVO> queryByAppName(Map<String, String> kv, Pageable pageable);
|
|
|
Page<BuildLogVO> buildLogVOs(String appId, Pageable pageable);
|
|
|
boolean isBuilding(String appId);
|
|
|
+ AppBuilding getAppBuilding(String appId);
|
|
|
BuildLog getBuildLog(String buildLogId);
|
|
|
String getBuildResult(String buildLogId);
|
|
|
}
|