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 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)
-