Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ICreateWorkingCopyParametersBase
    • ICreateWorkingCopyFromTeamServerParameters

Index

Properties

avatarUrl?: string
description?: string
isCollaboration?: boolean

Indicates whether this working copy is created for the purpose of collaboration between the Desktop modeler and Webmodeler. By setting this, BiDi won't be available anymore for this project and thus requires a modeler with version 7.23.3 or higher.

longLived?: boolean

Indicates whether the working copy should be long-lived. This parameter can only be set to true when the Mendix project id is set and the Model SDK is used from a trusted backend

  • this excludes regular SDK users for the moment.
markAsChanged?: boolean

Force the working copy state to be marked to contain changes.

  • this excludes regular SDK users for the moment.
name: string
priority?: Priority
projectId: string
setAsDefault?: boolean

Indicates whether the new working copy should be the default working copy associated with the provided projectId. This means that this working copy will be opened in the Web Modeler for the given project. This parameter can only be set to true when the Mendix project id is set and the Model SDK is used from a trusted backend

  • this excludes regular SDK users for the moment.
teamServerBaseBranch: string
teamServerBaseCommitId?: string

If this working copy is created from a Git TeamServer checkout, the commit id will be used for the clone operation.

teamServerBaseRevision?: number

If this working copy is created from an SVN TeamServer checkout, the BaseRevision / BaseBranch can be used by the Desktop Modeler during merge.

teamServerGitUrl?: string

Generated using TypeDoc