public interface DiffOperations
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<java.lang.String> |
diffApp(ApplicationType type,
java.lang.String name,
java.util.List<java.lang.String> features,
BuildTool buildTool,
TestFramework testFramework,
Language lang,
JdkVersion javaVersion,
RequestInfo requestInfo)
Diffs the whole application for all selected features.
|
org.reactivestreams.Publisher<java.lang.String> |
diffFeature(@NotNull ApplicationType type,
java.lang.String name,
@NotBlank java.lang.String feature,
BuildTool buildTool,
TestFramework testFramework,
Language lang,
JdkVersion javaVersion,
RequestInfo requestInfo)
Previews an application.
|
org.reactivestreams.Publisher<java.lang.String> diffFeature(@NotNull @NotNull ApplicationType type, @Nullable java.lang.String name, @NotBlank @NonNull @NotBlank java.lang.String feature, @Nullable BuildTool buildTool, @Nullable TestFramework testFramework, @Nullable Language lang, @Nullable JdkVersion javaVersion, RequestInfo requestInfo) throws java.io.IOException
type
- The application typename
- The project namefeature
- The featurebuildTool
- The build tooltestFramework
- The test frameworklang
- The langrequestInfo
- The request infojava.io.IOException
org.reactivestreams.Publisher<java.lang.String> diffApp(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