Class ReviewGroovyObject
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- org.jenkinsci.plugins.pipeline.github.ReviewGroovyObject
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
public class ReviewGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
Groovy wrapper for PR reviews- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBody()
String
getCommitId()
long
getId()
String
getState()
String
getUser()
-