C# Class Kudu.Services.Test.FetchHandlerFacts.MockDeploymentManager

Inheritance: IDeploymentManager
显示文件 Open project: projectkudu/kudu

Public Methods

Method Description
CreateTemporaryDeployment ( string statusText, Kudu.Core.SourceControl.ChangeSet &tempChangeSet, Kudu.Core.SourceControl.ChangeSet changeset = null, string deployedBy = null ) : IDisposable
Delete ( string id ) : void
DeployAsync ( IRepository repository, Kudu.Core.SourceControl.ChangeSet changeSet, string deployer, bool clean, bool needFileUpdate = true ) : System.Threading.Tasks.Task
GetDeploymentScriptContent ( ) : string
GetLogEntries ( string id ) : IEnumerable
GetLogEntryDetails ( string id, string logId ) : IEnumerable
GetLogger ( string id ) : ILogger
GetResult ( string id ) : Kudu.Core.Deployment.DeployResult
GetResults ( ) : IEnumerable

Method Details

CreateTemporaryDeployment() public method

public CreateTemporaryDeployment ( string statusText, Kudu.Core.SourceControl.ChangeSet &tempChangeSet, Kudu.Core.SourceControl.ChangeSet changeset = null, string deployedBy = null ) : IDisposable
statusText string
tempChangeSet Kudu.Core.SourceControl.ChangeSet
changeset Kudu.Core.SourceControl.ChangeSet
deployedBy string
return IDisposable

Delete() public method

public Delete ( string id ) : void
id string
return void

DeployAsync() public method

public DeployAsync ( IRepository repository, Kudu.Core.SourceControl.ChangeSet changeSet, string deployer, bool clean, bool needFileUpdate = true ) : System.Threading.Tasks.Task
repository IRepository
changeSet Kudu.Core.SourceControl.ChangeSet
deployer string
clean bool
needFileUpdate bool
return System.Threading.Tasks.Task

GetDeploymentScriptContent() public method

public GetDeploymentScriptContent ( ) : string
return string

GetLogEntries() public method

public GetLogEntries ( string id ) : IEnumerable
id string
return IEnumerable

GetLogEntryDetails() public method

public GetLogEntryDetails ( string id, string logId ) : IEnumerable
id string
logId string
return IEnumerable

GetLogger() public method

public GetLogger ( string id ) : ILogger
id string
return ILogger

GetResult() public method

public GetResult ( string id ) : Kudu.Core.Deployment.DeployResult
id string
return Kudu.Core.Deployment.DeployResult

GetResults() public method

public GetResults ( ) : IEnumerable
return IEnumerable