public interface PreviewOperations
| Modifier and Type | Method and Description |
|---|---|
PreviewDTO |
previewApp(ApplicationType type,
java.lang.String name,
java.util.List<java.lang.String> features,
BuildTool buildTool,
TestFramework testFramework,
Language lang,
JdkVersion javaVersion,
RequestInfo requestInfo)
Previews an application.
|
PreviewDTO previewApp(ApplicationType type, java.lang.String name, @Nullable java.util.List<java.lang.String> features, @Nullable BuildTool buildTool, @Nullable TestFramework testFramework, @Nullable Language lang, @Nullable JdkVersion javaVersion, RequestInfo requestInfo) throws java.io.IOException
type - The application typename - The name of the applicationfeatures - The featuresbuildTool - The build tooltestFramework - The test frameworklang - The langrequestInfo - The request infojava.io.IOException