RundeckColUpdateAllRundecks Method

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).

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public RundeckBulkUpdateStatus UpdateAllRundecks(
	List<RundeckPathPair> newPaths
)

Parameters

newPaths  ListRundeckPathPair

Return Value

RundeckBulkUpdateStatus

See Also