Class CommitMountPointDataBean

    • Constructor Detail

      • CommitMountPointDataBean

        public CommitMountPointDataBean​(@NotNull
                                        String vcsName,
                                        @NotNull
                                        String repositoryURL,
                                        @NotNull
                                        String mountPath,
                                        @Nullable
                                        String revision)
        Parameters:
        vcsName - vcs plugin name
        repositoryURL - mounted repository URL (or path)
        mountPath - mounted folder path relative to containing repository
        revision - mounted revision or null
        Since:
        8.1
        See Also:
        CommitMountPointInfo