Class BitBucketPPRParticipant

java.lang.Object
io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud.BitBucketPPRParticipant
All Implemented Interfaces:
Serializable

public class BitBucketPPRParticipant extends Object implements Serializable
See Also:
  • Constructor Details

    • BitBucketPPRParticipant

      public BitBucketPPRParticipant()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getUser

      public BitBucketPPRActor getUser()
    • setUser

      public void setUser(BitBucketPPRActor user)
    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getApproved

      public boolean getApproved()
    • setApproved

      public void setApproved(boolean approved)
    • getParticipatedOn

      public Date getParticipatedOn()
    • setParticipatedOn

      public void setParticipatedOn(Date participatedOn)