X Tutup
Skip to content

Latest commit

 

History

History

README.md

Example Step plugins

This directory contains a set of example Rundeck step plugins written in Java.

Files

  • build.gradle, gradle* - the gradle build file and wrapper scripts
  • main/java/com/dtolabs/rundeck/plugin/example - directory containing plugin sourcefiles
    • ExampleNodeStepPlugin.java an example "Node Step Plugin"
    • ExampleRemoteScriptNodeStepPlugin.java an example "Remote Script Node Step Plugin"
    • ExampleStepPlugin.java an example "Step Plugin"
X Tutup