public class ChangeSetItem extends Object
| Constructor and Description |
|---|
ChangeSetItem(String id,
String author,
String order,
boolean runAlways,
String systemVersion,
boolean failFast,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthor() |
String |
getId() |
Method |
getMethod() |
String |
getOrder() |
String |
getSystemVersion() |
int |
hashCode() |
boolean |
isFailFast() |
boolean |
isRunAlways() |
String |
toPrettyString() |
String |
toString() |
public String getId()
public String getAuthor()
public String getOrder()
public boolean isRunAlways()
public String getSystemVersion()
public Method getMethod()
public boolean isFailFast()
public String toPrettyString()
Copyright © 2021. All rights reserved.