public class PropertyLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PROPERTY_FILE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBuildEndPoint() |
static Boolean |
getBuildInfo() |
static String |
getBuildStepEndPoint() |
static Boolean |
getBuildStepInfo() |
static String |
getEnvironmentProperty(String key) |
static PropertyLoader |
getInstance() |
static String |
getProjectEndPoint() |
static Boolean |
getProjectInfo() |
String |
getProperty(String inKey) |
static String |
getQueueEndPoint() |
static Boolean |
getQueueInfo() |
protected String |
getResourceBundleProperty(String keyProperty) |
static String |
getScmCheckoutEndPoint() |
static Boolean |
getScmCheckoutInfo() |
static void |
setInstance(PropertyLoader propertyLoader) |
public static final String DEFAULT_PROPERTY_FILE_NAME
public static final PropertyLoader getInstance()
public static final void setInstance(PropertyLoader propertyLoader)
public static String getQueueEndPoint()
public static String getBuildEndPoint()
public static String getProjectEndPoint()
public static String getBuildStepEndPoint()
public static String getScmCheckoutEndPoint()
public static Boolean getQueueInfo()
public static Boolean getBuildInfo()
public static Boolean getProjectInfo()
public static Boolean getBuildStepInfo()
public static Boolean getScmCheckoutInfo()
Copyright © 2016. All rights reserved.