Interface IssueContract.DefinitionStages.WithState
- All Known Subinterfaces:
IssueContract.Definition,IssueContract.DefinitionStages.WithCreate
- Enclosing interface:
IssueContract.DefinitionStages
public static interface IssueContract.DefinitionStages.WithState
The stage of the IssueContract definition allowing to specify state.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the state property: Status of the issue..
-
Method Details
-
withState
Specifies the state property: Status of the issue..- Parameters:
state- Status of the issue.- Returns:
- the next definition stage.
-