Interface Issue

    • Method Detail

      • url

        @Nullable
        URI url()
        URL.
      • eventsUrl

        @Nullable
        Optional<URI> eventsUrl()
        Events URL.
      • repositoryUrl

        @Nullable
        Optional<URI> repositoryUrl()
        Repository URL.
      • labelsUrl

        @Nullable
        String labelsUrl()
        Labels URL template.
      • commentsUrl

        @Nullable
        URI commentsUrl()
        Comments URL.
      • htmlUrl

        @Nullable
        URI htmlUrl()
        HTML URL.
      • number

        @Nullable
        Integer number()
        Number.
      • state

        @Nullable
        String state()
        Indicates the state of the issues to return. Can be either open, closed, or all.
      • title

        @Nullable
        String title()
        The title of the issue.
      • user

        @Nullable
        User user()
        User.
      • labels

        @Nullable
        List<Label> labels()
        A list of comma separated label names. Example: bug,ui,@highl.
      • assignee

        Optional<User> assignee()
        Login for the user that this issue should be assigned to.
      • milestone

        Optional<Milestone> milestone()
        The milestone associated this issue with.
      • locked

        @Nullable
        Boolean locked()
        Is locked.
      • comments

        @Nullable
        Integer comments()
        Number of comments.