Package | Description |
---|---|
com.atlassian.bamboo.plugins.git | |
com.atlassian.bamboo.plugins.git.domain |
Modifier and Type | Method and Description |
---|---|
HashAndSource |
JGitOperationHelper.obtainLatestRevision() |
HashAndSource |
GitOperationHelper.obtainLatestRevision() |
HashAndSource |
NativeGitOperationHelper.obtainLatestRevision() |
Modifier and Type | Method and Description |
---|---|
void |
JGitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow) |
void |
GitOperationHelper.fetch(File sourceDirectory,
HashAndSource refAndHash,
boolean useShallow) |
void |
NativeGitOperationHelper.fetch(File sourceDirectory,
HashAndSource hashAndSource,
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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.