RundeckColAddRundeck Method

The specified rundeck at the given filepath will be added to the project's collection of rundecks

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public Rundeck AddRundeck(
	string inputPath,
	string resultPath = null
)

Parameters

inputPath  String
The path to the rundeck
resultPath  String  (Optional)
The path to the rundeck's corresponding result file

Return Value

Rundeck

See Also