C# Class SonarLint.VisualStudio.Integration.Persistence.BoundSonarQubeProject

Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BoundSonarQubeProject ( ) : Newtonsoft.Json
BoundSonarQubeProject ( Uri serverUri, string projectKey, ICredentials credentials = null ) : Newtonsoft.Json

Method Details

BoundSonarQubeProject() public method

public BoundSonarQubeProject ( ) : Newtonsoft.Json
return Newtonsoft.Json

BoundSonarQubeProject() public method

public BoundSonarQubeProject ( Uri serverUri, string projectKey, ICredentials credentials = null ) : Newtonsoft.Json
serverUri System.Uri
projectKey string
credentials ICredentials
return Newtonsoft.Json