📄️ Write Custom Gadget
In this example, we will enhance the plugin in tutorial Write Your First Plugin to add a custom gadget to display a specified message. Firstable, we create our gadget class as below:
📄️ The Example Plugin in Tutorial
Source code of this plugin can be found in project com.example.myplugin after you import the example plugins, and this is the final version of the example plugin used in the Plugin Tutorials
📄️ The JavaNCSS Plugin
This example plugin analyzes JavaNCSS report to count source and comment lines of your project and if comment to source ratio is under a specified threshold, it reports a build error. It also adds a pie chart to build overview page displaying source and comment lines, and adds a stack bar chart to statistics page to display trends of comment to source ratio over time.
📄️ Creating a Test Report Plugin
Since 4.0, you can add your own test report plugin by using report plugin APIs. Normally, a test report plugin contributes below extension-points to QuickBuild:
📄️ Creating an Issue Tracker Plugin
Since 4.0, you can add your own test report plugin by using report plugin APIs. Normally, an typical issue tracker plugin contributes below extension points: