Class GitHubRepositoryProperties

    • Constructor Detail

      • GitHubRepositoryProperties

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

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

      • getRepository

        public java.lang.String getRepository()
      • 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()
      • getBaseUrl

        public java.lang.String getBaseUrl()