| Package | Description |
|---|---|
| org.whitesource.agent.api.dispatch |
| Modifier and Type | Method and Description |
|---|---|
UpdateType |
UpdateInventoryRequest.getUpdateType() |
UpdateType |
ConfigurationResult.getUpdateType() |
static UpdateType |
UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateType[] |
UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInventoryRequest |
RequestFactory.newUpdateInventoryRequest(String orgToken,
UpdateType updateType,
String requesterEmail,
String product,
String productVersion,
Collection<AgentProjectInfo> projects,
String userKey,
String logData)
Create new Inventory Update request.
|
void |
UpdateInventoryRequest.setUpdateType(UpdateType updateType) |
void |
ConfigurationResult.setUpdateType(UpdateType updateType) |
| Constructor and Description |
|---|
UpdateInventoryRequest(Collection<AgentProjectInfo> projects,
UpdateType updateType)
Constructor
|
UpdateInventoryRequest(String orgToken,
Collection<AgentProjectInfo> projects,
UpdateType updateType)
Constructor
|
Copyright © 2011-2018 White Source. All Rights Reserved.