public static class AccountsUpdate.User
extends java.lang.Object
The identity of the current user will be used as author for all commits that update the accounts. The Gerrit server identity will be used as committer.
Constructor and Description |
---|
User(GitRepositoryManager repoManager,
GitReferenceUpdated gitRefUpdated,
AllUsersName allUsersName,
OutgoingEmailValidator emailValidator,
com.google.inject.Provider<org.eclipse.jgit.lib.PersonIdent> serverIdent,
com.google.inject.Provider<IdentifiedUser> identifiedUser,
com.google.inject.Provider<MetaDataUpdate.User> metaDataUpdateUserFactory) |
Modifier and Type | Method and Description |
---|---|
AccountsUpdate |
create() |
@Inject public User(GitRepositoryManager repoManager, GitReferenceUpdated gitRefUpdated, AllUsersName allUsersName, OutgoingEmailValidator emailValidator, com.google.inject.Provider<org.eclipse.jgit.lib.PersonIdent> serverIdent, com.google.inject.Provider<IdentifiedUser> identifiedUser, com.google.inject.Provider<MetaDataUpdate.User> metaDataUpdateUserFactory)
public AccountsUpdate create()