|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Marker in com.atlassian.greenhopper.model.stats |
---|
Classes in com.atlassian.greenhopper.model.stats that implement Marker | |
---|---|
class |
BoardMarker
|
class |
EmptyMarker
|
Fields in com.atlassian.greenhopper.model.stats declared as Marker | |
---|---|
static Marker |
Marker.NONE
|
Uses of Marker in com.atlassian.greenhopper.service |
---|
Methods in com.atlassian.greenhopper.service that return Marker | |
---|---|
Marker |
CapacityService.compile(BoardWithMarkers board,
WatchedField watchedField)
|
Marker |
CapacityServiceImpl.compile(BoardWithMarkers board,
WatchedField watchedField)
|
Marker |
CapacityService.compile(BoardWithMarkers board,
WatchedField watchedField,
com.atlassian.jira.issue.Issue forcedPosition)
|
Marker |
CapacityServiceImpl.compile(BoardWithMarkers board,
WatchedField watchedField,
com.atlassian.jira.issue.Issue forcedPosition)
|
Marker |
CapacityService.compile(BoardWithMarkers board,
WatchedField watchedField,
java.lang.String forcedValue)
|
Marker |
CapacityServiceImpl.compile(BoardWithMarkers board,
WatchedField watchedField,
java.lang.String forcedValue)
|
Marker |
CapacityService.getMarker(BoardWithMarkers board,
WatchedField watchedField)
|
Marker |
CapacityServiceImpl.getMarker(BoardWithMarkers board,
WatchedField watchedField)
|
Methods in com.atlassian.greenhopper.service that return types with arguments of type Marker | |
---|---|
java.util.Map<java.lang.String,java.util.Set<Marker>> |
CapacityService.getCompiledMarkers(BoardWithMarkers board)
|
java.util.Map<java.lang.String,java.util.Set<Marker>> |
CapacityServiceImpl.getCompiledMarkers(BoardWithMarkers board)
|
Uses of Marker in com.atlassian.greenhopper.service.statistics |
---|
Methods in com.atlassian.greenhopper.service.statistics that return Marker | |
---|---|
Marker |
MarkerService.getMarker(XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
|
Marker |
MarkerServiceImpl.getMarker(XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
|
Marker |
MarkerService.setMarkerToIssue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
com.atlassian.jira.issue.Issue forcedPosition,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
Position the marker at the given issue. |
Marker |
MarkerServiceImpl.setMarkerToIssue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
com.atlassian.jira.issue.Issue forcedPosition,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
In order to position the marker at a particular issue, it gets informed about its "forced position" and then pushed into the collector. |
Marker |
MarkerService.setMarkerToValue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
java.lang.String forcedValue,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
Set the marker to a particular value |
Marker |
MarkerServiceImpl.setMarkerToValue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
java.lang.String forcedValue,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
|
Methods in com.atlassian.greenhopper.service.statistics that return types with arguments of type Marker | |
---|---|
java.util.Map<java.lang.String,java.util.Set<Marker>> |
MarkerService.getCompiledMarkers(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
IssueField sortField,
java.lang.String key,
com.atlassian.query.Query query)
When markers get "compiled", they're getting linked to the issue that defines their position, based on the marker configuration (max value). |
java.util.Map<java.lang.String,java.util.Set<Marker>> |
MarkerServiceImpl.getCompiledMarkers(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
IssueField sortField,
java.lang.String key,
com.atlassian.query.Query query)
"compile" here means find the position of the marker in the issue list and link it to that issue, depending on the marker's configuration. |
Uses of Marker in com.atlassian.greenhopper.web.marker |
---|
Methods in com.atlassian.greenhopper.web.marker that return types with arguments of type Marker | |
---|---|
java.util.Set<Marker> |
MarkerViewModel.getBottomMarkers()
|
java.util.Set<Marker> |
MarkerViewModel.getIssueMarkers(java.lang.String issueKey)
|
Method parameters in com.atlassian.greenhopper.web.marker with type arguments of type Marker | |
---|---|
void |
MarkerViewModel.setMarkers(java.util.Map<java.lang.String,java.util.Set<Marker>> markers)
|
Uses of Marker in com.pyxis.greenhopper.jira.actions |
---|
Methods in com.pyxis.greenhopper.jira.actions that return types with arguments of type Marker | |
---|---|
java.util.Set<Marker> |
CardBoardAction.getBottomMarkers()
|
java.util.Map<java.lang.String,java.util.Set<Marker>> |
CardBoardAction.getCompiledMarkers()
|
java.util.Set<Marker> |
CardBoardAction.getIssueMarkers(com.atlassian.jira.issue.Issue issue)
|
Methods in com.pyxis.greenhopper.jira.actions with parameters of type Marker | |
---|---|
protected void |
DropBoardAction.setMarkerDetails(boolean sameBoard,
Marker marker)
|
Uses of Marker in com.pyxis.greenhopper.jira.util.collector |
---|
Constructors in com.pyxis.greenhopper.jira.util.collector with parameters of type Marker | |
---|---|
MarkerIssuesCollector(org.apache.lucene.search.Searchable searcher,
Marker marker,
boolean above)
|
Constructor parameters in com.pyxis.greenhopper.jira.util.collector with type arguments of type Marker | |
---|---|
MarkersCollector(org.apache.lucene.search.Searchable searcher,
java.util.Set<Marker> markers)
|
Uses of Marker in com.pyxis.greenhopper.jira.util.comparator |
---|
Methods in com.pyxis.greenhopper.jira.util.comparator with parameters of type Marker | |
---|---|
int |
MarkerComparator.compare(Marker marker,
Marker markerToCompare)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |