| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.git | |
| com.atlassian.bamboo.plugins.git.domain | |
| com.atlassian.bamboo.plugins.git.v2 |
| Modifier and Type | Method and Description |
|---|---|
HashAndSource |
GitOperationHelper.obtainLatestRevision() |
HashAndSource |
NativeGitOperationHelper.obtainLatestRevision() |
HashAndSource |
JGitOperationHelper.obtainLatestRevision() |
| Modifier and Type | Method and Description |
|---|---|
void |
GitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow) |
void |
NativeGitOperationHelper.fetch(File sourceDirectory,
HashAndSource hashAndSource,
boolean useShallow) |
void |
JGitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow) |
void |
GitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow,
boolean fetchTagsByDefault) |
void |
NativeGitOperationHelper.fetch(File sourceDirectory,
HashAndSource hashAndSource,
boolean useShallow,
boolean fetchTagsByDefault) |
void |
JGitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow,
boolean fetchTagsByDefault) |
| Modifier and Type | Method and Description |
|---|---|
static HashAndSource |
HashAndSource.hashAndBranch(String revHash,
String branch) |
static HashAndSource |
HashAndSource.hashAndRef(String revHash,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGitExecutor.fetchCacheWithRetry(GitOperationHelper connector,
File cacheDirectory,
HashAndSource hashAndSource,
BuildLogger buildLogger,
boolean fetchTagsByDefault) |
protected void |
AbstractGitExecutor.fetchWithRetry(GitOperationHelper connector,
File targetPath,
HashAndSource hashAndSource,
BuildLogger buildLogger,
boolean useShallow) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.