C# Class Sep.Git.Tfs.Commands.CleanupWorkspaceLocal

Inheritance: GitTfsCommand
ファイルを表示 Open project: pmiossec/git-tfs Class Usage Examples

Public Methods

Method Description
CleanupWorkspaceLocal ( Globals globals, Sep.Git.Tfs.Commands.CleanupOptions cleanupOptions ) : System.Collections.Generic
Run ( ) : int
Run ( IList remoteIds ) : int

Private Methods

Method Description
Cleanup ( IGitTfsRemote remote ) : void

Method Details

CleanupWorkspaceLocal() public method

public CleanupWorkspaceLocal ( Globals globals, Sep.Git.Tfs.Commands.CleanupOptions cleanupOptions ) : System.Collections.Generic
globals Globals
cleanupOptions Sep.Git.Tfs.Commands.CleanupOptions
return System.Collections.Generic

Run() public method

public Run ( ) : int
return int

Run() public method

public Run ( IList remoteIds ) : int
remoteIds IList
return int