PublishingProfile Interface
public interface PublishingProfile
Endpoints and credentials for publishing to a web app.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | ftpPassword() |
String | ftpUrl() |
String | ftpUsername() |
String | gitPassword() |
String | gitUrl() |
String | gitUsername() |
Method Details
ftpPassword
public String ftpPassword()
Returns:
the password used for FTP publishing
ftpUrl
public String ftpUrl()
Returns:
the url for FTP publishing, with ftp:// and the root folder. E.g. ftp://ftp.contoso.com/site/wwwroot
ftpUsername
public String ftpUsername()
Returns:
the username used for FTP publishing
gitPassword
public String gitPassword()
Returns:
the password used for Git publishing
gitUrl
public String gitUrl()
Returns:
the url for FTP publishing, with https:// upfront. E.g. https://contoso.com:443/myRepo.git
gitUsername
public String gitUsername()
Returns:
the username used for Git publishing
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java