Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
PushProcess ( |
* Create process for specified transport and refs updates specification. *
|
|
execute ( ProgressMonitor monitor ) : |
Perform push operation between local and remote repository - set remote refs appropriately, send needed objects and update local tracking refs.
|
Метод | Описание | |
---|---|---|
ModifyUpdatesForDryRun ( ) : void | ||
PrepareOperationResult ( ) : |
||
PrepareRemoteUpdates ( ) : RemoteRefUpdate>.IDictionary |
||
UpdateTrackingRefs ( ) : void |
public PushProcess ( |
||
transport | /// * transport between remote and local repository, used to Create /// * connection. | |
toPush | IEnumerable |
/// * specification of refs updates (and local tracking branches). |
Результат | System |
public execute ( ProgressMonitor monitor ) : |
||
monitor | ProgressMonitor | /// Progress monitor used for feedback about operation. /// |
Результат |