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()
CustomFieldWithVersionUsage
getCustomFieldId
in interface CustomFieldWithVersionUsage
public String getFieldName()
CustomFieldWithVersionUsage
getFieldName
in interface CustomFieldWithVersionUsage
public long getIssueCountWithVersionInCustomField()
CustomFieldWithVersionUsage
getIssueCountWithVersionInCustomField
in interface CustomFieldWithVersionUsage
Copyright © 2002-2024 Atlassian. All Rights Reserved.