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, post
public static ProjectManagementProxy getInstance()
public List<ProjectResource> listProjects() throws TerminalException
TerminalException
public ProjectResource getProject(String id, String version) throws TerminalException
TerminalException
public String startProject(String id, String version) throws TerminalException
TerminalException
public String stopProject(String id, String version) throws TerminalException
TerminalException
Copyright © 2016–2019 AdroitLogic. All rights reserved.