Class DepthWalk.Commit

    • Constructor Detail

      • Commit

        protected Commit​(AnyObjectId id)
        Initialize a new commit.
        Parameters:
        id - object name for the commit.
    • Method Detail

      • getDepth

        public int getDepth()
        Returns:
        depth of this commit, as found by the shortest path.
      • isBoundary

        public boolean isBoundary()
        Returns:
        true if at least one of this commit's parents was excluded due to a shallow fetch setting, false otherwise
        Since:
        5.2