Class Review
java.lang.Object
org.jenkinsci.plugins.pipeline.github.client.Review
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATE_APPROVED
- See Also:
-
STATE_PENDING
- See Also:
-
STATE_CHANGES_REQUESTED
- See Also:
-
STATE_DISMISSED
- See Also:
-
STATE_COMMENTED
- See Also:
-
-
Constructor Details
-
Review
public Review()
-
-
Method Details
-
getBody
-
setBody
-
getCommitId
-
setCommitId
-
getId
public long getId() -
setId
-
getUser
public org.eclipse.egit.github.core.User getUser() -
setUser
-
getState
-
setState
- Parameters:
state
- one of APPROVED, PENDING, CHANGES_REQUESTED, DISMISSED, COMMENTED- Returns:
- this review
throws
IllegalArgumentException
if state is invalid
-