| java.lang.Object |
| ↳ |
com.atlassian.stash.env.SystemProperties |
Class Overview
This class lists the environment variables that Stash supports
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
HOME_DIR_SYSTEM_PROPERTY
Constant Value:
"stash.home"
public
static
final
String
PRODUCT_PREFIX
public
static
final
String
REST_PAGE_MAX_LIMIT
Constant Value:
"stash.rest.max.limit"
public
static
final
String
REST_PROP_PREFIX
Constant Value:
"stash.rest"
public
static
final
String
SHARED_HOME_DIR_SYSTEM_PROPERTY
Constant Value:
"stash.shared.home"
Public Constructors
public
SystemProperties
()