Package org.vx68k.bitbucket.api
Interface BitbucketIssue.Version
-
- Enclosing interface:
- BitbucketIssue
public static interface BitbucketIssue.Version
Issue version 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 version.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the version.- Returns:
- the name of the version
-
-