Package hudson.plugins.sonar.client
Class SQProjectResolver
java.lang.Object
hudson.plugins.sonar.client.SQProjectResolver
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SQProjectResolver
-
-
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 inProjectInformation.getErrors()
.
-