Метод | Описание | |
---|---|---|
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 |
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 | |
Результат | IDisposable |
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 | |
Результат | System.Threading.Tasks.Task |
public GetDeploymentScriptContent ( ) : string | ||
Результат | string |
public GetLogEntries ( string id ) : IEnumerable |
||
id | string | |
Результат | IEnumerable |
public GetLogEntryDetails ( string id, string logId ) : IEnumerable |
||
id | string | |
logId | string | |
Результат | IEnumerable |
public GetResult ( string id ) : Kudu.Core.Deployment.DeployResult | ||
id | string | |
Результат | Kudu.Core.Deployment.DeployResult |