| Package | Description |
|---|---|
| com.viae.maven.sonar.services | |
| com.viae.maven.sonar.utils |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDateTime |
SonarQualityGateServiceImpl.getLastRunTimeStamp(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName) |
java.time.LocalDateTime |
SonarQualityGateService.getLastRunTimeStamp(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName)
Get the timestamp of the last sonar run.
|
void |
SonarQualityGateServiceImpl.handleQualityGateState(org.sonar.wsclient.SonarClient client,
String projectKey) |
void |
SonarQualityGateServiceImpl.linkQualityGateToProject(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName) |
void |
SonarQualityGateService.linkQualityGateToProject(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName)
Link the given the given quality gate (i.e.
|
default void |
SonarQualityGateService.validateQualityGate(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName)
Validate if the quality gate linked to the given project is passed.
|
void |
SonarQualityGateServiceImpl.validateQualityGate(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName,
java.time.LocalDateTime executionStart,
int secondsToWait) |
void |
SonarQualityGateService.validateQualityGate(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName,
java.time.LocalDateTime executionStart,
int secondsToWait)
Validate if the quality gate linked to the given project is passed.
|
protected void |
SonarQualityGateServiceImpl.waitForNewPublishingOfSonarResults(org.sonar.wsclient.SonarClient client,
String projectKey,
String qualityGateName,
java.time.LocalDateTime executionStart,
int secondsToWait) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonUtil.getIdOnMainLevel(String jsonString) |
static String |
JsonUtil.getOnMainLevel(String jsonString,
String fieldName) |
static org.json.simple.JSONArray |
JsonUtil.parseArray(String json) |
Copyright © 2016. All rights reserved.