Interface PublishingProfile
-
public interface PublishingProfileEndpoints and credentials for publishing to a web app.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringftpPassword()StringftpUrl()StringftpUsername()StringgitPassword()StringgitUrl()StringgitUsername()
-
-
-
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
-
-