Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestStatus
-
Packages that use StashPullRequestStatus Package Description com.atlassian.bamboo.plugins.stash.rest.entity -
-
Uses of StashPullRequestStatus in com.atlassian.bamboo.plugins.stash.rest.entity
Fields in com.atlassian.bamboo.plugins.stash.rest.entity with type parameters of type StashPullRequestStatus Modifier and Type Field Description static com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.PullRequestStatus,StashPullRequestStatus>
StashPullRequestStatus. FROM_PR_STATUS
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return types with arguments of type StashPullRequestStatus Modifier and Type Method Description StashPageEntity<StashPullRequestStatus>
StashOpenPullRequestsResponse. getPullRequests()
Constructor parameters in com.atlassian.bamboo.plugins.stash.rest.entity with type arguments of type StashPullRequestStatus Constructor Description StashOpenPullRequestsResponse(StashPageEntity<StashPullRequestStatus> pullRequests, String createPullRequestUrl)
-