Uses of Class
com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
-
Packages that use BitbucketServerMirrorProperties Package Description com.atlassian.bamboo.specs.builders.repository.bitbucket.server Bitbucket Server repository type.com.atlassian.bamboo.specs.model.repository.bitbucket.server Bitbucket Server repository type. -
-
Uses of BitbucketServerMirrorProperties in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.server that return BitbucketServerMirrorProperties Modifier and Type Method Description protected BitbucketServerMirrorPropertiesBitbucketServerMirror. build() -
Uses of BitbucketServerMirrorProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.server
Methods in com.atlassian.bamboo.specs.model.repository.bitbucket.server that return BitbucketServerMirrorProperties Modifier and Type Method Description BitbucketServerMirrorPropertiesBitbucketServerRepositoryProperties. getMirror()Constructors in com.atlassian.bamboo.specs.model.repository.bitbucket.server with parameters of type BitbucketServerMirrorProperties Constructor Description BitbucketServerRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable java.lang.String projectKey, @Nullable java.lang.String repositorySlug, @Nullable java.lang.String sshPublicKey, @Nullable java.lang.String sshPrivateKey, @Nullable java.lang.String sshCloneUrl, @Nullable java.lang.String branch, @Nullable ProjectProperties project, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror)BitbucketServerRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable java.lang.String projectKey, @Nullable java.lang.String repositorySlug, @Nullable java.lang.String sshPublicKey, @Nullable java.lang.String sshPrivateKey, @Nullable java.lang.String sshCloneUrl, @Nullable java.lang.String branch, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror)
-