Interface JiraAssignee

All Known Implementing Classes:
JiraAssigneeImpl

@PublicApi public interface JiraAssignee
Bamboo's representation of a issue assignee object from JIRA
  • Method Details

    • getName

      @NotNull @NotNull String getName()
      Returns:
      The name of JIRA issue assignee, i.e "pstefaniak"
    • getDisplayName

      @NotNull @NotNull String getDisplayName()
      Returns:
      The display name of JIRA issue assignee, i.e "Piotr Stefan Stefaniak [Atlassian]"