| 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)
Deprecated.
|
UpdateInventoryRequest |
RequestFactory.newUpdateInventoryRequest(String orgToken,
UpdateType updateType,
String requesterEmail,
String product,
String productVersion,
Collection<AgentProjectInfo> projects,
String userKey,
String logData,
String scanComment)
Deprecated.
|
UpdateInventoryRequest |
RequestFactory.newUpdateInventoryRequest(String orgToken,
UpdateType updateType,
String requesterEmail,
String product,
String productVersion,
Collection<AgentProjectInfo> projects,
String userKey,
String logData,
String scanComment,
String productToken)
Deprecated.
|
UpdateInventoryRequest |
RequestFactory.newUpdateInventoryRequest(String orgToken,
UpdateType updateType,
String requesterEmail,
String product,
String productVersion,
Collection<AgentProjectInfo> projects,
String userKey,
String logData,
String scanComment,
String productToken,
Map<String,String> extraProperties)
Deprecated.
|
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
|
UpdateInventoryRequest(String orgToken,
String requesterEmail,
UpdateType updateType,
String product,
String productVersion,
Collection<AgentProjectInfo> projects,
String userKey,
String logData,
String scanComment,
String productToken)
Constructor
|
UpdateInventoryRequest(String orgToken,
String requesterEmail,
UpdateType updateType,
String product,
String productVersion,
Collection<AgentProjectInfo> projects,
String userKey,
String logData,
String scanComment,
String productToken,
ScanSummaryInfo scanSummaryInfo)
Constructor
|
Copyright © 2011-2024 White Source. All Rights Reserved.