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()
Gets the password used for FTP publishing. |
abstract String |
ftpUrl()
Gets the URL for FTP publishing. |
abstract String |
ftpUsername()
Gets the username used for FTP publishing |
abstract String |
gitPassword()
Gets the password used for Git publishing. |
abstract String |
gitUrl()
Gets the URL for FTP publishing. |
abstract String |
gitUsername()
Gets the username used for Git publishing. |
Method Details
ftpPassword
public abstract String ftpPassword()
Gets the password used for FTP publishing.
Returns:
ftpUrl
public abstract String ftpUrl()
Gets the URL for FTP publishing.
Returns:
ftpUsername
public abstract String ftpUsername()
Gets the username used for FTP publishing
Returns:
gitPassword
public abstract String gitPassword()
Gets the password used for Git publishing.
Returns:
gitUrl
public abstract String gitUrl()
Gets the URL for FTP publishing.
Returns:
gitUsername
public abstract String gitUsername()
Gets the username used for Git publishing.
Returns:
Applies to
Azure SDK for Java