Interface IssueContract.DefinitionStages.WithTitle
- All Known Subinterfaces:
IssueContract.Definition,IssueContract.DefinitionStages.WithCreate
- Enclosing interface:
IssueContract.DefinitionStages
public static interface IssueContract.DefinitionStages.WithTitle
The stage of the IssueContract definition 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.
-