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

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

Public Methods

Method Description
CleanupWorkspaces ( 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

CleanupWorkspaces() public method

public CleanupWorkspaces ( 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