aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-common/src/main
diff options
context:
space:
mode:
authorNolwenn Cadic <98824442+Nolwenn-cadic-sonarsource@users.noreply.github.com>2024-07-25 09:00:10 +0200
committersonartech <sonartech@sonarsource.com>2024-07-25 20:02:51 +0000
commit9f614fdbf0fe66eec11ece07a98e7ad056476be1 (patch)
tree546f11effd8783e030719f82842b05050010653b /server/sonar-auth-common/src/main
parentf2f826c4e98af4ca1996c07873e60095d23f79bd (diff)
downloadsonarqube-9f614fdbf0fe66eec11ece07a98e7ad056476be1.tar.gz
sonarqube-9f614fdbf0fe66eec11ece07a98e7ad056476be1.zip
SONAR-22596 Fail Gitlab sync task if user consent is needed
Diffstat (limited to 'server/sonar-auth-common/src/main')
-rw-r--r--server/sonar-auth-common/src/main/java/org/sonar/auth/DevOpsPlatformSettings.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-auth-common/src/main/java/org/sonar/auth/DevOpsPlatformSettings.java b/server/sonar-auth-common/src/main/java/org/sonar/auth/DevOpsPlatformSettings.java
index 23486ab9418..3c5b74fcb60 100644
--- a/server/sonar-auth-common/src/main/java/org/sonar/auth/DevOpsPlatformSettings.java
+++ b/server/sonar-auth-common/src/main/java/org/sonar/auth/DevOpsPlatformSettings.java
@@ -27,4 +27,6 @@ public interface DevOpsPlatformSettings {
boolean isProjectVisibilitySynchronizationActivated();
+ boolean isUserConsentRequiredAfterUpgrade();
+
}