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() |
abstract boolean | deploymentRollbackEnabled() |
abstract boolean | isManualIntegration() |
abstract
Repository |
repositoryType() |
abstract String | repositoryUrl() |
Method Details
branch
public abstract String branch()
Returns:
the name of the branch to use for deployment
deploymentRollbackEnabled
public abstract boolean deploymentRollbackEnabled()
Returns:
whether deployment rollback is enabled
isManualIntegration
public abstract boolean isManualIntegration()
Returns:
whether to do manual or continuous integration
repositoryType
public abstract RepositoryType repositoryType()
Returns:
mercurial or Git repository type
repositoryUrl
public abstract String repositoryUrl()
Returns:
the repository or source control url
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