Class JiraTypeImpl

java.lang.Object
com.atlassian.bamboo.jira.jirametadata.JiraTypeImpl
All Implemented Interfaces:
JiraType

public class JiraTypeImpl extends Object implements JiraType
  • Constructor Details

    • JiraTypeImpl

      public JiraTypeImpl()
    • JiraTypeImpl

      public JiraTypeImpl(String typeDescription, String typeIconUrl)
  • Method Details

    • 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object