Uses of Class
com.pyxis.greenhopper.jira.fields.FlagField

Packages that use FlagField
com.atlassian.greenhopper.service.issue   
com.atlassian.greenhopper.web.issue   
com.pyxis.greenhopper.gadget.model   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards.context   
com.pyxis.greenhopper.jira.configurations   
com.pyxis.greenhopper.jira.fields   
 

Uses of FlagField in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue that return FlagField
 FlagField IssueFieldServiceImpl.getFlagField(com.opensymphony.user.User user, ProjectConfiguration projectConfiguration)
           
 FlagField IssueFieldService.getFlagField(com.opensymphony.user.User user, ProjectConfiguration projectConfiguration)
          Gets the flagged field for an XProject
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type FlagField
 boolean IssueServiceImpl.isFlaggable(com.atlassian.jira.issue.Issue issue, com.opensymphony.user.User user, FlagField flagField)
           
 boolean IssueService.isFlaggable(com.atlassian.jira.issue.Issue issue, com.opensymphony.user.User user, FlagField flagField)
          Checks if the issue can be flagged.
 

Uses of FlagField in com.atlassian.greenhopper.web.issue
 

Methods in com.atlassian.greenhopper.web.issue that return FlagField
 FlagField XBoardIssue.getFlagField()
           
 

Uses of FlagField in com.pyxis.greenhopper.gadget.model
 

Constructors in com.pyxis.greenhopper.gadget.model with parameters of type FlagField
IssueInfo(com.atlassian.jira.issue.Issue issue, java.util.Map<java.lang.String,java.lang.String> cardColors, int daysInStatus, FlagField flagField)
           
 

Uses of FlagField in com.pyxis.greenhopper.jira.actions
 

Methods in com.pyxis.greenhopper.jira.actions that return FlagField
 FlagField ConfigurationAction.getFlagField()
           
 

Uses of FlagField in com.pyxis.greenhopper.jira.boards.context
 

Methods in com.pyxis.greenhopper.jira.boards.context that return FlagField
 FlagField DefaultBoardContext.getFlagField()
           
 FlagField BoardContext.getFlagField()
           
 

Uses of FlagField in com.pyxis.greenhopper.jira.configurations
 

Methods in com.pyxis.greenhopper.jira.configurations that return FlagField
 FlagField ScrumDefaultConfiguration.getFlagField(IssueFieldManager issueFieldManager)
           
 FlagField Configuration.getFlagField(IssueFieldManager issueFieldManager)
           
 FlagField AbstractDefaultConfiguration.getFlagField(IssueFieldManager issueFieldManager)
           
 FlagField AbstractConfiguration.getFlagField(IssueFieldManager issueFieldManager)
           
 

Uses of FlagField in com.pyxis.greenhopper.jira.fields
 

Subclasses of FlagField in com.pyxis.greenhopper.jira.fields
static class FlagField.NoFlagField
           
 

Fields in com.pyxis.greenhopper.jira.fields declared as FlagField
static FlagField FlagField.NONE
           
 



Copyright © 2007-2011 Atlassian. All Rights Reserved.