public class RepoMetaWfEntry extends Object implements Comparable<RepoMetaWfEntry>
| Constructor and Description |
|---|
RepoMetaWfEntry(String id,
String name,
String status,
String destroyWorkflow,
int progress) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RepoMetaWfEntry o) |
String |
getDestroyWorkflow() |
String |
getId() |
String |
getName() |
int |
getProgress() |
String |
getStatus() |
public int compareTo(RepoMetaWfEntry o)
compareTo in interface Comparable<RepoMetaWfEntry>public String getId()
public String getName()
public String getStatus()
public String getDestroyWorkflow()
public int getProgress()
Copyright © 2018. All rights reserved.