com.atlassian.jira.jelly
Interface GroupAware

All Known Implementing Classes:
AddUserToGroup, GroupContextAccessorImpl

public interface GroupAware

Created by IntelliJ IDEA. User: Owen Date: 7/08/2003 Time: 16:48:27 To change this template use Options | File Templates.


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()