HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.Rundeck Class Reference
Inheritance diagram for hyperx.api.Rundeck:
hyperx.api.IdEntity

Public Member Functions

 __init__ (self, _api.Rundeck rundeck)
RundeckUpdateStatus SetInputFilePath (self, str filepath)
 The rundeck's input file path will point to the provided file path.
RundeckUpdateStatus SetResultFilePath (self, str filepath)
 The rundeck's result file path will point to the provided file path.
Public Member Functions inherited from hyperx.api.IdEntity
 __init__ (self, _api.IdEntity idEntity)

Properties

 InputFilePath = property
 IsPrimary = property
 ResultFilePath = property
Properties inherited from hyperx.api.IdEntity
 Id = property

Additional Inherited Members

Protected Attributes inherited from hyperx.api.IdEntity
 _Entity = idEntity

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.Rundeck.__init__ ( self,
_api.Rundeck rundeck )

Member Function Documentation

◆ SetInputFilePath()

RundeckUpdateStatus hyperx.api.Rundeck.SetInputFilePath ( self,
str filepath )

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

Parameters
filepathThe path to the rundeck

◆ SetResultFilePath()

RundeckUpdateStatus hyperx.api.Rundeck.SetResultFilePath ( self,
str filepath )

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

Parameters
filepathThe path to the result file

Property Documentation

◆ InputFilePath

hyperx.api.Rundeck.InputFilePath = property
static

◆ IsPrimary

hyperx.api.Rundeck.IsPrimary = property
static

◆ ResultFilePath

hyperx.api.Rundeck.ResultFilePath = property
static

The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py