Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreateWorkingCopyFromTeamServerParameters

Hierarchy

Index

Properties

Optional avatarUrl

avatarUrl: undefined | string

Optional description

description: undefined | string

Optional isCollaboration

isCollaboration: undefined | false | true

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.

Optional longLived

longLived: undefined | false | true

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.

Optional markAsChanged

markAsChanged: undefined | false | true

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

  • this excludes regular SDK users for the moment.

name

name: string

Optional priority

priority: Priority

projectId

projectId: string

Optional setAsDefault

setAsDefault: undefined | false | true

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

teamServerBaseBranch: string

Optional teamServerBaseCommitId

teamServerBaseCommitId: undefined | string

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

Optional teamServerBaseRevision

teamServerBaseRevision: undefined | number

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

Optional teamServerGitUrl

teamServerGitUrl: undefined | string

Generated using TypeDoc