C# 클래스 SonarQube.Plugins.PluginManifest

Defines properties that appear in the jar manifest file and that provide metadata to SonarQube about the plugin.
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarqube-roslyn-sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Load ( string filePath ) : PluginManifest
Save ( string filePath ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string filePath ) : PluginManifest
filePath string
리턴 PluginManifest

Save() 공개 메소드

public Save ( string filePath ) : void
filePath string
리턴 void