| Package | Description |
|---|---|
| org.whitesource.agent | |
| org.whitesource.fs |
| Modifier and Type | Field and Description |
|---|---|
protected StatusCode |
ProjectsSender.prepStepStatusCode |
| Modifier and Type | Method and Description |
|---|---|
Pair<String,StatusCode> |
ProjectsSender.sendRequest(ProjectsDetails projectsDetails) |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
ProjectsDetails.getStatusCode() |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProjectsDetails(Collection<org.whitesource.agent.api.model.AgentProjectInfo> projects,
StatusCode statusCode,
String details) |
ProjectsDetails(Map<org.whitesource.agent.api.model.AgentProjectInfo,LinkedList<ViaComponents>> projectToViaComponents,
StatusCode statusCode,
String details) |
Copyright © 2014–2020 Checkmarx. All rights reserved.