|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RundeckNode | |
|---|---|
| org.rundeck.api | Java client for the RunDeck API. |
| org.rundeck.api.parser | Internal parsers for parsing the RunDeck responses. |
| Uses of RundeckNode in org.rundeck.api |
|---|
| Methods in org.rundeck.api that return RundeckNode | |
|---|---|
RundeckNode |
RundeckClient.getNode(String name,
String project)
Get the definition of a single node |
| Methods in org.rundeck.api that return types with arguments of type RundeckNode | |
|---|---|
List<RundeckNode> |
RundeckClient.getNodes()
List all nodes (for all projects) |
List<RundeckNode> |
RundeckClient.getNodes(String project)
List all nodes that belongs to the given project |
List<RundeckNode> |
RundeckClient.getNodes(String project,
Properties nodeFilters)
List nodes that belongs to the given project |
| Uses of RundeckNode in org.rundeck.api.parser |
|---|
| Methods in org.rundeck.api.parser that return RundeckNode | |
|---|---|
RundeckNode |
NodeParser.parseXmlNode(org.dom4j.Node node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||