Class IssueCommentCause


  • public class IssueCommentCause
    extends Cause
    Represents the user who authored the comment that triggered the build.
    Author:
    Aaron Whiteside
    • Constructor Detail

      • IssueCommentCause

        public IssueCommentCause​(String userLogin,
                                 String comment,
                                 String triggerPattern)