Uses of Class
org.eclipse.jgit.internal.ketch.KetchReplica.CommitMethod
-
Packages that use KetchReplica.CommitMethod Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchReplica.CommitMethod in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch declared as KetchReplica.CommitMethod Modifier and Type Field Description private KetchReplica.CommitMethod
KetchReplica. commitMethod
private KetchReplica.CommitMethod
ReplicaConfig. commitMethod
Methods in org.eclipse.jgit.internal.ketch that return KetchReplica.CommitMethod Modifier and Type Method Description KetchReplica.CommitMethod
KetchReplica. getCommitMethod()
Get how Ketch will commit to the repository.KetchReplica.CommitMethod
ReplicaConfig. getCommitMethod()
Get how Ketch should apply committed changes.static KetchReplica.CommitMethod
KetchReplica.CommitMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KetchReplica.CommitMethod[]
KetchReplica.CommitMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-