Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SonarQube
Plugins
PluginManifest
C# Class SonarQube.Plugins.PluginManifest
Defines properties that appear in the jar manifest file and that provide metadata to SonarQube about the plugin.
Mostra file
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