Class BitbucketQuery


  • public final class BitbucketQuery
    extends Object
    Query for Bitbucket Cloud.
    Author:
    Kaz Nishimura
    • Constructor Detail

      • BitbucketQuery

        protected BitbucketQuery​(BitbucketIssueTracker repository)
        Initializes the object.
        Parameters:
        repository - repository to which the query is bound
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Returns the display name of the query.
        Returns:
        the display name of the query
      • setDisplayName

        public void setDisplayName​(String newValue)
        Sets the display name of the query.
        Parameters:
        newValue - new value of the display name
      • getFilter

        public String getFilter()
        Returns the filter expression of the query.
        Returns:
        the filter expression of the query
      • setFilter

        public void setFilter​(String newValue)
        Sets the filter expression of the query.
        Parameters:
        newValue - a new value of the filter expression