Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SiteSourceControl

Package version

Source control configuration for an app.

Hierarchy

Index

Properties

Optional branch

branch: undefined | string

Name of branch to use for deployment.

Optional deploymentRollbackEnabled

deploymentRollbackEnabled: undefined | false | true

true to enable deployment rollback; otherwise, false.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isManualIntegration

isManualIntegration: undefined | false | true

true to limit to manual integration; false to enable continuous integration (which configures webhooks into online repos like GitHub).

Optional isMercurial

isMercurial: undefined | false | true

true for a Mercurial repository; false for a Git repository.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional repoUrl

repoUrl: undefined | string

Repository or source control URL.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc