C# Class GitSharp.Core.Transport.TransportAmazonS3

Inheritance: GitSharp.Core.Transport.HttpTransport
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
TransportAmazonS3 ( Repository local, URIish uri ) : System
canHandle ( URIish uri ) : bool
close ( ) : void
openFetch ( ) : IFetchConnection
openPush ( ) : IPushConnection

Method Details

TransportAmazonS3() public méthode

public TransportAmazonS3 ( Repository local, URIish uri ) : System
local Repository
uri URIish
Résultat System

canHandle() public static méthode

public static canHandle ( URIish uri ) : bool
uri URIish
Résultat bool

close() public méthode

public close ( ) : void
Résultat void

openFetch() public méthode

public openFetch ( ) : IFetchConnection
Résultat IFetchConnection

openPush() public méthode

public openPush ( ) : IPushConnection
Résultat IPushConnection