Uses of Class
org.eclipse.jgit.util.time.ProposedTimestamp
Packages that use ProposedTimestamp
Package
Description
Core API for repository, config, refs, object database.
-
Uses of ProposedTimestamp in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type ProposedTimestampModifier and TypeFieldDescriptionprivate List<ProposedTimestamp>BatchRefUpdate.timestampsAssociated timestamps that should be blocked on before update.Methods in org.eclipse.jgit.lib that return types with arguments of type ProposedTimestampModifier and TypeMethodDescriptionBatchRefUpdate.getProposedTimestamps()Get list of timestamps the batch must wait for.Methods in org.eclipse.jgit.lib with parameters of type ProposedTimestampModifier and TypeMethodDescriptionBatchRefUpdate.addProposedTimestamp(ProposedTimestamp ts) Request the batch to wait for the affected timestamps to resolve.Constructors in org.eclipse.jgit.lib with parameters of type ProposedTimestampModifierConstructorDescriptionPersonIdent(String aName, String aEmailAddress, ProposedTimestamp when) Construct a newPersonIdentwith current time. -
Uses of ProposedTimestamp in org.eclipse.jgit.util.time
Methods in org.eclipse.jgit.util.time that return ProposedTimestampModifier and TypeMethodDescriptionMonotonicClock.propose()Obtain a timestamp close to "now".MonotonicSystemClock.propose()Obtain a timestamp close to "now".Method parameters in org.eclipse.jgit.util.time with type arguments of type ProposedTimestampModifier and TypeMethodDescriptionstatic voidProposedTimestamp.blockUntil(Iterable<ProposedTimestamp> times, Duration maxWait) Wait for several timestamps.