Interface | Description |
---|---|
RapidIssueEntryCallbackComponent |
Allows splitting out pool callback functionality into separate components
|
RapidIssueEntryQueryService |
Queries issue entry objects.
|
Class | Description |
---|---|
AssigneeCallbackComponent |
Fetch assignee data and related things.
|
ClassificationStatistics | |
CollectIssuesEvent |
Analytics event used to measure performance of issue collection and rendering of extra fields.
|
CollectIssuesResult |
Result object returned by the RapidIssueEntry list queries
|
DaysInColumnCallback |
Collector to find out the total time an issue spent in the column it's currently in.
|
EpicCallbackComponent |
Retrieve the key of the Epic that is associated to each issue (if one exists) and set it onto the
RapidIssueEntry . |
EpicMetadataCallbackComponent |
Fetches additional epic meta data from documents and stores it against the
RapidIssueEntry of an epic. |
ExtraFieldsCallbackComponent |
Callback component that renders extra fields.
|
ExtraFieldsContext |
Context holding information pertinent to extra fields rendering.
|
ExtraFieldsHelper |
Encapsulates field rendering service.
|
FlagResource | |
FlagResource.FlagRequest | |
IssueIdHitCollector |
Lightweight
FieldableDocumentHitCollector that only stores issue ids. |
IssueIdVisitingHitCollector |
An extension of
IssueIdHitCollector which also keeps track of issues which have already been collected. |
RapidIssueConstantEntry<T extends com.atlassian.jira.issue.IssueConstant> | |
RapidIssueConstantEntryCache<T extends com.atlassian.jira.issue.IssueConstant,R extends RapidIssueConstantEntry<T>> | |
RapidIssueEntry | |
RapidIssueEntry.AutoUserAvatar | |
RapidIssueEntry.FieldValue | |
RapidIssueEntry.NumberFieldValue | |
RapidIssueEntry.StatisticFieldValue | |
RapidIssueEntry.TimeInColumnFieldValue |
To provide values which don't change in relation to the current time without mutation of the issue data
we split the timeInColumn field into 2 values:
enteredStatus
the time the issue entered its current status
durationPreviously
the duration in milliseconds previously spent in status associated with the current column
|
RapidIssueEntryCallback |
Specialised data collector for pool issue data.
|
RapidIssueEntryQueryServiceImpl |
Provides calculation of swimlane contents functionality
|
RapidStatusEntry |
TODO: Document this class / interface here
|
RapidStatusEntryCache |
Copyright © 2007–2015 Atlassian. All rights reserved.