PublishingProfile Interface
public interface PublishingProfile
Endpoints and credentials for publishing to a web app.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | ftpPassword() |
abstract String | ftpUrl() |
abstract String | ftpUsername() |
abstract String | gitPassword() |
abstract String | gitUrl() |
abstract String | gitUsername() |
Method Details
ftpPassword
public abstract String ftpPassword()
Returns:
the password used for FTP publishing
ftpUrl
public abstract String ftpUrl()
Returns:
the url for FTP publishing, with ftp:// and the root folder. E.g. ftp://ftp.contoso.com/site/wwwroot
ftpUsername
public abstract String ftpUsername()
Returns:
the username used for FTP publishing
gitPassword
public abstract String gitPassword()
Returns:
the password used for Git publishing
gitUrl
public abstract String gitUrl()
Returns:
the url for FTP publishing, with https:// upfront. E.g. https://contoso.com:443/myRepo.git
gitUsername
public abstract String gitUsername()
Returns:
the username used for Git publishing
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java