Rundeck Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class Rundeck : IdEntity
Inheritance
Object    IdEntity    Rundeck

Properties

Id
(Inherited from IdEntity)
InputFilePath 
IsPrimary This returns true for the primary rundeck.
ResultFilePath 

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
SetInputFilePath The rundeck's input file path will point to the provided file path
SetResultFilePath The rundeck's result file path will point to the provided file path
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also