Node node.getAttributes().get("XXX") returns only values for predefined attributes
Reported by S K Sastry | May 26th, 2011 @ 06:32 PM | in Rundeck 1.3 (closed)
Basically, predefined attributes ("name", "hostname", etc) which have predefined methods ("getNodename()", "getHostname()", etc.) cannot be accessed using the "node.getAttributes().get("hostname")". However, non-predefined attributes, say "domain" will return appropriately defined value.
It would be great if the predefined attributes could be accessed using the "node.getAttributes().get("...")" method.
Comments and changes to this ticket
-
Greg Schueler May 27th, 2011 @ 11:48 AM
- Tag set to java api
- Milestone set to Rundeck 1.3
- Milestone order changed from 39 to 0
-
Greg Schueler June 8th, 2011 @ 08:34 AM
- Tag changed from java api to java api, bug
- Assigned user set to Greg Schueler
- Milestone order changed from 46 to 0
-
Greg Schueler June 10th, 2011 @ 10:31 AM
- State changed from new to open
-
Deleted User June 10th, 2011 @ 02:14 PM
- State changed from open to resolved
(from [c5cdc44d84b2163b7e227aeab06bbd60f46f0361]) Update behavior of NodesEntryImpl [#310 state:resolved] https://github.com/dtolabs/rundeck/commit/c5cdc44d84b2163b7e227aeab...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 310 Node node.getAttributes().get("XXX") returns only values for predefined attributes (from [c5cdc44d84b2163b7e227aeab06bbd60f46f0361]) Update ...