Modifier and Type | Interface and Description |
---|---|
interface |
AffectedVersionsField |
interface |
ComponentsField |
interface |
CustomField
Custom Field interface.
|
interface |
FixVersionsField |
interface |
ProjectField
Represents the Project System Field.
|
interface |
SummaryField |
interface |
TimeSpentField |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregateDurationSystemField
Abstract field for aggregate Time Tracking values.
|
class |
AbstractDurationSystemField |
class |
AbstractOrderableNavigableFieldImpl<V>
Copyright (c) 2002-2004
All rights reserved.
|
class |
AbstractProgressBarSystemField
Base class for Progress Bar system fields.
|
class |
AbstractTextSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
AbstractUserFieldImpl
Base class for single user-based fields
|
class |
AbstractVersionsSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
AffectedVersionsSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
AggregateEstimateSystemField
System field that displays the calculated aggregate remaining estimate.
|
class |
AggregateOriginalEstimateSystemField
System field that displays the calculated aggregate original estimate.
|
class |
AggregateProgressBarSystemField
Progress Bar System Field that uses the aggregate values for percentages.
|
class |
AggregateTimeSpentSystemField
System field that displays the calculated aggregate time spent.
|
class |
AssigneeSystemField
Copyright (c) 2002-2004 All rights reserved.
|
class |
ComponentsSystemField
A field implementation to render
ProjectComponent values. |
class |
CreatedSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
CreatorSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
CustomFieldImpl
Default CustomField implementation backed by the database (a GenericValue object).
|
class |
CustomFieldTestImpl
The only purpose of this class is to increase the visibility of #copyGenericValue so we can mock it in tests.
|
class |
DescriptionSystemField
Represents the field which renders an
Issue description. |
class |
DueDateSystemField |
class |
EnvironmentSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
FixVersionsSystemField
Copyright (c) 2002-2004 All rights reserved.
|
class |
IssueLinksSystemField |
class |
IssueTypeSystemField
Copyright (c) 2002-2004 All rights reserved.
|
class |
KeySystemField |
class |
LabelsSystemField
A field implementation to render Labels.
|
class |
LastViewedSystemField |
class |
MockCustomField
Simple implementation of
CustomField for. |
class |
NavigableFieldImpl |
class |
OriginalEstimateSystemField |
class |
PrioritySystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ProgressBarSystemField
Field that displays a progress bar in the Navigator
|
class |
ProjectSystemField
JIRA's project system field.
|
class |
ReporterSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ResolutionDateSystemField
Stores the date an issue was resolved on.
|
class |
ResolutionSystemField |
class |
SecurityLevelSystemField |
class |
StatusSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
SubTaskSystemField |
class |
SummarySystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ThumbnailSystemField |
class |
TimeEstimateSystemField |
class |
TimeSpentSystemField |
class |
UpdatedSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
VotesSystemField
Created by IntelliJ IDEA.
|
class |
WatchesSystemField |
class |
WorkRatioSystemField |
Modifier and Type | Method and Description |
---|---|
NavigableField |
MockFieldManager.getNavigableField(String id) |
NavigableField |
DefaultFieldManager.getNavigableField(String id) |
NavigableField |
FieldManager.getNavigableField(String id) |
Modifier and Type | Method and Description |
---|---|
NavigableField |
ColumnLayoutItemImpl.getNavigableField() |
NavigableField |
ColumnLayoutItem.getNavigableField() |
Modifier and Type | Method and Description |
---|---|
void |
EditableColumnLayoutImpl.addColumn(NavigableField navigableField) |
void |
EditableColumnLayout.addColumn(NavigableField navigableField) |
boolean |
ColumnLayoutImpl.contains(NavigableField navigableField) |
boolean |
ColumnLayout.contains(NavigableField navigableField) |
Modifier and Type | Method and Description |
---|---|
void |
EditableColumnLayoutImpl.setColumns(List<NavigableField> selectedFields) |
void |
EditableColumnLayout.setColumns(List<NavigableField> selectedFields) |
Constructor and Description |
---|
ColumnLayoutItemImpl(NavigableField navigableField,
int position) |
ExcelColumnLayoutItem(NavigableField navigableField,
int position) |
Modifier and Type | Class and Description |
---|---|
class |
MockNavigableField |
Modifier and Type | Method and Description |
---|---|
List<NavigableField> |
UserCFValue.getFields()
Used in the UI layer.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<ColumnLayoutItem,NavigableField> |
ColumnOptions.TO_FIELD |
Modifier and Type | Method and Description |
---|---|
NavigableField |
SimpleColumnLayoutItem.getNavigableField() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.