WebAppSourceControl Interface
Implements
public interface WebAppSourceControl
extends HasInnerModel<SiteSourceControlInner>, ChildResource<WebAppBase>
An immutable representation of a web app source control configuration in a web app.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
branch()
Gets the name of the branch to use for deployment. |
abstract boolean |
deploymentRollbackEnabled()
Check whether deployment rollback is enabled. |
abstract boolean |
isManualIntegration()
Check whether to do manual or continuous integration. |
abstract
Repository |
repositoryType()
Gets mercurial or Git repository type. |
abstract String |
repositoryUrl()
Gets the repository or source control url. |
Method Details
branch
public abstract String branch()
Gets the name of the branch to use for deployment.
Returns:
deploymentRollbackEnabled
public abstract boolean deploymentRollbackEnabled()
Check whether deployment rollback is enabled.
Returns:
isManualIntegration
public abstract boolean isManualIntegration()
Check whether to do manual or continuous integration.
Returns:
repositoryType
public abstract RepositoryType repositoryType()
Gets mercurial or Git repository type.
Returns:
repositoryUrl
public abstract String repositoryUrl()
Gets the repository or source control url.
Returns:
Applies to
Azure SDK for Java