Class GerritConnectionInfo
java.lang.Object
org.jenkinsci.plugins.sonargerrit.gerrit.GerritConnectionInfo
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class GerritConnectionInfo
extends Object
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 28.11.2017 16:33
$Id$
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGerritConnectionInfo
(Map<String, String> envVars, com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTrigger trigger, GerritAuthenticationConfig authenticationConfig, Item context) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
GERRIT_NAME_ENV_VAR_NAME
- See Also:
-
GERRIT_CHANGE_NUMBER_ENV_VAR_NAME
- See Also:
-
GERRIT_PATCHSET_NUMBER_ENV_VAR_NAME
- See Also:
-
-
Constructor Details
-
GerritConnectionInfo
public GerritConnectionInfo(Map<String, String> envVars, com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTrigger trigger, GerritAuthenticationConfig authenticationConfig, Item context)
-
-
Method Details
-
getServerName
-
getChangeNumber
-
getPatchsetNumber
-
getUsername
-
getPassword
-