com.atlassian.bamboo.jira.jirametadata
Interface JiraAssignee
- All Known Implementing Classes:
- JiraAssigneeImpl
@PublicApi
public interface JiraAssignee
Bamboo's representation of a issue assignee object from JIRA
getName
@NotNull
String getName()
- Returns:
- The name of JIRA issue assignee, i.e "pstefaniak"
getDisplayName
@NotNull
String getDisplayName()
- Returns:
- The display name of JIRA issue assignee, i.e "Piotr Stefan Stefaniak [Atlassian]"
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.