Modifier and Type | Method and Description |
---|---|
Resolution |
MockIssueConstantFactory.createResolution(org.ofbiz.core.entity.GenericValue resolutionGv) |
Resolution |
DefaultIssueConstantFactory.createResolution(org.ofbiz.core.entity.GenericValue resolutionGv) |
Resolution |
IssueConstantFactory.createResolution(org.ofbiz.core.entity.GenericValue resolutionGv)
Deprecated.
Since 7.0 Use
IssueConstantFactory.createResolution(ResolutionDTO) |
Resolution |
MockIssueConstantFactory.createResolution(ResolutionDTO resolutionDTO) |
Resolution |
DefaultIssueConstantFactory.createResolution(ResolutionDTO resolutionDTO) |
Resolution |
IssueConstantFactory.createResolution(ResolutionDTO resolutionDTO) |
Resolution |
DefaultResolutionManager.createResolution(String name,
String description) |
Resolution |
ResolutionManager.createResolution(String name,
String description)
Adds a new resolution.
|
Resolution |
DefaultResolutionManager.getDefaultResolution() |
Resolution |
ResolutionManager.getDefaultResolution()
Returns the default resolution.
|
Resolution |
DefaultResolutionManager.getResolution(String id) |
Resolution |
DefaultConstantsManager.getResolution(String id) |
Resolution |
ConstantsManager.getResolution(String id)
Given a resolution ID, this method retrieves that resolution.
|
Resolution |
ResolutionManager.getResolution(String id)
Returns a resolution with the specified id.
|
Resolution |
DefaultResolutionManager.getResolutionByName(String name) |
Resolution |
ResolutionManager.getResolutionByName(String name)
Returns the resolution with the specified name.
|
Resolution |
DefaultConstantsManager.getResolutionObject(String id) |
Resolution |
ConstantsManager.getResolutionObject(String id)
Deprecated.
Use
ConstantsManager.getResolution(String) instead. Since v7.0 |
Modifier and Type | Method and Description |
---|---|
protected List<Resolution> |
DefaultResolutionManager.getAllValues() |
Collection<Resolution> |
DefaultConstantsManager.getResolutionObjects() |
Collection<Resolution> |
ConstantsManager.getResolutionObjects()
Deprecated.
Since v7.0
|
List<Resolution> |
DefaultResolutionManager.getResolutions() |
Collection<Resolution> |
DefaultConstantsManager.getResolutions() |
Collection<Resolution> |
ConstantsManager.getResolutions()
Retrieve all Resolutions in JIRA.
|
List<Resolution> |
ResolutionManager.getResolutions()
Return all resolutions.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultResolutionManager.editResolution(Resolution resolution,
String name,
String description) |
void |
ResolutionManager.editResolution(Resolution resolution,
String name,
String description)
Edits an existing resolution.
|
protected void |
DefaultResolutionManager.postProcess(Resolution resolution) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConstantsManager.recalculateResolutionSequencesAndStore(List<Resolution> resolutions) |
void |
ConstantsManager.recalculateResolutionSequencesAndStore(List<Resolution> resolutions)
Resequences the supplied resolutions into sequential order.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
IssueImpl.getResolution() |
Resolution |
DocumentIssueImpl.getResolution() |
Resolution |
Issue.getResolution()
Returns the Resolution for this Issue.
|
Resolution |
AbstractIssue.getResolutionObject() |
Resolution |
DocumentIssueImpl.getResolutionObject() |
Resolution |
Issue.getResolutionObject()
Deprecated.
Use
Issue.getResolution() instead. Since v7.0 |
Modifier and Type | Method and Description |
---|---|
void |
IssueImpl.setResolution(Resolution resolution) |
void |
MutableIssue.setResolution(Resolution resolution)
Sets the resolution for this Issue.
|
void |
IssueImpl.setResolutionObject(Resolution resolution) |
void |
MutableIssue.setResolutionObject(Resolution resolution)
Sets the resolution for this Issue.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<Resolution> |
ResolutionObjectComparator.RESOLUTION_OBJECT_COMPARATOR
A
Comparator that orders Priority objects by
their configured sequence. |
Modifier and Type | Method and Description |
---|---|
int |
ResolutionObjectComparator.compare(Resolution resolution,
Resolution resolution1) |
Modifier and Type | Method and Description |
---|---|
Resolution |
ResolutionSystemField.getDefaultValue(Issue issue) |
Resolution |
ResolutionSystemField.getValueFromParams(Map params) |
Modifier and Type | Method and Description |
---|---|
void |
ResolutionSystemField.createValue(Issue issue,
Resolution value) |
String |
ResolutionSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem,
webwork.action.Action action,
Issue issue,
Resolution resolution,
Map displayParameters) |
Modifier and Type | Method and Description |
---|---|
static ResolutionJsonBean |
ResolutionJsonBean.shortBean(Resolution resolution,
JiraBaseUrls urls) |
Modifier and Type | Method and Description |
---|---|
static Collection<ResolutionJsonBean> |
ResolutionJsonBean.shortBeans(Collection<Resolution> resolutions,
JiraBaseUrls urls) |
Modifier and Type | Class and Description |
---|---|
class |
ResolutionImpl |
Modifier and Type | Method and Description |
---|---|
Collection<Resolution> |
ResolutionSearchRenderer.getSelectListOptions(SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
Collection<Resolution> |
ResolutionResolver.getAll() |
Constructor and Description |
---|
ResolutionIndexInfoResolver(NameResolver<Resolution> resolutionNameResolver) |
Modifier and Type | Method and Description |
---|---|
Resolution |
TemplateIssue.getResolution() |
Resolution |
TemplateIssue.getResolutionObject() |
Modifier and Type | Method and Description |
---|---|
Resolution |
MockConstantsManager.getResolution(String id) |
Resolution |
MockConstantsManager.getResolutionObject(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<Resolution> |
MockConstantsManager.getResolutionObjects() |
Collection<Resolution> |
MockConstantsManager.getResolutions() |
Modifier and Type | Method and Description |
---|---|
void |
MockConstantsManager.recalculateResolutionSequencesAndStore(List<Resolution> resolutions) |
Modifier and Type | Method and Description |
---|---|
Resolution |
MockIssue.getResolution() |
Resolution |
MockIssue.getResolutionObject() |
Modifier and Type | Method and Description |
---|---|
void |
MockIssue.setResolution(Resolution resolution) |
void |
MockIssue.setResolutionObject(Resolution resolutionObject) |
Modifier and Type | Method and Description |
---|---|
Collection<Resolution> |
ConfigureData.createdResolutions()
Returns the collection of resolutions that have been created
|
Modifier and Type | Method and Description |
---|---|
static ConfigureData |
ConfigureData.create(Project project,
Scheme workflowScheme,
Map<String,JiraWorkflow> createdWorkflows,
FieldConfigScheme issueTypeScheme,
Map<String,IssueType> createdIssueTypes,
IssueTypeScreenScheme issueTypeScreenScheme,
Map<String,FieldScreenScheme> screenSchemes,
Map<String,FieldScreen> screens,
Collection<Resolution> createdResolutions)
Creates a new ConfigureData.
|
Modifier and Type | Method and Description |
---|---|
static ResolutionBean |
ResolutionBean.fullBean(Resolution resolution,
javax.ws.rs.core.UriInfo uriInfo) |
static ResolutionBean |
ResolutionBean.shortBean(Resolution resolution,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
static Collection<ResolutionBean> |
ResolutionBean.asBeans(Collection<? extends Resolution> priorities,
javax.ws.rs.core.UriInfo uriInfo,
String baseUrl) |
Modifier and Type | Method and Description |
---|---|
protected Resolution |
DeleteResolution.getConstant(String id) |
protected Resolution |
EditResolution.getConstant(String id) |
protected Resolution |
ViewResolutions.getConstant(String id) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Resolution> |
DeleteResolution.getConstants() |
protected Collection<Resolution> |
EditResolution.getConstants() |
protected Collection<Resolution> |
ViewResolutions.getConstants() |
Copyright © 2002-2016 Atlassian. All Rights Reserved.