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 |
||
TfsTeam ( ITfsCredentials credentials ) : System |
Method | Description | |
---|---|---|
DefaultTeamSettings ( bool tryAddDefaultIterationPath = false ) : void | ||
FormatPath ( string path ) : string | ||
LoadAreaPaths ( ) : void | ||
LoadIterationPaths ( ) : void | ||
ReadTeamAreaPaths ( ) : string[] |
public DisableAreaPath ( string areaPath ) : void | ||
areaPath | string | |
return | void |
public DisableIterationPath ( string iterationPath ) : void | ||
iterationPath | string | |
return | void |
public EnableAreaPath ( string areaPath, bool includeChildren ) : void | ||
areaPath | string | |
includeChildren | bool | |
return | void |
public EnableIterationPath ( string iterationPath ) : void | ||
iterationPath | string | |
return | void |
public IsAreaPathEnabled ( string areaName ) : bool | ||
areaName | string | |
return | bool |
public IsIterationPathEnabled ( string iterationPath ) : bool | ||
iterationPath | string | |
return | bool |
public SwitchTeamEnabledAreaPaths ( bool>.Dictionary |
||
areaPathsWithIncludeChildren | bool>.Dictionary | |
tryAddDefaultIterationPathIfRequired | bool | |
return | void |
public TfsTeam ( ITfsCredentials credentials ) : System | ||
credentials | ITfsCredentials | |
return | System |