public class ProjectManagementProxy extends AbstractRestProxy
AbstractRestProxy.ThrowableSupplier<T,E extends Throwable>logger| Constructor and Description |
|---|
ProjectManagementProxy() |
| Modifier and Type | Method and Description |
|---|---|
static ProjectManagementProxy |
getInstance() |
ProjectResource |
getProject(String id,
String version) |
List<ProjectResource> |
listProjects() |
String |
startProject(String id,
String version) |
String |
stopProject(String id,
String version) |
delete, get, get, invoke, invokeForMsg, parseMsg, parseResponseClass, parseResponseGeneric, post, postpublic static ProjectManagementProxy getInstance()
public List<ProjectResource> listProjects() throws TerminalException
TerminalExceptionpublic ProjectResource getProject(String id, String version) throws TerminalException
TerminalExceptionpublic String startProject(String id, String version) throws TerminalException
TerminalExceptionpublic String stopProject(String id, String version) throws TerminalException
TerminalExceptionCopyright © 2016–2019 AdroitLogic. All rights reserved.