Code format hawkbit-repository (#1939)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
*/
|
||||
package org.eclipse.hawkbit.repository.model;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import lombok.Data;
|
||||
import org.eclipse.hawkbit.repository.Identifiable;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Use to display software modules for the selected distribution.
|
||||
*/
|
||||
|
||||
@@ -22,6 +22,7 @@ public class DistributionSetInvalidation {
|
||||
private Collection<Long> distributionSetIds;
|
||||
private CancelationType cancelationType;
|
||||
private boolean cancelRollouts;
|
||||
|
||||
/**
|
||||
* Parametric constructor
|
||||
*
|
||||
|
||||
@@ -23,6 +23,7 @@ public class TotalTargetCountStatus {
|
||||
private final Map<Status, Long> statusTotalCountMap = new EnumMap<>(Status.class);
|
||||
private final Long totalTargetCount;
|
||||
private final Action.ActionType rolloutType;
|
||||
|
||||
/**
|
||||
* Create a new states map with the target count for each state.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user