hudson.plugins.git.util
Class GitConstants

java.lang.Object
  extended by 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

Field Summary
static String GIT_AUTHOR_EMAIL_ENV_VAR
           
static String GIT_AUTHOR_NAME_ENV_VAR
           
static String GIT_COMMITTER_EMAIL_ENV_VAR
           
static String GIT_COMMITTER_NAME_ENV_VAR
           
static String HYPHEN_SYMBOL
           
static String INTERNAL_TAG_COMMENT_PREFIX
           
static String INTERNAL_TAG_NAME_PREFIX
           
 
Constructor Summary
GitConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GitConstants

public GitConstants()


Copyright © 2004-2011 Hudson. All Rights Reserved.