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 Type
    Method
    Description
    Specifies the title property: The issue title..
  • Method Details

    • withTitle

      IssueContract.Update withTitle(String title)
      Specifies the title property: The issue title..
      Parameters:
      title - The issue title.
      Returns:
      the next definition stage.