Package com.atlassian.bamboo.plugins.git
Class GitHubRepositoryAccessData.Builder
java.lang.Object
com.atlassian.bamboo.plugins.git.GitHubRepositoryAccessData.Builder
- Enclosing class:
- GitHubRepositoryAccessData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()
clone
(GitHubRepositoryAccessData gitRepositoryAccessData) commandTimeout
(int commandTimeout) lfs
(boolean lfs) repository
(String repository) shouldFetchAllRefs
(boolean shouldFetchAllRefs) useRemoteAgentCache
(boolean useRemoteAgentCache) useShallowClones
(boolean useShallowClones) useSubmodules
(boolean useSubmodules) useSubmodulesWithShallowClones
(boolean useSubmodulesWithShallowClones) verboseLogs
(boolean verboseLogs) webhooksEnabled
(boolean webhooksEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clone
-
repository
-
branch
Deprecated. -
branch
-
username
-
password
-
useShallowClones
-
useSubmodules
-
useSubmodulesWithShallowClones
public GitHubRepositoryAccessData.Builder useSubmodulesWithShallowClones(boolean useSubmodulesWithShallowClones) -
commandTimeout
-
verboseLogs
-
shouldFetchAllRefs
-
lfs
-
useRemoteAgentCache
-
baseUrl
-
webhooksEnabled
-
build
-
branch(com.atlassian.bamboo.plan.branch.VcsBranch)
instead