Class StashPullRequestParticipant


  • public class StashPullRequestParticipant
    extends Object
    • Constructor Detail

      • StashPullRequestParticipant

        public StashPullRequestParticipant​(@NotNull
                                           @NotNull String name,
                                           @NotNull
                                           @NotNull String displayName,
                                           @NotNull
                                           @NotNull String slug,
                                           @Nullable
                                           @Nullable String avatarUrl,
                                           boolean approved,
                                           @Nullable
                                           @Nullable String status,
                                           @NotNull
                                           @NotNull String role)
    • Method Detail

      • getName

        @NotNull
        public @NotNull String getName()
      • getDisplayName

        @NotNull
        public @NotNull String getDisplayName()
      • getSlug

        @NotNull
        public @NotNull String getSlug()
      • getAvatarUrl

        @Nullable
        public @Nullable String getAvatarUrl()
      • isApproved

        public boolean isApproved()
      • getStatus

        @Nullable
        public @Nullable String getStatus()
      • getRole

        @NotNull
        public @NotNull String getRole()