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 RepositoryType 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