public interface CapacityService2
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE
Service identifier to be used for dependency injection.
|
| Modifier and Type | Method and Description |
|---|---|
Capacity |
getCapacity(com.atlassian.jira.project.Project project,
ViewDefinition view,
String key,
WatchedField watchedField) |
static final String SERVICE
Capacity getCapacity(com.atlassian.jira.project.Project project, ViewDefinition view, String key, WatchedField watchedField)
project - the project a Capacity is stored againstwatchedField - the watched field to get capacity forkey - The key to find capacities for. This is normally the actual board id, but could also be the column id (task board) and would be
null for the default capacities. The Key passed in is the key used.Copyright © 2007–2015 Atlassian. All rights reserved.