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
  • Constructor Details

    • IssueCommentCause

      public IssueCommentCause(String userLogin, String comment, String triggerPattern)
  • Method Details

    • getUserLogin

      public String getUserLogin()
    • getComment

      public String getComment()
    • getTriggerPattern

      public String getTriggerPattern()
    • getShortDescription

      public String getShortDescription()
      Specified by:
      getShortDescription in class Cause