Wiki interface
Defines a wiki repository which encapsulates the git repository backing the wiki.
- Extends
Properties
head |
The head commit associated with the git repository backing up the wiki. |
id | The ID of the wiki which is same as the ID of the Git repository that it is backed by. |
repository | The git repository that backs up the wiki. |
Inherited Properties
name | Wiki name. |
project |
ID of the project in which the wiki is to be created. |
Property Details
headCommit
The head commit associated with the git repository backing up the wiki.
headCommit: string
Property Value
string
id
The ID of the wiki which is same as the ID of the Git repository that it is backed by.
id: string
Property Value
string
repository
Inherited Property Details
name
projectId
ID of the project in which the wiki is to be created.
projectId: string
Property Value
string
Inherited From WikiCreateParameters.projectId