Package | Description |
---|---|
com.atlassian.jira.plugin.customfield | |
com.atlassian.jira.web.bean |
Modifier and Type | Method and Description |
---|---|
String |
CustomFieldTypeModuleDescriptorImpl.getBulkMoveHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem,
Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
BulkMoveHelper bulkMoveHelper) |
String |
CustomFieldTypeModuleDescriptor.getBulkMoveHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem,
Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
BulkMoveHelper bulkMoveHelper) |
Modifier and Type | Method and Description |
---|---|
Map<Long,BulkMoveHelper.DistinctValueResult> |
DefaultBulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution) |
Map<Long,BulkMoveHelper.DistinctValueResult> |
BulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution)
For the given field, calculates all the distinct values present in the currently selected issues of the BulkEditBean.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultBulkMoveHelper.needsSelection(BulkMoveHelper.DistinctValueResult distinctValue,
Long id,
String valueName) |
boolean |
BulkMoveHelper.needsSelection(BulkMoveHelper.DistinctValueResult distinctValue,
Long id,
String valueName)
Method called by Velocity templates to check if the current DistinctValueResult matches the value specified and thus should be selected.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.