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.CommitMethodKetchReplica. commitMethodprivate KetchReplica.CommitMethodReplicaConfig. commitMethodMethods in org.eclipse.jgit.internal.ketch that return KetchReplica.CommitMethod Modifier and Type Method Description KetchReplica.CommitMethodKetchReplica. getCommitMethod()Get how Ketch will commit to the repository.KetchReplica.CommitMethodReplicaConfig. getCommitMethod()Get how Ketch should apply committed changes.static KetchReplica.CommitMethodKetchReplica.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.
-