Class BitbucketCloudRepositoryProperties

    • Field Detail

      • DEFAULT_USE_SUBMODULES

        public static final boolean DEFAULT_USE_SUBMODULES
        See Also:
        Constant Field Values
      • DEFAULT_SSH_KEY_APPLIES_TO_SUBMODULES

        public static final boolean DEFAULT_SSH_KEY_APPLIES_TO_SUBMODULES
        See Also:
        Constant Field Values
      • DEFAULT_FETCH_WHOLE_REPOSITORY

        public static final boolean DEFAULT_FETCH_WHOLE_REPOSITORY
        See Also:
        Constant Field Values
      • DEFAULT_SHALLOW_CLONES

        public static final boolean DEFAULT_SHALLOW_CLONES
        See Also:
        Constant Field Values
      • DEFAULT_REMOTE_AGENT_CACHE

        public static final boolean DEFAULT_REMOTE_AGENT_CACHE
        See Also:
        Constant Field Values
      • DEFAULT_WEBHOOK_ENABLED

        public static final boolean DEFAULT_WEBHOOK_ENABLED
        See Also:
        Constant Field Values
      • DEFAULT_COMMAND_TIMEOUT

        public static final java.time.Duration DEFAULT_COMMAND_TIMEOUT
    • Constructor Detail

      • BitbucketCloudRepositoryProperties

        public BitbucketCloudRepositoryProperties​(@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,
                                                  @NotNull
                                                  @NotNull java.lang.String repositorySlug,
                                                  @Nullable
                                                  @Nullable AuthenticationProperties authenticationProperties,
                                                  @Nullable
                                                  @Nullable AuthenticationProperties checkoutAuthenticationProperties,
                                                  @NotNull
                                                  @NotNull java.lang.String branch,
                                                  boolean useShallowClones,
                                                  boolean useRemoteAgentCache,
                                                  boolean useSubmodules,
                                                  boolean sshKeyAppliesToSubmodules,
                                                  java.time.Duration commandTimeout,
                                                  boolean verboseLogs,
                                                  boolean fetchWholeRepository,
                                                  boolean useLfs,
                                                  boolean webhookEnabled,
                                                  VcsChangeDetectionProperties vcsChangeDetection)
                                           throws PropertiesValidationException
        Throws:
        PropertiesValidationException
      • BitbucketCloudRepositoryProperties

        public BitbucketCloudRepositoryProperties​(@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,
                                                  @NotNull
                                                  @NotNull java.lang.String repositorySlug,
                                                  @Nullable
                                                  @Nullable AuthenticationProperties authenticationProperties,
                                                  @Nullable
                                                  @Nullable AuthenticationProperties checkoutAuthenticationProperties,
                                                  @NotNull
                                                  @NotNull java.lang.String branch,
                                                  @Nullable
                                                  @Nullable ProjectProperties project,
                                                  boolean useShallowClones,
                                                  boolean useRemoteAgentCache,
                                                  boolean useSubmodules,
                                                  boolean sshKeyAppliesToSubmodules,
                                                  java.time.Duration commandTimeout,
                                                  boolean verboseLogs,
                                                  boolean fetchWholeRepository,
                                                  boolean useLfs,
                                                  boolean webhookEnabled,
                                                  VcsChangeDetectionProperties vcsChangeDetection)
                                           throws PropertiesValidationException
        Throws:
        PropertiesValidationException
    • Method Detail

      • getBranch

        public java.lang.String getBranch()
      • isUseShallowClones

        public boolean isUseShallowClones()
      • isUseRemoteAgentCache

        public boolean isUseRemoteAgentCache()
      • isUseSubmodules

        public boolean isUseSubmodules()
      • isSshKeyAppliesToSubmodules

        public boolean isSshKeyAppliesToSubmodules()
      • getCommandTimeout

        public java.time.Duration getCommandTimeout()
      • isVerboseLogs

        public boolean isVerboseLogs()
      • isFetchWholeRepository

        public boolean isFetchWholeRepository()
      • isUseLfs

        public boolean isUseLfs()
      • isWebhookEnabled

        public boolean isWebhookEnabled()
      • getRepositorySlug

        public java.lang.String getRepositorySlug()
      • getCheckoutAuthenticationProperties

        @Nullable
        public @Nullable AuthenticationProperties getCheckoutAuthenticationProperties()