Method |
Description |
|
CreateScriptAction ( RMComponent component, ReleaseAction action ) : ScriptAction |
|
|
CreateScriptFromTemplate ( IEnumerable scriptElements, IEnumerable manualInterventionElements, IEnumerable scriptParams, bool generateInitScript ) : string |
|
|
CreateScriptManualIntervention ( ManualIntervention manualIntervention ) : Task |
|
|
GetActionGenerationArgs ( ReleaseAction action, GenerationEventType eventType ) : GenerationEventArgs |
|
|
GetContainerGenerationArgs ( IReleaseActionContainer container, GenerationEventType eventType ) : GenerationEventArgs |
|
|
ProcessContainerContainerAsync ( int stageId, IReleaseActionContainer container, string targetPath ) : System.Threading.Tasks.Task |
|
|
ProcessReleaseActionContainerAsync ( int stageId, IEnumerable actions, string targetPath ) : System.Threading.Tasks.Task |
|
|
ResolveRollbackActions ( int stageId, IEnumerable actions, IReadOnlyCollection scriptElements ) : RollbackActionResolutionResult>>.Task |
|
|