|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.trackback.TrackbackTextAnalyzer
Sends trackback pings to URLs mentioned in JIRA text.
Constructor Summary | |
TrackbackTextAnalyzer(com.atlassian.trackback.TrackbackHelper helper,
ApplicationProperties props)
|
Method Summary | |
void |
analyseContent(org.ofbiz.core.entity.GenericValue issue,
java.lang.String content)
Analyze text for URLs and ping their trackbacks. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrackbackTextAnalyzer(com.atlassian.trackback.TrackbackHelper helper, ApplicationProperties props)
Method Detail |
public void analyseContent(org.ofbiz.core.entity.GenericValue issue, java.lang.String content)
analyseContent
in interface TextAnalyzer
issue
- Issue in which text was foundcontent
- Plain (non-HTML) text content to search for URLs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |