Class JKConstants.Git

java.lang.Object
com.jk.core.config.JKConstants.Git
Enclosing class:
JKConstants

public static class JKConstants.Git extends Object
This class provides constants related to Git.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
    Git()
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GIT_URL

      public static final String GIT_URL
      Represents the configuration property for specifying the Git repository URL.
      See Also:
    • GIT_KEEP_LOCAL

      public static final String GIT_KEEP_LOCAL
      Represents the configuration property for specifying whether to keep a local copy of the Git repository.
      See Also:
    • GIT_BRANCH

      public static final String GIT_BRANCH
      Represents the configuration property for specifying the Git branch to use.
      See Also:
    • GIT_PASSWORD_PLAIN

      public static final String GIT_PASSWORD_PLAIN
      Represents the configuration property for specifying the plain Git password.
      See Also:
    • GIT_PASSWORD

      public static final String GIT_PASSWORD
      Represents the configuration property for specifying the Git password.
      See Also:
    • GIT_USERNAME

      public static final String GIT_USERNAME
      Represents the configuration property for specifying the Git user name.
      See Also:
    • GIT_LOCAL_PATH

      public static final String GIT_LOCAL_PATH
      Represents the configuration property for specifying the local path of the Git repository.
      See Also:
  • Constructor Details

    • Git

      public Git()