C# Class SonarQube.Plugins.PluginManifest

Defines properties that appear in the jar manifest file and that provide metadata to SonarQube about the plugin.
ファイルを表示 Open project: SonarSource-VisualStudio/sonarqube-roslyn-sdk Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Load ( string filePath ) : PluginManifest
Save ( string filePath ) : void

Method Details

Load() public static method

public static Load ( string filePath ) : PluginManifest
filePath string
return PluginManifest

Save() public method

public Save ( string filePath ) : void
filePath string
return void