Package | Description |
---|---|
com.atlassian.bamboo.plugins.git |
Modifier and Type | Method and Description |
---|---|
Optional<GitHash> |
GitOperationHelper.obtainLatestRevision(@NotNull File repositoryDirectory,
GitRef ref,
String path) |
Optional<GitHash> |
NativeGitOperationHelper.obtainLatestRevision(@NotNull File repositoryDirectory,
GitRef ref,
String path) |
Optional<GitHash> |
JGitOperationHelper.obtainLatestRevision(@NotNull File repositoryDirectory,
GitRef ref,
String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
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 |
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 |
NativeGitOperationHelper.isAncestor(@NotNull Path gitWorkspace,
@NotNull GitHash rev1,
@NotNull GitHash rev2) |
boolean |
NativeGitOperationHelper.isAncestor(@NotNull Path gitWorkspace,
@NotNull GitHash rev1,
@NotNull GitHash rev2) |
boolean |
JGitOperationHelper.isAncestor(@NotNull Path gitWorkspace,
@NotNull GitHash rev1,
@NotNull GitHash rev2) |
boolean |
JGitOperationHelper.isAncestor(@NotNull Path gitWorkspace,
@NotNull GitHash rev1,
@NotNull GitHash rev2) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.