Class PerforceTestConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.repository.perforce.PerforceTestConfiguration
-
public class PerforceTestConfiguration extends Object
This class provides some common perforce test configuration settings
-
-
Field Summary
Fields Modifier and Type Field Description static String
PERFORCE_CLIENT
This is the default clientstatic String
PERFORCE_DEPOT
static String
PERFORCE_EXE
Test Perforce appstatic String
PERFORCE_HOST
The host that the test perforce server in on (as defined in PERFORCE_PORT)static String
PERFORCE_PASSWORD
This password for the 'password user'static String
PERFORCE_PASSWORD_USER
This is the default perforce user used in the tests which has a password assignedstatic String
PERFORCE_PORT
Test perforce server - always running on the localhoststatic String
PERFORCE_USER
This is the default perforce user used in the tests
-
Constructor Summary
Constructors Constructor Description PerforceTestConfiguration()
-
-
-
Field Detail
-
PERFORCE_PORT
public static final String PERFORCE_PORT
Test perforce server - always running on the localhost
-
PERFORCE_HOST
public static final 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 String PERFORCE_EXE
Test Perforce app
-
PERFORCE_CLIENT
public static final String PERFORCE_CLIENT
This is the default client
-
PERFORCE_USER
public static final String PERFORCE_USER
This is the default perforce user used in the tests
-
PERFORCE_PASSWORD_USER
public static final 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 String PERFORCE_PASSWORD
This password for the 'password user'- See Also:
- Constant Field Values
-
PERFORCE_DEPOT
public static final String PERFORCE_DEPOT
-
-