Partager via


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

the name of the branch to use for deployment

deploymentRollbackEnabled

public abstract boolean deploymentRollbackEnabled()

Check whether deployment rollback is enabled.

Returns:

whether deployment rollback is enabled

isManualIntegration

public abstract boolean isManualIntegration()

Check whether to do manual or continuous integration.

Returns:

whether to do manual or continuous integration

repositoryType

public abstract RepositoryType repositoryType()

Gets mercurial or Git repository type.

Returns:

mercurial or Git repository type

repositoryUrl

public abstract String repositoryUrl()

Gets the repository or source control url.

Returns:

the repository or source control url

Applies to