Skip to main content

5 docs tagged with "synthetic"

View all tags

Customize an existing CI type

This topic covers how to customize Configuration Item (CI) types in Deploy by adding or modifying properties using synthetic properties. These properties become a part of the CI type and can be specified in the deployment package (DAR file) and shown in the Deploy GUI.

Define a synthetic method

This topic covers defining and implementing methods on Configuration Items (CIs) in Deploy, specifically for control tasks.

Defining a synthetic enum property

This topic will explain how to create an enum kind property fully in synthetic.xml. In previous versions of the product(s) you needed to have a compiled Java Enum class on the classpath to define the values of the enumeration. Now you can add the following properties to the synthetic.xml file of your plugins / extensions:

Deploy plugin tutorial

This tutorial will explain the basic case of deploying a file to a target Container and doing something on the target Container with that file.