com.atlassian.bamboo.repository.perforce
Class PerforceTestConfiguration

java.lang.Object
  extended by com.atlassian.bamboo.repository.perforce.PerforceTestConfiguration

public class PerforceTestConfiguration
extends java.lang.Object

This class provides some common perforce test configuration settings


Field Summary
static java.lang.String PERFORCE_CLIENT
          This is the default client
static java.lang.String PERFORCE_DEPOT
           
static java.lang.String PERFORCE_EXE
          Test Perforce app
static java.lang.String PERFORCE_HOST
          The host that the test perforce server in on (as defined in PERFORCE_PORT)
static java.lang.String PERFORCE_PASSWORD
          This password for the 'password user'
static java.lang.String PERFORCE_PASSWORD_USER
          This is the default perforce user used in the tests which has a password assigned
static java.lang.String PERFORCE_PORT
          Test perforce server - always running on the localhost
static java.lang.String PERFORCE_USER
          This is the default perforce user used in the tests
 
Constructor Summary
PerforceTestConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERFORCE_PORT

public static final java.lang.String PERFORCE_PORT
Test perforce server - always running on the localhost


PERFORCE_HOST

public static final java.lang.String PERFORCE_HOST
The host that the test perforce server in on (as defined in PERFORCE_PORT)

See Also:
Constant Field Values

PERFORCE_EXE

public static final java.lang.String PERFORCE_EXE
Test Perforce app


PERFORCE_CLIENT

public static final java.lang.String PERFORCE_CLIENT
This is the default client


PERFORCE_USER

public static final java.lang.String PERFORCE_USER
This is the default perforce user used in the tests


PERFORCE_PASSWORD_USER

public static final java.lang.String PERFORCE_PASSWORD_USER
This is the default perforce user used in the tests which has a password assigned

See Also:
Constant Field Values

PERFORCE_PASSWORD

public static final java.lang.String PERFORCE_PASSWORD
This password for the 'password user'

See Also:
Constant Field Values

PERFORCE_DEPOT

public static final java.lang.String PERFORCE_DEPOT
Constructor Detail

PerforceTestConfiguration

public PerforceTestConfiguration()


Copyright © 2011 Atlassian. All Rights Reserved.