|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Configuration in com.atlassian.greenhopper.service.statistics |
|---|
| Methods in com.atlassian.greenhopper.service.statistics with parameters of type Configuration | |
|---|---|
java.util.Set<IssueField> |
WatchedFieldService.getAllAvailableWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
Get all available watched fields for a given boardType and configuration Note that this method won't return IssueFields already contained in watched fields. |
java.util.Set<IssueField> |
WatchedFieldServiceImpl.getAllAvailableWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
|
WatchedField |
WatchedFieldService.getWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
java.lang.String fieldId)
Get a watched field given its field id |
WatchedField |
WatchedFieldServiceImpl.getWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
java.lang.String fieldId)
|
java.util.Set<WatchedField> |
WatchedFieldService.getWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
Get the configured watched fields for a given boardType and configuration |
java.util.Set<WatchedField> |
WatchedFieldServiceImpl.getWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
|
boolean |
WatchedFieldService.isWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
IssueField issueField)
Is the passed in IssueField a watched field? |
boolean |
WatchedFieldServiceImpl.isWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
IssueField issueField)
Is the passed in IssueField a watched field? |
| Uses of Configuration in com.pyxis.greenhopper.jira.actions |
|---|
| Methods in com.pyxis.greenhopper.jira.actions that return Configuration | |
|---|---|
abstract Configuration |
ConfigurationAction.getConfiguration()
|
Configuration |
ProjectConfigurationAction.getConfiguration()
|
Configuration |
ProjectConfigurationAction.getNewConfiguration()
|
| Uses of Configuration in com.pyxis.greenhopper.jira.configurations |
|---|
| Classes in com.pyxis.greenhopper.jira.configurations that implement Configuration | |
|---|---|
class |
AbstractConfiguration
|
class |
AbstractDefaultConfiguration
|
class |
DefaultConfiguration
|
class |
GlobalConfiguration
|
class |
ProjectConfiguration
|
class |
ScrumDefaultConfiguration
|
| Methods in com.pyxis.greenhopper.jira.configurations that return Configuration | |
|---|---|
Configuration |
GlobalConfiguration.getDefaultConfiguration()
|
Configuration |
ProjectConfiguration.getDefaultConfiguration()
|
Configuration |
Configuration.getDefaultConfiguration()
|
Configuration |
AbstractDefaultConfiguration.getDefaultConfiguration()
|
Configuration |
GlobalConfiguration.getFallBackConfiguration()
|
Configuration |
ProjectConfiguration.getFallBackConfiguration()
|
Configuration |
Configuration.getFallBackConfiguration()
|
Configuration |
AbstractDefaultConfiguration.getFallBackConfiguration()
|
| Uses of Configuration in com.pyxis.greenhopper.jira.configurations.layout |
|---|
| Fields in com.pyxis.greenhopper.jira.configurations.layout declared as Configuration | |
|---|---|
protected Configuration |
AbstractLayouts.configuration
|
| Constructors in com.pyxis.greenhopper.jira.configurations.layout with parameters of type Configuration | |
|---|---|
AbstractLayouts(java.lang.String layoutType,
Configuration configuration,
IssueFieldManager issueFieldManager)
|
|
CardLayouts(Configuration configuration,
IssueFieldManager issueFieldManager)
|
|
ListLayouts(Configuration configuration,
IssueFieldManager issueFieldManager)
|
|
SummaryLayouts(Configuration configuration,
IssueFieldManager issueFieldManager)
|
|
| Uses of Configuration in com.pyxis.greenhopper.jira.configurations.taskboard |
|---|
| Constructors in com.pyxis.greenhopper.jira.configurations.taskboard with parameters of type Configuration | |
|---|---|
TaskBoardConfiguration(Configuration configuration)
|
|
| Uses of Configuration in com.pyxis.greenhopper.jira.util.comparator |
|---|
| Methods in com.pyxis.greenhopper.jira.util.comparator with parameters of type Configuration | |
|---|---|
int |
ConfigurationComparator.compare(Configuration config,
Configuration configToCompare)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||