Package hudson.tasks

Class SMTPAuthentication

All Implemented Interfaces:
Describable<SMTPAuthentication>

public class SMTPAuthentication extends AbstractDescribableImpl<SMTPAuthentication>
Author:
Nicolas De Loof
  • Constructor Details

    • SMTPAuthentication

      @DataBoundConstructor public SMTPAuthentication(String username, Secret password)
  • Method Details

    • getUsername

      public String getUsername()
    • getPassword

      public Secret getPassword()