Class BitbucketRepositoryProvider.Adapter

    • Constructor Detail

      • Adapter

        protected Adapter​(BitbucketIssueTrackerProxy repository)
        Initializes the object.
        Parameters:
        repository - a repository
    • Method Detail

      • getId

        public String getId()
        Returns the identifier of the repository.
        Returns:
        the identifier for the repository
      • setId

        public void setId​(String newValue)
        Sets the identifier for the repository.
        Parameters:
        newValue - a new value of the identifier
      • getFullName

        public String getFullName()
        Returns the full name of the repository.
        Returns:
        the full name for the repository
      • setFullName

        public void setFullName​(String newValue)
        Sets the full name for the repository.
        Parameters:
        newValue - a new value of the full name
      • getDisplayName

        public String getDisplayName()
        Returns the display name for the repository.
        Returns:
        the display name for the repository
      • setDisplayName

        public void setDisplayName​(String newValue)
        Sets the display name for the repository.
        Parameters:
        newValue - a new value of the display name
      • getTooltip

        public String getTooltip()
        Returns the tooltip text for the repository.
        Returns:
        the tooltip text for the repository
      • setTooltip

        public void setTooltip​(String newValue)
        Sets the tooltip text for the repository.
        Parameters:
        newValue - a new value of the tooltip text
      • getIssueTracker

        public BitbucketIssueTracker getIssueTracker()
        Returns the issue tracker for the full name if found.
        Returns:
        the issue tracker for the full name if found; [@code null} otherwise
      • getController

        public RepositoryController getController()
        Returns the controller object for a repository.
        Returns:
        controller object
      • resetController

        public void resetController()
        Reset the controller object.
      • addPropertyChangeListener

        public void addPropertyChangeListener​(PropertyChangeListener listener)
        Adds a property change listener.
        Parameters:
        listener - property change listener to add
      • removePropertyChangeListener

        public void removePropertyChangeListener​(PropertyChangeListener listener)
        Removes a property change listener.
        Parameters:
        listener - property change listener to remove