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