Uses of Class
io.jenkins.plugins.bitbucketpushandpullrequest.model.server.BitBucketPPRServerActor
Packages that use BitBucketPPRServerActor
Package
Description
-
Uses of BitBucketPPRServerActor in io.jenkins.plugins.bitbucketpushandpullrequest.model
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model that return BitBucketPPRServerActorModifier and TypeMethodDescriptiondefault BitBucketPPRServerActorBitBucketPPRPayload.getServerActor() -
Uses of BitBucketPPRServerActor in io.jenkins.plugins.bitbucketpushandpullrequest.model.server
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.server that return BitBucketPPRServerActorModifier and TypeMethodDescriptionBitBucketPPRServerPullRequest.getAuthor()BitBucketPPRServerPayload.getServerActor()Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.server that return types with arguments of type BitBucketPPRServerActorModifier and TypeMethodDescriptionBitBucketPPRServerPullRequest.getParticipants()BitBucketPPRServerPullRequest.getReviewers()Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.server with parameters of type BitBucketPPRServerActorModifier and TypeMethodDescriptionvoidBitBucketPPRServerPullRequest.setAuthor(BitBucketPPRServerActor author) Method parameters in io.jenkins.plugins.bitbucketpushandpullrequest.model.server with type arguments of type BitBucketPPRServerActorModifier and TypeMethodDescriptionvoidBitBucketPPRServerPullRequest.setParticipants(List<BitBucketPPRServerActor> participants) voidBitBucketPPRServerPullRequest.setReviewers(List<BitBucketPPRServerActor> reviewers)