Uses of Class
com.atlassian.bamboo.plugins.git.domain.GitHash
-
Uses of GitHash in com.atlassian.bamboo.plugins.git
Modifier and TypeMethodDescriptionGitOperationHelper.obtainLatestRevision
(@NotNull File repositoryDirectory, GitRef ref, String path) JGitOperationHelper.obtainLatestRevision
(@NotNull File repositoryDirectory, GitRef ref, String path) NativeGitOperationHelper.obtainLatestRevision
(@NotNull File repositoryDirectory, GitRef ref, String path) Modifier and TypeMethodDescriptionboolean
GitOperationHelper.isAncestor
(@NotNull Path gitWorkspace, @NotNull GitHash rev1, @NotNull GitHash rev2) Returns true if you can reach rev1 by following parent relationship starting from rev2.boolean
JGitOperationHelper.isAncestor
(@NotNull Path gitWorkspace, @NotNull GitHash rev1, @NotNull GitHash rev2) boolean
NativeGitOperationHelper.isAncestor
(@NotNull Path gitWorkspace, @NotNull GitHash rev1, @NotNull GitHash rev2)