Class StashBranchEntity
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashBranchEntity
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Branch,
StashBranchEntity> -
Constructor Summary
ConstructorDescriptionStashBranchEntity
(String id, String displayId, String latestChangeset, boolean aDefault) -
Method Summary
-
Field Details
-
FROM_BRANCH
public static final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Branch,StashBranchEntity> FROM_BRANCH
-
-
Constructor Details
-
StashBranchEntity
-
-
Method Details
-
getId
-
getDisplayId
-
getLatestChangeset
-
isDefault
public boolean isDefault()
-