public class ProjectManagementCommands extends Object
Constructor and Description |
---|
ProjectManagementCommands() |
Modifier and Type | Method and Description |
---|---|
String |
listProjects(boolean verbose) |
String |
startProject(String id,
String version) |
String |
stopProject(String id,
String version) |
String |
viewProjects(String id,
String version,
boolean verbose) |
public String listProjects(boolean verbose) throws TerminalException
TerminalException
public String viewProjects(String id, String version, boolean verbose) 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.