Class PullRequestReviewCause
- java.lang.Object
-
- hudson.model.Cause
-
- org.jenkinsci.plugins.pipeline.github.trigger.PullRequestReviewCause
-
public class PullRequestReviewCause extends Cause
Represents the user who reviewed the PR that triggered the build.- Author:
- Aaron Walker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
-
-
Constructor Summary
Constructors Constructor Description PullRequestReviewCause(String userLogin, String state, String comment, String[] reviewStates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
String[]
getReviewStates()
String
getShortDescription()
String
getState()
String
getUserLogin()
-