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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java