Class EmailOnPushService

    • Field Detail

      • DISABLE_DIFFS_PROP

        public static final java.lang.String DISABLE_DIFFS_PROP
        See Also:
        Constant Field Values
      • SEND_FROM_COMMITTER_EMAIL_PROP

        public static final java.lang.String SEND_FROM_COMMITTER_EMAIL_PROP
        See Also:
        Constant Field Values
    • Constructor Detail

      • EmailOnPushService

        public EmailOnPushService()
    • Method Detail

      • withPushEvents

        public EmailOnPushService withPushEvents​(java.lang.Boolean pushEvents)
      • withTagPushEvents

        public EmailOnPushService withTagPushEvents​(java.lang.Boolean pushEvents)
      • getRecipients

        public java.lang.String getRecipients()
      • setRecipients

        public void setRecipients​(java.lang.String recipients)
      • withRecipients

        public EmailOnPushService withRecipients​(java.lang.String recipients)
      • getDisableDiffs

        public java.lang.Boolean getDisableDiffs()
      • setDisableDiffs

        public void setDisableDiffs​(java.lang.Boolean disableDiffs)
      • withDisableDiffs

        public EmailOnPushService withDisableDiffs​(java.lang.Boolean disableDiffs)
      • getSendFromCommitterEmail

        public java.lang.Boolean getSendFromCommitterEmail()
      • setSendFromCommitterEmail

        public void setSendFromCommitterEmail​(java.lang.Boolean sendFromCommitterEmail)
      • withSendFromCommitterEmail

        public EmailOnPushService withSendFromCommitterEmail​(java.lang.Boolean sendFromCommitterEmail)