Class GHCommitSearchBuilder

    • Method Detail

      • author

        public GHCommitSearchBuilder author​(String v)
        Author gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • committer

        public GHCommitSearchBuilder committer​(String v)
        Committer gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • authorName

        public GHCommitSearchBuilder authorName​(String v)
        Author name gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • committerName

        public GHCommitSearchBuilder committerName​(String v)
        Committer name gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • authorEmail

        public GHCommitSearchBuilder authorEmail​(String v)
        Author email gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • committerEmail

        public GHCommitSearchBuilder committerEmail​(String v)
        Committer email gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • authorDate

        public GHCommitSearchBuilder authorDate​(String v)
        Author date gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • committerDate

        public GHCommitSearchBuilder committerDate​(String v)
        Committer date gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • merge

        public GHCommitSearchBuilder merge​(boolean merge)
        Merge gh commit search builder.
        Parameters:
        merge - the merge
        Returns:
        the gh commit search builder
      • hash

        public GHCommitSearchBuilder hash​(String v)
        Hash gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • parent

        public GHCommitSearchBuilder parent​(String v)
        Parent gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • tree

        public GHCommitSearchBuilder tree​(String v)
        Tree gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • is

        public GHCommitSearchBuilder is​(String v)
        Is gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • user

        public GHCommitSearchBuilder user​(String v)
        User gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • org

        public GHCommitSearchBuilder org​(String v)
        Org gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • repo

        public GHCommitSearchBuilder repo​(String v)
        Repo gh commit search builder.
        Parameters:
        v - the v
        Returns:
        the gh commit search builder
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance