C# 클래스 CCNet.Build.Confluence.ConfluenceClient

파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ToPage ( RemotePage remotePage ) : Page
ToPageSummary ( RemotePageSummary remotePageSummary ) : PageSummary
ToRemotePage ( Page page ) : RemotePage

메소드 상세

ConfluenceClient() 공개 메소드

public ConfluenceClient ( string user, string password ) : System
user string
password string
리턴 System

GetChildren() 공개 메소드

public GetChildren ( long pageId ) : List
pageId long
리턴 List

GetPage() 공개 메소드

public GetPage ( long pageId ) : Page
pageId long
리턴 Page

GetPage() 공개 메소드

public GetPage ( string spaceCode, string pageName ) : Page
spaceCode string
pageName string
리턴 Page

GetPageSummary() 공개 메소드

public GetPageSummary ( long pageId ) : PageSummary
pageId long
리턴 PageSummary

GetPageSummary() 공개 메소드

public GetPageSummary ( string spaceCode, string pageName ) : PageSummary
spaceCode string
pageName string
리턴 PageSummary

GetSubtree() 공개 메소드

public GetSubtree ( long pageId ) : List
pageId long
리턴 List

UpdatePage() 공개 메소드

public UpdatePage ( Page page ) : void
page Page
리턴 void