|
| | __getitem__ (self, int index) |
| | __init__ (self, _api.RundeckCol rundeckCol) |
| | __iter__ (self) |
| | __len__ (self) |
| Rundeck | AddRundeck (self, str inputPath, str resultPath=None) |
| | The specified rundeck at the given filepath will be added to the project's collection of rundecks.
|
| list[RundeckPathPair] | GetRundeckPathSetters (self) |
| | Get RundeckPathSetters to be edited and input to UpdateAllRundecks.
|
| RundeckUpdateStatus | ReassignPrimary (self, int id) |
| | The specified rundeck will be updated to become the new primary rundeck.
|
| RundeckRemoveStatus | RemoveRundeck (self, int id) |
| | The specified rundeck at the given filepath will be removed from the project's collection of rundecks.
|
| RundeckBulkUpdateStatus | ReplaceStringInAllPaths (self, str stringToReplace, str newString) |
| | Replace a given string with a new string in every rundeck path.
|
| RundeckBulkUpdateStatus | UpdateAllRundecks (self, tuple[RundeckPathPair] newPaths) |
| | Updates the path of all rundecks.
|
| | __init__ (self, _api.IdEntityCol idEntityCol) |
| bool | Contains (self, int id) |
| int | Count (self) |
| IdEntity | Get (self, int id) |
◆ __init__()
| hyperx.api.RundeckCol.__init__ |
( |
| self, |
|
|
_api.RundeckCol | rundeckCol ) |
◆ __getitem__()
| hyperx.api.RundeckCol.__getitem__ |
( |
| self, |
|
|
int | index ) |
◆ __iter__()
| hyperx.api.RundeckCol.__iter__ |
( |
| self | ) |
|
◆ __len__()
| hyperx.api.RundeckCol.__len__ |
( |
| self | ) |
|
◆ AddRundeck()
| Rundeck hyperx.api.RundeckCol.AddRundeck |
( |
| self, |
|
|
str | inputPath, |
|
|
str | resultPath = None ) |
The specified rundeck at the given filepath will be added to the project's collection of rundecks.
- Parameters
-
| inputPath | The path to the rundeck |
| resultPath | The path to the rundeck's corresponding result file |
◆ GetRundeckPathSetters()
Get RundeckPathSetters to be edited and input to UpdateAllRundecks.
◆ ReassignPrimary()
The specified rundeck will be updated to become the new primary rundeck.
It is best practice to call hyperx.api.Project.RegeneratePfem after reassigning the primary rundeck
◆ RemoveRundeck()
The specified rundeck at the given filepath will be removed from the project's collection of rundecks.
- Parameters
-
| id | The id of the rundeck to remove |
◆ 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.
◆ 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).
◆ _CollectedClass
| hyperx.api.RundeckCol._CollectedClass = Rundeck |
|
protected |
◆ RundeckColList
| hyperx.api.RundeckCol.RundeckColList = property |
|
static |
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py