C# Class CCNet.Build.Reconfigure.BasicProjectPage

Inheritance: ProjectPage
Show file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
CheckPage ( TfsClient client ) : void
ExportMap ( ) : Guid>.Tuple
RenderPage ( ) : PageDocument

Protected Methods

Method Description
ApplyTo ( ProjectConfiguration config ) : void
BasicProjectPage ( string areaName, string projectName, string pageName, PageDocument pageDocument, BuildOwners buildOwners ) : System

Private Methods

Method Description
CheckTfsPathArea ( string tfsPath, string areaName ) : bool
CheckTfsPathProject ( string tfsPath, string projectName ) : bool
ParseAbout ( System.Xml.Linq.XElement page ) : System.Xml.Linq.XElement
ParseColumns ( System.Xml.Linq.XElement section ) : List
ParseFromDetails ( System.Xml.Linq.XElement page, int index ) : System.Xml.Linq.XElement
ParseHistory ( System.Xml.Linq.XElement page ) : System.Xml.Linq.XElement
ParseSections ( System.Xml.Linq.XElement page ) : List
ParseStats ( System.Xml.Linq.XElement page ) : System.Xml.Linq.XElement
ParseTfsPath ( string>.Dictionary properties ) : string
RenderAbout ( ) : System.Xml.Linq.XElement
RenderDetails ( ) : System.Xml.Linq.XElement
RenderHistory ( ) : System.Xml.Linq.XElement
RenderLinks ( ) : System.Xml.Linq.XElement
RenderMore ( ) : System.Xml.Linq.XElement
RenderStats ( ) : System.Xml.Linq.XElement
RenderTfsPath ( ) : System.Xml.Linq.XElement

Method Details

ApplyTo() protected method

protected ApplyTo ( ProjectConfiguration config ) : void
config ProjectConfiguration
return void

BasicProjectPage() protected method

protected BasicProjectPage ( string areaName, string projectName, string pageName, PageDocument pageDocument, BuildOwners buildOwners ) : System
areaName string
projectName string
pageName string
pageDocument CCNet.Build.Confluence.PageDocument
buildOwners BuildOwners
return System

CheckPage() public method

public CheckPage ( TfsClient client ) : void
client CCNet.Build.Tfs.TfsClient
return void

ExportMap() public method

public ExportMap ( ) : Guid>.Tuple
return Guid>.Tuple

RenderPage() public method

public RenderPage ( ) : PageDocument
return CCNet.Build.Confluence.PageDocument