get_plugin_dependency_graph
Recursively analyze a Jenkins plugin's dependencies down to leaf nodes and return nodes and edges for Graphviz rendering, enabling clear dependency visualization.
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 | |||