public static class ExternalIdsUpdate.User extends Object
The identity of the current user will be used as author for all commits that update the external IDs. The Gerrit server identity will be used as committer.
Constructor and Description |
---|
User(GitRepositoryManager repoManager,
AllUsersName allUsersName,
com.google.inject.Provider<org.eclipse.jgit.lib.PersonIdent> serverIdent,
com.google.inject.Provider<IdentifiedUser> identifiedUser) |
@Inject public User(GitRepositoryManager repoManager, AllUsersName allUsersName, com.google.inject.Provider<org.eclipse.jgit.lib.PersonIdent> serverIdent, com.google.inject.Provider<IdentifiedUser> identifiedUser)
public ExternalIdsUpdate create()