Class JiraTypeImpl

    • Constructor Detail

      • JiraTypeImpl

        public JiraTypeImpl()
      • JiraTypeImpl

        public JiraTypeImpl​(String typeDescription,
                            String typeIconUrl)
    • Method Detail

      • getTypeDescription

        @NotNull
        public @NotNull String getTypeDescription()
        Specified by:
        getTypeDescription in interface JiraType
        Returns:
        Description of JIRA issue type
      • getTypeIconUrl

        @NotNull
        public @NotNull String getTypeIconUrl()
        Specified by:
        getTypeIconUrl in interface JiraType
        Returns:
        URL to the icon representing JIRA issue type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object