HyperX.Scripting.Api
The HyperX C# Scripting Application Programming Interface
Loading...
Searching...
No Matches
HyperX.Scripting.Rundeck Class Reference
Inheritance diagram for HyperX.Scripting.Rundeck:
HyperX.Scripting.IdEntity

Public Member Functions

RundeckUpdateStatus SetInputFilePath (string filepath)
 The rundeck's input file path will point to the provided file path.
RundeckUpdateStatus SetResultFilePath (string filepath)
 The rundeck's result file path will point to the provided file path.

Properties

string InputFilePath [get]
bool IsPrimary [get]
 This returns true for the primary rundeck.
string ResultFilePath [get]
Properties inherited from HyperX.Scripting.IdEntity
int Id [get]

Member Function Documentation

◆ SetInputFilePath()

RundeckUpdateStatus HyperX.Scripting.Rundeck.SetInputFilePath ( string filepath)

The rundeck's input file path will point to the provided file path.

Parameters
filepathThe path to the rundeck

◆ SetResultFilePath()

RundeckUpdateStatus HyperX.Scripting.Rundeck.SetResultFilePath ( string filepath)

The rundeck's result file path will point to the provided file path.

Parameters
filepathThe path to the result file

Property Documentation

◆ InputFilePath

string HyperX.Scripting.Rundeck.InputFilePath
get

◆ IsPrimary

bool HyperX.Scripting.Rundeck.IsPrimary
get

This returns true for the primary rundeck.

Note that the primary rundeck always has ID 1.

◆ ResultFilePath

string HyperX.Scripting.Rundeck.ResultFilePath
get

The documentation for this class was generated from the following file: