Interface PublishingProfile


  • public interface PublishingProfile
    Endpoints and credentials for publishing to a web app.
    • Method Detail

      • ftpUrl

        String ftpUrl()
        Returns:
        the url for FTP publishing, with ftp:// and the root folder. E.g. ftp://ftp.contoso.com/site/wwwroot
      • ftpUsername

        String ftpUsername()
        Returns:
        the username used for FTP publishing
      • ftpPassword

        String ftpPassword()
        Returns:
        the password used for FTP publishing
      • gitUrl

        String gitUrl()
        Returns:
        the url for FTP publishing, with https:// upfront. E.g. https://contoso.com:443/myRepo.git
      • gitUsername

        String gitUsername()
        Returns:
        the username used for Git publishing
      • gitPassword

        String gitPassword()
        Returns:
        the password used for Git publishing