Continue reading »
Plugin code generation (now with Stash!)
- By Tim Pettersen, Stash Developer
- Developer
- On March 25, 2013
I'm a big believer in learning by example. When I'm about to start working with a new library or piece of technology, I first look for prior art to demonstrate the common patterns and idioms associated with its use. For Atlassian plugins, this used to involve trawling through Bitbucket for decent examples or downloading plugin source jars from maven and browsing through them.
But there is an easier way! The Atlassian SDK ships with a set of interactive scripts for creating a plugin and customising

