C# Class GitSharp.PushCommand

Inheritance: AbstractCommand
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
AddAll ( ) : void
AddTags ( ) : void
Execute ( ) : void
PushCommand ( ) : System.Collections.Generic

Private Methods

Méthode Description
printPushResult ( URIish uri, PushResult result ) : void
printRefUpdateResult ( URIish uri, OperationResult result, RemoteRefUpdate rru ) : void
printUpdateLine ( char flag, string summary, string srcRef, string destRef, string message ) : void

Method Details

AddAll() public méthode

public AddAll ( ) : void
Résultat void

AddTags() public méthode

public AddTags ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

PushCommand() public méthode

public PushCommand ( ) : System.Collections.Generic
Résultat System.Collections.Generic