Méthode | Description | |
---|---|---|
BuildTasks ( DD.CBU.CaasDeploy.Library.Models.DeploymentLog deploymentLog ) : TaskExecutor |
Gets the deletion tasks for the supplied deployment log.
|
|
BuildTasks ( DD.CBU.CaasDeploy.Library.Models.DeploymentTemplate template, string scriptPath ) : TaskExecutor |
Gets the deployment tasks for the supplied deployment template.
|
|
BuildTasks ( DD.CBU.CaasDeploy.Library.Models.DeploymentTemplate template, string scriptPath, string>.IDictionary |
Gets the deployment tasks for the supplied deployment template.
|
|
BuildTasksFromDeploymentLog ( string deploymentLogFilePath ) : TaskExecutor |
Gets the deletion tasks for the supplied deployment log.
|
|
BuildTasksFromDeploymentTemplate ( string templateFilePath ) : TaskExecutor |
Gets the deployment tasks for the supplied deployment template.
|
|
BuildTasksFromDeploymentTemplate ( string templateFilePath, string>.IDictionary |
Gets the deployment tasks for the supplied deployment template.
|
|
BuildTasksFromDeploymentTemplate ( string templateFilePath, string parametersFilePath ) : TaskExecutor |
Gets the deployment tasks for the supplied deployment template.
|
public BuildTasks ( DD.CBU.CaasDeploy.Library.Models.DeploymentLog deploymentLog ) : TaskExecutor | ||
deploymentLog | DD.CBU.CaasDeploy.Library.Models.DeploymentLog | The deployment log. |
Résultat | TaskExecutor |
public BuildTasks ( DD.CBU.CaasDeploy.Library.Models.DeploymentTemplate template, string scriptPath ) : TaskExecutor | ||
template | DD.CBU.CaasDeploy.Library.Models.DeploymentTemplate | The deployment template. |
scriptPath | string | The script path. |
Résultat | TaskExecutor |
public BuildTasks ( DD.CBU.CaasDeploy.Library.Models.DeploymentTemplate template, string scriptPath, string>.IDictionary |
||
template | DD.CBU.CaasDeploy.Library.Models.DeploymentTemplate | The deployment template. |
scriptPath | string | The script path. |
parameters | string>.IDictionary | The deployment parameters. |
Résultat | TaskExecutor |
public BuildTasksFromDeploymentLog ( string deploymentLogFilePath ) : TaskExecutor | ||
deploymentLogFilePath | string | The deployment log file path. |
Résultat | TaskExecutor |
public BuildTasksFromDeploymentTemplate ( string templateFilePath ) : TaskExecutor | ||
templateFilePath | string | The template file path. |
Résultat | TaskExecutor |
public BuildTasksFromDeploymentTemplate ( string templateFilePath, string>.IDictionary |
||
templateFilePath | string | The template file path. |
parameters | string>.IDictionary | The deployment parameters. |
Résultat | TaskExecutor |
public BuildTasksFromDeploymentTemplate ( string templateFilePath, string parametersFilePath ) : TaskExecutor | ||
templateFilePath | string | The template file path. |
parametersFilePath | string | The parameters file path. |
Résultat | TaskExecutor |