com.atlassian.greenhopper.web.rapid.list
Class EpicCallbackComponent

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.list.EpicCallbackComponent
All Implemented Interfaces:
RapidIssueEntryCallbackComponent

public class EpicCallbackComponent
extends java.lang.Object
implements RapidIssueEntryCallbackComponent

Retrieve the key of the Epic that is associated to each issue (if one exists) and set it onto the RapidIssueEntry.


Constructor Summary
EpicCallbackComponent(com.atlassian.jira.issue.fields.CustomField epicLinkCustomField)
           
 
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

EpicCallbackComponent

public EpicCallbackComponent(com.atlassian.jira.issue.fields.CustomField epicLinkCustomField)
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-2013 Atlassian. All Rights Reserved.