Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Content Zone

Table of Contents

Development Approach

  • Decide on implementation type - Java or Docker, depending on your expertise.
  • Define plugin.xml and properties.xml files. This should help you describe operations that will be developed and project or environment/instance level properties used by each operation. You can also define plugin operation inputs as appropriate. At times, you can just use inputs without properties if it makes sense.
  • Developer plugin implementation.
  • Unit test plugin opeations.
  • Package and verify on FlexDeploy server.

Plugin Implementation

Java Plugin

...