public class Branch extends Object
| Constructor and Description |
|---|
Branch(String id,
String displayId,
String latestChangeset,
boolean isDefault) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayId() |
String |
getId() |
String |
getLatestChangeset() |
boolean |
isDefault() |
String |
toString() |
public String getId()
public String getDisplayId()
public String getLatestChangeset()
public boolean isDefault()
Copyright © 2020 Atlassian. All rights reserved.