public class VcsBranch extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
current |
protected String |
name |
protected Map<String,String> |
properties |
Constructor and Description |
---|
VcsBranch(String name) |
VcsBranch(String name,
boolean current) |
VcsBranch(String name,
boolean current,
Map<String,String> properties) |
VcsBranch(String name,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getProperty(String property) |
List<String> |
getPropertyList() |
int |
hashCode() |
boolean |
isCurrent() |
String |
toString() |
@NotNull protected final String name
protected final boolean current
public VcsBranch(@NotNull String name)
public VcsBranch(@NotNull String name, boolean current)
public String getName()
public boolean isCurrent()
Copyright © 2019. All rights reserved.