Skip to content

Conversation

ayolab
Copy link
Contributor

@ayolab ayolab commented Aug 6, 2025

No description provided.

@@ -60,8 +60,9 @@ public void setReportServerRest(RestTemplate reportServerRest) {
this.reportServerRest = Objects.requireNonNull(reportServerRest, "reportServerRest can't be null");
}

public void sendReport(UUID reportUuid, ReportNode reportNode) {
public void sendReport(UUID reportUuid, ReportNode reportNode, boolean isVariantBuild) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe one method sendReport and another one sendAndReplaceReport ?

@@ -171,7 +171,7 @@ private NetworkModificationResult flushModificationApplications(List<Application
.build();
}

private ApplicationStatus apply(ModificationApplicationGroup modificationGroupInfos, NetworkStoreListener listener) {
private ApplicationStatus apply(ModificationApplicationGroup modificationGroupInfos, NetworkStoreListener listener, boolean isVariantBuild) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe isIncremental ? I don't know I feel like I don't understand easily this isVariantBuild boolean

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants