| Package | Description |
|---|---|
| com.modeliosoft.modelio.cms.api |
SVN operations API.
|
| com.modeliosoft.modelio.cms.api.admin |
| Modifier and Type | Method and Description |
|---|---|
ICreateBranchCommand |
ICmsServices.createCreateBranchCommand()
Create a command to create a branch.
|
| Modifier and Type | Method and Description |
|---|---|
ICreateBranchCommand |
ICreateBranchCommand.addElement(MObject el)
Add an element.
|
ICreateBranchCommand |
ICreateBranchCommand.setBranchSpec(java.lang.String tagSpec)
Set the tag specification.
|
ICreateBranchCommand |
ICreateBranchCommand.setCommitMessage(java.lang.String commitMessage)
Set the comment that will be set as commit message for the tag creation.
|
ICreateBranchCommand |
ICreateBranchCommand.setFragment(IGModelFragment fragment)
Set the fragment to create a tag for.
|