Serialized Form

  • Package com.xebialabs.xlrelease.notifications.configuration

    • Class com.xebialabs.xlrelease.notifications.configuration.BasicSmtpAuthentication

      class BasicSmtpAuthentication extends com.xebialabs.xlrelease.notifications.configuration.SmtpAuthentication implements Serializable
      • Serialized Fields

    • Class com.xebialabs.xlrelease.notifications.configuration.EmailNotificationSettings

      class EmailNotificationSettings extends com.xebialabs.xlrelease.domain.BaseConfiguration implements Serializable
    • Class com.xebialabs.xlrelease.notifications.configuration.NoSmtpAuthentication

      class NoSmtpAuthentication extends com.xebialabs.xlrelease.notifications.configuration.SmtpAuthentication implements Serializable
    • Class com.xebialabs.xlrelease.notifications.configuration.OAuth2SmtpAuthentication

      class OAuth2SmtpAuthentication extends com.xebialabs.xlrelease.notifications.configuration.SmtpAuthentication implements Serializable
      • Serialized Fields

        • accessToken
          String accessToken
        • accessTokenUrl
          String accessTokenUrl
        • clientId
          String clientId
        • clientSecret
          String clientSecret
        • expiresAt
          Date expiresAt
        • refreshToken
          String refreshToken
        • tokenType
          String tokenType
    • Class com.xebialabs.xlrelease.notifications.configuration.SmtpAuthentication

      class SmtpAuthentication extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem implements Serializable
    • Class com.xebialabs.xlrelease.notifications.configuration.SmtpServer

      class SmtpServer extends com.xebialabs.xlrelease.domain.BaseConfiguration implements Serializable
      • Serialized Fields

        • authentication
          com.xebialabs.xlrelease.notifications.configuration.SmtpAuthentication authentication
        • fromAddress
          String fromAddress
        • host
          String host
        • port
          int port
        • testAddress
          String testAddress
        • tls
          boolean tls
    • Class com.xebialabs.xlrelease.notifications.configuration.SmtpServer$

      class SmtpServer$ extends Object implements Serializable
      • Serialization Methods

        • writeReplace
          private Object writeReplace()