Uses of Class
com.atlassian.bamboo.plugins.git.domain.HashAndSource
Packages that use HashAndSource
Package
Description
-
Uses of HashAndSource in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return HashAndSourceModifier and TypeMethodDescription@NotNull HashAndSourceGitOperationHelper.obtainLatestRevision()@NotNull HashAndSourceJGitOperationHelper.obtainLatestRevision()@NotNull HashAndSourceNativeGitOperationHelper.obtainLatestRevision()Methods in com.atlassian.bamboo.plugins.git with parameters of type HashAndSourceModifier and TypeMethodDescriptionvoidGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow) voidGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault) voidGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles) voidJGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow) voidJGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault) voidJGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles) voidNativeGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow) voidNativeGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow, boolean fetchTagsByDefault) voidNativeGitOperationHelper.fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles) voidGitCommandProcessor.runLfsFetchCommand(@NotNull GitRepositoryAccessData repositoryAccessData, @NotNull File workingDirectory, @NotNull GitRef resolvedRef, @NotNull HashAndSource hashAndSource) -
Uses of HashAndSource in com.atlassian.bamboo.plugins.git.domain
Methods in com.atlassian.bamboo.plugins.git.domain that return HashAndSourceModifier and TypeMethodDescriptionstatic HashAndSourceHashAndSource.hashAndBranch(String revHash, String branch) static HashAndSourceHashAndSource.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 HashAndSourceModifier and TypeMethodDescriptionprotected voidAbstractGitExecutor.fetchCacheWithRetry(@NotNull GitOperationHelper connector, @NotNull File cacheDirectory, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean fetchTagsByDefault, boolean fetchLfsFiles) protected voidAbstractGitExecutor.fetchWithRetry(@NotNull GitOperationHelper connector, @NotNull File targetPath, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean useShallow)