com.atlassian.jira.trackback
Class TrackbackTextAnalyzer

java.lang.Object
  extended by com.atlassian.jira.trackback.TrackbackTextAnalyzer
All Implemented Interfaces:
TextAnalyzer

public class TrackbackTextAnalyzer
extends Object
implements TextAnalyzer

Sends trackback pings to URLs mentioned in JIRA text.


Constructor Summary
TrackbackTextAnalyzer(com.atlassian.trackback.TrackbackHelper helper, ApplicationProperties props, PermissionManager permissionManager)
           
 
Method Summary
 void analyseContent(org.ofbiz.core.entity.GenericValue issue, String content)
           
 void analyseContent(org.ofbiz.core.entity.GenericValue issue, String content, org.ofbiz.core.entity.GenericValue action)
          Analyze text for URLs and ping their trackbacks.
 void analyseContent(Issue issue, String content)
           
 void analyseContent(Issue issue, String content, org.ofbiz.core.entity.GenericValue action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackbackTextAnalyzer

public TrackbackTextAnalyzer(com.atlassian.trackback.TrackbackHelper helper,
                             ApplicationProperties props,
                             PermissionManager permissionManager)
Method Detail

analyseContent

public void analyseContent(org.ofbiz.core.entity.GenericValue issue,
                           String content,
                           org.ofbiz.core.entity.GenericValue action)
Analyze text for URLs and ping their trackbacks.

Specified by:
analyseContent in interface TextAnalyzer
Parameters:
issue - Issue in which text was found
content - Plain (non-HTML) text content to search for URLs

analyseContent

public void analyseContent(org.ofbiz.core.entity.GenericValue issue,
                           String content)
Specified by:
analyseContent in interface TextAnalyzer

analyseContent

public void analyseContent(Issue issue,
                           String content,
                           org.ofbiz.core.entity.GenericValue action)
Specified by:
analyseContent in interface TextAnalyzer

analyseContent

public void analyseContent(Issue issue,
                           String content)
Specified by:
analyseContent in interface TextAnalyzer


Copyright © 2002-2007 Atlassian. All Rights Reserved.