com.atlassian.jira.jelly
Interface GroupAware

All Known Implementing Classes:
AddUserToGroup, GroupContextAccessorImpl

public interface GroupAware


Method Summary
 Group getGroup()
           
 java.lang.String getGroupName()
           
 boolean hasGroup()
           
 

Method Detail

hasGroup

public boolean hasGroup()

getGroupName

public java.lang.String getGroupName()

getGroup

public Group getGroup()