C# Class DXVcs2Git.UI.ViewModels.CommitViewModel

Inheritance: BindableBase
Mostrar archivo Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
CommitViewModel ( NGitLab.Models.Commit commit, Func getBuildsHandler, byte[]>.Func downloadArtifactsHandler, byte[]>.Func downloadTraceHandler ) : System
DownloadArtifacts ( ) : ArtifactsViewModel
UpdateBuilds ( ) : void

Method Details

CommitViewModel() public method

public CommitViewModel ( NGitLab.Models.Commit commit, Func getBuildsHandler, byte[]>.Func downloadArtifactsHandler, byte[]>.Func downloadTraceHandler ) : System
commit NGitLab.Models.Commit
getBuildsHandler Func
downloadArtifactsHandler byte[]>.Func
downloadTraceHandler byte[]>.Func
return System

DownloadArtifacts() public method

public DownloadArtifacts ( ) : ArtifactsViewModel
return ArtifactsViewModel

UpdateBuilds() public method

public UpdateBuilds ( ) : void
return void