C# Class VSSonarPlugins.Types.Profile

Show file Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Private Properties

Property Type Description
UpdateRuleData void

Public Methods

Method Description
AddRule ( Rule rule ) : void

The create rule.

GetAllRules ( ) : List

The get all rules.

GetRule ( string internalKeyOrConfigKey ) : Rule

The get rule.

Profile ( ISonarRestService service, ISonarConfiguration conf ) : System

Private Methods

Method Description
UpdateRuleData ( Rule rule ) : void

Method Details

AddRule() public method

The create rule.
public AddRule ( Rule rule ) : void
rule Rule /// The rule. ///
return void

GetAllRules() public method

The get all rules.
public GetAllRules ( ) : List
return List

GetRule() public method

The get rule.
public GetRule ( string internalKeyOrConfigKey ) : Rule
internalKeyOrConfigKey string The internal Key Or Key.
return Rule

Profile() public method

public Profile ( ISonarRestService service, ISonarConfiguration conf ) : System
service ISonarRestService
conf ISonarConfiguration
return System