| Package | Description |
|---|---|
| org.jahia.data.templates | |
| org.jahia.services.templates |
| Modifier and Type | Method and Description |
|---|---|
SourceControlManagement |
JahiaTemplatesPackage.getSourceControl()
Returns an instance of the
SourceControlManagement for this module. |
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaTemplatesPackage.setSourceControl(SourceControlManagement sourceControl)
Sets an instance of the source control management for this module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GitSourceControlManagement
Git based source control management service.
|
class |
SvnSourceControlManagement
SVN based source control management service.
|
| Modifier and Type | Method and Description |
|---|---|
SourceControlManagement |
SourceControlFactory.checkoutRepository(File workingDir,
String scmURI,
String branchOrTag,
boolean initRepository)
Performs checkout of the remote SCM content into the provided working directory.
|
SourceControlManagement |
SourceControlFactory.getSourceControlManagement(File workingDir)
Returns an instance of the
SourceControlManagement helper for the specified working directory. |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.