public class BambooSpecsGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BambooSpecsGenerator.Comment
Represents a comment in Bamboo Specs.
|
| Constructor and Description |
|---|
BambooSpecsGenerator() |
BambooSpecsGenerator(EntityProperties entityProperties) |
| Modifier and Type | Method and Description |
|---|---|
BambooSpecsGenerator |
addEntity(String entityName,
EntityProperties entityProperties) |
String |
emitCode() |
String |
emitCode(String bambooServerUrl) |
static void |
main(String... argv) |
public BambooSpecsGenerator()
public BambooSpecsGenerator(EntityProperties entityProperties) throws PropertiesValidationException
PropertiesValidationExceptionpublic BambooSpecsGenerator addEntity(String entityName, EntityProperties entityProperties) throws PropertiesValidationException
PropertiesValidationExceptionpublic String emitCode() throws CodeGenerationException
CodeGenerationExceptionpublic String emitCode(@NotNull String bambooServerUrl) throws CodeGenerationException
CodeGenerationExceptionpublic static void main(String... argv)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.