| Package | Description |
|---|---|
| com.atlassian.jconnect.jira.customfields |
| Modifier and Type | Class and Description |
|---|---|
class |
IssueLocation
Issue with location.
|
class |
LocationQuery
Simple bean encapsulating query for location: base location and radius to search within.
|
| Modifier and Type | Method and Description |
|---|---|
protected Location |
LocationCFType.getObjectFromDbValue(Object databaseValue) |
Location |
LocationCFType.getSingularObjectFromString(String string) |
Location |
Location.normalize() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
LocationCFType.getDbValueFromObject(Location location) |
String |
LocationCFType.getStringFromSingularObject(Location location) |
void |
LocationCFType.updateValue(com.atlassian.jira.issue.fields.CustomField customField,
com.atlassian.jira.issue.Issue issue,
Location value) |
| Constructor and Description |
|---|
IssueLocation(Location latLng) |
IssueLocation(Location latLng,
com.atlassian.jira.issue.Issue issue) |
Copyright © 2015 Atlassian. All rights reserved.