Class StashPullRequestParticipant
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestParticipant
-
public class StashPullRequestParticipant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Function<com.atlassian.stash.rest.client.api.entity.PullRequestParticipant,StashPullRequestParticipant>
FROM_PR_PARTICIPANT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getAvatarUrl()
@NotNull String
getDisplayName()
@NotNull String
getName()
@NotNull String
getRole()
@NotNull String
getSlug()
@Nullable String
getStatus()
boolean
isApproved()
-
-
-
Field Detail
-
FROM_PR_PARTICIPANT
public static final Function<com.atlassian.stash.rest.client.api.entity.PullRequestParticipant,StashPullRequestParticipant> FROM_PR_PARTICIPANT
-
-
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()
-
-