public class BranchInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
boolean |
original |
java.lang.String |
repository |
| Constructor and Description |
|---|
BranchInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static java.util.List<BranchInfo> |
fromTaskInfo(VcsTaskHandler.TaskInfo taskInfo,
boolean original) |
int |
hashCode() |
public java.lang.String name
public java.lang.String repository
public boolean original
public static java.util.List<BranchInfo> fromTaskInfo(VcsTaskHandler.TaskInfo taskInfo, boolean original)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object