public class ReadyApiCoreModule extends AbstractModule
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
CORE_BUILDINFO_PROPERTIES |
|
static java.lang.String |
READY_API_BUILDINFO_PROPERTIES |
|
static java.lang.String |
READY_API_BUILD_NUMBER |
The value of this constant is a sequential numeric value (number), which is incremented by Jenkins job creating the build every time it's run. |
static java.lang.String |
READY_API_BUILD_TIMESTAMP |
|
static java.lang.String |
READY_API_NAME |
The application name instance. |
static java.lang.String |
READY_API_TITLE |
The application title, built from the name and version. |
static java.lang.String |
READY_API_VERSION |
The application version of this ReadyAPI instance. |
static java.lang.String |
SERVICEV_TOOL_NAME |
|
static java.lang.String |
VIRT_FIELD_NAME |
|
static java.lang.String |
VIRT_NAME |
|
static java.lang.String |
VIRT_NAME_LOWER_CASE |
|
static java.lang.String |
VIRT_SERVER_API_NAME |
|
static java.lang.String |
VIRT_SHORT_NAME |
Type Params | Return Type | Name and description |
---|---|---|
|
public AnalyticsManager |
getAnalyticsManager() |
|
public static ReadyApiEventBus |
getEventBus() Deprecated, use EventBus.getEventBus instead |
|
public static java.util.concurrent.ForkJoinPool |
getForkJoinPool() |
|
public static boolean |
processorTypeIsAppleSilicon() |
|
public void |
uncaughtException(java.lang.Thread t, java.lang.Throwable e) |
The value of this constant is a sequential numeric value (number), which is incremented by Jenkins job creating the build every time it's run. Minimal value is 1.
The application name instance. Guice injects this automatically into fields and parameters
annotated with @ReadyName
.
The application title, built from the name and version.
The application version of this ReadyAPI instance. Read dynamically from the readyCoreBuildinfo.properties file generated by the Maven build. Guice injects this automatically into ProductInfo#getVersion()#getVersion().
Deprecated, use EventBus.getEventBus instead