Uses of Interface
com.atlassian.jira.issue.resolution.Resolution
Packages that use Resolution
Package
Description
-
Uses of Resolution in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return ResolutionModifier and TypeMethodDescriptionDefaultIssueConstantFactory.createResolution(ResolutionDTO resolutionDTO) DefaultIssueConstantFactory.createResolution(org.ofbiz.core.entity.GenericValue resolutionGv) DefaultResolutionManager.createResolution(String name, String description) IssueConstantFactory.createResolution(ResolutionDTO resolutionDTO) IssueConstantFactory.createResolution(org.ofbiz.core.entity.GenericValue resolutionGv) Deprecated.MockIssueConstantFactory.createResolution(ResolutionDTO resolutionDTO) MockIssueConstantFactory.createResolution(org.ofbiz.core.entity.GenericValue resolutionGv) ResolutionManager.createResolution(String name, String description) Adds a new resolution.DefaultResolutionManager.getDefaultResolution()ResolutionManager.getDefaultResolution()Returns the default resolution.ConstantsManager.getResolution(String id) Given a resolution ID, this method retrieves that resolution.DefaultConstantsManager.getResolution(String id) DefaultResolutionManager.getResolution(String id) ResolutionManager.getResolution(String id) Returns a resolution with the specified id.DefaultResolutionManager.getResolutionByName(String name) ResolutionManager.getResolutionByName(String name) Returns the resolution with the specified name.Methods in com.atlassian.jira.config that return types with arguments of type ResolutionModifier and TypeMethodDescriptionDefaultResolutionManager.findResolutions(String substring) ResolutionManager.findResolutions(String query) protected List<Resolution>DefaultResolutionManager.getAllValues()ConstantsManager.getResolutions()Retrieve all Resolutions in JIRA.DefaultConstantsManager.getResolutions()DefaultResolutionManager.getResolutions()ResolutionManager.getResolutions()Return all resolutions.Methods in com.atlassian.jira.config with parameters of type ResolutionModifier and TypeMethodDescriptionvoidDefaultResolutionManager.editResolution(Resolution resolution, String name, String description) voidResolutionManager.editResolution(Resolution resolution, String name, String description) Edits an existing resolution.protected voidDefaultResolutionManager.postProcess(Resolution resolution) Method parameters in com.atlassian.jira.config with type arguments of type ResolutionModifier and TypeMethodDescriptionvoidConstantsManager.recalculateResolutionSequencesAndStore(List<Resolution> resolutions) Resequences the supplied resolutions into sequential order.voidDefaultConstantsManager.recalculateResolutionSequencesAndStore(List<Resolution> resolutions) -
Uses of Resolution in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return ResolutionModifier and TypeMethodDescriptionDocumentIssueImpl.getResolution()GenericIssueWrapper.getResolution()Issue.getResolution()Returns the Resolution for this Issue.IssueImpl.getResolution()AbstractIssue.getResolutionObject()DocumentIssueImpl.getResolutionObject()GenericIssueWrapper.getResolutionObject()Issue.getResolutionObject()Deprecated.UseIssue.getResolution()instead.Methods in com.atlassian.jira.issue with parameters of type ResolutionModifier and TypeMethodDescriptionvoidGenericMutableIssueWrapper.setResolution(Resolution resolution) voidIssueImpl.setResolution(Resolution resolution) voidMutableIssue.setResolution(Resolution resolution) Sets the resolution for this Issue.voidGenericMutableIssueWrapper.setResolutionObject(Resolution resolution) voidIssueImpl.setResolutionObject(Resolution resolution) voidMutableIssue.setResolutionObject(Resolution resolution) Sets the resolution for this Issue. -
Uses of Resolution in com.atlassian.jira.issue.comparator
Fields in com.atlassian.jira.issue.comparator with type parameters of type ResolutionModifier and TypeFieldDescriptionstatic final Comparator<Resolution>ResolutionObjectComparator.RESOLUTION_OBJECT_COMPARATORAComparatorthat ordersPriorityobjects by their configured sequence.Methods in com.atlassian.jira.issue.comparator with parameters of type ResolutionModifier and TypeMethodDescriptionintResolutionObjectComparator.compare(Resolution resolution, Resolution resolution1) -
Uses of Resolution in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return ResolutionModifier and TypeMethodDescriptionResolutionSystemField.getDefaultValue(Issue issue) ResolutionSystemField.getValueFromParams(Map params) Methods in com.atlassian.jira.issue.fields with parameters of type ResolutionModifier and TypeMethodDescriptionvoidResolutionSystemField.createValue(Issue issue, Resolution value) ResolutionSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Resolution resolution, Map displayParameters) -
Uses of Resolution in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type ResolutionModifier and TypeMethodDescriptionstatic ResolutionJsonBeanResolutionJsonBean.shortBean(Resolution resolution, JiraBaseUrls urls) Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type ResolutionModifier and TypeMethodDescriptionstatic Collection<ResolutionJsonBean>ResolutionJsonBean.shortBeans(Collection<Resolution> resolutions, JiraBaseUrls urls) -
Uses of Resolution in com.atlassian.jira.issue.resolution
Classes in com.atlassian.jira.issue.resolution that implement Resolution -
Uses of Resolution in com.atlassian.jira.issue.search.searchers.renderer
Methods in com.atlassian.jira.issue.search.searchers.renderer that return types with arguments of type ResolutionModifier and TypeMethodDescriptionResolutionSearchRenderer.getSelectListOptions(SearchContext searchContext) -
Uses of Resolution in com.atlassian.jira.jql.resolver
Methods in com.atlassian.jira.jql.resolver that return types with arguments of type ResolutionConstructor parameters in com.atlassian.jira.jql.resolver with type arguments of type ResolutionModifierConstructorDescriptionResolutionIndexInfoResolver(NameResolver<Resolution> resolutionNameResolver) -
Uses of Resolution in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that return ResolutionModifier and TypeMethodDescriptionMockConstantsManager.getResolution(String id) MockConstantsManager.getResolutionObject(String id) Methods in com.atlassian.jira.mock that return types with arguments of type ResolutionModifier and TypeMethodDescriptionMockConstantsManager.getResolutionObjects()MockConstantsManager.getResolutions()Method parameters in com.atlassian.jira.mock with type arguments of type ResolutionModifier and TypeMethodDescriptionvoidMockConstantsManager.recalculateResolutionSequencesAndStore(List<Resolution> resolutions) -
Uses of Resolution in com.atlassian.jira.mock.issue
Methods in com.atlassian.jira.mock.issue that return ResolutionMethods in com.atlassian.jira.mock.issue with parameters of type ResolutionModifier and TypeMethodDescriptionvoidMockIssue.setResolution(Resolution resolution) voidMockIssue.setResolutionObject(Resolution resolutionObject) -
Uses of Resolution in com.atlassian.jira.project.template.hook
Methods in com.atlassian.jira.project.template.hook that return types with arguments of type ResolutionModifier and TypeMethodDescriptionConfigureData.createdResolutions()Returns the collection of resolutions that have been createdMethod parameters in com.atlassian.jira.project.template.hook with type arguments of type ResolutionModifier and TypeMethodDescriptionstatic ConfigureDataConfigureData.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. -
Uses of Resolution in com.atlassian.jira.rest.v2.issue
Methods in com.atlassian.jira.rest.v2.issue with parameters of type ResolutionModifier and TypeMethodDescriptionstatic ResolutionBeanResolutionBean.fullBean(Resolution resolution, JiraBaseUrls urls) static ResolutionBeanResolutionBean.shortBean(Resolution resolution, JiraBaseUrls urls) Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type ResolutionModifier and TypeMethodDescriptionstatic Collection<ResolutionBean>ResolutionBean.asBeans(Collection<? extends Resolution> priorities, JiraBaseUrls urls) -
Uses of Resolution in com.atlassian.jira.web.action.admin.resolutions
Methods in com.atlassian.jira.web.action.admin.resolutions that return ResolutionModifier and TypeMethodDescriptionprotected ResolutionDeleteResolution.getConstant(String id) protected ResolutionEditResolution.getConstant(String id) protected ResolutionViewResolutions.getConstant(String id) Methods in com.atlassian.jira.web.action.admin.resolutions that return types with arguments of type ResolutionModifier and TypeMethodDescriptionprotected Collection<Resolution>DeleteResolution.getConstants()protected Collection<Resolution>EditResolution.getConstants()protected Collection<Resolution>ViewResolutions.getConstants()
IssueConstantFactory.createResolution(ResolutionDTO)