com.atlassian.greenhopper.service.issue.callback
Class FixVersionCallbackComponent

java.lang.Object
  extended by com.atlassian.greenhopper.service.issue.callback.FixVersionCallbackComponent
All Implemented Interfaces:
RapidIssueEntryCallbackComponent

public class FixVersionCallbackComponent
extends java.lang.Object
implements RapidIssueEntryCallbackComponent


Constructor Summary
FixVersionCallbackComponent()
           
 
Method Summary
 java.util.Set<java.lang.String> getFields()
          Get the lucene fields required by this component
 void processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
          Process the result for a given issue and store the outcome into the issue entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixVersionCallbackComponent

public FixVersionCallbackComponent()
Method Detail

getFields

public java.util.Set<java.lang.String> getFields()
Description copied from interface: RapidIssueEntryCallbackComponent
Get the lucene fields required by this component

Specified by:
getFields in interface RapidIssueEntryCallbackComponent

processFieldData

public void processFieldData(java.lang.Long issueId,
                             java.lang.String issueKey,
                             IssueFieldValueProvider data,
                             RapidIssueEntry entry)
Description copied from interface: RapidIssueEntryCallbackComponent
Process the result for a given issue and store the outcome into the issue entry

Specified by:
processFieldData in interface RapidIssueEntryCallbackComponent


Copyright © 2007-2014 Atlassian. All Rights Reserved.