Class GerritAuthenticationConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<GerritAuthenticationConfig>
org.jenkinsci.plugins.sonargerrit.gerrit.GerritAuthenticationConfig
- All Implemented Interfaces:
Describable<GerritAuthenticationConfig>
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 12.11.2017 21:43 $Id$
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>
getHttpCredentials
(Item requester) Deprecated.Deprecated.UsegetHttpCredentialsId()
insteadDeprecated.UsegetHttpCredentialsId()
insteadprotected Object
void
setHttpCredentialsId
(String httpCredentialsId) void
setPassword
(String password) Deprecated.UsesetHttpCredentialsId(String)
insteadvoid
setSecretPassword
(Secret secretPassword) Deprecated.UsesetHttpCredentialsId(String)
insteadvoid
setUsername
(String username) Deprecated.UsesetHttpCredentialsId(String)
insteadMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
GerritAuthenticationConfig
@DataBoundConstructor public GerritAuthenticationConfig()
-
-
Method Details
-
readResolve
-
setHttpCredentialsId
-
getHttpCredentialsId
-
setUsername
Deprecated.UsesetHttpCredentialsId(String)
instead -
setPassword
Deprecated.UsesetHttpCredentialsId(String)
instead -
setSecretPassword
Deprecated.UsesetHttpCredentialsId(String)
instead -
getUsername
Deprecated.UsegetHttpCredentialsId()
instead -
getPassword
Deprecated.UsegetHttpCredentialsId()
instead -
getSecretPassword
Deprecated.UsegetHttpCredentialsId()
instead -
getHttpCredentials
-
getHttpCredentialsId()
instead