Package com.atlassian.bamboo.plugins.git
Class GitHubRepositoryAccessData
java.lang.Object
com.atlassian.bamboo.plugins.git.GitHubRepositoryAccessData
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder
(@NotNull GitHubRepositoryAccessData accessData) Deprecated.int
boolean
isLfs()
boolean
boolean
boolean
boolean
boolean
void
setProxyRegistrationInfo
(ProxyRegistrationInfo proxyRegistrationInfo) protected void
setUsername
(String username) boolean
-
Constructor Details
-
GitHubRepositoryAccessData
public GitHubRepositoryAccessData()
-
-
Method Details
-
builder
-
builder
public static GitHubRepositoryAccessData.Builder builder(@NotNull @NotNull GitHubRepositoryAccessData accessData) -
getRepository
-
getBranch
Deprecated.usegetVcsBranch()
instead -
getVcsBranch
-
getUsername
-
setUsername
-
getPassword
-
isUseShallowClones
public boolean isUseShallowClones() -
isUseSubmodules
public boolean isUseSubmodules() -
isUseRemoteAgentCache
public boolean isUseRemoteAgentCache() -
getCommandTimeout
public int getCommandTimeout() -
isVerboseLogs
public boolean isVerboseLogs() -
isLfs
public boolean isLfs() -
shouldFetchAllRefs
public boolean shouldFetchAllRefs() -
getProxyRegistrationInfo
-
setProxyRegistrationInfo
-
getBaseUrl
-
isWebhooksEnabled
public boolean isWebhooksEnabled()
-
getVcsBranch()
instead