|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.repository.perforce.PerforceTestConfiguration
public class PerforceTestConfiguration
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 |
---|
public static final java.lang.String PERFORCE_PORT
public static final java.lang.String PERFORCE_HOST
public static final java.lang.String PERFORCE_EXE
public static final java.lang.String PERFORCE_CLIENT
public static final java.lang.String PERFORCE_USER
public static final java.lang.String PERFORCE_PASSWORD_USER
public static final java.lang.String PERFORCE_PASSWORD
public static final java.lang.String PERFORCE_DEPOT
Constructor Detail |
---|
public PerforceTestConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |