| Package | Description |
|---|---|
| org.whitesource.agent.api.dispatch |
| Modifier and Type | Field and Description |
|---|---|
protected RequestType |
BaseRequest.type |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
BaseRequest.type() |
RequestType |
ServiceRequest.type() |
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseRequest(RequestType type)
Constructor
|
BaseRequest(RequestType type,
String agent)
Constructor
|
BaseRequest(RequestType type,
String agent,
String agentVersion,
String pluginVersion)
Constructor
|
Copyright © 2011-2018 White Source. All Rights Reserved.