Uses of Class
com.atlassian.bamboo.plugins.git.domain.HashAndSource
Package
Description
-
Uses of HashAndSource in com.atlassian.bamboo.plugins.git
Modifier and TypeMethodDescription@NotNull HashAndSource
GitOperationHelper.obtainLatestRevision()
@NotNull HashAndSource
JGitOperationHelper.obtainLatestRevision()
@NotNull HashAndSource
NativeGitOperationHelper.obtainLatestRevision()
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionprotected 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)