hudson.plugins.git.util
Class GitConstants
java.lang.Object
hudson.plugins.git.util.GitConstants
public class GitConstants
- extends Object
Common class to store common constants.
Copyright (C) 2011 Hudson-CI.org
Date: 4/7/11
- Author:
- Anton Kozak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GIT_COMMITTER_NAME_ENV_VAR
public static final String GIT_COMMITTER_NAME_ENV_VAR
- See Also:
- Constant Field Values
GIT_AUTHOR_NAME_ENV_VAR
public static final String GIT_AUTHOR_NAME_ENV_VAR
- See Also:
- Constant Field Values
GIT_COMMITTER_EMAIL_ENV_VAR
public static final String GIT_COMMITTER_EMAIL_ENV_VAR
- See Also:
- Constant Field Values
GIT_AUTHOR_EMAIL_ENV_VAR
public static final String GIT_AUTHOR_EMAIL_ENV_VAR
- See Also:
- Constant Field Values
INTERNAL_TAG_COMMENT_PREFIX
public static final String INTERNAL_TAG_COMMENT_PREFIX
- See Also:
- Constant Field Values
HYPHEN_SYMBOL
public static final String HYPHEN_SYMBOL
- See Also:
- Constant Field Values
INTERNAL_TAG_NAME_PREFIX
public static final String INTERNAL_TAG_NAME_PREFIX
- See Also:
- Constant Field Values
GitConstants
public GitConstants()
Copyright © 2004-2011 Hudson. All Rights Reserved.