Interface IssueContract.UpdateStages.WithDescription
- All Known Subinterfaces:
IssueContract.Update
- Enclosing interface:
IssueContract.UpdateStages
public static interface IssueContract.UpdateStages.WithDescription
The stage of the IssueContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Text describing the issue..
-
Method Details
-
withDescription
Specifies the description property: Text describing the issue..- Parameters:
description- Text describing the issue.- Returns:
- the next definition stage.
-