Interface PublishingProfile
public interface PublishingProfile
Endpoints and credentials for publishing to a web app.
-
Method Summary
-
Method Details
-
ftpUrl
String ftpUrl()Gets the URL for FTP publishing.- Returns:
- the URL for FTP publishing, with ftp:// and the root folder. E.g. ftp://ftp.contoso.com/site/wwwroot
-
ftpUsername
String ftpUsername()Gets the username used for FTP publishing- Returns:
- the username used for FTP publishing
-
ftpPassword
String ftpPassword()Gets the password used for FTP publishing.- Returns:
- the password used for FTP publishing
-
gitUrl
String gitUrl()Gets the URL for FTP publishing.- Returns:
- the URL for FTP publishing, with https:// upfront. E.g. https://contoso.com:443/myRepo.git
-
gitUsername
String gitUsername()Gets the username used for Git publishing.- Returns:
- the username used for Git publishing
-
gitPassword
String gitPassword()Gets the password used for Git publishing.- Returns:
- the password used for Git publishing
-