Uses of Class
org.opencms.ui.apps.git.CmsGitConfiguration
Packages that use CmsGitConfiguration
Package
Description
This package contains the app classes for the git check in functionality.
-
Uses of CmsGitConfiguration in org.opencms.ui.apps.git
Methods in org.opencms.ui.apps.git that return CmsGitConfigurationModifier and TypeMethodDescriptionCmsGitCheckin.getCurrentConfiguration()
Returns the currently used configuration.Methods in org.opencms.ui.apps.git that return types with arguments of type CmsGitConfigurationModifier and TypeMethodDescriptionCmsGitCheckin.getConfigurations()
Returns the available configurations.Methods in org.opencms.ui.apps.git with parameters of type CmsGitConfigurationModifier and TypeMethodDescriptionboolean
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.