mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' into 'master'
Fixing test failure due to interface changes See merge request entgra/carbon-device-mgt-plugins!164
This commit is contained in:
commit
d8b9754862
@ -456,6 +456,12 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addTaskOperation(String s, List<Device> list, Operation operation)
|
||||
throws OperationManagementException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<? extends Operation> getOperations(DeviceIdentifier deviceIdentifier)
|
||||
throws OperationManagementException {
|
||||
@ -757,4 +763,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
}
|
||||
|
||||
@Override public DeviceEnrollmentInvitationDetails getDeviceEnrollmentInvitationDetails(String s) { return null; }
|
||||
|
||||
@Override
|
||||
public List<Device> getDevicesByIdentifiersAndStatuses(List<String> list,
|
||||
List<EnrolmentInfo.Status> list1)
|
||||
throws DeviceManagementException {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user