Interface IGitBranchIssueDescriptor

    • Method Detail

      • getBranch

        org.eclipse.jgit.lib.Ref getBranch()
        Returns a Git branch reference associated with this issue.
        Returns:
        a Git branch reference associated with this issue, never null
      • getRepository

        org.eclipse.jgit.lib.Repository getRepository()
        Returns a Git repository associated with this issue.
        Returns:
        a Git repository associated with this issue, never null
      • getInfobase

        InfobaseReference getInfobase()
        Returns an infobase associated with this issue.
        Returns:
        a infobase associated with this issue, never null