format source code correctly and add javadoc to TargetFields.
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -51,8 +51,14 @@ public enum TargetFields implements FieldNameProvider {
|
||||
*/
|
||||
ATTRIBUTE("targetInfo.controllerAttributes", true),
|
||||
|
||||
/**
|
||||
* distribution sets which is assigned to the target.
|
||||
*/
|
||||
ASSIGNEDDS("assignedDistributionSet", "name", "version"),
|
||||
|
||||
/**
|
||||
* distribution sets which is installed on the target.
|
||||
*/
|
||||
INSTALLEDDS("targetInfo.installedDistributionSet", "name", "version"),
|
||||
/**
|
||||
* The tags field.
|
||||
|
||||
Reference in New Issue
Block a user