Class IssueCommentCause
- java.lang.Object
-
- hudson.model.Cause
-
- org.jenkinsci.plugins.pipeline.github.trigger.IssueCommentCause
-
public class IssueCommentCause extends Cause
Represents the user who authored the comment that triggered the build.- Author:
- Aaron Whiteside
-
-
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 IssueCommentCause(String userLogin, String comment, String triggerPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
String
getShortDescription()
String
getTriggerPattern()
String
getUserLogin()
-