Class LockFailureException

    • Constructor Detail

      • LockFailureException

        public LockFailureException​(String message,
                                    org.eclipse.jgit.lib.RefUpdate refUpdate)
      • LockFailureException

        public LockFailureException​(String message,
                                    org.eclipse.jgit.lib.BatchRefUpdate batchRefUpdate)
    • Method Detail

      • getFailedRefs

        public com.google.common.collect.ImmutableList<String> getFailedRefs()
        Subset of ref names that caused the lock failure.