Uses of Class
org.eclipse.jgit.lib.PersonIdent
-
Packages that use PersonIdent Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.gitrepo org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.reftable org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.util Utility classes. -
-
Uses of PersonIdent in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return PersonIdent Modifier and Type Method Description PersonIdentCommitCommand. getAuthor()Get the authorPersonIdentCommitCommand. getCommitter()Get the committerPersonIdentTagCommand. getTagger()Get thetaggerwho created the tag.Methods in org.eclipse.jgit.api with parameters of type PersonIdent Modifier and Type Method Description CommitCommandCommitCommand. setAuthor(PersonIdent author)Sets the author for thiscommit.CommitCommandCommitCommand. setCommitter(PersonIdent committer)Sets the committer for thiscommit.StashCreateCommandStashCreateCommand. setPerson(PersonIdent person)Set the person to use as the author and committer in the commits madeTagCommandTagCommand. setTagger(PersonIdent tagger)Sets the tagger of the tag. -
Uses of PersonIdent in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that return PersonIdent Modifier and Type Method Description PersonIdentBlameGenerator. getSourceAuthor()Get source authorPersonIdentBlameResult. getSourceAuthor(int idx)Get the author that provided the specified line of the result.PersonIdentBlameGenerator. getSourceCommitter()Get source committerPersonIdentBlameResult. getSourceCommitter(int idx)Get the committer that provided the specified line of the result. -
Uses of PersonIdent in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo with parameters of type PersonIdent Modifier and Type Method Description RepoCommandRepoCommand. setAuthor(PersonIdent author)Set the author/committer for the bare repository commit. -
Uses of PersonIdent in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PersonIdent Modifier and Type Method Description PersonIdentReflogEntryImpl. getWho()Get user performing the changeMethods in org.eclipse.jgit.internal.storage.file with parameters of type PersonIdent Modifier and Type Method Description ReflogWriterReflogWriter. log(String refName, ObjectId oldId, ObjectId newId, PersonIdent ident, String message)Write the given entry information to the ref's log -
Uses of PersonIdent in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type PersonIdent Modifier and Type Method Description voidReftableWriter. writeLog(String ref, long updateIndex, PersonIdent who, ObjectId oldId, ObjectId newId, String message)Write one reflog entry to the reftable. -
Uses of PersonIdent in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return PersonIdent Modifier and Type Method Description PersonIdentCommitBuilder. getAuthor()Get the author of this commit (who wrote it).protected PersonIdentObjectBuilder. getAuthor()Retrieves the author of this object.PersonIdentCommitBuilder. getCommitter()Get the committer and commit time for this object.PersonIdentBatchRefUpdate. getRefLogIdent()Get identity of the user making the change in the reflog.PersonIdentRefRename. getRefLogIdent()Get identity of the user making the change in the reflog.PersonIdentRefUpdate. getRefLogIdent()Get identity of the user making the change in the reflog.PersonIdentTagBuilder. getTagger()Get creator of this tag.PersonIdentReflogEntry. getWho()Get user performing the changeMethods in org.eclipse.jgit.lib with parameters of type PersonIdent Modifier and Type Method Description booleanGpgObjectSigner. canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)Indicates if a signing key is available for the specified committer and/or signing key.abstract booleanGpgSigner. canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)Indicates if a signing key is available for the specified committer and/or signing key.voidCommitBuilder. setAuthor(PersonIdent newAuthor)Set the author (name, email address, and date) of who wrote the commit.protected voidObjectBuilder. setAuthor(PersonIdent newAuthor)Sets the author (name, email address, and date) of this object.voidCommitBuilder. setCommitter(PersonIdent newCommitter)Set the committer and commit time for this object.BatchRefUpdateBatchRefUpdate. setRefLogIdent(PersonIdent pi)Set the identity of the user appearing in the reflog.voidRefRename. setRefLogIdent(PersonIdent pi)Set the identity of the user appearing in the reflog.voidRefUpdate. setRefLogIdent(PersonIdent pi)Set the identity of the user appearing in the reflog.voidTagBuilder. setTagger(PersonIdent taggerIdent)Set the creator of this tag.abstract voidGpgSigner. sign(CommitBuilder commit, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)Signs the specified commit.voidGpgObjectSigner. signObject(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)Signs the specified object.Constructors in org.eclipse.jgit.lib with parameters of type PersonIdent Constructor Description PersonIdent(PersonIdent pi)Copy aPersonIdent.PersonIdent(PersonIdent pi, long aWhen, int aTZ)Copy a PersonIdent, but alter the clone's time stampPersonIdent(PersonIdent pi, Instant aWhen)Copy aPersonIdent, but alter the clone's time stampPersonIdent(PersonIdent pi, Date aWhen)Copy aPersonIdent, but alter the clone's time stampPersonIdent(PersonIdent pi, Date when, TimeZone tz)Copy a PersonIdent, but alter the clone's time stamp -
Uses of PersonIdent in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return PersonIdent Modifier and Type Method Description PersonIdentRevCommit. getAuthorIdent()Parse the author identity from the raw buffer.PersonIdentRevCommit. getCommitterIdent()Parse the committer identity from the raw buffer.PersonIdentRevTag. getTaggerIdent()Parse the tagger identity from the raw buffer. -
Uses of PersonIdent in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PersonIdent Modifier and Type Method Description PersonIdentReceivePack. getRefLogIdent()Get identity of the user making the changes in the reflog.Methods in org.eclipse.jgit.transport with parameters of type PersonIdent Modifier and Type Method Description voidPushCertificateStore. put(PushCertificate cert, PersonIdent ident)Put a certificate to be saved to the store.voidPushCertificateStore. put(PushCertificate cert, PersonIdent ident, Collection<ReceiveCommand> matching)Put a certificate to be saved to the store, matching a set of commands.voidReceivePack. setRefLogIdent(PersonIdent pi)Set the identity of the user appearing in the affected reflogs. -
Uses of PersonIdent in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return PersonIdent Modifier and Type Method Description static PersonIdentRawParseUtils. parsePersonIdent(byte[] raw, int nameB)Parse a name line (e.g.static PersonIdentRawParseUtils. parsePersonIdent(String in)Parse a name string (e.g.static PersonIdentRawParseUtils. parsePersonIdentOnly(byte[] raw, int nameB)Parse a name data (e.g.Methods in org.eclipse.jgit.util with parameters of type PersonIdent Modifier and Type Method Description static ObjectIdChangeIdUtil. computeChangeId(ObjectId treeId, ObjectId firstParentId, PersonIdent author, PersonIdent committer, String message)Compute a Change-Id.StringGitDateFormatter. formatDate(PersonIdent ident)Format committer, author or tagger ident according to this formatter's specification.static StringSignatureUtils. toString(GpgSignatureVerifier.SignatureVerification verification, PersonIdent creator, GitDateFormatter formatter)Writes information about a signature verification to a string.
-