Uses of Class
com.atlassian.bamboo.plugins.git.domain.HashAndSource
-
Packages that use HashAndSource Package Description com.atlassian.bamboo.plugins.git com.atlassian.bamboo.plugins.git.domain com.atlassian.bamboo.plugins.git.v2 -
-
Uses of HashAndSource in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return HashAndSource Modifier and Type Method Description @NotNull HashAndSource
GitOperationHelper. obtainLatestRevision()
@NotNull HashAndSource
JGitOperationHelper. obtainLatestRevision()
@NotNull HashAndSource
NativeGitOperationHelper. obtainLatestRevision()
Methods in com.atlassian.bamboo.plugins.git with parameters of type HashAndSource Modifier and Type Method Description void
GitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow)
void
GitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault)
void
GitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)
void
JGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow)
void
JGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault)
void
JGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)
void
NativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow)
void
NativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow, boolean fetchTagsByDefault)
void
NativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)
-
Uses of HashAndSource in com.atlassian.bamboo.plugins.git.domain
Methods in com.atlassian.bamboo.plugins.git.domain that return HashAndSource Modifier and Type Method Description static HashAndSource
HashAndSource. hashAndBranch(String revHash, String branch)
static HashAndSource
HashAndSource. hashAndRef(String revHash, String ref)
-
Uses of HashAndSource in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type HashAndSource Modifier and Type Method Description protected void
AbstractGitExecutor. fetchCacheWithRetry(@NotNull GitOperationHelper connector, @NotNull File cacheDirectory, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean fetchTagsByDefault, boolean fetchLfsFiles)
protected void
AbstractGitExecutor. fetchWithRetry(@NotNull GitOperationHelper connector, @NotNull File targetPath, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean useShallow)
-