Package org.vx68k.bitbucket.api
Interface BitbucketIssue.Component
-
- Enclosing interface:
- BitbucketIssue
public static interface BitbucketIssue.Component
Issue component resource on Bitbucket Cloud.- Author:
- Kaz Nishimura
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the component.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the component.- Returns:
- the name of the component
-
-