public static class VersionCustomFieldStore.CustomFieldUsageImpl extends Object implements CustomFieldWithVersionUsage
| Constructor and Description |
|---|
CustomFieldUsageImpl(long customFieldId,
String fieldName,
long fieldCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCustomFieldId()
Custom field identifier.
|
String |
getFieldName()
Custom field name.
|
long |
getIssueCountWithVersionInCustomField()
Number of issues where custom field is set to given version.
|
public CustomFieldUsageImpl(long customFieldId,
String fieldName,
long fieldCount)
public long getCustomFieldId()
CustomFieldWithVersionUsagegetCustomFieldId in interface CustomFieldWithVersionUsagepublic String getFieldName()
CustomFieldWithVersionUsagegetFieldName in interface CustomFieldWithVersionUsagepublic long getIssueCountWithVersionInCustomField()
CustomFieldWithVersionUsagegetIssueCountWithVersionInCustomField in interface CustomFieldWithVersionUsageCopyright © 2002-2017 Atlassian. All Rights Reserved.