Package com.jk.core.config
Class JKConstants.Git
java.lang.Object
com.jk.core.config.JKConstants.Git
- Enclosing class:
- JKConstants
This class provides constants related to Git.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying the Git branch to use.static final String
Represents the configuration property for specifying whether to keep a local copy of the Git repository.static final String
Represents the configuration property for specifying the local path of the Git repository.static final String
Represents the configuration property for specifying the Git password.static final String
Represents the configuration property for specifying the plain Git password.static final String
Represents the configuration property for specifying the Git repository URL.static final String
Represents the configuration property for specifying the Git user name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GIT_URL
Represents the configuration property for specifying the Git repository URL.- See Also:
-
GIT_KEEP_LOCAL
Represents the configuration property for specifying whether to keep a local copy of the Git repository.- See Also:
-
GIT_BRANCH
Represents the configuration property for specifying the Git branch to use.- See Also:
-
GIT_PASSWORD_PLAIN
Represents the configuration property for specifying the plain Git password.- See Also:
-
GIT_PASSWORD
Represents the configuration property for specifying the Git password.- See Also:
-
GIT_USERNAME
Represents the configuration property for specifying the Git user name.- See Also:
-
GIT_LOCAL_PATH
Represents the configuration property for specifying the local path of the Git repository.- See Also:
-
-
Constructor Details
-
Git
public Git()
-