Class BanCommitResult


  • public class BanCommitResult
    extends Object
    • Constructor Detail

      • BanCommitResult

        public BanCommitResult()
    • Method Detail

      • commitBanned

        public void commitBanned​(org.eclipse.jgit.lib.ObjectId commitId)
      • commitAlreadyBanned

        public void commitAlreadyBanned​(org.eclipse.jgit.lib.ObjectId commitId)
      • notACommit

        public void notACommit​(org.eclipse.jgit.lib.ObjectId id)
      • getNewlyBannedCommits

        public List<org.eclipse.jgit.lib.ObjectId> getNewlyBannedCommits()
      • getAlreadyBannedCommits

        public List<org.eclipse.jgit.lib.ObjectId> getAlreadyBannedCommits()
      • getIgnoredObjectIds

        public List<org.eclipse.jgit.lib.ObjectId> getIgnoredObjectIds()