get_plugin_dependency_graph
Recursively analyzes a Jenkins plugin's dependencies, returning nodes and edges for Graphviz dependency graph generation.
Instructions
Get dependency graph for a specific plugin in Graphviz format
Recursively analyzes dependencies down to leaf nodes. Returns nodes and edges that can be used to generate a dependency graph.
Args: short_name: The short name of the plugin to analyze
Returns: A dictionary with 'nodes' and 'edges' for Graphviz rendering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||