| Package | Description |
|---|---|
| org.opencms.ui.apps.git |
This package contains the app classes for the git check in functionality.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGitConfiguration |
CmsGitCheckin.getCurrentConfiguration()
Returns the currently used configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CmsGitConfiguration> |
CmsGitCheckin.getConfigurations()
Returns the available configurations.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CmsGitCheckin.setCurrentConfiguration(CmsGitConfiguration configuration)
Sets the current configuration if it is a valid configuration.
|
protected void |
CmsGitToolOptionsPanel.updateForNewConfiguration(CmsGitConfiguration gitConfig)
Updates the options panel for a special configuration.
|