Class BitBucketPPRServerRef
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.model.server.BitBucketPPRServerRef
-
- All Implemented Interfaces:
Serializable
public class BitBucketPPRServerRef extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRServerRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayId()
String
getId()
String
getType()
void
setDisplayId(String displayId)
void
setId(String id)
void
setType(String type)
-