Class BitbucketServerRepositoryProperties

    • Constructor Detail

      • BitbucketServerRepositoryProperties

        public BitbucketServerRepositoryProperties​(@Nullable
                                                   @Nullable java.lang.String name,
                                                   @Nullable
                                                   @Nullable BambooOidProperties oid,
                                                   @Nullable
                                                   @Nullable java.lang.String description,
                                                   @Nullable
                                                   @Nullable java.lang.String parent,
                                                   @Nullable
                                                   @Nullable VcsRepositoryViewerProperties repositoryViewerProperties,
                                                   @Nullable
                                                   @Nullable ApplicationLinkProperties server,
                                                   @Nullable
                                                   @Nullable java.lang.String projectKey,
                                                   @Nullable
                                                   @Nullable java.lang.String repositorySlug,
                                                   @Nullable
                                                   @Nullable java.lang.String sshPublicKey,
                                                   @Nullable
                                                   @Nullable java.lang.String sshPrivateKey,
                                                   @Nullable
                                                   @Nullable java.lang.String sshCloneUrl,
                                                   @Nullable
                                                   @Nullable java.lang.String branch,
                                                   @Nullable
                                                   @Nullable VcsChangeDetectionProperties vcsChangeDetection,
                                                   boolean useShallowClones,
                                                   boolean useRemoteAgentCache,
                                                   boolean useSubmodules,
                                                   boolean sshKeyAppliesToSubmodules,
                                                   @NotNull
                                                   @NotNull java.time.Duration commandTimeout,
                                                   boolean verboseLogs,
                                                   boolean fetchWholeRepository,
                                                   boolean useLfs,
                                                   @Nullable
                                                   @Nullable BitbucketServerMirrorProperties mirror)
                                            throws PropertiesValidationException
        Throws:
        PropertiesValidationException
      • BitbucketServerRepositoryProperties

        public BitbucketServerRepositoryProperties​(@Nullable
                                                   @Nullable java.lang.String name,
                                                   @Nullable
                                                   @Nullable BambooOidProperties oid,
                                                   @Nullable
                                                   @Nullable java.lang.String description,
                                                   @Nullable
                                                   @Nullable java.lang.String parent,
                                                   @Nullable
                                                   @Nullable VcsRepositoryViewerProperties repositoryViewerProperties,
                                                   @Nullable
                                                   @Nullable ApplicationLinkProperties server,
                                                   @Nullable
                                                   @Nullable java.lang.String projectKey,
                                                   @Nullable
                                                   @Nullable java.lang.String repositorySlug,
                                                   @Nullable
                                                   @Nullable java.lang.String sshPublicKey,
                                                   @Nullable
                                                   @Nullable java.lang.String sshPrivateKey,
                                                   @Nullable
                                                   @Nullable java.lang.String sshCloneUrl,
                                                   @Nullable
                                                   @Nullable java.lang.String branch,
                                                   @Nullable
                                                   @Nullable ProjectProperties project,
                                                   @Nullable
                                                   @Nullable VcsChangeDetectionProperties vcsChangeDetection,
                                                   boolean useShallowClones,
                                                   boolean useRemoteAgentCache,
                                                   boolean useSubmodules,
                                                   boolean sshKeyAppliesToSubmodules,
                                                   @NotNull
                                                   @NotNull java.time.Duration commandTimeout,
                                                   boolean verboseLogs,
                                                   boolean fetchWholeRepository,
                                                   boolean useLfs,
                                                   @Nullable
                                                   @Nullable BitbucketServerMirrorProperties mirror)
                                            throws PropertiesValidationException
        Throws:
        PropertiesValidationException
    • Method Detail

      • getProjectKey

        @Nullable
        public @Nullable java.lang.String getProjectKey()
      • getRepositorySlug

        @Nullable
        public @Nullable java.lang.String getRepositorySlug()
      • getSshPublicKey

        @Nullable
        public @Nullable java.lang.String getSshPublicKey()
      • getSshPrivateKey

        @Nullable
        public @Nullable java.lang.String getSshPrivateKey()
      • getSshCloneUrl

        public java.lang.String getSshCloneUrl()
      • getBranch

        @Nullable
        public @Nullable java.lang.String getBranch()
      • isUseShallowClones

        public boolean isUseShallowClones()
      • isUseRemoteAgentCache

        public boolean isUseRemoteAgentCache()
      • isUseSubmodules

        public boolean isUseSubmodules()
      • isSshKeyAppliesToSubmodules

        public boolean isSshKeyAppliesToSubmodules()
      • getCommandTimeout

        @Nullable
        public @Nullable java.time.Duration getCommandTimeout()
      • isVerboseLogs

        public boolean isVerboseLogs()
      • isFetchWholeRepository

        public boolean isFetchWholeRepository()
      • isUseLfs

        public boolean isUseLfs()