| 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 |
|---|---|
@NotNull HashAndSource |
NativeGitOperationHelper.obtainLatestRevision() |
@NotNull HashAndSource |
GitOperationHelper.obtainLatestRevision() |
@NotNull HashAndSource |
JGitOperationHelper.obtainLatestRevision() |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeGitOperationHelper.fetch(@NotNull File sourceDirectory,
@NotNull HashAndSource hashAndSource,
boolean useShallow) |
void |
GitOperationHelper.fetch(@NotNull File sourceDirectory,
@NotNull HashAndSource refAndHash,
boolean useShallow) |
void |
JGitOperationHelper.fetch(@NotNull File sourceDirectory,
@NotNull HashAndSource refAndHash,
boolean useShallow) |
void |
NativeGitOperationHelper.fetch(@NotNull File sourceDirectory,
@NotNull HashAndSource hashAndSource,
boolean useShallow,
boolean fetchTagsByDefault) |
void |
GitOperationHelper.fetch(@NotNull File sourceDirectory,
@NotNull HashAndSource refAndHash,
boolean useShallow,
boolean fetchTagsByDefault) |
void |
JGitOperationHelper.fetch(@NotNull File sourceDirectory,
@NotNull 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(@NotNull GitOperationHelper connector,
@NotNull File cacheDirectory,
@NotNull HashAndSource hashAndSource,
@NotNull BuildLogger buildLogger,
boolean fetchTagsByDefault) |
protected void |
AbstractGitExecutor.fetchWithRetry(@NotNull GitOperationHelper connector,
@NotNull File targetPath,
@NotNull HashAndSource hashAndSource,
@NotNull BuildLogger buildLogger,
boolean useShallow) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.