Interface Condition

All Known Implementing Classes:
Affects, AllOf, Branch, CommitMessage, CommitTitle, Conditions

public interface Condition
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit commit, String branch)
     
  • Method Details

    • matches

      boolean matches(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit commit, String branch)