org.apache.stratos.cartridge.agent.artifact.deployment.synchronizer.git.internal
Class GitDeploymentSynchronizerConstants

java.lang.Object
  extended by org.apache.stratos.cartridge.agent.artifact.deployment.synchronizer.git.internal.GitDeploymentSynchronizerConstants

public class GitDeploymentSynchronizerConstants
extends Object

Git based DeploymentSynchronizer constansts


Field Summary
static String CARTRIDGE_ALIAS
           
static String GIT_HTTP_REPO_URL_PREFIX
           
static String GIT_HTTPS_REPO_URL_PREFIX
           
static String GIT_REPO_SSH_URL_PREFIX
           
static String GIT_REPO_SSH_URL_SUBSTRING
           
static String GITHUB_READ_ONLY_REPO_URL_PREFIX
           
static String PASSWORD_REGEX
           
static String REPO_INFO_SERVICE_EPR
           
static String SSH_KEY
           
static String SSH_KEY_DIRECTORY
           
static String SSH_PRIVATE_KEY_NAME
           
static String SSH_PRIVATE_KEY_PATH
           
static int SUPER_TENANT_ID
           
static String USERNAME_REGEX
           
 
Constructor Summary
GitDeploymentSynchronizerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GIT_HTTP_REPO_URL_PREFIX

public static final String GIT_HTTP_REPO_URL_PREFIX
See Also:
Constant Field Values

GIT_HTTPS_REPO_URL_PREFIX

public static final String GIT_HTTPS_REPO_URL_PREFIX
See Also:
Constant Field Values

GITHUB_READ_ONLY_REPO_URL_PREFIX

public static final String GITHUB_READ_ONLY_REPO_URL_PREFIX
See Also:
Constant Field Values

GIT_REPO_SSH_URL_PREFIX

public static final String GIT_REPO_SSH_URL_PREFIX
See Also:
Constant Field Values

GIT_REPO_SSH_URL_SUBSTRING

public static final String GIT_REPO_SSH_URL_SUBSTRING
See Also:
Constant Field Values

SSH_KEY_DIRECTORY

public static final String SSH_KEY_DIRECTORY
See Also:
Constant Field Values

SSH_KEY

public static final String SSH_KEY
See Also:
Constant Field Values

SUPER_TENANT_ID

public static final int SUPER_TENANT_ID
See Also:
Constant Field Values

REPO_INFO_SERVICE_EPR

public static final String REPO_INFO_SERVICE_EPR
See Also:
Constant Field Values

CARTRIDGE_ALIAS

public static final String CARTRIDGE_ALIAS
See Also:
Constant Field Values

SSH_PRIVATE_KEY_NAME

public static final String SSH_PRIVATE_KEY_NAME
See Also:
Constant Field Values

SSH_PRIVATE_KEY_PATH

public static final String SSH_PRIVATE_KEY_PATH
See Also:
Constant Field Values

USERNAME_REGEX

public static final String USERNAME_REGEX
See Also:
Constant Field Values

PASSWORD_REGEX

public static final String PASSWORD_REGEX
See Also:
Constant Field Values
Constructor Detail

GitDeploymentSynchronizerConstants

public GitDeploymentSynchronizerConstants()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.