Class NotificationSettings


  • public class NotificationSettings
    extends Object
    Properties defined by a user or administrator about how they want the notification to be sent.
    • Constructor Detail

      • NotificationSettings

        public NotificationSettings​(boolean ignoreUnverifiedSSL,
                                    com.cloudbees.plugins.credentials.Credentials credentials)
    • Method Detail

      • isIgnoreUnverifiedSSL

        public boolean isIgnoreUnverifiedSSL()
      • getCredentials

        @CheckForNull
        public com.cloudbees.plugins.credentials.Credentials getCredentials()