Class SQProjectResolver

java.lang.Object
hudson.plugins.sonar.client.SQProjectResolver

public class SQProjectResolver extends Object
  • Constructor Details

    • SQProjectResolver

      public SQProjectResolver(HttpClient client)
  • Method Details

    • resolve

      @CheckForNull public ProjectInformation resolve(@Nullable String serverUrl, @Nullable String projectDashboardUrl, String ceTaskId, String installationName, Run<?,?> build)
      Resolve information concerning the quality gate. Might return null if it's not possible to fetch it, which should be interpreted as 'nothing to display'. Errors that should be displayed are included in ProjectInformation.getErrors().