com.atlassian.greenhopper.issue.index
Class SelectCustomFieldOptionIndexValueResolverImpl

java.lang.Object
  extended by com.atlassian.greenhopper.issue.index.SelectCustomFieldOptionIndexValueResolverImpl
All Implemented Interfaces:
SelectCustomFieldOptionIndexValueResolver

@Service
public class SelectCustomFieldOptionIndexValueResolverImpl
extends java.lang.Object
implements SelectCustomFieldOptionIndexValueResolver

SelectCustomFieldOptionIndexValueResolverImpl calls to the version specific SelectCustomFieldOptionIndexValueResolver. We will be able to remove this and just use the Jira51SelectCustomFieldOptionIndexValueResolver, once we decide to stop supporting JIRA 5.0.


Constructor Summary
SelectCustomFieldOptionIndexValueResolverImpl()
           
 
Method Summary
 java.lang.String resolve(com.atlassian.jira.issue.customfields.option.Option option)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectCustomFieldOptionIndexValueResolverImpl

public SelectCustomFieldOptionIndexValueResolverImpl()
Method Detail

resolve

public java.lang.String resolve(com.atlassian.jira.issue.customfields.option.Option option)
Specified by:
resolve in interface SelectCustomFieldOptionIndexValueResolver


Copyright © 2007-2013 Atlassian. All Rights Reserved.