Class BitbucketConnector
- java.lang.Object
-
- org.vx68k.netbeans.module.bitbucket.BitbucketConnector
-
- All Implemented Interfaces:
BugtrackingConnector
public final class BitbucketConnector extends Object implements BugtrackingConnector
Implementation ofBugtrackingConnector
for Bitbucket Cloud.- Author:
- Kaz Nishimura
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.netbeans.modules.bugtracking.spi.BugtrackingConnector
BugtrackingConnector.Registration
-
-
Constructor Summary
Constructors Constructor Description BitbucketConnector()
Initializes this object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repository
createRepository()
Repository
createRepository(RepositoryInfo info)
-
-
-
Field Detail
-
ID
public static final String ID
Identifier of the Bitbucket Cloud connector.- See Also:
- Constant Field Values
-
DISPLAY_NAME
public static final String DISPLAY_NAME
Display name of the Bitbucket Cloud connector.- See Also:
- Constant Field Values
-
TOOLTIP
public static final String TOOLTIP
Tooltip text of the Bitbucket Cloud connector.- See Also:
- Constant Field Values
-
-
Method Detail
-
createRepository
public Repository createRepository()
- Specified by:
createRepository
in interfaceBugtrackingConnector
-
createRepository
public Repository createRepository(RepositoryInfo info)
- Specified by:
createRepository
in interfaceBugtrackingConnector
-
-