|
Results |
|
Dim14.2: Pulse: Create an example file scanner expert tutorial
Experts can be created using Groovy Script and simpler examples are given in the following KB articles. This article is a more comprehensive Groovy Script example that interrogates the changeset that makes up the delivery that the expert is being invoked on. It can be used as a template for developing your own Expert.
|
|
|
Pulse Custom Expert: Extending the custom1 plugin
In this document the following modifications will take place 1. An additional JSON file will be added to allow users to specify a property that can be used as a configurable parameter for calling the expert 2. Additional logic in the Groovy script to use the parameter supplied The following five steps will achieve this goal:
|
|
|
CM: 14.2 Pulse: Extend the custom1 expert
1. An additional JSON file will be added to allow users to specify a property that can be used as a configurable parameter for calling the expert 2. Additional logic in the Groovy script to use the parameter supplied Please note: The following resolution is specific to the 14.2 version of CM and this may well change for custom expert implementations in future versions of CM.
|
|
|
Pulse Custom Expert: Recipe for creating a custom plugin
... ............................................... 3 Step 3: Create the groovy file ............................................. ...
|
|
|
DIM14: Pulse: Expert: Create your own Expert, Getting Started Tutorial
Step 1: Create the plugin structure Step 2: Create the expert directory Step 3: Create the groovy file
|
|
|