Testing the Plugin
Now, restart Codebeamer to reload the wiki plugins.
Add the following markup to a wiki testpage:
[{HelloWorldDemoPlugin}]
[{HelloWorldDemoPlugin name='Joe'}]
Alternatively, you can use the generic syntax with the fully qualified classname of your plugin class if your plugin is not in the cb.wiki.plugins package:
[{INSERT com.mycompany.MyPlugin WHERE param1=value1,param2=value2 }]
What you should see now is:
Hello World!
Hello Joe!