@RestController @RequestMapping(value="/manage/") public class ManageEditProjectController extends BaseAgentController
projectInfoService| Constructor and Description |
|---|
ManageEditProjectController(WhitelistDirectoryService whitelistDirectoryService,
JdkInfoService jdkInfoService) |
| Modifier and Type | Method and Description |
|---|---|
String |
deleteProject(String copyId)
删除项目
|
String |
releaseOutGiving() |
String |
saveProject(NodeProjectInfoModel projectInfo) |
String |
saveProject(String id,
String newLib)
检查项目lib 情况
|
getNowUserName, getProjectInfoModel, getProjectInfoModel, getUserName, getWorkspaceId, tryGetProjectInfoModel, tryGetProjectInfoModelcheckPathSafe, pathSafeclearResources, createMultipart, getCookieValue, getHeader, getHeaders, getIp, getMultiRequest, getObject, getParameter, getParameter, getParameterInt, getParameterInt, getParameterLong, getParameterLong, getParameters, getParametersMap, getRefererParameter, getUnescapeParameter, getUnescapeParameter, getUnescapeParameters, getXssParameter, getXssParameter, getXssParameters, hasFile, resetInfogetApplication, getAttribute, getClientIP, getHeaderMapValues, getRequest, getRequestAttributes, getResponse, getSession, getSessionAttribute, getSessionAttributeObj, removeSessionAttribute, setAttribute, setSessionAttribute, tryGetRequestAttributespublic ManageEditProjectController(WhitelistDirectoryService whitelistDirectoryService, JdkInfoService jdkInfoService)
@RequestMapping(value="saveProject",
method=POST,
produces="application/json")
public String saveProject(NodeProjectInfoModel projectInfo)
@RequestMapping(value="deleteProject",
method=POST,
produces="application/json")
public String deleteProject(String copyId)
@RequestMapping(value="releaseOutGiving",
method=POST,
produces="application/json")
public String releaseOutGiving()
Copyright © 2017–2022. All rights reserved.