C# Class CCNet.Build.Confluence.ConfluenceClient

Show file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
ConfluenceClient ( string user, string password ) : System
GetChildren ( long pageId ) : List
GetPage ( long pageId ) : Page
GetPage ( string spaceCode, string pageName ) : Page
GetPageSummary ( long pageId ) : PageSummary
GetPageSummary ( string spaceCode, string pageName ) : PageSummary
GetSubtree ( long pageId ) : List
UpdatePage ( Page page ) : void

Private Methods

Method Description
ToPage ( RemotePage remotePage ) : Page
ToPageSummary ( RemotePageSummary remotePageSummary ) : PageSummary
ToRemotePage ( Page page ) : RemotePage

Method Details

ConfluenceClient() public method

public ConfluenceClient ( string user, string password ) : System
user string
password string
return System

GetChildren() public method

public GetChildren ( long pageId ) : List
pageId long
return List

GetPage() public method

public GetPage ( long pageId ) : Page
pageId long
return Page

GetPage() public method

public GetPage ( string spaceCode, string pageName ) : Page
spaceCode string
pageName string
return Page

GetPageSummary() public method

public GetPageSummary ( long pageId ) : PageSummary
pageId long
return PageSummary

GetPageSummary() public method

public GetPageSummary ( string spaceCode, string pageName ) : PageSummary
spaceCode string
pageName string
return PageSummary

GetSubtree() public method

public GetSubtree ( long pageId ) : List
pageId long
return List

UpdatePage() public method

public UpdatePage ( Page page ) : void
page Page
return void