Package | Description |
---|---|
com.atlassian.bamboo.plugins.git |
Modifier and Type | Method and Description |
---|---|
Optional<GitHash> |
NativeGitOperationHelper.obtainLatestRevision(File repositoryDirectory,
GitRef ref,
String path) |
Optional<GitHash> |
JGitOperationHelper.obtainLatestRevision(File repositoryDirectory,
GitRef ref,
String path) |
Optional<GitHash> |
GitOperationHelper.obtainLatestRevision(File repositoryDirectory,
GitRef ref,
String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
NativeGitOperationHelper.isAncestor(Path gitWorkspace,
GitHash rev1,
GitHash rev2) |
boolean |
JGitOperationHelper.isAncestor(Path gitWorkspace,
GitHash rev1,
GitHash rev2) |
boolean |
GitOperationHelper.isAncestor(Path gitWorkspace,
GitHash rev1,
GitHash rev2)
Returns true if you can reach rev1 by following parent relationship starting from rev2.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.