com.atlassian.jira.jelly
Interface GroupAware

All Known Implementing Classes:
AddUserToGroup, GroupContextAccessorImpl

public interface GroupAware


Method Summary
 Group getGroup()
           
 String getGroupName()
           
 boolean hasGroup()
           
 

Method Detail

hasGroup

public boolean hasGroup()

getGroupName

public String getGroupName()

getGroup

public Group getGroup()


Copyright © 2002-2006 Atlassian. All Rights Reserved.