C# Class PlasticSCM.Cmdlets.GetCMBranchHeadCommand

Inheritance: System.Management.Automation.PSCmdlet, IDisposable
Afficher le fichier Open project: powercode/PSPlastic

Private Properties

Свойство Type Description
GetBranchHeads IEnumerable
GetMergesAsync Task>
GetSortedChangesetsAsync Task>

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void
ProcessRecord ( ) : void
StopProcessing ( ) : void

Private Methods

Méthode Description
GetBranchHeads ( ) : IEnumerable
GetMergesAsync ( ) : Task>
GetSortedChangesetsAsync ( ) : Task>

Method Details

BeginProcessing() protected méthode

protected BeginProcessing ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void

StopProcessing() protected méthode

protected StopProcessing ( ) : void
Résultat void