public class StashPullRequestParticipant extends Object
Modifier and Type | Field and Description |
---|---|
static Function<com.atlassian.stash.rest.client.api.entity.PullRequestParticipant,StashPullRequestParticipant> |
FROM_PR_PARTICIPANT |
Constructor and Description |
---|
StashPullRequestParticipant(String name,
String displayName,
String slug,
String avatarUrl,
boolean approved,
String status,
String role) |
Modifier and Type | Method and Description |
---|---|
String |
getAvatarUrl() |
String |
getDisplayName() |
String |
getName() |
String |
getRole() |
String |
getSlug() |
String |
getStatus() |
boolean |
isApproved() |
public static final Function<com.atlassian.stash.rest.client.api.entity.PullRequestParticipant,StashPullRequestParticipant> FROM_PR_PARTICIPANT
@NotNull public String getName()
@NotNull public String getDisplayName()
@NotNull public String getSlug()
@Nullable public String getAvatarUrl()
public boolean isApproved()
@Nullable public String getStatus()
@NotNull public String getRole()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.