Class RestRepositoryConfig

    • Constructor Detail

      • RestRepositoryConfig

        public RestRepositoryConfig​(@NotNull
                                    @NotNull RestRepositoryConfig other)
      • RestRepositoryConfig

        public RestRepositoryConfig()
    • Method Detail

      • getUserName

        public String getUserName()
      • getPassword

        public String getPassword()
      • getUrl

        public String getUrl()
      • getName

        public String getName()
      • getSshKeyPath

        public String getSshKeyPath()
      • getBranchPath

        @Nullable
        public @Nullable String getBranchPath()
      • isLfs

        public boolean isLfs()
      • getLinkedRepositoryName

        public String getLinkedRepositoryName()
      • getBambooSpecsEnabled

        public boolean getBambooSpecsEnabled()
      • setUserName

        public void setUserName​(String userName)
      • setPassword

        public void setPassword​(String password)
      • setUrl

        public void setUrl​(String url)
      • setName

        public void setName​(String name)
      • setSshKeyPath

        public void setSshKeyPath​(String sshKeyPath)
      • setBranchPath

        public void setBranchPath​(@Nullable
                                  @Nullable String branchPath)
      • setLfs

        public void setLfs​(boolean lfs)
      • setLinkedRepositoryName

        public void setLinkedRepositoryName​(String linkedRepositoryName)
      • setBambooSpecsEnabled

        public void setBambooSpecsEnabled​(boolean enableBambooSpecs)