Class BitbucketIssueFinder
- java.lang.Object
-
- org.vx68k.netbeans.module.bitbucket.BitbucketIssueFinder
-
- All Implemented Interfaces:
IssueFinder
public final class BitbucketIssueFinder extends Object implements IssueFinder
Implementation ofIssueFinder
for Bitbucket Cloud.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BitbucketIssueFinder()
Initialized the object while not allowing public instantiation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIssueId(String text)
int[]
getIssueSpans(CharSequence text)
-
-
-
Method Detail
-
getIssueSpans
public int[] getIssueSpans(CharSequence text)
- Specified by:
getIssueSpans
in interfaceIssueFinder
-
getIssueId
public String getIssueId(String text)
- Specified by:
getIssueId
in interfaceIssueFinder
-
-