RundeckCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class RundeckCol : IdEntityCol<Rundeck>
Inheritance
Object    IdEntityColRundeck    RundeckCol

Properties

Ids
(Inherited from IdEntityColT)

Methods

AddRundeck The specified rundeck at the given filepath will be added to the project's collection of rundecks
Contains
(Inherited from IdEntityColT)
Count
(Inherited from IdEntityColT)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get
(Inherited from IdEntityColT)
GetEnumerator
(Inherited from IdEntityColT)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRundeckPathSetters Get RundeckPathSetters to be edited and input to UpdateAllRundecks.
GetTypeGets the Type of the current instance.
(Inherited from Object)
ReassignPrimary The specified rundeck will be updated to become the new primary rundeck.
RemoveRundeck The specified rundeck at the given filepath will be removed from the project's collection of rundecks
ReplaceStringInAllPaths Replace a given string with a new string in every rundeck path. This is useful when pointing to rundecks of the same name in a new directory.
ToStringReturns a string that represents the current object.
(Inherited from Object)
UpdateAllRundecks Updates the path of all rundecks. The order of newPaths should correspond with the rundeck ids (i.e. The first item in newPaths will update the primary rundeck's paths).

See Also