C# Class TfsApi.Administration.Workers.TfsTeam

Inheritance: ITfsTeam
ファイルを表示 Open project: Gordon-Beeming/Tfs-Api

Public Methods

Method Description
DisableAreaPath ( string areaPath ) : void
DisableIterationPath ( string iterationPath ) : void
EnableAreaPath ( string areaPath, bool includeChildren ) : void
EnableIterationPath ( string iterationPath ) : void
IsAreaPathEnabled ( string areaName ) : bool
IsIterationPathEnabled ( string iterationPath ) : bool
SwitchTeamEnabledAreaPaths ( bool>.Dictionary areaPathsWithIncludeChildren, bool tryAddDefaultIterationPathIfRequired = false ) : void
TfsTeam ( ITfsCredentials credentials ) : System

Private Methods

Method Description
DefaultTeamSettings ( bool tryAddDefaultIterationPath = false ) : void
FormatPath ( string path ) : string
LoadAreaPaths ( ) : void
LoadIterationPaths ( ) : void
ReadTeamAreaPaths ( ) : string[]

Method Details

DisableAreaPath() public method

public DisableAreaPath ( string areaPath ) : void
areaPath string
return void

DisableIterationPath() public method

public DisableIterationPath ( string iterationPath ) : void
iterationPath string
return void

EnableAreaPath() public method

public EnableAreaPath ( string areaPath, bool includeChildren ) : void
areaPath string
includeChildren bool
return void

EnableIterationPath() public method

public EnableIterationPath ( string iterationPath ) : void
iterationPath string
return void

IsAreaPathEnabled() public method

public IsAreaPathEnabled ( string areaName ) : bool
areaName string
return bool

IsIterationPathEnabled() public method

public IsIterationPathEnabled ( string iterationPath ) : bool
iterationPath string
return bool

SwitchTeamEnabledAreaPaths() public method

public SwitchTeamEnabledAreaPaths ( bool>.Dictionary areaPathsWithIncludeChildren, bool tryAddDefaultIterationPathIfRequired = false ) : void
areaPathsWithIncludeChildren bool>.Dictionary
tryAddDefaultIterationPathIfRequired bool
return void

TfsTeam() public method

public TfsTeam ( ITfsCredentials credentials ) : System
credentials ITfsCredentials
return System