| Package | Description |
|---|---|
| org.whitesource.agent.api.model |
| Modifier and Type | Method and Description |
|---|---|
StepCompletionStatus |
StepInfo.getStepCompletionStatus() |
static StepCompletionStatus |
StepCompletionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepCompletionStatus[] |
StepCompletionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepInfo.setStepCompletionStatus(StepCompletionStatus stepCompletionStatus) |
| Constructor and Description |
|---|
ResolverStepInfo(String stepName,
long totalElapsedTime,
boolean isSubStep,
StepCompletionStatus stepCompletionStatus,
Collection<StepInfo> subStepsInfo,
int totalUniqueDependenciesFound,
int totalDuplicateDependenciesFound) |
StepInfo(String stepName,
long totalElapsedTime,
boolean isSubStep,
StepCompletionStatus stepCompletionStatus,
Collection<StepInfo> subStepsInfo) |
Copyright © 2011-2024 White Source. All Rights Reserved.