Class SlackRequest

java.lang.Object
jenkins.plugins.slack.SlackRequest

public class SlackRequest extends Object
  • Method Details

    • builder

      public static SlackRequest.SlackRequestBuilder builder()
    • getBody

      public net.sf.json.JSONObject getBody()
    • getMessage

      public String getMessage()
    • getTimestamp

      public String getTimestamp()
    • getColor

      public String getColor()
    • getAttachments

      public net.sf.json.JSONArray getAttachments()
    • getBlocks

      public net.sf.json.JSONArray getBlocks()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object