public class StashBranchEntity extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Branch,StashBranchEntity> |
FROM_BRANCH |
Constructor and Description |
---|
StashBranchEntity(String id,
String displayId,
String latestChangeset,
boolean aDefault) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayId() |
String |
getId() |
String |
getLatestChangeset() |
boolean |
isDefault() |
public static final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Branch,StashBranchEntity> FROM_BRANCH
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.