Class BitbucketServerRepositoryProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
- All Implemented Interfaces:
EntityProperties
,RootEntityProperties
-
Constructor Summary
ConstructorDescriptionBitbucketServerRepositoryProperties
(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable String projectKey, @Nullable String repositorySlug, @Nullable String sshPublicKey, @Nullable String sshPrivateKey, @Nullable String sshCloneUrl, @Nullable String branch, @Nullable ProjectProperties project, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror) BitbucketServerRepositoryProperties
(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable String projectKey, @Nullable String repositorySlug, @Nullable String sshPublicKey, @Nullable String sshPrivateKey, @Nullable String sshCloneUrl, @Nullable String branch, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable AtlassianModuleProperties
@Nullable String
@Nullable Duration
@Nullable String
@Nullable String
@Nullable ApplicationLinkProperties
@Nullable String
@Nullable String
int
hashCode()
boolean
boolean
boolean
isUseLfs()
boolean
boolean
boolean
boolean
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
getDescription, getName, getOid, getParent, getParentName, getProject, getRepositoryViewerProperties, hasParent, humanReadableId, humanReadableType, toIdentifier
-
Constructor Details
-
BitbucketServerRepositoryProperties
public BitbucketServerRepositoryProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid, @Nullable @Nullable String description, @Nullable @Nullable String parent, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable @Nullable ApplicationLinkProperties server, @Nullable @Nullable String projectKey, @Nullable @Nullable String repositorySlug, @Nullable @Nullable String sshPublicKey, @Nullable @Nullable String sshPrivateKey, @Nullable @Nullable String sshCloneUrl, @Nullable @Nullable String branch, @Nullable @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable @Nullable BitbucketServerMirrorProperties mirror) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
BitbucketServerRepositoryProperties
public BitbucketServerRepositoryProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid, @Nullable @Nullable String description, @Nullable @Nullable String parent, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable @Nullable ApplicationLinkProperties server, @Nullable @Nullable String projectKey, @Nullable @Nullable String repositorySlug, @Nullable @Nullable String sshPublicKey, @Nullable @Nullable String sshPrivateKey, @Nullable @Nullable String sshCloneUrl, @Nullable @Nullable String branch, @Nullable @Nullable ProjectProperties project, @Nullable @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable @Nullable BitbucketServerMirrorProperties mirror) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getServer
-
getProjectKey
-
getRepositorySlug
-
getSshPublicKey
-
getSshPrivateKey
-
getSshCloneUrl
-
getBranch
-
isUseShallowClones
public boolean isUseShallowClones() -
isUseRemoteAgentCache
public boolean isUseRemoteAgentCache() -
isUseSubmodules
public boolean isUseSubmodules() -
isSshKeyAppliesToSubmodules
public boolean isSshKeyAppliesToSubmodules() -
getCommandTimeout
-
isVerboseLogs
public boolean isVerboseLogs() -
isFetchWholeRepository
public boolean isFetchWholeRepository() -
isUseLfs
public boolean isUseLfs() -
getVcsChangeDetection
-
getMirror
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classVcsRepositoryProperties
-
equals
- Overrides:
equals
in classVcsRepositoryProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVcsRepositoryProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classVcsRepositoryProperties
-