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 Detail

      • withDescription

        IssueContract.Update withDescription​(String description)
        Specifies the description property: Text describing the issue..
        Parameters:
        description - Text describing the issue.
        Returns:
        the next definition stage.