diff options
author | Straubs, Ralph (rs8887) <rs8887@att.com> | 2019-10-22 10:43:09 -0500 |
---|---|---|
committer | Straubs, Ralph (rs8887) <rs8887@att.com> | 2019-10-24 11:09:45 -0500 |
commit | ffc78b2ad00d35e49e8ca3f8524483f6df171d50 (patch) | |
tree | 44613578158b205e82e339e82f92d486d804501d /models-provider | |
parent | 5f69582dfaf325a8552ebeaa7cd69f81bc7d478f (diff) |
Changes in preparation for the m2 model
1) Replace enum 'ControlLoopTargetType' with 'String' -- symbols such as
'ControlLoopTargetType.VM' still work, but now expand into a String.
This gives the ability to add new application-specific types.
2) Move 'ControlLoopEvent.payload' to 'VirtualControlLoopEvent'. This
symbol isn't common to all 'ControlLoopEvent' types, and this
definition collides with a 'payload' defined in our application.
3) Add 'RestManager.patch(...)', which performs a REST patch.
4) Add lombok getters and setters
5) Remove trailing spaces
6) Fix order of arguments in 'assertEquals' in 'ControlLoopTargetTypeTest'
7) Update Junit tests in 'RestTest' to include 'RestManager.patch(...)'
Issue-ID: POLICY-1948
Signed-off-by: Straubs, Ralph (rs8887) <rs8887@att.com>
Change-Id: I08e04ea3cbcf368c760b630bcfe23a4370cf94dc
Diffstat (limited to 'models-provider')
0 files changed, 0 insertions, 0 deletions