Interface IssueContract.UpdateStages.WithTitle
- All Known Subinterfaces:
IssueContract.Update
- Enclosing interface:
IssueContract.UpdateStages
public static interface IssueContract.UpdateStages.WithTitle
The stage of the IssueContract update allowing to specify title.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the title property: The issue title..
-
Method Details
-
withTitle
Specifies the title property: The issue title..- Parameters:
title- The issue title.- Returns:
- the next definition stage.
-