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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getApproved()
Date
getParticipatedOn()
String
getRole()
String
getType()
BitBucketPPRActor
getUser()
void
setApproved(boolean approved)
void
setParticipatedOn(Date participatedOn)
void
setRole(String role)
void
setType(String type)
void
setUser(BitBucketPPRActor user)
-
-
-
Method Detail
-
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)
-
-