Class NotificationSettings

java.lang.Object
org.jenkinsci.plugins.stashNotifier.NotificationSettings

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

    • NotificationSettings

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

    • isIgnoreUnverifiedSSL

      public boolean isIgnoreUnverifiedSSL()
    • getCredentials

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