| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.git | |
| com.atlassian.bamboo.plugins.git.domain |
| Modifier and Type | Method and Description |
|---|---|
HashAndSource |
JGitOperationHelper.obtainLatestRevision() |
HashAndSource |
NativeGitOperationHelper.obtainLatestRevision() |
HashAndSource |
GitOperationHelper.obtainLatestRevision() |
| Modifier and Type | Method and Description |
|---|---|
void |
JGitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow) |
void |
NativeGitOperationHelper.fetch(File sourceDirectory,
HashAndSource hashAndSource,
boolean useShallow) |
void |
GitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow) |
| Modifier and Type | Method and Description |
|---|---|
static HashAndSource |
HashAndSource.hashAndBranch(String revHash,
String branch) |
static HashAndSource |
HashAndSource.hashAndRef(String revHash,
String ref) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.