public class InstallState extends Object
| Modifier and Type | Field and Description |
|---|---|
static InstallState |
IDLE |
| Constructor and Description |
|---|
InstallState(String name,
String version,
String status,
Long jobId,
Integer progress) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getJobId() |
String |
getName() |
Integer |
getProgress() |
String |
getStatus() |
String |
getVersion() |
public static final InstallState IDLE
Copyright © 2017. All rights reserved.