C# Class Microsoft.ALMRangers.RMWorkflowMigrator.Tests.Unit.TestHelpers.FakeDeployerToolRepo

Inheritance: IRMDeployerToolRepository
显示文件 Open project: ALM-Rangers/Migrate-assets-from-RM-server-to-VSTS Class Usage Examples

Public Methods

Method Description
WriteToolToDiskAsync ( int deployerToolId, string diskPath ) : System.Threading.Tasks.Task

Method Details

WriteToolToDiskAsync() public method

public WriteToolToDiskAsync ( int deployerToolId, string diskPath ) : System.Threading.Tasks.Task
deployerToolId int
diskPath string
return System.Threading.Tasks.Task