public class BuildService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
BuildService(WorkspaceStorage workspaceStorage) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildProject(String projectName) |
void |
buildProject(String projectName,
ProjectState projectState)
Breaks the project state from a big JSON object to separate files per node/step.
|
public BuildService(WorkspaceStorage workspaceStorage)
public void buildProject(String projectName, ProjectState projectState) throws StorageException
StorageExceptionpublic void buildProject(String projectName) throws StorageException
StorageExceptionCopyright © 2016. All Rights Reserved.