C# Class Tp.Bugzilla.BugzillaResponseProcessor

ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
BugzillaResponseProcessor ( string content ) : System
GetContent ( ) : string
Process ( ) : string

Private Methods

Method Description
AssertIsNotError ( string content ) : void
GetVersion ( string source, string key ) : string
HasValue ( ) : bool
Validate ( ) : void

Method Details

BugzillaResponseProcessor() public method

public BugzillaResponseProcessor ( string content ) : System
content string
return System

GetContent() public method

public GetContent ( ) : string
return string

Process() public method

public Process ( ) : string
return string